| 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 | Class and Description |
|---|---|
class |
SegmentItem
SegmentItem class represents structure of a Segment.
|
| Modifier and Type | Method and Description |
|---|---|
ISegmentItem |
Map.getSegmentItem(int index)
Retrieves SegmentItem from given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Map.addSegmentItem(ISegmentItem objSegmentItem)
Adds a Segment Item to Map.
|
void |
Map.addSegmentItem(ISegmentItem objSegmentItem,
int index,
EnumMapModifyMode enumModifyMode)
Adds a Segment Item to Map.
|
| Modifier and Type | Method and Description |
|---|---|
ISegmentItem |
IMap.getSegmentItem(int index)
Retrieves ISegmentItem from given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMap.addSegmentItem(ISegmentItem objSegmentItem)
Adds a ISegmentItem to Map at current available index.
|
void |
IMap.addSegmentItem(ISegmentItem objSegmentItem,
int index,
EnumMapModifyMode enumModifyMode)
Adds a Segment Item to Map at given index according to the modification mode.
|