Uses of Enum
org.hl7.fhir.r4.model.MedicationStatement.MedicationStatementStatus
-
Uses of MedicationStatement.MedicationStatementStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionMedicationStatement.status
A code representing the patient or other source's judgment about the state of the medication used that this statement is about.Modifier and TypeMethodDescriptionMedicationStatement.getStatus()
Returns the enum constant of this type with the specified name.MedicationStatement.MedicationStatementStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionMedicationStatement.MedicationStatementStatusEnumFactory.fromType
(PrimitiveType<?> code) MedicationStatement.getStatusElement()
Modifier and TypeMethodDescriptionMedicationStatement.setStatus
(MedicationStatement.MedicationStatementStatus value) MedicationStatement.MedicationStatementStatusEnumFactory.toCode
(MedicationStatement.MedicationStatementStatus code) MedicationStatement.MedicationStatementStatusEnumFactory.toSystem
(MedicationStatement.MedicationStatementStatus code) Modifier and TypeMethodDescriptionMedicationStatement.setStatusElement
(Enumeration<MedicationStatement.MedicationStatementStatus> value) ModifierConstructorDescriptionMedicationStatement
(Enumeration<MedicationStatement.MedicationStatementStatus> status, Type medication, Reference subject) Constructor