Enum VerificationresultPrimarySourceType
- java.lang.Object
-
- java.lang.Enum<VerificationresultPrimarySourceType>
-
- org.hl7.fhir.r4.model.codesystems.VerificationresultPrimarySourceType
-
- All Implemented Interfaces:
Serializable,Comparable<VerificationresultPrimarySourceType>
public enum VerificationresultPrimarySourceType extends Enum<VerificationresultPrimarySourceType>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VerificationresultPrimarySourceTypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static VerificationresultPrimarySourceTypevalueOf(String name)Returns the enum constant of this type with the specified name.static VerificationresultPrimarySourceType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LICBOARD
public static final VerificationresultPrimarySourceType LICBOARD
null
-
PRIM
public static final VerificationresultPrimarySourceType PRIM
null
-
CONTED
public static final VerificationresultPrimarySourceType CONTED
null
-
POSTSERV
public static final VerificationresultPrimarySourceType POSTSERV
null
-
RELOWN
public static final VerificationresultPrimarySourceType RELOWN
null
-
REGAUTH
public static final VerificationresultPrimarySourceType REGAUTH
null
-
LEGAL
public static final VerificationresultPrimarySourceType LEGAL
null
-
ISSUER
public static final VerificationresultPrimarySourceType ISSUER
null
-
AUTHSOURCE
public static final VerificationresultPrimarySourceType AUTHSOURCE
null
-
NULL
public static final VerificationresultPrimarySourceType NULL
added to help the parsers
-
-
Method Detail
-
values
public static VerificationresultPrimarySourceType[] 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 (VerificationresultPrimarySourceType c : VerificationresultPrimarySourceType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static VerificationresultPrimarySourceType 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 VerificationresultPrimarySourceType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-