Enum FinancialTaskinputtype
- java.lang.Object
-
- java.lang.Enum<FinancialTaskinputtype>
-
- org.hl7.fhir.r4.model.codesystems.FinancialTaskinputtype
-
- All Implemented Interfaces:
Serializable,Comparable<FinancialTaskinputtype>
public enum FinancialTaskinputtype extends Enum<FinancialTaskinputtype>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EXCLUDEThe name of a resource to not include in a selection.INCLUDEThe name of a resource to include in a selection.ITEMThe sequence number associated with an item for reprocessing.NULLadded to help the parsersORIGRESPONSEA reference to the response resource to the original processing of a resource.PERIODThe reference period for the action being requested.REFERENCEA reference value which must be quoted to authorize an action.STATUSThe processing status from a check on the processing status of a resource such as the adjudication of a claim.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FinancialTaskinputtypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static FinancialTaskinputtypevalueOf(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.
-
-
-
Enum Constant Detail
-
INCLUDE
public static final FinancialTaskinputtype INCLUDE
The name of a resource to include in a selection.
-
EXCLUDE
public static final FinancialTaskinputtype EXCLUDE
The name of a resource to not include in a selection.
-
ORIGRESPONSE
public static final FinancialTaskinputtype ORIGRESPONSE
A reference to the response resource to the original processing of a resource.
-
REFERENCE
public static final FinancialTaskinputtype REFERENCE
A reference value which must be quoted to authorize an action.
-
ITEM
public static final FinancialTaskinputtype ITEM
The sequence number associated with an item for reprocessing.
-
PERIOD
public static final FinancialTaskinputtype PERIOD
The reference period for the action being requested.
-
STATUS
public static final FinancialTaskinputtype STATUS
The processing status from a check on the processing status of a resource such as the adjudication of a claim.
-
NULL
public static final FinancialTaskinputtype NULL
added to help the parsers
-
-
Method Detail
-
values
public static FinancialTaskinputtype[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (FinancialTaskinputtype c : FinancialTaskinputtype.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FinancialTaskinputtype valueOf(String name)
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
-
fromCode
public static FinancialTaskinputtype fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-