| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MOP |
RMC.getMoneyOrPercentage()
Returns Money or Percentage
|
MOP |
PTA.getMoneyOrPercentage()
Returns Money or Percentage
|
| Modifier and Type | Method and Description |
|---|---|
void |
RMC.setMoneyOrPercentage(MOP objMoneyOrPercentage)
Sets the MoneyOrPercentage.
|
void |
PTA.setMoneyOrPercentage(MOP objMoneyOrPercentage)
Sets the MoneyOrPercentage.
|
| Modifier and Type | Method and Description |
|---|---|
MOP |
IN3.getPenalty()
Retrieves the Penalty.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IN2.addPolicyTypeOrAmount(CWE objPolicyType,
CWE objAmountClass,
MOP objMoneyOrPercentage)
Set the Policy Type Or Amount.
|
void |
IN2.addRoomCoverageTypeOrAmount(CWE cweRoomType,
CWE cweAmountType,
MOP objMoneyOrPercentage)
Set the Room Coverage Type Or Amount.
|
void |
IN3.setPenalty(MOP objpenalty)
Set the Penalty.
|