Package net.ihe.gazelle.hl7v3.voc
Enum Class PhysicianAssistantsandAdvancedPracticeNursingProvidersProviderCodes
java.lang.Object
java.lang.Enum<PhysicianAssistantsandAdvancedPracticeNursingProvidersProviderCodes>
net.ihe.gazelle.hl7v3.voc.PhysicianAssistantsandAdvancedPracticeNursingProvidersProviderCodes
- All Implemented Interfaces:
Serializable
,Comparable<PhysicianAssistantsandAdvancedPracticeNursingProvidersProviderCodes>
,Constable
public enum PhysicianAssistantsandAdvancedPracticeNursingProvidersProviderCodes
extends Enum<PhysicianAssistantsandAdvancedPracticeNursingProvidersProviderCodes>
Description of the enumeration PhysicianAssistantsandAdvancedPracticeNursingProvidersProviderCodes.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
-
Enum Constant Details
-
_360000000X
-
_363A00000X
-
_363AM0700X
-
_363AS0400X
-
_363L00000X
-
_363LA2100X
-
_363LA2200X
-
_363LC0200X
-
_363LC1500X
-
_363LF0000X
-
_363LG0600X
-
_363LN0000X
-
_363LN0005X
-
_363LP0200X
-
_363LP0222X
-
_363LP0808X
-
_363LP1700X
-
_363LP2300X
-
_363LS0200X
-
_363LW0102X
-
_363LX0001X
-
_363LX0106X
-
_364S00000X
-
_364SA2100X
-
_364SA2200X
-
_364SC0200X
-
_364SC1501X
-
_364SC2300X
-
_364SE0003X
-
_364SE1400X
-
_364SF0001X
-
_364SG0600X
-
_364SH0200X
-
_364SH1100X
-
_364SI0800X
-
_364SL0600X
-
_364SM0705X
-
_364SN0000X
-
_364SN0800X
-
_364SP0200X
-
_364SP0807X
-
_364SP0808X
-
_364SP0809X
-
_364SP0810X
-
_364SP0811X
-
_364SP0812X
-
_364SP0813X
-
_364SP1700X
-
_364SP2800X
-
_364SR0400X
-
_364SS0200X
-
_364ST0500X
-
_364SW0102X
-
_364SX0106X
-
_364SX0200X
-
_364SX0204X
-
_367500000X
-
_367A00000X
-
_367H00000X
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static PhysicianAssistantsandAdvancedPracticeNursingProvidersProviderCodes valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
value
-
fromValue
public static PhysicianAssistantsandAdvancedPracticeNursingProvidersProviderCodes fromValue(String v)
-