Uses of Class
org.hl7.fhir.r4.model.ServiceRequest.ServiceRequestStatus
-
Packages that use ServiceRequest.ServiceRequestStatus Package Description org.hl7.fhir.r4.model -
-
Uses of ServiceRequest.ServiceRequestStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ServiceRequest.ServiceRequestStatus Modifier and Type Field Description protected Enumeration<ServiceRequest.ServiceRequestStatus>ServiceRequest. statusThe status of the order.Methods in org.hl7.fhir.r4.model that return ServiceRequest.ServiceRequestStatus Modifier and Type Method Description static ServiceRequest.ServiceRequestStatusServiceRequest.ServiceRequestStatus. fromCode(String codeString)ServiceRequest.ServiceRequestStatusServiceRequest.ServiceRequestStatusEnumFactory. fromCode(String codeString)ServiceRequest.ServiceRequestStatusServiceRequest. getStatus()static ServiceRequest.ServiceRequestStatusServiceRequest.ServiceRequestStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceRequest.ServiceRequestStatus[]ServiceRequest.ServiceRequestStatus. 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.ServiceRequestStatus Modifier and Type Method Description Enumeration<ServiceRequest.ServiceRequestStatus>ServiceRequest.ServiceRequestStatusEnumFactory. fromType(Base code)Enumeration<ServiceRequest.ServiceRequestStatus>ServiceRequest. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type ServiceRequest.ServiceRequestStatus Modifier and Type Method Description ServiceRequestServiceRequest. setStatus(ServiceRequest.ServiceRequestStatus value)StringServiceRequest.ServiceRequestStatusEnumFactory. toCode(ServiceRequest.ServiceRequestStatus code)StringServiceRequest.ServiceRequestStatusEnumFactory. toSystem(ServiceRequest.ServiceRequestStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ServiceRequest.ServiceRequestStatus Modifier and Type Method Description ServiceRequestServiceRequest. setStatusElement(Enumeration<ServiceRequest.ServiceRequestStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ServiceRequest.ServiceRequestStatus Constructor Description ServiceRequest(Enumeration<ServiceRequest.ServiceRequestStatus> status, Enumeration<ServiceRequest.ServiceRequestIntent> intent, Reference subject)Constructor
-