1st Appearance: Version 1.0.6
Class Name: HTSQLHL7Component
Scope: Public - Restricted - Child Class of HTSQLHL7Message ->HTSQLHL7Segment ->HTSQLHL7Field - No public constructor.
Integer Count - The number of sub-components the component contains. If 0 the component is empty.
HTSQLHL7Field ParentField - The parent field object which contains the component.
String Value - The HL7 formatted value of the component. |
String GetSubComponentValue(Integer) Parameter 1: Integer - subComponentNumber. (Optional Default = 1) which subcomponent you wish the value for.
Valid values for subComponentNumber are between 1 and Count. Passing 0 is the functional equivalent of accessing the Value property.
Example: In component data "A&B&C&D" calling GetSubComponentValue(3) would return C , calling GetSubComponentValue(0) would return "A&B&C&D", calling GetSubComponentValue(99) would return ""
|
Exception Handling: Follows the Common Exceptions Interface.