Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.elexis.core.data
Interface IEncounter

All Superinterfaces:
IPersistentObject, ISelectable

public interface IEncounter
extends IPersistentObject

An IEncounter is a simple encounter between provider and client


Field Summary
static java.lang.String FLD_BILL
          The bill that belongs to this encounter (if any)
static java.lang.String FLD_CUSTOMER_RELATION
          The ICustomerRelation this encounter belongs to
static java.lang.String FLD_DATE
          The date this encounter happened
static java.lang.String FLD_ENTRY
          The entry describing this encounter
static java.lang.String FLD_EXECUTING
          The IPartner creating this encounter
static java.lang.String FLD_RESPONSIBLE
          The IPartner responsible for this encounter
static java.lang.String FLD_RFE
          The Reason for this encounter
 
Fields inherited from interface ch.elexis.core.data.IPersistentObject
DELETED, FLD_DELETED, FLD_EXTINFO, FLD_ID, FLD_LASTUPDATE, MATCH_AUTO, MATCH_CONTAINS, MATCH_EXACT, MATCH_REGEXP, MATCH_START, STATE_EXISTING, STATE_INEXISTENT, STATE_INVALID_ID
 
Method Summary
 
Methods inherited from interface ch.elexis.core.data.IPersistentObject
addChangeListener, addSticker, addXid, exists, get, get, getId, getInt, getLabel, getLastUpdate, getMap, getSticker, getStickers, getXid, getXid, getXids, isAvailable, isDeleted, isDragOK, isMatching, isMatching, isMatching, isMatching, isValid, removeChangeListener, removeSticker, set, set, setInt, setMap, state, storeToString
 

Field Detail

FLD_DATE

static final java.lang.String FLD_DATE
The date this encounter happened

See Also:
Constant Field Values

FLD_CUSTOMER_RELATION

static final java.lang.String FLD_CUSTOMER_RELATION
The ICustomerRelation this encounter belongs to

See Also:
Constant Field Values

FLD_ENTRY

static final java.lang.String FLD_ENTRY
The entry describing this encounter

See Also:
Constant Field Values

FLD_RESPONSIBLE

static final java.lang.String FLD_RESPONSIBLE
The IPartner responsible for this encounter

See Also:
Constant Field Values

FLD_EXECUTING

static final java.lang.String FLD_EXECUTING
The IPartner creating this encounter

See Also:
Constant Field Values

FLD_BILL

static final java.lang.String FLD_BILL
The bill that belongs to this encounter (if any)

See Also:
Constant Field Values

FLD_RFE

static final java.lang.String FLD_RFE
The Reason for this encounter

See Also:
Constant Field Values

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013