| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.datatypefactory |
Provides classes which enable access and modifications of HL7 DataType dictionary.
|
| cdac.medinfo.sdk.hl7282.utils |
Provides collection framework, collection classes, internationalization
and miscellaneous utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentItem
ComponentItem class is the implementation of IComponentItem.
|
| Modifier and Type | Method and Description |
|---|---|
IComponentItem |
DataTypeMap.getComponentItem(int iSequenceNo)
Retrieves IComponentItem for defined index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataTypeMap.addComponentItem(IComponentItem objComponentItem)
Adds ComponentItem to IDataTypeMap at current available index.
|
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 |
|---|---|
IComponentItem |
IDataTypeMap.getComponentItem(int iSequenceNo)
Retrieves Component structure in terms of ComponentItem from specified sequence.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDataTypeMap.addComponentItem(IComponentItem objComponentItem)
Adds ComponentItem to IDataTypeMap at current available index.
|
void |
IDataTypeMap.addComponentItem(IComponentItem objComponentItem,
int index,
EnumMapModifyMode enumModifyMode)
Adds ComponentItem to IDataTypeMap at given index position according to the modification mode.
|