- SALT - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
SALT is used by cipher procedures..
- save(ContactItem) - Method in class org.ifeth.sehr.core.handler.ContactItemObjectHandler
-
Save / Create given ContactItem as DB record at USR_CONTACT.
- save() - Method in class org.ifeth.sehr.core.handler.ContactItemObjectHandler
-
- save(Object, String) - Static method in class org.ifeth.sehr.core.lib.DynamicArray
-
- save() - Method in interface org.ifeth.sehr.core.lib.ObjectItemAdapterInterface
-
Used to save the object using the context of the model how to save...
- saveas(int, Object, Object) - Method in class org.ifeth.sehr.core.handler.ContactItemObjectHandler
-
Save given contact item object as type to given output stream.
- saveas(int, Object, Object) - Method in interface org.ifeth.sehr.core.lib.ObjectItemAdapterInterface
-
Used to save (export) the object to an output stream
- saveCfgFile(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Save configuration in memory as configuration property file.
- saveKey(File, PublicKey) - Method in class org.ifeth.sehr.core.lib.DeEncrypter
-
- saveNote(NoteItem, int) - Method in class org.ifeth.sehr.core.handler.NoteItemObjectHandler
-
Save / Create given note as record in table NOTE_POSTS.
- sco - Variable in class org.ifeth.sehr.core.objects.ServerModule
-
- sdfDEddMMyy - Static variable in class org.ifeth.sehr.core.lib.DateUtility
-
- sdfDEddMMyyyy - Static variable in class org.ifeth.sehr.core.lib.DateUtility
-
- sdfSQL - Static variable in class org.ifeth.sehr.core.lib.DateUtility
-
- sdo - Variable in class org.ifeth.sehr.core.lib.Module
-
- search(String, String) - Method in interface org.ifeth.sehr.core.api.SEHRDirectoryContext
-
Search for a common SEHR object entry at the given SEHR context.
- search(String, String) - Method in class org.ifeth.sehr.core.xnet.SEHRDirectoryContextImpl
-
- searchDirContext(SEHRDirectoryContext, String) - Method in class org.ifeth.sehr.core.handler.LifeCARDObjectHandler
-
Search for entry at the given SEHRContext.
- searchLifeCARD(String) - Method in interface org.ifeth.sehr.core.api.SEHRDirectoryContext
-
Search for a LifeCARD entry at the given SEHR context.
- searchLifeCARD(String) - Method in class org.ifeth.sehr.core.xnet.SEHRDirectoryContextImpl
-
- SEHRConfiguration - Class in org.ifeth.sehr.core.lib
-
This method is the one and only basic configuration handler between the SEHR
modules on a running SEHR host and the underlaying operating system.
- SEHRConfiguration() - Constructor for class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Parameterless instance for using this handler in JSP as bean.
- SEHRConfiguration(SEHRConfigurationObject) - Constructor for class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Init configuration handler with settings by the configuration object.
- SEHRConfiguration(boolean) - Constructor for class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Init SEHR environment object either by scanning for a configuration file
(true) or by accessing the host via ip/port to retrieve he settings by
JNDI/LDAP (false).
- SEHRConfiguration(String) - Constructor for class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Init SEHR environment object using specified configuration file
- SEHRConfiguration(String, int) - Constructor for class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Init SEHR environment object using specified host/port to get the
configuration file to load.
- SEHRConfigurationObject - Class in org.ifeth.sehr.core.objects
-
- SEHRConfigurationObject() - Constructor for class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- SEHRConstants - Class in org.ifeth.sehr.core.spec
-
This is a global definition file of commonly used constants and default
system or SEHR settings.
- SEHRConstants() - Constructor for class org.ifeth.sehr.core.spec.SEHRConstants
-
- SEHRDataActionCreate - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
Action definition: Start a procedure to add/store the object somewhere.
- SEHRDataActionDelete - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
Delete same object previous received on target/receivers system.
- SEHRDataActionNone - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
An action definition: 'do nothing'.
- SEHRDataActionRead - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
Action: Read object from a source, like a file, db or another object
- SEHRDataActionTransfer - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
Invoke action: 'do transfer a SDO using the receiver field and method'.
- SEHRDataActionUpdate - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
Action: Start a procedure to update an existing object somewhere.
- SEHRDataActionView - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
Start a viewer (to display the content of object) if accessed by receiver.
- SEHRDataClass - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
- SEHRDataObject - Class in org.ifeth.sehr.core.objects
-
The SEHR data object is a common storage, transfer and use-case object.
- SEHRDataObject() - Constructor for class org.ifeth.sehr.core.objects.SEHRDataObject
-
Parameterless constructor for bean usage.
- SEHRDataObject(Object, int) - Constructor for class org.ifeth.sehr.core.objects.SEHRDataObject
-
Basic constructor to create a new SDO.
- SEHRDataObject - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
global, unassigned or standard serializable java objects
- SEHRDataObjectConstants - Class in org.ifeth.sehr.core.spec
-
- SEHRDataObjectConstants() - Constructor for class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
- SEHRDataObjectConstants.MessageType - Enum in org.ifeth.sehr.core.spec
-
The type of an SEHR message (by specification).
- SEHRDataObjectOID - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
OID of a global, standard SEHR data collection object.
- SEHRDataSource - Class in org.ifeth.sehr.core.lib
-
Simple class for accessing the firebird databases from SEHR projects as well
as to read/save local files on the SEHR host like profiles, data stores -
encrypted or not.
- SEHRDataSource() - Constructor for class org.ifeth.sehr.core.lib.SEHRDataSource
-
Initiates a parameterless object instance for database connection.
- SEHRDataSourceTest - Class in org.ifeth.sehr.core.tests
-
- SEHRDataSourceTest() - Constructor for class org.ifeth.sehr.core.tests.SEHRDataSourceTest
-
- SEHRDirectoryContext - Interface in org.ifeth.sehr.core.api
-
- SEHRDirectoryContextImpl - Class in org.ifeth.sehr.core.xnet
-
Implementation to access the SEHR context of a SEHR provider.
- sehrds - Variable in class org.ifeth.sehr.core.lib.Module
-
- SEHRMessageProperties - Class in org.ifeth.sehr.core.objects
-
Basic properties of a SEHR message.
- SEHRMessageProperties() - Constructor for class org.ifeth.sehr.core.objects.SEHRMessageProperties
-
- SEHRMessaging - Class in org.ifeth.sehr.core.xnet
-
Session handler for processing SEHR messages.
- SEHRMessaging() - Constructor for class org.ifeth.sehr.core.xnet.SEHRMessaging
-
- SEHRMessaging(SEHRConfigurationObject) - Constructor for class org.ifeth.sehr.core.xnet.SEHRMessaging
-
- SEHRMessaging(SEHRConfigurationObject, String, String, String) - Constructor for class org.ifeth.sehr.core.xnet.SEHRMessaging
-
- SEHRModuleException - Exception in org.ifeth.sehr.core.lib
-
Exception handling for basic module processing on tcp/ip level to the
SEHR port
- SEHRModuleException(String) - Constructor for exception org.ifeth.sehr.core.lib.SEHRModuleException
-
- SEHRObjectHandler - Class in org.ifeth.sehr.core.handler
-
Default handler for SEHR data objects.
- SEHRObjectHandler() - Constructor for class org.ifeth.sehr.core.handler.SEHRObjectHandler
-
- SEHRPORT - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- SEHRZoneRootOID - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
- send(Object) - Method in class org.ifeth.sehr.core.handler.ContactItemObjectHandler
-
- send(Object) - Method in interface org.ifeth.sehr.core.lib.ObjectItemAdapterInterface
-
Send current object to given receiver.
- sendMessage(MapMessage, Map<String, Object>) - Method in class org.ifeth.sehr.core.xnet.SEHRMessaging
-
- SentObjIcon - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
- serialize(Object) - Static method in class org.ifeth.sehr.core.lib.DeSerializer
-
Converts an object to a byte array.
- serialVersionUID - Static variable in class org.ifeth.sehr.core.objects.PKIDataObject
-
- ServerModule - Class in org.ifeth.sehr.core.objects
-
This module class is acting as an interface to the SEHR environment.
- ServerModule() - Constructor for class org.ifeth.sehr.core.objects.ServerModule
-
- ServiceIcon - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
- ServiceItem - Static variable in class org.ifeth.sehr.core.spec.SEHRDataObjectConstants
-
SEHR item categories for standard services objects / folder
- SERVLETPORT - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
Port of servlet engine; default is 8080, for monitoring use 8090
- setAccount(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setAclRolePerms(AclRolePerms) - Method in class org.ifeth.sehr.core.objects.AclPermissionObject
-
- setAclUserPerms(AclUserPerms) - Method in class org.ifeth.sehr.core.objects.AclPermissionObject
-
- setAddressCity(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setAddressCountry(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setAddressCountryCode(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setAddressExt(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setAddressPOBox(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setAddressState(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setAddressStreet(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setAddressZIP(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setAMQBrokerURL(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setAMQBrokerURL(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setAMQConnection(ActiveMQConnection) - Method in class org.ifeth.sehr.core.xnet.SEHRMessaging
-
Set existing AMQ connection handler for the session.
- setAMQUser(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setAMQUserPw(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setAppGUID(String) - Method in class org.ifeth.sehr.core.objects.SEHRMessageProperties
-
- setAppPIK(String) - Method in class org.ifeth.sehr.core.objects.SEHRMessageProperties
-
- setArray(Object[]) - Method in class org.ifeth.sehr.core.lib.DynamicArray
-
- setBody(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setBody(String) - Method in class org.ifeth.sehr.core.objects.NoteItem
-
- setCategories(String[]) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setCategories(List) - Method in class org.ifeth.sehr.core.objects.NoteItem
-
- setCategory(String) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setCertType(String) - Method in class org.ifeth.sehr.core.objects.PKIDataObject
-
- setCfg(SEHRConfiguration) - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
Set cfg object to use for datasource initialization.
- setCfg(SEHRConfigurationObject) - Method in class org.ifeth.sehr.core.objects.ServerModule
-
- setChangedTime(Date) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setChangedTime(Date) - Method in class org.ifeth.sehr.core.objects.NoteItem
-
- setCharset(String) - Method in class org.ifeth.sehr.core.lib.DeEncrypter
-
- setCon(Connection) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setContent(String) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setCreationDate(Date) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setCreationPrsId(int) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setCreationTime(Date) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setCreationTime(Date) - Method in class org.ifeth.sehr.core.objects.NoteItem
-
- setDataBase(String, int, String, String, String) - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
For client usage: set database including host, port, path_to_db_file and
login.
- setDataobject(Object) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
Sets the dataobject of the SDO container.
- setDataset(String) - Method in class org.ifeth.sehr.core.objects.SEHRMessageProperties
-
- setDBFile(String) - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
- setdbHost(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setDBHost(String) - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
For client usage: set port of firebird engine
- setDbHost(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setDbHostname(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setDblctype(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setDBLogin(String) - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
- setDBPass(String) - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
- setDBPort(int) - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
For client usage: set port of firebird engine
- setDbPort(Integer) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setDBPw(String) - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
For client usage: set database login password
- setDbSec(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setdbSecUser(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setDbSecUser(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setdbSecUserPw(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setDbSecUserPw(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setDBUser(String) - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
For client usage: set database login name
- setDebugLevel(int) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setDoB(Date) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
- setDocFile(byte[]) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setDocFileMime(String) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setDocFileName(String) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setDocId(String) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
Set (generate if param is 'null') or use a given unique document ID.
- setDomain(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setDPI(File) - Static method in class org.ifeth.sehr.core.lib.ImageUtils
-
Set the DPI on image
to 160.
- setDPI(File, int) - Static method in class org.ifeth.sehr.core.lib.ImageUtils
-
Set the DPI on image
to dotsPerInch
.
- setEMailDisplayName(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setEMConContactId(int) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
- setEMConFQName(String) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
- setEMConPhone(String) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
- setEntryID(Integer) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setFax(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setFbds(SEHRDataSource) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setFBDS(FBConnectionPoolDataSource) - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
- setFirstname(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setFirstname(String) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
- setFmtBody(short) - Method in class org.ifeth.sehr.core.objects.NoteItem
-
- setFqnn(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setGender(Short) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
Gender of the person.
- setHomePath(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setId(int) - Method in class org.ifeth.sehr.core.objects.PKIDataObject
-
- setIdentNo(String) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
ID/Number of a passport or driver licence.
- setIdentType(Short) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
Type of identification: drivers lic, passport, ssn.
- setIIOPPort(Integer) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setIMAP(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setIncrease(int) - Method in class org.ifeth.sehr.core.lib.DynamicArray
-
- setInerited(boolean) - Method in class org.ifeth.sehr.core.objects.AclPermissionObject
-
- setItem(ContactItem) - Method in class org.ifeth.sehr.core.handler.ContactItemObjectHandler
-
This setter is also a helper method for handling ContactItem objects as
entity objects of the ORM/DAO.
- setItemEntryID(int) - Method in class org.ifeth.sehr.core.objects.NoteItem
-
- setItemID(Integer) - Method in class org.ifeth.sehr.core.objects.NoteItem
-
- setItemOwner(String) - Method in class org.ifeth.sehr.core.objects.NoteItem
-
- setJcrId(String) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setJcrPath(String) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setJPAHibernateFactory(EntityManagerFactory) - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
- setKeyAlgorithm(String) - Method in class org.ifeth.sehr.core.handler.PKIHandler
-
Set the algorithm, RSA or DSA.
- setLanguage(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setLastloggedin(Date) - Method in class org.ifeth.sehr.core.objects.UserSessionObject
-
- setLcid(int) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
The issued card id from LcCad.
- setLcPrintnumber(String) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
- setLDAPBaseDN(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setLDAPBaseDN(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setLDAPCtx(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setLDAPCtx(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setLDAPHost(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setLDAPHost(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setLDAPPort(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setLDAPPort(Integer) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setLDAPUser(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Set the user to access a LDAP host.
- setLDAPUser(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setLDAPUserDN(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Set the DN of an LDAP entry.
- setLDAPUserDN(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setLDAPUserPw(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setLDAPUserPw(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setLifeCardItem(LifeCardItem) - Method in class org.ifeth.sehr.core.handler.LifeCARDObjectHandler
-
Set the item to work with.
- setLocale(Locale) - Method in class org.ifeth.sehr.core.objects.ServerModule
-
- setLoggedin(Date) - Method in class org.ifeth.sehr.core.objects.UserSessionObject
-
- setLogPath(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setMail(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
Sets and verifies the mail address.
- setMiddle(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
Middle of the name (e.g.
- setMiddle(String) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
- setMobile(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setModuleOwner(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setModuleRoot(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setMsgType(SEHRDataObjectConstants.MessageType) - Method in class org.ifeth.sehr.core.objects.SEHRMessageProperties
-
Set SEHR message type (based on EIS patterns).
- setMsgTypeByString(String) - Method in class org.ifeth.sehr.core.objects.SEHRMessageProperties
-
Set SEHR message type (based on EIS patterns).
- setObjAction(HashMap) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
- setObjClass(String) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
Define a processor (class) to handle the data object on the target.
- setObjCreationDT(Date) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
- setObjDescription(String) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
- setObjEntryID(int) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
Set EntryID; For application/module usage.
- setObjIcon(int) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
- setObjID(Integer) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
Set unique or 'hashCode' if objID is 'null'.
- setObjItem(int) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
- setObjLocation(String) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
- setObjName(String) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
- setObjParentID(int) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
- setObjRWXOGO(String) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
Set rwx of owner, group, other as binary String.
- setObjType(int) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
- setOID(String) - Method in class org.ifeth.sehr.core.objects.SEHRDataObject
-
Set the OID of the data object.
- setParentID(int) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setParentId(String) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setParentItemID(Integer) - Method in class org.ifeth.sehr.core.objects.NoteItem
-
- setPermId(int) - Method in class org.ifeth.sehr.core.objects.AclPermissionObject
-
- setPermission(boolean) - Method in class org.ifeth.sehr.core.objects.AclPermissionObject
-
- setPermKey(String) - Method in class org.ifeth.sehr.core.objects.AclPermissionObject
-
- setPermName(String) - Method in class org.ifeth.sehr.core.objects.AclPermissionObject
-
- setPhone(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setPhoto(byte[]) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
Photo.
- setPOP3(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setProblem(String) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
The problem as string to be printed on the card.
- setPubDate(Date) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setPubKey(byte[]) - Method in class org.ifeth.sehr.core.objects.PKIDataObject
-
- setPubKeyAlgorithm(String) - Method in class org.ifeth.sehr.core.objects.PKIDataObject
-
- setPubKeyAndType(byte[], String) - Method in class org.ifeth.sehr.core.objects.PKIDataObject
-
- setPubKeyStatus(short) - Method in class org.ifeth.sehr.core.objects.PKIDataObject
-
- setPubKeyTrust(short) - Method in class org.ifeth.sehr.core.objects.PKIDataObject
-
- setPublic(boolean) - Method in class org.ifeth.sehr.core.objects.NoteItem
-
- setPublicKey(byte[]) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
Public Key.
- setPubPrsId(int) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setQrcode(byte[]) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
- setReleaseDate(Date) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setReleasePrsId(int) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setRootOID(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setRootOID(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setSafeDpi(File, int) - Static method in class org.ifeth.sehr.core.lib.ImageUtils
-
Set the DPI on image
so that it fits in maxHeightInInches
,
or to 160 if short enough.
- setSaved(boolean) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setSaved(boolean) - Method in class org.ifeth.sehr.core.objects.NoteItem
-
- setSecKey(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
Set the passphrase (that has been configured) for secret stuff like PKI,
PGP.
- setSEHRCfgValue(String, String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Common method to set/redefine a configuration value to the running
configuration.
- setSEHRConfiguration(SEHRConfiguration) - Method in class org.ifeth.sehr.core.handler.ContactItemObjectHandler
-
- setSEHRConfigurationObject(SEHRConfigurationObject) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Set SEHR configuration but note that there are no secrets inside.
- setSEHRDataSource(SEHRDataSource) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Set the instance of the SEHRDataSource for usage.
- setSEHRHost(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setSEHRIP(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
Set IP by which the services are accessable from outside the LAN.
- setSEHRPort(Integer) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setSehrReplyTo(String) - Method in class org.ifeth.sehr.core.objects.SEHRMessageProperties
-
- setServerIP(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setSessionid(String) - Method in class org.ifeth.sehr.core.objects.UserSessionObject
-
- setSize(int) - Method in class org.ifeth.sehr.core.lib.DynamicArray
-
- setSMTP(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setStatus(int) - Method in class org.ifeth.sehr.core.objects.UserSessionObject
-
- setStoreDT(long) - Method in class org.ifeth.sehr.core.objects.PKIDataObject
-
- setSts(short) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
Status of the LifeCARD main entry (not card entry).
- setSubdomain(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setSubject(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setSubject(String) - Method in class org.ifeth.sehr.core.objects.NoteItem
-
- setSubject(String) - Method in class org.ifeth.sehr.core.objects.SEHRMessageProperties
-
- setSuffix(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setSuffix(String) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
- setSurname(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setSurname(String) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
- setSYSHOME(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setSYSHome(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- setTags(List<String>) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setTitle(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setTitle(String) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
- setTitle(String) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setTitle(String) - Method in class org.ifeth.sehr.core.objects.ServerModule
-
- setType(String) - Method in class org.ifeth.sehr.core.objects.QMDocument
-
- setType(String) - Method in class org.ifeth.sehr.core.objects.SEHRMessageProperties
-
JMS type of the message (header).
- setUserDefined1(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setUserDefined2(String) - Method in class org.ifeth.sehr.core.objects.ContactItem
-
- setUserPerms(Map) - Method in class org.ifeth.sehr.core.objects.UserSessionObject
-
- setUserRoles(Map) - Method in class org.ifeth.sehr.core.objects.UserSessionObject
-
- setUsrid(int) - Method in class org.ifeth.sehr.core.objects.UserSessionObject
-
- setUsrInfo(String) - Method in class org.ifeth.sehr.core.objects.UserSessionObject
-
- setUsrMain(UsrMain) - Method in class org.ifeth.sehr.core.objects.UserSessionObject
-
- setVersion(String) - Method in class org.ifeth.sehr.core.objects.LifeCardItem
-
Version.
- setX509Cert(X509Certificate) - Method in class org.ifeth.sehr.core.objects.PKIDataObject
-
- setZoneID(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- setZoneid(String) - Method in class org.ifeth.sehr.core.objects.SEHRConfigurationObject
-
- showJNDIContext(InitialContext, String, String) - Static method in class org.ifeth.sehr.core.utils.ListSEHRContext
-
- showLDAPContext(DirContext, String, String) - Static method in class org.ifeth.sehr.core.utils.ListSEHRContext
-
- showProcedures() - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
- showProcedures(SEHRDataSource) - Static method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
Show the procedures of the initialized native DB access.
- showTables() - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
Show the tables of the assigned DB.
- showTables(boolean) - Method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
Show the tables of the initialized native DB access.
- showTables(SEHRDataSource) - Static method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
Show the tables of the initialized native DB access.
- showTables(SEHRDataSource, boolean) - Static method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
Show the tables of the initialized native DB access.
- signDataFile(String, String, String) - Method in class org.ifeth.sehr.core.handler.PKIHandler
-
Sign a data file using a given PrivateKey.
- SOAPSEHRTrans - Variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- SOAPService - Variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- SOURCE_ID - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- SOURCE_REVISION - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- SRCOID - Static variable in class org.ifeth.sehr.core.objects.ContactItem
-
Full qualified OID of a ContactItem object managed by SEHR.
- storeCert(String, X509Certificate) - Method in class org.ifeth.sehr.core.handler.PKIHandler
-
Stores a X509 certificate in the KeyStore of this instance.
- storeObject2DirContext(SEHRDirectoryContext) - Method in class org.ifeth.sehr.core.handler.LifeCARDObjectHandler
-
Store the LifeCARD reference object to the given SEHR provider context.
- StringFormat - Class in org.ifeth.sehr.core.lib
-
"String formatter"; format a string to a given maximum length with left,
centre, or right justification.
- StringFormat(int, int) - Constructor for class org.ifeth.sehr.core.lib.StringFormat
-
- SYBASEDATE - Static variable in class org.ifeth.sehr.core.lib.FPrintf
-
- SystemUtility - Class in org.ifeth.sehr.core.lib
-
Some methods for convenience.
- SystemUtility() - Constructor for class org.ifeth.sehr.core.lib.SystemUtility
-