| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7model.messages.claimsandreimbursement |
Provides classes which implements Claims And Reimbursement Messages in HL7.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<CTD> |
EHC_E13.getContactDataSegments()
Retrieves Collection of Contact Data Segments(CTD) present in this message.
|
ISingleCollection<CTD> |
EHC_E12.getContactDataSegments()
Retrieves Collection of Contact Data Segments(CTD) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EHC_E13.addContactDataSegment(CTD objCTD)
Adds Contact Data Segment(CTD) to this message.
|
void |
EHC_E12.addUserAuthenticationCredentialSegment(CTD objCTD)
Adds Contact Data Segment(CTD) to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EHC_E13.addContactDataSegment(ISingleCollection<CTD> objCTDSegmentCollection)
Adds collection of Contact Data Segment(CTD) to this message.
|
void |
EHC_E12.addContactDataSegment(ISingleCollection<CTD> objCTDSegmentCollection)
Adds collection of Contact Data Segment(CTD) to this message.
|