public enum RequestStage extends Enum<RequestStage>
| Enum Constant and Description |
|---|
ENCODED
Represents an order created by a fulfiller as a representation of the specific action(s) they intend to take to fulfill the original order.
|
NULL
added to help the parsers
|
ORIGINALORDER
The request is an order.
|
PLAN
The request is a plan
|
PROPOSAL
The request is a proposal
|
REFLEXORDER
Represents a separate order created by a fulfiller as result of fulfilment of an order.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestStage |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static RequestStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestStage PROPOSAL
public static final RequestStage PLAN
public static final RequestStage ORIGINALORDER
public static final RequestStage ENCODED
public static final RequestStage REFLEXORDER
public static final RequestStage NULL
public static RequestStage[] values()
for (RequestStage c : RequestStage.values()) System.out.println(c);
public static RequestStage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static RequestStage fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.