| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7model.messages.medicalrecords |
Provides classes which implement Medical Records Messages.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<ConsentSeg> |
MDM_T02_Common.getConsentSegments()
Retrieves Collection of Consent Segments(CON) present in this message.
|
ISingleCollection<ConsentSeg> |
MDM_T01_Common.getConsentSegments()
Retrieves Collection of Consent Segments(CON) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MDM_T02_Common.addConsentSegment(ConsentSeg objCON)
Adds Consent Segment(CON) to this message.
|
void |
MDM_T01_Common.addConsentSegment(ConsentSeg objCON)
Adds Consent Segment(CON) to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MDM_T02_Common.addConsentSegment(ISingleCollection<ConsentSeg> objCONSegmentCollection)
Adds collection of Consent Segment(CON) to this message.
|
void |
MDM_T01_Common.addConsentSegment(ISingleCollection<ConsentSeg> objCONSegmentCollection)
Adds collection of Consent Segment(CON) to this message.
|