Uses of Class
com.ibm.fhir.model.type.code.MedicationStatementStatus
-
Packages that use MedicationStatementStatus Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of MedicationStatementStatus in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MedicationStatementStatus Modifier and Type Method Description MedicationStatementStatusMedicationStatement. getStatus()A code representing the patient or other source's judgment about the state of the medication used that this statement is about.Methods in com.ibm.fhir.model.resource with parameters of type MedicationStatementStatus Modifier and Type Method Description MedicationStatement.BuilderMedicationStatement.Builder. status(MedicationStatementStatus status)A code representing the patient or other source's judgment about the state of the medication used that this statement is about. -
Uses of MedicationStatementStatus in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as MedicationStatementStatus Modifier and Type Field Description static MedicationStatementStatusMedicationStatementStatus. ACTIVEActivestatic MedicationStatementStatusMedicationStatementStatus. COMPLETEDCompletedstatic MedicationStatementStatusMedicationStatementStatus. ENTERED_IN_ERROREntered in Errorstatic MedicationStatementStatusMedicationStatementStatus. INTENDEDIntendedstatic MedicationStatementStatusMedicationStatementStatus. NOT_TAKENNot Takenstatic MedicationStatementStatusMedicationStatementStatus. ON_HOLDOn Holdstatic MedicationStatementStatusMedicationStatementStatus. STOPPEDStoppedstatic MedicationStatementStatusMedicationStatementStatus. UNKNOWNUnknownMethods in com.ibm.fhir.model.type.code that return MedicationStatementStatus Modifier and Type Method Description MedicationStatementStatusMedicationStatementStatus.Builder. build()static MedicationStatementStatusMedicationStatementStatus. of(MedicationStatementStatus.ValueSet value)Factory method for creating MedicationStatementStatus objects from a passed enum value.static MedicationStatementStatusMedicationStatementStatus. of(String value)Factory method for creating MedicationStatementStatus objects from a passed string value.
-