- LC - Static variable in class org.ifeth.sehr.core.lib.FPrintf
-
- LC_CTYPE - Static variable in class org.ifeth.sehr.core.lib.SEHRDataSource
-
- LifeCARD_IDENT_DRIVERLIC - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LifeCARD_IDENT_NONE - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LifeCARD_IDENT_OTHER - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LifeCARD_IDENT_PASSPORT - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LifeCARD_STS_CRDLKI - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LifeCARD_STS_CRDLKP - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LifeCARD_STS_CRDORD - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LifeCARD_STS_CRDPRD - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LifeCARD_STS_CRDRCV - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LifeCARD_STS_CRDSHP - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LifeCARD_STS_NEW - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
Status of the LifeCARD(R) record (LC_MAIN).
- LifeCARD_STS_OC - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LifeCARD_STS_REG - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LifeCARD_STS_REGVFYD - Static variable in class org.ifeth.sehr.core.spec.SEHRConstants
-
- LIFECARD_VERSION - Static variable in class org.ifeth.sehr.core.spec.Constants
-
- LifeCardItem - Class in org.ifeth.sehr.core.objects
-
Data object containing all LifeCARD attributes.
- LifeCardItem() - Constructor for class org.ifeth.sehr.core.objects.LifeCardItem
-
- LifeCardMessagingTest - Class in org.ifeth.sehr.core.tests
-
Testing some use cases to transfer card related data between centers and
zones by messaging.
- LifeCardMessagingTest() - Constructor for class org.ifeth.sehr.core.tests.LifeCardMessagingTest
-
- LifeCARDObjectHandler - Class in org.ifeth.sehr.core.handler
-
The core object handler of a LifeCARD.
- LifeCARDObjectHandler(SEHRConfigurationObject) - Constructor for class org.ifeth.sehr.core.handler.LifeCARDObjectHandler
-
Default constructor.
- LifeCARDObjectHandler(SEHRConfigurationObject, LifeCardItem) - Constructor for class org.ifeth.sehr.core.handler.LifeCARDObjectHandler
-
Constructor to work with given item object.
- LifeCardObjectHandlerTest - Class in org.ifeth.sehr.core.tests
-
For testing the use cases of processing a card.
- LifeCardObjectHandlerTest(EntityManager) - Constructor for class org.ifeth.sehr.core.tests.LifeCardObjectHandlerTest
-
- list(int, boolean) - Method in class org.ifeth.sehr.core.dao.NativeNotePostsDAO
-
- listContactsByUsrID(int) - Method in class org.ifeth.sehr.core.handler.ContactItemObjectHandler
-
This method returns a list of UsrContact entities assigned to a given user
(a patient, an administrator or resposible person of a module).
- listIdentConstants() - Static method in class org.ifeth.sehr.core.handler.LifeCARDObjectHandler
-
List of identity papers for selection purposes.
- listModules() - Method in class org.ifeth.sehr.core.tests.DefModuleTest
-
- ListSEHRContext - Class in org.ifeth.sehr.core.utils
-
This is a simple test for checking JNDI or OpenLDAP context on a SEHR host.
- ListSEHRContext() - Constructor for class org.ifeth.sehr.core.utils.ListSEHRContext
-
- listStsConstants() - Static method in class org.ifeth.sehr.core.handler.LifeCARDObjectHandler
-
List of LcMain status values for selection purposes.
- LJ - Static variable in class org.ifeth.sehr.core.lib.FPrintf
-
- load(String) - Static method in class org.ifeth.sehr.core.lib.DynamicArray
-
- loadDERCertificate(File) - Static method in class org.ifeth.sehr.core.handler.PKIHandler
-
Load X509Certificate object from DER file.
- loadfrom(int, Object, Object) - Method in class org.ifeth.sehr.core.handler.ContactItemObjectHandler
-
- loadfrom(int, Object, Object) - Method in interface org.ifeth.sehr.core.lib.ObjectItemAdapterInterface
-
Used to import an object to an from input stream
- loadKey(File, PrivateKey) - Method in class org.ifeth.sehr.core.lib.DeEncrypter
-
Load the AESKey to decrypt files.
- loadKeyStore(File, String) - Method in class org.ifeth.sehr.core.handler.PKIHandler
-
Load the content of a given (SEHR) KeyStore by given parameters.
- LoadModule(SEHRDataObject) - Static method in class org.ifeth.sehr.core.lib.ModuleLoader
-
- LoadModule(String) - Static method in class org.ifeth.sehr.core.lib.ModuleLoader
-
- loadPrivateKey(String) - Static method in class org.ifeth.sehr.core.handler.PKIHandler
-
- loadPrivatePEMKey(File) - Static method in class org.ifeth.sehr.core.handler.PKIHandler
-
- loadPublicKey(String) - Static method in class org.ifeth.sehr.core.handler.PKIHandler
-
- loadPublicPEMKey(String) - Method in class org.ifeth.sehr.core.handler.PKIHandler
-
Get RSA generated PublicKey object from PEM file.
- loadPublicPEMKey(String, String) - Method in class org.ifeth.sehr.core.handler.PKIHandler
-
Get PublicKey object from a given PEM file and algorithm (DSA or RSA).
- loadSEHRCfg() - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Load SEHR configuration by searching for the running configuration.
- loadSEHRCfg(String, int) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Loads the configuration of a running SEHR server from LDAP store.
- loadSEHRCfg(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
Load SEHR configuration from a given configuration file.
- loadSEHRCfg(InputStream) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- loadXMLFile(String) - Static method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
Read a XML file and prepare a document object (DOM)
- loadXMLFile(File, DeEncrypter) - Static method in class org.ifeth.sehr.core.lib.SEHRDataSource
-
Read a XML file object and prepare a document object (DOM)
- locale - Variable in class org.ifeth.sehr.core.objects.ServerModule
-
- Log - Static variable in class org.ifeth.sehr.core.lib.Module
-
- Log - Static variable in class org.ifeth.sehr.core.objects.ServerModule
-
- logDebug(String) - Method in class org.ifeth.sehr.core.lib.LoggingHelper
-
- logDebug(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- logError(String) - Method in class org.ifeth.sehr.core.lib.LoggingHelper
-
- logError(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- logfile - Variable in class org.ifeth.sehr.core.objects.ServerModule
-
- LoggingHelper - Class in org.ifeth.sehr.core.lib
-
- LoggingHelper() - Constructor for class org.ifeth.sehr.core.lib.LoggingHelper
-
- LoggingHelper(int, String) - Constructor for class org.ifeth.sehr.core.lib.LoggingHelper
-
- LoggingHelper(String, int, String) - Constructor for class org.ifeth.sehr.core.lib.LoggingHelper
-
- logInfo(String) - Method in class org.ifeth.sehr.core.lib.LoggingHelper
-
- logInfo(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-
- logWarn(String) - Method in class org.ifeth.sehr.core.lib.LoggingHelper
-
- logWarn(String) - Method in class org.ifeth.sehr.core.lib.SEHRConfiguration
-