public class

WsDonorMedications

extends WsPatientItem
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WsPatientItem
     ↳ com.cbs.ctr3ws.dtos.health.WsDonorMedications

Class Overview

description: the class contains donor medication information.

Summary

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
From class com.cbs.ctr3ws.dtos.WsPatientItem
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public BigDecimal echoDosage

description: the echo dosage.
required:FALSE

public BigDecimal initialDosage

description: the initial dosage.
required:TRUE

public Date initialInfusedOn

description: the initial dosage infusion date and time.
required:TRUE
see: NowOrPastDate

public BigDecimal lastDosage

description: the last dosage.
required:TRUE-if - Required if "lastDosageInfusedOn" not NULL

public Date lastDosageInfusedOn

description: the last dosage infusion date and time.
required:FALSE
see: NowOrInitialInfusionDate

public WSLookup ltMedicationDecDonor

description: the medication.
required:TRUE
see: LT_MEDICATION_DEC_DONOR

public WSLookup ltMedicationUnit

description: the medication dosage units.
required:TRUE
see: LT_MEDICATION_UNIT

public Date maxDosageInfusedOn

description: the maximum dosage infusion date and time.
required:FALSE
see: NowOrInitialInfusionDate

public BigDecimal maximumDosage

description: the maximum dosage.
required:TRUE-if - Required if "maxDosageInfusedOn" not NULL