Uses of Enum
org.hl7.fhir.r5.model.MedicationUsage.MedicationUsageStatusCodes
Packages that use MedicationUsage.MedicationUsageStatusCodes
-
Uses of MedicationUsage.MedicationUsageStatusCodes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MedicationUsage.MedicationUsageStatusCodesModifier and TypeFieldDescriptionMedicationUsage.statusA code representing the status of recording the medication usage.Methods in org.hl7.fhir.r5.model that return MedicationUsage.MedicationUsageStatusCodesModifier and TypeMethodDescriptionMedicationUsage.getStatus()Returns the enum constant of this type with the specified name.MedicationUsage.MedicationUsageStatusCodes.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 MedicationUsage.MedicationUsageStatusCodesMethods in org.hl7.fhir.r5.model with parameters of type MedicationUsage.MedicationUsageStatusCodesModifier and TypeMethodDescriptionMedicationUsage.setStatus(MedicationUsage.MedicationUsageStatusCodes value) MedicationUsage.MedicationUsageStatusCodesEnumFactory.toCode(MedicationUsage.MedicationUsageStatusCodes code) MedicationUsage.MedicationUsageStatusCodesEnumFactory.toSystem(MedicationUsage.MedicationUsageStatusCodes code) Method parameters in org.hl7.fhir.r5.model with type arguments of type MedicationUsage.MedicationUsageStatusCodesModifier and TypeMethodDescriptionMedicationUsage.setStatusElement(Enumeration<MedicationUsage.MedicationUsageStatusCodes> value) Constructors in org.hl7.fhir.r5.model with parameters of type MedicationUsage.MedicationUsageStatusCodesModifierConstructorDescriptionMedicationUsage(MedicationUsage.MedicationUsageStatusCodes status, CodeableReference medication, Reference subject) Constructor