
Uses of Enum Class
org.hl7.fhir.dstu3.model.MedicationStatement.MedicationStatementTaken
Packages that use MedicationStatement.MedicationStatementTaken
- 
Uses of MedicationStatement.MedicationStatementTaken in org.hl7.fhir.dstu3.modelFields in org.hl7.fhir.dstu3.model with type parameters of type MedicationStatement.MedicationStatementTakenModifier and TypeFieldDescriptionMedicationStatement.takenIndicator of the certainty of whether the medication was taken by the patient.Methods in org.hl7.fhir.dstu3.model that return MedicationStatement.MedicationStatementTakenModifier and TypeMethodDescriptionMedicationStatement.getTaken()Returns the enum constant of this class with the specified name.MedicationStatement.MedicationStatementTaken.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type MedicationStatement.MedicationStatementTakenModifier and TypeMethodDescriptionMedicationStatement.MedicationStatementTakenEnumFactory.fromType(PrimitiveType<?> code) MedicationStatement.getTakenElement()Methods in org.hl7.fhir.dstu3.model with parameters of type MedicationStatement.MedicationStatementTakenModifier and TypeMethodDescriptionMedicationStatement.setTaken(MedicationStatement.MedicationStatementTaken value) MedicationStatement.MedicationStatementTakenEnumFactory.toCode(MedicationStatement.MedicationStatementTaken code) MedicationStatement.MedicationStatementTakenEnumFactory.toSystem(MedicationStatement.MedicationStatementTaken code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type MedicationStatement.MedicationStatementTakenModifier and TypeMethodDescriptionMedicationStatement.setTakenElement(Enumeration<MedicationStatement.MedicationStatementTaken> value)