
Uses of Enum
org.hl7.fhir.r5.model.MedicationKnowledge.MedicationKnowledgeStatusCodes
Packages that use MedicationKnowledge.MedicationKnowledgeStatusCodes
-
Uses of MedicationKnowledge.MedicationKnowledgeStatusCodes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MedicationKnowledge.MedicationKnowledgeStatusCodesModifier 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.Methods in org.hl7.fhir.r5.model that return MedicationKnowledge.MedicationKnowledgeStatusCodesModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type MedicationKnowledge.MedicationKnowledgeStatusCodesModifier and TypeMethodDescriptionMedicationKnowledge.MedicationKnowledgeStatusCodesEnumFactory.fromType
(PrimitiveType<?> code) MedicationKnowledge.getStatusElement()
Methods in org.hl7.fhir.r5.model with parameters of type MedicationKnowledge.MedicationKnowledgeStatusCodesModifier and TypeMethodDescriptionMedicationKnowledge.setStatus
(MedicationKnowledge.MedicationKnowledgeStatusCodes value) MedicationKnowledge.MedicationKnowledgeStatusCodesEnumFactory.toCode
(MedicationKnowledge.MedicationKnowledgeStatusCodes code) MedicationKnowledge.MedicationKnowledgeStatusCodesEnumFactory.toSystem
(MedicationKnowledge.MedicationKnowledgeStatusCodes code) Method parameters in org.hl7.fhir.r5.model with type arguments of type MedicationKnowledge.MedicationKnowledgeStatusCodesModifier and TypeMethodDescriptionMedicationKnowledge.setStatusElement
(Enumeration<MedicationKnowledge.MedicationKnowledgeStatusCodes> value)