|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.elexis.core.data.XIDDomains
public class XIDDomains
CENTRAL XID Domain Register This class contains constants for the domains defined within Elexis, and a quality denominator for the area they are valid in. If a domain is defined herein, one has to set the according quality! This is an extraction of Xid.java. The respective parts will be unhinged in the near future. Please feel free to define additional XIDs in here!
Field Summary | |
---|---|
static int |
ASSIGNMENT_GLOBAL
Quality value for an ID that can be used as global identifier |
static int |
ASSIGNMENT_LOCAL
Quality value for an ID that is valid only in the context of the issuing program |
static int |
ASSIGNMENT_REGIONAL
Quality value for an ID that is valid within a geographic or politic context (e.g. a nationally assigned ID) |
static java.lang.String |
AT_PASSPORT
AUSTRIA |
static int |
AT_PASSPORT_QUALITY
|
static java.lang.String |
AT_SVNR
|
static int |
AT_SVNR_QUALITY
|
static java.lang.String |
CH_AHV
|
static int |
CH_AHV_QUALITY
|
static java.lang.String |
CH_PASSPORT
SWITZERLAND |
static int |
CH_PASSPORT_QUALITY
|
static java.lang.String |
DE_PASSPORT
GERMANY |
static int |
DE_PASSPORT_QUALITY
|
static java.lang.String |
EAN
GLOBAL |
static int |
EAN_QUALITY
|
static java.lang.String |
ELEXIS
ELEXIS INTERNAL domain |
static int |
ELEXIS_QUALITY
|
static java.lang.String |
OID
|
static int |
OID_QUALITY
|
static int |
QUALITY_GUID
Marker that the ID is a GUID (that is, guaranteed to exist only once through time and space) |
Constructor Summary | |
---|---|
XIDDomains()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ASSIGNMENT_LOCAL
public static final int ASSIGNMENT_REGIONAL
public static final int ASSIGNMENT_GLOBAL
public static final int QUALITY_GUID
public static final java.lang.String ELEXIS
public static final int ELEXIS_QUALITY
public static final java.lang.String EAN
public static final int EAN_QUALITY
public static final java.lang.String OID
public static final int OID_QUALITY
public static final java.lang.String CH_PASSPORT
public static final int CH_PASSPORT_QUALITY
public static final java.lang.String CH_AHV
public static final int CH_AHV_QUALITY
public static final java.lang.String AT_PASSPORT
public static final int AT_PASSPORT_QUALITY
public static final java.lang.String AT_SVNR
public static final int AT_SVNR_QUALITY
public static final java.lang.String DE_PASSPORT
public static final int DE_PASSPORT_QUALITY
Constructor Detail |
---|
public XIDDomains()
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |