| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.segments |
Provides classes which implement segments in HL7 standard.
|
| cdac.medinfo.sdk.hl7282.commoninterface |
Defines contract for base library and HL7 model.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<UnRecognizedSegment> |
SegmentSet.getUnRecognizedSegments()
Retrieves list of Unrecognized segments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentSet.addUnRecognizedSegment(UnRecognizedSegment objUnRecognizedSegment)
Add UnRecodnizedSegment in list
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<UnRecognizedSegment> |
ISegmentSet.getUnRecognizedSegments()
Retrieves list of Unrecognized segments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISegmentSet.addUnRecognizedSegment(UnRecognizedSegment objUnRecognizedSegment)
Adds unknown Segments in list.
|