Uses of Enum
org.hl7.fhir.r5.model.MedicationKnowledge.MedicationKnowledgeStatusCodes
-
Uses of MedicationKnowledge.MedicationKnowledgeStatusCodes in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionMedicationKnowledge.status
A code to indicate if the medication referred to by this MedicationKnowledge is in active use within the drug database or inventory system.Modifier and TypeMethodDescriptionMedicationKnowledge.getStatus()
Returns the enum constant of this type with the specified name.MedicationKnowledge.MedicationKnowledgeStatusCodes.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionMedicationKnowledge.MedicationKnowledgeStatusCodesEnumFactory.fromType
(PrimitiveType<?> code) MedicationKnowledge.getStatusElement()
Modifier and TypeMethodDescriptionMedicationKnowledge.setStatus
(MedicationKnowledge.MedicationKnowledgeStatusCodes value) MedicationKnowledge.MedicationKnowledgeStatusCodesEnumFactory.toCode
(MedicationKnowledge.MedicationKnowledgeStatusCodes code) MedicationKnowledge.MedicationKnowledgeStatusCodesEnumFactory.toSystem
(MedicationKnowledge.MedicationKnowledgeStatusCodes code) Modifier and TypeMethodDescriptionMedicationKnowledge.setStatusElement
(Enumeration<MedicationKnowledge.MedicationKnowledgeStatusCodes> value)