Uses of Class
org.hl7.fhir.r5.model.MedicationKnowledge.MedicationKnowledgeStatusCodes
-
Packages that use MedicationKnowledge.MedicationKnowledgeStatusCodes Package Description org.hl7.fhir.r5.model -
-
Uses of MedicationKnowledge.MedicationKnowledgeStatusCodes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MedicationKnowledge.MedicationKnowledgeStatusCodes Modifier and Type Field Description protected Enumeration<MedicationKnowledge.MedicationKnowledgeStatusCodes>MedicationKnowledge. statusA code to indicate if the medication referred to by this MedicationKnowledge is in active use within the drug database or inventory system.Methods in org.hl7.fhir.r5.model that return MedicationKnowledge.MedicationKnowledgeStatusCodes Modifier and Type Method Description static MedicationKnowledge.MedicationKnowledgeStatusCodesMedicationKnowledge.MedicationKnowledgeStatusCodes. fromCode(String codeString)MedicationKnowledge.MedicationKnowledgeStatusCodesMedicationKnowledge.MedicationKnowledgeStatusCodesEnumFactory. fromCode(String codeString)MedicationKnowledge.MedicationKnowledgeStatusCodesMedicationKnowledge. getStatus()static MedicationKnowledge.MedicationKnowledgeStatusCodesMedicationKnowledge.MedicationKnowledgeStatusCodes. valueOf(String name)Returns the enum constant of this type with the specified name.static MedicationKnowledge.MedicationKnowledgeStatusCodes[]MedicationKnowledge.MedicationKnowledgeStatusCodes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type MedicationKnowledge.MedicationKnowledgeStatusCodes Modifier and Type Method Description Enumeration<MedicationKnowledge.MedicationKnowledgeStatusCodes>MedicationKnowledge.MedicationKnowledgeStatusCodesEnumFactory. fromType(Base code)Enumeration<MedicationKnowledge.MedicationKnowledgeStatusCodes>MedicationKnowledge. getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type MedicationKnowledge.MedicationKnowledgeStatusCodes Modifier and Type Method Description MedicationKnowledgeMedicationKnowledge. setStatus(MedicationKnowledge.MedicationKnowledgeStatusCodes value)StringMedicationKnowledge.MedicationKnowledgeStatusCodesEnumFactory. toCode(MedicationKnowledge.MedicationKnowledgeStatusCodes code)StringMedicationKnowledge.MedicationKnowledgeStatusCodesEnumFactory. toSystem(MedicationKnowledge.MedicationKnowledgeStatusCodes code)Method parameters in org.hl7.fhir.r5.model with type arguments of type MedicationKnowledge.MedicationKnowledgeStatusCodes Modifier and Type Method Description MedicationKnowledgeMedicationKnowledge. setStatusElement(Enumeration<MedicationKnowledge.MedicationKnowledgeStatusCodes> value)
-