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 ICustomer

All Superinterfaces:
IPartner, IPersistentObject, ISelectable

public interface ICustomer
extends IPartner

An IPartner with a customer/patient/client relationship to us. Note that an ICustomer is not necessarily an IDebtor since sometimes somebody else has to pay (e.g. parents for their children or insurances for their insurees)


Field Summary
static java.lang.String TYPID
           
 
Fields inherited from interface ch.elexis.core.data.IPartner
FLD_FIRSTNAME, FLD_NAME
 
Fields inherited from interface ch.elexis.core.data.IPersistentObject
DELETED, FLD_DATE, 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
 void addCustomerRelation(ICustomerRelation cr)
           
 ICustomerRelation[] getCustomerRelations()
           
 
Methods inherited from interface ch.elexis.core.data.IPartner
getContactInfo, getContactInfos, getContactSalutation
 
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

TYPID

static final java.lang.String TYPID
Method Detail

getCustomerRelations

ICustomerRelation[] getCustomerRelations()

addCustomerRelation

void addCustomerRelation(ICustomerRelation cr)

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