Enum BenefitSubcategory
- java.lang.Object
-
- java.lang.Enum<BenefitSubcategory>
-
- org.hl7.fhir.dstu3.model.codesystems.BenefitSubcategory
-
- All Implemented Interfaces:
Serializable,Comparable<BenefitSubcategory>
public enum BenefitSubcategory extends Enum<BenefitSubcategory>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _1Medical Care._14Renal Supplies excluding Dialysis._2Surgical._23Diagnostic Dental._24Periodontics._25Restorative._26Endodontics._27Maxillofacilial Prosthetics._28Adjunctive Dental Services._3Consultation._30Health Benefit Plan Coverage._35Dental Care._36Dental Crowns._37Dental Accident._4Diagnostic XRay._49Hospital Room and Board._5Diagnostic Lab._55Major Medical._56Medically Related Transportation._61In-vitro Fertilization._62MRI Scan._63Donor Procedures such as organ harvest._69Maternity._76Renal dialysis.F1Medical Coverage.F3Dental Coverage.F4Hearing Coverage.F6Vision Coverage.NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BenefitSubcategoryfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static BenefitSubcategoryvalueOf(String name)Returns the enum constant of this type with the specified name.static BenefitSubcategory[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_1
public static final BenefitSubcategory _1
Medical Care.
-
_2
public static final BenefitSubcategory _2
Surgical.
-
_3
public static final BenefitSubcategory _3
Consultation.
-
_4
public static final BenefitSubcategory _4
Diagnostic XRay.
-
_5
public static final BenefitSubcategory _5
Diagnostic Lab.
-
_14
public static final BenefitSubcategory _14
Renal Supplies excluding Dialysis.
-
_23
public static final BenefitSubcategory _23
Diagnostic Dental.
-
_24
public static final BenefitSubcategory _24
Periodontics.
-
_25
public static final BenefitSubcategory _25
Restorative.
-
_26
public static final BenefitSubcategory _26
Endodontics.
-
_27
public static final BenefitSubcategory _27
Maxillofacilial Prosthetics.
-
_28
public static final BenefitSubcategory _28
Adjunctive Dental Services.
-
_30
public static final BenefitSubcategory _30
Health Benefit Plan Coverage.
-
_35
public static final BenefitSubcategory _35
Dental Care.
-
_36
public static final BenefitSubcategory _36
Dental Crowns.
-
_37
public static final BenefitSubcategory _37
Dental Accident.
-
_49
public static final BenefitSubcategory _49
Hospital Room and Board.
-
_55
public static final BenefitSubcategory _55
Major Medical.
-
_56
public static final BenefitSubcategory _56
Medically Related Transportation.
-
_61
public static final BenefitSubcategory _61
In-vitro Fertilization.
-
_62
public static final BenefitSubcategory _62
MRI Scan.
-
_63
public static final BenefitSubcategory _63
Donor Procedures such as organ harvest.
-
_69
public static final BenefitSubcategory _69
Maternity.
-
_76
public static final BenefitSubcategory _76
Renal dialysis.
-
F1
public static final BenefitSubcategory F1
Medical Coverage.
-
F3
public static final BenefitSubcategory F3
Dental Coverage.
-
F4
public static final BenefitSubcategory F4
Hearing Coverage.
-
F6
public static final BenefitSubcategory F6
Vision Coverage.
-
NULL
public static final BenefitSubcategory NULL
added to help the parsers
-
-
Method Detail
-
values
public static BenefitSubcategory[] 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 (BenefitSubcategory c : BenefitSubcategory.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BenefitSubcategory 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 BenefitSubcategory fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-