Uses of Class
be.business.connector.core.utils.ETKHelper
-
Packages that use ETKHelper Package Description be.business.connector.common.ehealth be.business.connector.common.module be.business.connector.recipe.utils -
-
Uses of ETKHelper in be.business.connector.common.ehealth
Methods in be.business.connector.common.ehealth with parameters of type ETKHelper Modifier and Type Method Description voidEhealthKeyRegistry. refresh(ETKHelper etkHelper, PropertyHandler props)Constructors in be.business.connector.common.ehealth with parameters of type ETKHelper Constructor Description EhealthSystemKey(ETKHelper etkHelper) -
Uses of ETKHelper in be.business.connector.common.module
Methods in be.business.connector.common.module that return ETKHelper Modifier and Type Method Description ETKHelperAbstractIntegrationModule. getEtkHelper() -
Uses of ETKHelper in be.business.connector.recipe.utils
Constructors in be.business.connector.recipe.utils with parameters of type ETKHelper Constructor Description PrescriptionEncryptorThread(Semaphore available, CreatePrescriptionDTO createPrescriptionDTO, be.ehealth.technicalconnector.service.kgss.domain.KeyResult key, Key symmKey, ETKHelper etkHelper, AbstractPrescriberIntegrationModule prescriptionIntegrationModule)Instantiates a newPrescriptionEncryptorThread.
-