
Uses of Class
org.hl7.fhir.dstu3.model.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. taken
Indicator 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.MedicationStatementTaken
MedicationStatement.MedicationStatementTaken. fromCode(String codeString)
MedicationStatement.MedicationStatementTaken
MedicationStatement.MedicationStatementTakenEnumFactory. fromCode(String codeString)
MedicationStatement.MedicationStatementTaken
MedicationStatement. getTaken()
static MedicationStatement.MedicationStatementTaken
MedicationStatement.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(Base code)
Enumeration<MedicationStatement.MedicationStatementTaken>
MedicationStatement. getTakenElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type MedicationStatement.MedicationStatementTaken Modifier and Type Method Description MedicationStatement
MedicationStatement. setTaken(MedicationStatement.MedicationStatementTaken value)
String
MedicationStatement.MedicationStatementTakenEnumFactory. toCode(MedicationStatement.MedicationStatementTaken code)
String
MedicationStatement.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 MedicationStatement
MedicationStatement. setTakenElement(Enumeration<MedicationStatement.MedicationStatementTaken> value)