| 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<PSL> |
EHC_E13.getProductOrServiceLineItemSegments()
Retrieves Collection of Product/Service Line Item(PSL) present in this message.
|
ISingleCollection<PSL> |
EHC_E12.getProductOrServiceLineItemSegments()
Retrieves Collection of Product/Service Line Item(PSL) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EHC_E13.addProductOrServiceLineItemSegment(PSL objPSL)
Adds Product/Service Line Item Segment(PSL) to this message.
|
void |
EHC_E12.addProductOrServiceLineItemSegment(PSL objPSL)
Adds Product/Service Line Item Segment(PSL) to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EHC_E13.addProductOrServiceLineItemSegment(ISingleCollection<PSL> objPSLSegmentCollection)
Adds collection of Product/Service Line Item Segment(PSL) to this message.
|
void |
EHC_E12.addProductOrServiceLineItemSegment(ISingleCollection<PSL> objPSLSegmentCollection)
Adds collection of Product/Service Line Item Segment(PSL) to this message.
|