Uses of Enum
org.hl7.fhir.r5.patterns.Request.RequestStatus
-
Uses of Request.RequestStatus in org.hl7.fhir.r5.patterns
Modifier and TypeMethodDescriptionstatic Request.RequestStatus
Request.getStatus()
static Request.RequestStatus
Returns the enum constant of this type with the specified name.static Request.RequestStatus[]
Request.RequestStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionRequest.RequestStatusEnumFactory.fromType
(PrimitiveType<?> code) Request.getStatusElement()
Modifier and TypeMethodDescriptionRequest.setStatus
(Request.RequestStatus value) Request.RequestStatusEnumFactory.toCode
(Request.RequestStatus code) Request.RequestStatusEnumFactory.toSystem
(Request.RequestStatus code) Modifier and TypeMethodDescriptionRequest.setStatusElement
(Enumeration<Request.RequestStatus> value)