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