SetSubFieldValue() |
Top Previous Next |
Object: EHL7.EHL7Message FileName: EHL7.dll
METHOD
Name: SetSubFieldValue() Parameters: 1) strValue (String) the field data in string format 2) oSegment (Segment Object) 3) nFieldNumber (Long) index of the data field in the segment (1-xxx) to set the value of 4) nFieldComponent (Long) which component of the field element to set value of 5) nFieldSubComponent (Optional Long) default = 1, which subcomponent value to set.
Returns: N/A Description: Used in the creation of HL7 Messages sets the value of SubComponent(nFieldSubComponent) of Component (nFieldComponent) in field element (nFieldNumber) of segment (oSegment) to <strValue>.
See Also: SetFieldValue()
|