
Uses of Enum
org.hl7.fhir.r5.model.MedicationStatement.MedicationStatementStatusCodes
Packages that use MedicationStatement.MedicationStatementStatusCodes
-
Uses of MedicationStatement.MedicationStatementStatusCodes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MedicationStatement.MedicationStatementStatusCodesModifier and TypeFieldDescriptionMedicationStatement.status
A code representing the status of recording the medication statement.Methods in org.hl7.fhir.r5.model that return MedicationStatement.MedicationStatementStatusCodesModifier and TypeMethodDescriptionMedicationStatement.getStatus()
Returns the enum constant of this type with the specified name.MedicationStatement.MedicationStatementStatusCodes.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type MedicationStatement.MedicationStatementStatusCodesModifier and TypeMethodDescriptionMedicationStatement.MedicationStatementStatusCodesEnumFactory.fromType
(PrimitiveType<?> code) MedicationStatement.getStatusElement()
Methods in org.hl7.fhir.r5.model with parameters of type MedicationStatement.MedicationStatementStatusCodesModifier and TypeMethodDescriptionMedicationStatement.setStatus
(MedicationStatement.MedicationStatementStatusCodes value) MedicationStatement.MedicationStatementStatusCodesEnumFactory.toCode
(MedicationStatement.MedicationStatementStatusCodes code) MedicationStatement.MedicationStatementStatusCodesEnumFactory.toSystem
(MedicationStatement.MedicationStatementStatusCodes code) Method parameters in org.hl7.fhir.r5.model with type arguments of type MedicationStatement.MedicationStatementStatusCodesModifier and TypeMethodDescriptionMedicationStatement.setStatusElement
(Enumeration<MedicationStatement.MedicationStatementStatusCodes> value) Constructors in org.hl7.fhir.r5.model with parameters of type MedicationStatement.MedicationStatementStatusCodesModifierConstructorDescriptionMedicationStatement
(MedicationStatement.MedicationStatementStatusCodes status, CodeableReference medication, Reference subject) Constructor