|
Class Summary |
| DataTypeGenerator |
Generates skeletal source code for Datatype classes based on the
HL7 database. |
| GroupDef |
Contains the information needed to create source code for a Group (a
Group is a part of a message that may repeat, and that contains two or
more segments or other groups). |
| GroupGenerator |
Creates source code for Group classes - these are aggregations of
segments and/or other groups that may repeat together within a message. |
| MessageGenerator |
Creates source code for HL7 Message objects, using the normative DB. |
| SegmentDef |
Information about a message segment used in the creation of
source code for a Group class. |
| SegmentGenerator |
This class is responsible for generating source code for HL7 segment objects. |
| SourceGenerator |
Manages automatic generation of HL7 API source code for all data types,
segments, groups, and message structures. |