| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.segments |
Provides classes which implement segments in HL7 standard.
|
| cdac.medinfo.sdk.hl7282.utils |
Provides collection framework, collection classes, internationalization
and miscellaneous utility classes.
|
| Constructor and Description |
|---|
NTE(EnumSegments enumSegments)
Construct the NTE segment with enum.
|
ROL(EnumSegments enumSegments)
Construct the ROL segment with enum.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSegments |
EnumSegments.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumSegments[] |
EnumSegments.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|