This method returns the value of the field component.
strComponentValue = objHL7Field.GetComponentValue(1)
Parameter |
Type |
Description |
---|---|---|
Component # |
Integer |
0 to (max-1), where max is from GetNumComponents. |
Return Value |
Description |
---|---|
String |
The data in this component. |