Uses of Class
org.hl7.fhir.dstu3.model.MedicationStatement.MedicationStatementTaken
-
Packages that use MedicationStatement.MedicationStatementTaken Package Description org.hl7.fhir.dstu3.model -
-
Uses of MedicationStatement.MedicationStatementTaken in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type MedicationStatement.MedicationStatementTaken Modifier and Type Field Description protected Enumeration<MedicationStatement.MedicationStatementTaken>MedicationStatement. takenIndicator of the certainty of whether the medication was taken by the patient.Methods in org.hl7.fhir.dstu3.model that return MedicationStatement.MedicationStatementTaken Modifier and Type Method Description static MedicationStatement.MedicationStatementTakenMedicationStatement.MedicationStatementTaken. fromCode(String codeString)MedicationStatement.MedicationStatementTakenMedicationStatement.MedicationStatementTakenEnumFactory. fromCode(String codeString)MedicationStatement.MedicationStatementTakenMedicationStatement. getTaken()static MedicationStatement.MedicationStatementTakenMedicationStatement.MedicationStatementTaken. valueOf(String name)Returns the enum constant of this type with the specified name.static MedicationStatement.MedicationStatementTaken[]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.MedicationStatementTaken Modifier and Type Method Description Enumeration<MedicationStatement.MedicationStatementTaken>MedicationStatement.MedicationStatementTakenEnumFactory. fromType(PrimitiveType<?> code)Enumeration<MedicationStatement.MedicationStatementTaken>MedicationStatement. getTakenElement()Methods in org.hl7.fhir.dstu3.model with parameters of type MedicationStatement.MedicationStatementTaken Modifier and Type Method Description MedicationStatementMedicationStatement. setTaken(MedicationStatement.MedicationStatementTaken value)StringMedicationStatement.MedicationStatementTakenEnumFactory. toCode(MedicationStatement.MedicationStatementTaken code)StringMedicationStatement.MedicationStatementTakenEnumFactory. toSystem(MedicationStatement.MedicationStatementTaken code)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type MedicationStatement.MedicationStatementTaken Modifier and Type Method Description MedicationStatementMedicationStatement. setTakenElement(Enumeration<MedicationStatement.MedicationStatementTaken> value)
-