This method gets the value for a specified field. The index maximum can be retrieved from the GetNumFields method.
strFieldValue = objHL7Segment.GetFieldValue(6)
Parameter |
Type |
Description |
---|---|---|
Index |
Integer |
0 to (max-1), where max is from GetNumFields. |
Return Value |
Description |
---|---|
String |
The data in this field. |