
Uses of Enum Class
org.hl7.fhir.dstu3.model.RequestGroup.RequestStatus
Packages that use RequestGroup.RequestStatus
-
Uses of RequestGroup.RequestStatus in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type RequestGroup.RequestStatusModifier and TypeFieldDescriptionprotected Enumeration<RequestGroup.RequestStatus> RequestGroup.statusThe current state of the request.Methods in org.hl7.fhir.dstu3.model that return RequestGroup.RequestStatusModifier and TypeMethodDescriptionstatic RequestGroup.RequestStatusRequestGroup.getStatus()static RequestGroup.RequestStatusReturns the enum constant of this class with the specified name.static RequestGroup.RequestStatus[]RequestGroup.RequestStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type RequestGroup.RequestStatusModifier and TypeMethodDescriptionRequestGroup.RequestStatusEnumFactory.fromType(PrimitiveType<?> code) RequestGroup.getStatusElement()Methods in org.hl7.fhir.dstu3.model with parameters of type RequestGroup.RequestStatusModifier and TypeMethodDescriptionRequestGroup.setStatus(RequestGroup.RequestStatus value) RequestGroup.RequestStatusEnumFactory.toCode(RequestGroup.RequestStatus code) RequestGroup.RequestStatusEnumFactory.toSystem(RequestGroup.RequestStatus code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type RequestGroup.RequestStatusModifier and TypeMethodDescriptionRequestGroup.setStatusElement(Enumeration<RequestGroup.RequestStatus> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type RequestGroup.RequestStatusModifierConstructorDescriptionRequestGroup(Enumeration<RequestGroup.RequestStatus> status, Enumeration<RequestGroup.RequestIntent> intent) Constructor