Uses of Enum
org.hl7.fhir.r4.model.Medication.MedicationStatus
Packages that use Medication.MedicationStatus
-
Uses of Medication.MedicationStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Medication.MedicationStatusModifier and TypeFieldDescriptionprotected Enumeration<Medication.MedicationStatus>Medication.statusA code to indicate if the medication is in active use.Methods in org.hl7.fhir.r4.model that return Medication.MedicationStatusModifier and TypeMethodDescriptionstatic Medication.MedicationStatusMedication.getStatus()static Medication.MedicationStatusReturns the enum constant of this type with the specified name.static Medication.MedicationStatus[]Medication.MedicationStatus.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 Medication.MedicationStatusMethods in org.hl7.fhir.r4.model with parameters of type Medication.MedicationStatusModifier and TypeMethodDescriptionMedication.setStatus(Medication.MedicationStatus value) Medication.MedicationStatusEnumFactory.toCode(Medication.MedicationStatus code) Medication.MedicationStatusEnumFactory.toSystem(Medication.MedicationStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Medication.MedicationStatusModifier and TypeMethodDescriptionMedication.setStatusElement(Enumeration<Medication.MedicationStatus> value)