Enum HspcPractitionerPrivilege
- java.lang.Object
-
- java.lang.Enum<HspcPractitionerPrivilege>
-
- org.hl7.fhir.dstu2016may.model.codesystems.HspcPractitionerPrivilege
-
- All Implemented Interfaces:
Serializable,Comparable<HspcPractitionerPrivilege>
public enum HspcPractitionerPrivilege extends Enum<HspcPractitionerPrivilege>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _0A9A9B654F9F42FAADE80D2592BDE220The provider is not allowed to practice or admit_45FC874FD78743F2A2AA5954446B163DThe provider is allowed to practice and admit for a limited time_5750552B25D44EB886F98233756449F0The provider is allowed to practice only, cannot admit patients_77F1B390A4334708AD3B070E358868F4The provider is not allowed to practice or admit at this timeE631014153084062A1760A03197FB489The provider is allowed to practice and admitNULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HspcPractitionerPrivilegefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static HspcPractitionerPrivilegevalueOf(String name)Returns the enum constant of this type with the specified name.static HspcPractitionerPrivilege[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
E631014153084062A1760A03197FB489
public static final HspcPractitionerPrivilege E631014153084062A1760A03197FB489
The provider is allowed to practice and admit
-
_0A9A9B654F9F42FAADE80D2592BDE220
public static final HspcPractitionerPrivilege _0A9A9B654F9F42FAADE80D2592BDE220
The provider is not allowed to practice or admit
-
_77F1B390A4334708AD3B070E358868F4
public static final HspcPractitionerPrivilege _77F1B390A4334708AD3B070E358868F4
The provider is not allowed to practice or admit at this time
-
_5750552B25D44EB886F98233756449F0
public static final HspcPractitionerPrivilege _5750552B25D44EB886F98233756449F0
The provider is allowed to practice only, cannot admit patients
-
_45FC874FD78743F2A2AA5954446B163D
public static final HspcPractitionerPrivilege _45FC874FD78743F2A2AA5954446B163D
The provider is allowed to practice and admit for a limited time
-
NULL
public static final HspcPractitionerPrivilege NULL
added to help the parsers
-
-
Method Detail
-
values
public static HspcPractitionerPrivilege[] 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 (HspcPractitionerPrivilege c : HspcPractitionerPrivilege.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HspcPractitionerPrivilege 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 HspcPractitionerPrivilege fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-