If a component exists in the field, this method will return the component as an object.
set objHL7FieldComponent = objHL7Field.GetComponent(1)Note:
The ^ character indicates the field contains components.
Parameter |
Type |
Description |
---|---|---|
Index |
Integer |
0 to (max-1), where max is from GetNumComponents. |
Return Value |
Description |
---|---|
Object ref |
A reference to a COBHL7FieldComponent object. |
NULL |
Returned if an error occurred. |