Package ca.uhn.fhir.model.dstu2.valueset
Enum CommunicationRequestStatusEnum
java.lang.Object
java.lang.Enum<CommunicationRequestStatusEnum>
ca.uhn.fhir.model.dstu2.valueset.CommunicationRequestStatusEnum
- All Implemented Interfaces:
Serializable
,Comparable<CommunicationRequestStatusEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: Accepted
Code Value: accepted The receiving system has accepted the order, but work has not yet commenced.Display: Completed
Code Value: completed The work has been complete, the report(s) released, and no further work is planned.Display: Failed
Code Value: failed The communication was attempted, but due to some procedural error, it could not be completed.Display: In Progress
Code Value: in-progress The work to fulfill the order is happening.Display: Planned
Code Value: planned The request has been planned.Display: Proposed
Code Value: proposed The request has been proposed.Display: Received
Code Value: received The receiving system has received the request but not yet decided whether it will be performed.Display: Rejected
Code Value: rejected The receiving system has declined to fulfill the requestDisplay: Requested
Code Value: requested The request has been placed.Display: Suspended
Code Value: suspended The request has been held by originating system/user request. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<CommunicationRequestStatusEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: CommunicationRequestStatus -
Method Summary
Modifier and TypeMethodDescriptionReturns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valueReturns the enum constant of this type with the specified name.static CommunicationRequestStatusEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PROPOSED
Display: Proposed
Code Value: proposed The request has been proposed. -
PLANNED
Display: Planned
Code Value: planned The request has been planned. -
REQUESTED
Display: Requested
Code Value: requested The request has been placed. -
RECEIVED
Display: Received
Code Value: received The receiving system has received the request but not yet decided whether it will be performed. -
ACCEPTED
Display: Accepted
Code Value: accepted The receiving system has accepted the order, but work has not yet commenced. -
IN_PROGRESS
Display: In Progress
Code Value: in-progress The work to fulfill the order is happening. -
COMPLETED
Display: Completed
Code Value: completed The work has been complete, the report(s) released, and no further work is planned. -
SUSPENDED
Display: Suspended
Code Value: suspended The request has been held by originating system/user request. -
REJECTED
Display: Rejected
Code Value: rejected The receiving system has declined to fulfill the request -
FAILED
Display: Failed
Code Value: failed The communication was attempted, but due to some procedural error, it could not be completed.
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: CommunicationRequestStatus- See Also:
-
VALUESET_BINDER
public static final ca.uhn.fhir.model.api.IValueSetEnumBinder<CommunicationRequestStatusEnum> VALUESET_BINDERConverts codes to their respective enumerated values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-