Skip to content

Latest commit

 

History

History
220 lines (105 loc) · 2.24 KB

NTE.md

File metadata and controls

220 lines (105 loc) · 2.24 KB

Aranyasen\HL7\Segments\NTE

NTE segment class Ref: https://corepointhealth.com/resource-center/hl7-resources/hl7-nte-notes-comments

Extend:

Aranyasen\HL7\Segment

Methods

Name Description
getComment
getCommentType
getID
getSourceOfComment
setComment
setCommentType
setID
setSourceOfComment

Inherited methods

Name Description
__construct Create a segment.
getField Get the field at index.
getFields Get fields from a segment
getName Get the name of the segment. This is basically the value at index 0
setField Set the field specified by index to value.
size Get the number of fields for this segment, not including the name

NTE::getComment

Description

public getComment (void)

Parameters

This function has no parameters.

Return Values

void


NTE::getCommentType

Description

public getCommentType (void)

Parameters

This function has no parameters.

Return Values

void


NTE::getID

Description

public getID (void)

Parameters

This function has no parameters.

Return Values

void


NTE::getSourceOfComment

Description

public getSourceOfComment (void)

Parameters

This function has no parameters.

Return Values

void


NTE::setComment

Description

public setComment (void)

Parameters

This function has no parameters.

Return Values

void


NTE::setCommentType

Description

public setCommentType (void)

Parameters

This function has no parameters.

Return Values

void


NTE::setID

Description

public setID (void)

Parameters

This function has no parameters.

Return Values

void


NTE::setSourceOfComment

Description

public setSourceOfComment (void)

Parameters

This function has no parameters.

Return Values

void