Uses of Enum
org.hl7.fhir.dstu3.model.ProcedureRequest.ProcedureRequestIntent
Packages that use ProcedureRequest.ProcedureRequestIntent
-
Uses of ProcedureRequest.ProcedureRequestIntent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ProcedureRequest.ProcedureRequestIntentModifier and TypeFieldDescriptionProcedureRequest.intentWhether the request is a proposal, plan, an original order or a reflex order.Methods in org.hl7.fhir.dstu3.model that return ProcedureRequest.ProcedureRequestIntentModifier and TypeMethodDescriptionProcedureRequest.getIntent()Returns the enum constant of this type with the specified name.ProcedureRequest.ProcedureRequestIntent.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ProcedureRequest.ProcedureRequestIntentMethods in org.hl7.fhir.dstu3.model with parameters of type ProcedureRequest.ProcedureRequestIntentModifier and TypeMethodDescriptionProcedureRequest.setIntent(ProcedureRequest.ProcedureRequestIntent value)ProcedureRequest.ProcedureRequestIntentEnumFactory.toCode(ProcedureRequest.ProcedureRequestIntent code)ProcedureRequest.ProcedureRequestIntentEnumFactory.toSystem(ProcedureRequest.ProcedureRequestIntent code)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ProcedureRequest.ProcedureRequestIntentModifier and TypeMethodDescriptionProcedureRequest.setIntentElement(Enumeration<ProcedureRequest.ProcedureRequestIntent> value)