Uses of Enum
org.hl7.fhir.dstu3.model.MedicationStatement.MedicationStatementTaken
-
Uses of MedicationStatement.MedicationStatementTaken in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionMedicationStatement.taken
Indicator of the certainty of whether the medication was taken by the patient.Modifier and TypeMethodDescriptionMedicationStatement.getTaken()
Returns the enum constant of this type with the specified name.MedicationStatement.MedicationStatementTaken.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionMedicationStatement.MedicationStatementTakenEnumFactory.fromType
(PrimitiveType<?> code) MedicationStatement.getTakenElement()
Modifier and TypeMethodDescriptionMedicationStatement.setTaken
(MedicationStatement.MedicationStatementTaken value) MedicationStatement.MedicationStatementTakenEnumFactory.toCode
(MedicationStatement.MedicationStatementTaken code) MedicationStatement.MedicationStatementTakenEnumFactory.toSystem
(MedicationStatement.MedicationStatementTaken code) Modifier and TypeMethodDescriptionMedicationStatement.setTakenElement
(Enumeration<MedicationStatement.MedicationStatementTaken> value)