Uses of Enum
org.hl7.fhir.r4.model.MedicationKnowledge.MedicationKnowledgeStatus
Packages that use MedicationKnowledge.MedicationKnowledgeStatus
-
Uses of MedicationKnowledge.MedicationKnowledgeStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MedicationKnowledge.MedicationKnowledgeStatusModifier and TypeFieldDescriptionMedicationKnowledge.statusA code to indicate if the medication is in active use.Methods in org.hl7.fhir.r4.model that return MedicationKnowledge.MedicationKnowledgeStatusModifier and TypeMethodDescriptionMedicationKnowledge.getStatus()Returns the enum constant of this type with the specified name.MedicationKnowledge.MedicationKnowledgeStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type MedicationKnowledge.MedicationKnowledgeStatusMethods in org.hl7.fhir.r4.model with parameters of type MedicationKnowledge.MedicationKnowledgeStatusModifier and TypeMethodDescriptionMedicationKnowledge.setStatus(MedicationKnowledge.MedicationKnowledgeStatus value) MedicationKnowledge.MedicationKnowledgeStatusEnumFactory.toCode(MedicationKnowledge.MedicationKnowledgeStatus code) MedicationKnowledge.MedicationKnowledgeStatusEnumFactory.toSystem(MedicationKnowledge.MedicationKnowledgeStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type MedicationKnowledge.MedicationKnowledgeStatusModifier and TypeMethodDescriptionMedicationKnowledge.setStatusElement(Enumeration<MedicationKnowledge.MedicationKnowledgeStatus> value)