Uses of Enum
org.hl7.fhir.dstu3.model.MedicationStatement.MedicationStatementTaken
Packages that use MedicationStatement.MedicationStatementTaken
-
Uses of MedicationStatement.MedicationStatementTaken in org.hl7.fhir.dstu3.model
Fields 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 type with the specified name.MedicationStatement.MedicationStatementTaken.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type MedicationStatement.MedicationStatementTakenMethods 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)