public class KnownMedicationImpl extends Object implements KnownMedication
| Constructor and Description |
|---|
KnownMedicationImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClinicalIndication() |
String |
getDirections() |
String |
getMedicationInstructionComment() |
Coded |
getTherapeuticGoodIdentification() |
void |
setClinicalIndication(String clinicalIndication) |
void |
setDirections(String directions) |
void |
setMedicationInstructionComment(String medicationInstructionComment) |
void |
setTherapeuticGoodIdentification(Coded therapeuticGoodIdentification) |
public Coded getTherapeuticGoodIdentification()
getTherapeuticGoodIdentification in interface KnownMedicationpublic void setTherapeuticGoodIdentification(Coded therapeuticGoodIdentification)
setTherapeuticGoodIdentification in interface KnownMedicationpublic String getDirections()
getDirections in interface KnownMedicationpublic void setDirections(String directions)
setDirections in interface KnownMedicationpublic String getClinicalIndication()
getClinicalIndication in interface KnownMedicationpublic void setClinicalIndication(String clinicalIndication)
setClinicalIndication in interface KnownMedicationpublic String getMedicationInstructionComment()
getMedicationInstructionComment in interface KnownMedicationpublic void setMedicationInstructionComment(String medicationInstructionComment)
setMedicationInstructionComment in interface KnownMedicationCopyright © 2021. All rights reserved.