Enum CoverageeligibilityresponseExAuthSupport
- java.lang.Object
-
- java.lang.Enum<CoverageeligibilityresponseExAuthSupport>
-
- org.hl7.fhir.r4.model.codesystems.CoverageeligibilityresponseExAuthSupport
-
- All Implemented Interfaces:
Serializable,Comparable<CoverageeligibilityresponseExAuthSupport>
public enum CoverageeligibilityresponseExAuthSupport extends Enum<CoverageeligibilityresponseExAuthSupport>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACCIDENTREPORTA formal accident report as would be filed with police or a simlar official body.DIAGNOSTICIMAGEORDERA request or authorization for diagnostic imaging.DIAGNOSTICIMAGEREPORTA report on diagnostic image(s).LABORDERA request or authorization for laboratory diagnostic tests.LABREPORTA report on laboratory diagnostic test(s).MODELA physical model of the affected area.NULLadded to help the parsersPICTUREA photograph of the affected area.PROFESSIONALREPORTA report from a licensed professional regarding the siutation, condition or proposed treatment.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CoverageeligibilityresponseExAuthSupportfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static CoverageeligibilityresponseExAuthSupportvalueOf(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.
-
-
-
Enum Constant Detail
-
LABORDER
public static final CoverageeligibilityresponseExAuthSupport LABORDER
A request or authorization for laboratory diagnostic tests.
-
LABREPORT
public static final CoverageeligibilityresponseExAuthSupport LABREPORT
A report on laboratory diagnostic test(s).
-
DIAGNOSTICIMAGEORDER
public static final CoverageeligibilityresponseExAuthSupport DIAGNOSTICIMAGEORDER
A request or authorization for diagnostic imaging.
-
DIAGNOSTICIMAGEREPORT
public static final CoverageeligibilityresponseExAuthSupport DIAGNOSTICIMAGEREPORT
A report on diagnostic image(s).
-
PROFESSIONALREPORT
public static final CoverageeligibilityresponseExAuthSupport PROFESSIONALREPORT
A report from a licensed professional regarding the siutation, condition or proposed treatment.
-
ACCIDENTREPORT
public static final CoverageeligibilityresponseExAuthSupport ACCIDENTREPORT
A formal accident report as would be filed with police or a simlar official body.
-
MODEL
public static final CoverageeligibilityresponseExAuthSupport MODEL
A physical model of the affected area.
-
PICTURE
public static final CoverageeligibilityresponseExAuthSupport PICTURE
A photograph of the affected area.
-
NULL
public static final CoverageeligibilityresponseExAuthSupport NULL
added to help the parsers
-
-
Method Detail
-
values
public static CoverageeligibilityresponseExAuthSupport[] 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 (CoverageeligibilityresponseExAuthSupport c : CoverageeligibilityresponseExAuthSupport.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CoverageeligibilityresponseExAuthSupport 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 CoverageeligibilityresponseExAuthSupport fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-