| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
AttributeItem
AttributeItem class is the implementation of IAttributeItem.
|
| Modifier and Type | Method and Description |
|---|---|
IAttributeItem |
SegmentMap.getAttributeItem(int index)
Retrieves IAttributeItem for defined index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentMap.addAttributeItem(IAttributeItem objAttributeItem)
Adds AttributeItem to ISegmentMap at current available index.
|
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 |
|---|---|
IAttributeItem |
ISegmentMap.getAttributeItem(int index)
Retrieves Attribute structure in terms of AttributeItem from specified sequence.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISegmentMap.addAttributeItem(IAttributeItem objAttributeItem)
Adds AttributeItem to ISegmentMap at current available index.
|
void |
ISegmentMap.addAttributeItem(IAttributeItem objAttributeItem,
int index,
EnumMapModifyMode enumModifyMode)
Adds AttributeItem to ISegmentMap at given index position according to the modification mode.
|