| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs |
Provides classes of Primitive and Composite Datatypes.
|
| 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.
|
| cdac.medinfo.sdk.hl7282.utils |
Provides collection framework, collection classes, internationalization
and miscellaneous utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
IMultiValuedPairedCollection<java.lang.Integer,IDataType> |
CompositeDataType.getAttributes()
Gets The Attribute List of Composite Datatype.
|
| Modifier and Type | Method and Description |
|---|---|
IMultiValuedPairedCollection<java.lang.Integer,IDataType> |
Segment.getFields()
Get the Fields collection of Segment
|
| Modifier and Type | Method and Description |
|---|---|
IMultiValuedPairedCollection<java.lang.Integer,IDataType> |
ISegment.getFields()
Get the Fields collection of Segment
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiValuedPairedCollection<T1,T2>
This interface provides the user with an abstract interface towards collections
holding series of objects.
|