| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.datatypefactory |
Provides classes which enable access and modifications of HL7 DataType dictionary.
|
| cdac.medinfo.sdk.hl7282.baselibs.messagedictionary |
Provides classes which enables access and modifications of HL7 Message dictionary.
|
| cdac.medinfo.sdk.hl7282.baselibs.segmentfactory |
Provides classes which enable access and modifications of HL7 data dictionary.
|
| cdac.medinfo.sdk.hl7282.utils |
Provides collection framework, collection classes, internationalization
and miscellaneous utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataTypeMap.addComponentItem(IComponentItem objComponentItem,
int index,
EnumMapModifyMode enumModifyMode)
Adds ComponentItem to IDataTypeMap at given index position according to the modification mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Map.addSegmentItem(ISegmentItem objSegmentItem,
int index,
EnumMapModifyMode enumModifyMode)
Adds a Segment Item to Map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentMap.addAttributeItem(IAttributeItem objAttributeItem,
int index,
EnumMapModifyMode enumModifyMode)
Adds AttributeItem to ISegmentMap at given index position according to the modification mode.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumMapModifyMode |
EnumMapModifyMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumMapModifyMode[] |
EnumMapModifyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISegmentMap.addAttributeItem(IAttributeItem objAttributeItem,
int index,
EnumMapModifyMode enumModifyMode)
Adds AttributeItem to ISegmentMap at given index position according to the modification mode.
|
void |
IDataTypeMap.addComponentItem(IComponentItem objComponentItem,
int index,
EnumMapModifyMode enumModifyMode)
Adds ComponentItem to IDataTypeMap at given index position according to the modification mode.
|
void |
IMap.addSegmentItem(ISegmentItem objSegmentItem,
int index,
EnumMapModifyMode enumModifyMode)
Adds a Segment Item to Map at given index according to the modification mode.
|