| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.segments |
Provides classes which implement segments in HL7 standard.
|
| Modifier and Type | Method and Description |
|---|---|
FC |
GT1.getGuarantorFinancialClass()
Retrieves the Guarantor Financial Class.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<FC> |
PV1.getFinancialClass()
Retrieves the Financial Class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PV1.addFinancialClass(FC objtempFinancialClass)
Set the Financial Class.
|
void |
GT1.setGuarantorFinancialClass(FC guarantorFinancialClass)
Set the Guarantor Financial Class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PV1.setFinancialClass(ISingleCollection<FC> objFinancialClassList)
Set the Financial Class list.
|