Uses of Class
org.hl7.fhir.r5.patterns.Request.RequestIntent
-
Packages that use Request.RequestIntent Package Description org.hl7.fhir.r5.patterns -
-
Uses of Request.RequestIntent in org.hl7.fhir.r5.patterns
Methods in org.hl7.fhir.r5.patterns that return Request.RequestIntent Modifier and Type Method Description static Request.RequestIntentRequest.RequestIntent. fromCode(String codeString)Request.RequestIntentRequest.RequestIntentEnumFactory. fromCode(String codeString)Request.RequestIntentRequest. getIntent()static Request.RequestIntentRequest.RequestIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static Request.RequestIntent[]Request.RequestIntent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.patterns that return types with arguments of type Request.RequestIntent Modifier and Type Method Description Enumeration<Request.RequestIntent>Request.RequestIntentEnumFactory. fromType(Base code)Enumeration<Request.RequestIntent>Request. getIntentElement()Methods in org.hl7.fhir.r5.patterns with parameters of type Request.RequestIntent Modifier and Type Method Description RequestRequest. setIntent(Request.RequestIntent value)StringRequest.RequestIntentEnumFactory. toCode(Request.RequestIntent code)StringRequest.RequestIntentEnumFactory. toSystem(Request.RequestIntent code)Method parameters in org.hl7.fhir.r5.patterns with type arguments of type Request.RequestIntent Modifier and Type Method Description RequestRequest. setIntentElement(Enumeration<Request.RequestIntent> value)
-