public enum FinancialTaskinputtype extends Enum<FinancialTaskinputtype>
| Enum Constant and Description |
|---|
EXCLUDE
The name of a resource to not include in a selection.
|
INCLUDE
The name of a resource to include in a selection.
|
ITEM
The sequence number associated with an item for reprocessing.
|
NULL
added to help the parsers
|
ORIGRESPONSE
A reference to the response resource to the original processing of a resource.
|
PERIOD
The reference period for the action being requested.
|
REFERENCE
A reference value which must be quoted to authorize an action.
|
STATUS
The processing status from a check on the processing status of a resource such as the adjudication of a claim.
|
| Modifier and Type | Method and Description |
|---|---|
static FinancialTaskinputtype |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static FinancialTaskinputtype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FinancialTaskinputtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FinancialTaskinputtype INCLUDE
public static final FinancialTaskinputtype EXCLUDE
public static final FinancialTaskinputtype ORIGRESPONSE
public static final FinancialTaskinputtype REFERENCE
public static final FinancialTaskinputtype ITEM
public static final FinancialTaskinputtype PERIOD
public static final FinancialTaskinputtype STATUS
public static final FinancialTaskinputtype NULL
public static FinancialTaskinputtype[] values()
for (FinancialTaskinputtype c : FinancialTaskinputtype.values()) System.out.println(c);
public static FinancialTaskinputtype 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 FinancialTaskinputtype fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.