public enum ExternalIdentifierTypeEnum extends Enum<ExternalIdentifierTypeEnum>
| Enum Constant and Description |
|---|
DOC_PATIENT_ID |
DOC_UNIQUE_ID |
SS_PATIENT_ID |
SS_SOURCE_ID |
SS_UNIQUE_ID |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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 nameNullPointerException - if the argument is nullpublic boolean matchesScheme(String identificationScheme)
identificationScheme - the identificationScheme to check.public String getIdentificationId()
public String getIdentificationScheme()
public String getLocalizedString()
Copyright © 2010–2025. All rights reserved.