Overload List
| Name | Description | |
|---|---|---|
| HL7Field(String) |
Creates an HL7Field of a particular type using teh default HL7 version
specified for the toolkit
| |
| HL7Field(String, String, HL7Toolkit..::..HL7Version) |
Creates an HL7Field of a particular type along with setting the long
name for that type and specific HL7 version. Used by derived classes only
| |
| HL7Field(String, String, HL7Toolkit..::..HL7Version, Boolean) |
Initializes a field object for a specific data type.
| |
| HL7Field(String, String, HL7Toolkit..::..HL7Version, Boolean, Boolean) |
Initializes a field object for a specific data type.
|