public enum PrimarySourceType extends Enum<PrimarySourceType>
| Enum Constant and Description |
|---|
AUTHSOURCE
null
|
CONTED
null
|
ISSUER
null
|
LEGAL
null
|
LICBOARD
null
|
NULL
added to help the parsers
|
POSTSERV
null
|
PRIM
null
|
REGAUTH
null
|
RELOWN
null
|
| Modifier and Type | Method and Description |
|---|---|
static PrimarySourceType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static PrimarySourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimarySourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrimarySourceType LICBOARD
public static final PrimarySourceType PRIM
public static final PrimarySourceType CONTED
public static final PrimarySourceType POSTSERV
public static final PrimarySourceType RELOWN
public static final PrimarySourceType REGAUTH
public static final PrimarySourceType LEGAL
public static final PrimarySourceType ISSUER
public static final PrimarySourceType AUTHSOURCE
public static final PrimarySourceType NULL
public static PrimarySourceType[] values()
for (PrimarySourceType c : PrimarySourceType.values()) System.out.println(c);
public static PrimarySourceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static PrimarySourceType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.