public enum ClaimresponseStatus extends Enum<ClaimresponseStatus>
Enum Constant and Description |
---|
ACTIVE
The resource instance is currently in-force.
|
CANCELLED
The resource instance is withdrawn, rescinded or reversed.
|
DRAFT
A new resource instance the contents of which is not complete.
|
ENTEREDINERROR
The resource instance was entered in error.
|
NULL
added to help the parsers
|
Modifier and Type | Method and Description |
---|---|
static ClaimresponseStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ClaimresponseStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClaimresponseStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClaimresponseStatus ACTIVE
public static final ClaimresponseStatus CANCELLED
public static final ClaimresponseStatus DRAFT
public static final ClaimresponseStatus ENTEREDINERROR
public static final ClaimresponseStatus NULL
public static ClaimresponseStatus[] values()
for (ClaimresponseStatus c : ClaimresponseStatus.values()) System.out.println(c);
public static ClaimresponseStatus 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 ClaimresponseStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.