public class TherapeuticGoodImpl extends Object implements TherapeuticGood
| Constructor and Description |
|---|
TherapeuticGoodImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalComments() |
Dosage |
getDosage() |
MedicationHistory |
getMedicationHistory() |
String |
getReasonForTherapeuticGood() |
Coded |
getTherapeuticGoodIdentification() |
String |
getUnitOfUseQuantityDispensed() |
void |
setAdditionalComments(String additionalComments) |
void |
setDosage(Dosage dosage) |
void |
setMedicationHistory(MedicationHistory medicationHistory) |
void |
setReasonForTherapeuticGood(String reasonForTherapeuticGood) |
void |
setTherapeuticGoodIdentification(Coded therapeuticGoodIdentification) |
void |
setUnitOfUseQuantityDispensed(String unitOfUseQuantityDispensed) |
public Coded getTherapeuticGoodIdentification()
getTherapeuticGoodIdentification in interface TherapeuticGoodpublic Dosage getDosage()
getDosage in interface TherapeuticGoodpublic String getUnitOfUseQuantityDispensed()
getUnitOfUseQuantityDispensed in interface TherapeuticGoodpublic String getReasonForTherapeuticGood()
getReasonForTherapeuticGood in interface TherapeuticGoodpublic String getAdditionalComments()
getAdditionalComments in interface TherapeuticGoodpublic MedicationHistory getMedicationHistory()
getMedicationHistory in interface TherapeuticGoodpublic void setTherapeuticGoodIdentification(Coded therapeuticGoodIdentification)
setTherapeuticGoodIdentification in interface TherapeuticGoodpublic void setDosage(Dosage dosage)
setDosage in interface TherapeuticGoodpublic void setUnitOfUseQuantityDispensed(String unitOfUseQuantityDispensed)
setUnitOfUseQuantityDispensed in interface TherapeuticGoodpublic void setReasonForTherapeuticGood(String reasonForTherapeuticGood)
setReasonForTherapeuticGood in interface TherapeuticGoodpublic void setAdditionalComments(String additionalComments)
setAdditionalComments in interface TherapeuticGoodpublic void setMedicationHistory(MedicationHistory medicationHistory)
setMedicationHistory in interface TherapeuticGoodCopyright © 2021. All rights reserved.