Uses of Enum
org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestIntent
-
Uses of MedicationRequest.MedicationRequestIntent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionMedicationRequest.intent
Whether the request is a proposal, plan, or an original order.Modifier and TypeMethodDescriptionMedicationRequest.getIntent()
Returns the enum constant of this type with the specified name.MedicationRequest.MedicationRequestIntent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionMedicationRequest.MedicationRequestIntentEnumFactory.fromType
(PrimitiveType<?> code) MedicationRequest.getIntentElement()
Modifier and TypeMethodDescriptionMedicationRequest.setIntent
(MedicationRequest.MedicationRequestIntent value) MedicationRequest.MedicationRequestIntentEnumFactory.toCode
(MedicationRequest.MedicationRequestIntent code) MedicationRequest.MedicationRequestIntentEnumFactory.toSystem
(MedicationRequest.MedicationRequestIntent code) Modifier and TypeMethodDescriptionMedicationRequest.setIntentElement
(Enumeration<MedicationRequest.MedicationRequestIntent> value)