Uses of Class
org.hl7.fhir.r4.model.ServiceRequest.ServiceRequestIntent
-
Packages that use ServiceRequest.ServiceRequestIntent Package Description org.hl7.fhir.r4.model -
-
Uses of ServiceRequest.ServiceRequestIntent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ServiceRequest.ServiceRequestIntent Modifier and Type Field Description protected Enumeration<ServiceRequest.ServiceRequestIntent>ServiceRequest. intentWhether the request is a proposal, plan, an original order or a reflex order.Methods in org.hl7.fhir.r4.model that return ServiceRequest.ServiceRequestIntent Modifier and Type Method Description static ServiceRequest.ServiceRequestIntentServiceRequest.ServiceRequestIntent. fromCode(String codeString)ServiceRequest.ServiceRequestIntentServiceRequest.ServiceRequestIntentEnumFactory. fromCode(String codeString)ServiceRequest.ServiceRequestIntentServiceRequest. getIntent()static ServiceRequest.ServiceRequestIntentServiceRequest.ServiceRequestIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceRequest.ServiceRequestIntent[]ServiceRequest.ServiceRequestIntent. 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 ServiceRequest.ServiceRequestIntent Modifier and Type Method Description Enumeration<ServiceRequest.ServiceRequestIntent>ServiceRequest.ServiceRequestIntentEnumFactory. fromType(Base code)Enumeration<ServiceRequest.ServiceRequestIntent>ServiceRequest. getIntentElement()Methods in org.hl7.fhir.r4.model with parameters of type ServiceRequest.ServiceRequestIntent Modifier and Type Method Description ServiceRequestServiceRequest. setIntent(ServiceRequest.ServiceRequestIntent value)StringServiceRequest.ServiceRequestIntentEnumFactory. toCode(ServiceRequest.ServiceRequestIntent code)StringServiceRequest.ServiceRequestIntentEnumFactory. toSystem(ServiceRequest.ServiceRequestIntent code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ServiceRequest.ServiceRequestIntent Modifier and Type Method Description ServiceRequestServiceRequest. setIntentElement(Enumeration<ServiceRequest.ServiceRequestIntent> value)
-