public enum CoverageeligibilityresponseExAuthSupport extends Enum<CoverageeligibilityresponseExAuthSupport>
| Enum Constant and Description |
|---|
ACCIDENTREPORT
A formal accident report as would be filed with police or a simlar official body.
|
DIAGNOSTICIMAGEORDER
A request or authorization for diagnostic imaging.
|
DIAGNOSTICIMAGEREPORT
A report on diagnostic image(s).
|
LABORDER
A request or authorization for laboratory diagnostic tests.
|
LABREPORT
A report on laboratory diagnostic test(s).
|
MODEL
A physical model of the affected area.
|
NULL
added to help the parsers
|
PICTURE
A photograph of the affected area.
|
PROFESSIONALREPORT
A report from a licensed professional regarding the siutation, condition or proposed treatment.
|
| Modifier and Type | Method and Description |
|---|---|
static CoverageeligibilityresponseExAuthSupport |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CoverageeligibilityresponseExAuthSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoverageeligibilityresponseExAuthSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoverageeligibilityresponseExAuthSupport LABORDER
public static final CoverageeligibilityresponseExAuthSupport LABREPORT
public static final CoverageeligibilityresponseExAuthSupport DIAGNOSTICIMAGEORDER
public static final CoverageeligibilityresponseExAuthSupport DIAGNOSTICIMAGEREPORT
public static final CoverageeligibilityresponseExAuthSupport PROFESSIONALREPORT
public static final CoverageeligibilityresponseExAuthSupport ACCIDENTREPORT
public static final CoverageeligibilityresponseExAuthSupport MODEL
public static final CoverageeligibilityresponseExAuthSupport PICTURE
public static final CoverageeligibilityresponseExAuthSupport NULL
public static CoverageeligibilityresponseExAuthSupport[] values()
for (CoverageeligibilityresponseExAuthSupport c : CoverageeligibilityresponseExAuthSupport.values()) System.out.println(c);
public static CoverageeligibilityresponseExAuthSupport 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 CoverageeligibilityresponseExAuthSupport 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.