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 ConstantDescriptionA formal accident report as would be filed with police or a simlar official body.A request or authorization for diagnostic imaging.A report on diagnostic image(s).A request or authorization for laboratory diagnostic tests.A report on laboratory diagnostic test(s).A physical model of the affected area.added to help the parsersA photograph of the affected area.A report from a licensed professional regarding the siutation, condition or proposed treatment. -
Method Summary
-
Enum Constant Details
-
LABORDER
A request or authorization for laboratory diagnostic tests. -
LABREPORT
A report on laboratory diagnostic test(s). -
DIAGNOSTICIMAGEORDER
A request or authorization for diagnostic imaging. -
DIAGNOSTICIMAGEREPORT
A report on diagnostic image(s). -
PROFESSIONALREPORT
A report from a licensed professional regarding the siutation, condition or proposed treatment. -
ACCIDENTREPORT
A formal accident report as would be filed with police or a simlar official body. -
MODEL
A physical model of the affected area. -
PICTURE
A photograph of the affected area. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-