Uses of Class
com.ibm.fhir.model.type.code.RequestPriority
-
Packages that use RequestPriority Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of RequestPriority in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return RequestPriority Modifier and Type Method Description RequestPriorityActivityDefinition. getPriority()Indicates how quickly the activity should be addressed with respect to other requests.RequestPriorityDeviceRequest. getPriority()Indicates how quickly the {{title}} should be addressed with respect to other requests.RequestPriorityPlanDefinition.Action. getPriority()Indicates how quickly the action should be addressed with respect to other actions.RequestPriorityRequestGroup.Action. getPriority()Indicates how quickly the action should be addressed with respect to other actions.RequestPriorityRequestGroup. getPriority()Indicates how quickly the request should be addressed with respect to other requests.RequestPrioritySupplyRequest. getPriority()Indicates how quickly this SupplyRequest should be addressed with respect to other requests.Methods in com.ibm.fhir.model.resource with parameters of type RequestPriority Modifier and Type Method Description ActivityDefinition.BuilderActivityDefinition.Builder. priority(RequestPriority priority)Indicates how quickly the activity should be addressed with respect to other requests.DeviceRequest.BuilderDeviceRequest.Builder. priority(RequestPriority priority)Indicates how quickly the {{title}} should be addressed with respect to other requests.PlanDefinition.Action.BuilderPlanDefinition.Action.Builder. priority(RequestPriority priority)Indicates how quickly the action should be addressed with respect to other actions.RequestGroup.Action.BuilderRequestGroup.Action.Builder. priority(RequestPriority priority)Indicates how quickly the action should be addressed with respect to other actions.RequestGroup.BuilderRequestGroup.Builder. priority(RequestPriority priority)Indicates how quickly the request should be addressed with respect to other requests.SupplyRequest.BuilderSupplyRequest.Builder. priority(RequestPriority priority)Indicates how quickly this SupplyRequest should be addressed with respect to other requests. -
Uses of RequestPriority in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as RequestPriority Modifier and Type Field Description static RequestPriorityRequestPriority. ASAPASAPstatic RequestPriorityRequestPriority. ROUTINERoutinestatic RequestPriorityRequestPriority. STATSTATstatic RequestPriorityRequestPriority. URGENTUrgentMethods in com.ibm.fhir.model.type.code that return RequestPriority Modifier and Type Method Description RequestPriorityRequestPriority.Builder. build()static RequestPriorityRequestPriority. of(RequestPriority.ValueSet value)Factory method for creating RequestPriority objects from a passed enum value.static RequestPriorityRequestPriority. of(String value)Factory method for creating RequestPriority objects from a passed string value.
-