java.lang.Object | ||
↳ | com.cbs.ctr3ws.dtos.WsPatientItem | |
↳ | com.cbs.ctr3ws.dtos.health.WsDonorMedications |
description: the class contains donor medication information.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public BigDecimal | echoDosage | description: the echo dosage. | |||||||||
public BigDecimal | initialDosage | description: the initial dosage. | |||||||||
public Date | initialInfusedOn | description: the initial dosage infusion date and time. | |||||||||
public BigDecimal | lastDosage | description: the last dosage. | |||||||||
public Date | lastDosageInfusedOn | description: the last dosage infusion date and time. | |||||||||
public WSLookup | ltMedicationDecDonor | description: the medication. | |||||||||
public WSLookup | ltMedicationUnit | description: the medication dosage units. | |||||||||
public Date | maxDosageInfusedOn | description: the maximum dosage infusion date and time. | |||||||||
public BigDecimal | maximumDosage | description: the maximum dosage. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
description: the echo dosage.
required:FALSE
description: the initial dosage.
required:TRUE
description: the initial dosage infusion date and time.
required:TRUE
see: NowOrPastDate
description: the last dosage.
required:TRUE-if - Required if "lastDosageInfusedOn" not NULL
description: the last dosage infusion date and time.
required:FALSE
see: NowOrInitialInfusionDate
description: the medication.
required:TRUE
see: LT_MEDICATION_DEC_DONOR
description: the medication dosage units.
required:TRUE
see: LT_MEDICATION_UNIT
description: the maximum dosage infusion date and time.
required:FALSE
see: NowOrInitialInfusionDate
description: the maximum dosage.
required:TRUE-if - Required if "maxDosageInfusedOn" not NULL