|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ExternalIdentifierTypeEnum>
org.nhindirect.xd.common.type.ExternalIdentifierTypeEnum
public enum ExternalIdentifierTypeEnum
Enumeration for data identifying an External Identifier element.
| Enum Constant Summary | |
|---|---|
DOC_PATIENT_ID
|
|
DOC_UNIQUE_ID
|
|
SS_PATIENT_ID
|
|
SS_SOURCE_ID
|
|
SS_UNIQUE_ID
|
|
| Method Summary | |
|---|---|
String |
getIdentificationId()
Get the value of identificationId. |
String |
getIdentificationScheme()
Get the value of identificationScheme. |
String |
getLocalizedString()
|
boolean |
matchesScheme(String identificationScheme)
Check to see if the given identificationScheme matches the current object. |
static ExternalIdentifierTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExternalIdentifierTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ExternalIdentifierTypeEnum DOC_PATIENT_ID
public static final ExternalIdentifierTypeEnum DOC_UNIQUE_ID
public static final ExternalIdentifierTypeEnum SS_UNIQUE_ID
public static final ExternalIdentifierTypeEnum SS_SOURCE_ID
public static final ExternalIdentifierTypeEnum SS_PATIENT_ID
| Method Detail |
|---|
public static ExternalIdentifierTypeEnum[] values()
for (ExternalIdentifierTypeEnum c : ExternalIdentifierTypeEnum.values()) System.out.println(c);
public static ExternalIdentifierTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic boolean matchesScheme(String identificationScheme)
identificationScheme - the identificationScheme to check.
public String getIdentificationId()
public String getIdentificationScheme()
public String getLocalizedString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||