| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.messagedictionary |
Provides classes which enables access and modifications of HL7 Message dictionary.
|
| cdac.medinfo.sdk.hl7282.utils |
Provides collection framework, collection classes, internationalization
and miscellaneous utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSegmentCardinality |
SegmentItem.getSegmentCardinality()
Retrieves Segment Cardinality
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentItem.setSegmentCardinality(EnumSegmentCardinality enumSegmentCardinality)
Sets Segment Cardinality
|
| Modifier and Type | Method and Description |
|---|---|
EnumSegmentCardinality |
ISegmentItem.getSegmentCardinality()
Retrieves Segment Cardinality
|
static EnumSegmentCardinality |
EnumSegmentCardinality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumSegmentCardinality[] |
EnumSegmentCardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISegmentItem.setSegmentCardinality(EnumSegmentCardinality enumSegmentCardinality)
Sets Segment Cardinality
|