This object represents an HL7 field.
Method |
Description |
---|---|
This method will append a new component to the current field. |
|
If a component exists in the field, this method will return the component as an object. |
|
This method returns the value of the field component. |
|
If this field is repeating, this method will return the next field. |
|
This method will return the number of components in this field. |
|
This method returns the raw text value of the current field. |
|
This method returns the location of the field within the context of the segment. |
|
This method returns the value of the current field. |
|
This method determines whether or not the field contains data. If no data is present, then the method returns a 1, otherwise a 0 is returned. |
|
This method returns whether or not this is a repeating field. If this is a repeating field, then the method will return a 1, otherwise it will return a 0. |
|
This method is used to set the value of a specific component to a different value. |
|
This method sets the value of the current field. |