Enum HspcPatientVeteranMilitaryStatus
- java.lang.Object
-
- java.lang.Enum<HspcPatientVeteranMilitaryStatus>
-
- org.hl7.fhir.dstu2016may.model.codesystems.HspcPatientVeteranMilitaryStatus
-
- All Implemented Interfaces:
Serializable,Comparable<HspcPatientVeteranMilitaryStatus>
public enum HspcPatientVeteranMilitaryStatus extends Enum<HspcPatientVeteranMilitaryStatus>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _189E9AF6BCBF47E2ACEE4E5C50F54BA6Someone who has served or is currently serving in the armed forces (military)._2B98CEC8B29D45459350A2B54DBD2FE7A member of the armed forces (military) who became disabled while carrying out their duties._40D86A6267A949C68F43C1A9EF51689BA previous full-time member of the armed forces (military) who has a commitment to be called to active duty if necessary, but who currently works as a civilian._4EB9A0A1333448DF084DCEF37C9AC0D3An individual who is not a member of the armed forces (military)._617936ECD6A74642A1D8B27BF8735F9DA family member of someone who has retired from the armed forces (military)._70A6818301A445B1A5E649A13E221713A family member of someone who has a full-time occupation in the armed forces (military)._75F4440AEC3747FEB26D39C09C204676A part-time member of a reserve military force of the United States military whos units are composed of members from the state or territory of residence._8CA8CC2BBAA04CB68863418173C125D1A part-time member of the armed forces (military) who maintains a long-term commitment to support their country if necessary.BAB7B911E3CF426F95D60637D7091E07A full-time occupation as a member of the armed forces (military).CA02026A3EBF4FB409E002D89C931643Retired from a career in the armed forces (military).NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HspcPatientVeteranMilitaryStatusfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static HspcPatientVeteranMilitaryStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static HspcPatientVeteranMilitaryStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_8CA8CC2BBAA04CB68863418173C125D1
public static final HspcPatientVeteranMilitaryStatus _8CA8CC2BBAA04CB68863418173C125D1
A part-time member of the armed forces (military) who maintains a long-term commitment to support their country if necessary.
-
_4EB9A0A1333448DF084DCEF37C9AC0D3
public static final HspcPatientVeteranMilitaryStatus _4EB9A0A1333448DF084DCEF37C9AC0D3
An individual who is not a member of the armed forces (military).
-
_70A6818301A445B1A5E649A13E221713
public static final HspcPatientVeteranMilitaryStatus _70A6818301A445B1A5E649A13E221713
A family member of someone who has a full-time occupation in the armed forces (military).
-
_189E9AF6BCBF47E2ACEE4E5C50F54BA6
public static final HspcPatientVeteranMilitaryStatus _189E9AF6BCBF47E2ACEE4E5C50F54BA6
Someone who has served or is currently serving in the armed forces (military).
-
BAB7B911E3CF426F95D60637D7091E07
public static final HspcPatientVeteranMilitaryStatus BAB7B911E3CF426F95D60637D7091E07
A full-time occupation as a member of the armed forces (military).
-
_2B98CEC8B29D45459350A2B54DBD2FE7
public static final HspcPatientVeteranMilitaryStatus _2B98CEC8B29D45459350A2B54DBD2FE7
A member of the armed forces (military) who became disabled while carrying out their duties.
-
_617936ECD6A74642A1D8B27BF8735F9D
public static final HspcPatientVeteranMilitaryStatus _617936ECD6A74642A1D8B27BF8735F9D
A family member of someone who has retired from the armed forces (military).
-
_40D86A6267A949C68F43C1A9EF51689B
public static final HspcPatientVeteranMilitaryStatus _40D86A6267A949C68F43C1A9EF51689B
A previous full-time member of the armed forces (military) who has a commitment to be called to active duty if necessary, but who currently works as a civilian.
-
CA02026A3EBF4FB409E002D89C931643
public static final HspcPatientVeteranMilitaryStatus CA02026A3EBF4FB409E002D89C931643
Retired from a career in the armed forces (military).
-
_75F4440AEC3747FEB26D39C09C204676
public static final HspcPatientVeteranMilitaryStatus _75F4440AEC3747FEB26D39C09C204676
A part-time member of a reserve military force of the United States military whos units are composed of members from the state or territory of residence.
-
NULL
public static final HspcPatientVeteranMilitaryStatus NULL
added to help the parsers
-
-
Method Detail
-
values
public static HspcPatientVeteranMilitaryStatus[] 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 (HspcPatientVeteranMilitaryStatus c : HspcPatientVeteranMilitaryStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HspcPatientVeteranMilitaryStatus 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 HspcPatientVeteranMilitaryStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-