This object represents an HL7 segment.
Method |
Description |
---|---|
This method is deprecated. Use AppendField instead. |
|
This method will append a new field to the current segment. |
|
This method gets the specified field from the current segment. The index maximum can be retrieved from the GetNumFields method. |
|
This method gets the value for a specified field. The index maximum can be retrieved from the GetNumFields method. |
|
This method will return the total number of fields that are in the current segment. |
|
This method returns the segment ID of the current segment. |
|
This method returns the sequence number of the current segment. |
|
This method returns whether or not the current segment is a header. |
|
This method returns whether or not the current segment is a merge segment. |