public static enum MedicationRequest.MedicationRequestIntent extends Enum<MedicationRequest.MedicationRequestIntent>
| Enum Constant and Description |
|---|
INSTANCEORDER
The request represents an instance for the particular order, for example a medication administration record.
|
NULL
added to help the parsers with the generic types
|
ORDER
The request represents a request/demand and authorization for action
|
PLAN
The request represents an intension to ensure something occurs without providing an authorization for others to act
|
PROPOSAL
The request is a suggestion made by someone/something that doesn't have an intention to ensure it occurs and without providing an authorization to act
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationRequest.MedicationRequestIntent |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationRequest.MedicationRequestIntent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationRequest.MedicationRequestIntent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationRequest.MedicationRequestIntent PROPOSAL
public static final MedicationRequest.MedicationRequestIntent PLAN
public static final MedicationRequest.MedicationRequestIntent ORDER
public static final MedicationRequest.MedicationRequestIntent INSTANCEORDER
public static final MedicationRequest.MedicationRequestIntent NULL
public static MedicationRequest.MedicationRequestIntent[] values()
for (MedicationRequest.MedicationRequestIntent c : MedicationRequest.MedicationRequestIntent.values()) System.out.println(c);
public static MedicationRequest.MedicationRequestIntent 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 MedicationRequest.MedicationRequestIntent fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.