|
SubComponents |
|
PROPERTY - ReadOnly Parent Object - HL7MessageField Name: SubComponents(nComponent) Parameters: 1. nComponent (Long) Which component value are you checking (must be > 0)
Data Type: Long Description: Returns the number of subcomponents a field component contains.
Example:
If component 1 of the field had the value "xxx&yyy" then (assuming & is the SubComponentDelimiter) then calling oField.SubComponents(1) would return 2.
|