Uses of Class
be.ehealth.businessconnector.recipe.exception.RecipeBusinessConnectorException

Packages that use RecipeBusinessConnectorException
be.ehealth.businessconnector.recipe.builders   
be.ehealth.businessconnector.recipe.service   
be.ehealth.businessconnector.recipe.service.impl   
be.ehealth.businessconnector.recipe.session   
be.ehealth.businessconnector.recipe.session.impl   
be.ehealth.businessconnector.recipe.utils   
be.ehealth.businessconnector.recipe.validators   
be.ehealth.businessconnector.recipe.validators.impl   
 

Uses of RecipeBusinessConnectorException in be.ehealth.businessconnector.recipe.builders
 

Methods in be.ehealth.businessconnector.recipe.builders that throw RecipeBusinessConnectorException
 ListFeedbacksResult ListFeedbackBuilder.buildResult(ListFeedbacksResponse response)
          Deprecated. Builds the result.
 

Uses of RecipeBusinessConnectorException in be.ehealth.businessconnector.recipe.service
 

Methods in be.ehealth.businessconnector.recipe.service that throw RecipeBusinessConnectorException
 String RecipePrescriberService.createPrescription(boolean feedbackRequest, long patientId, byte[] prescription, String prescriptionType)
          Deprecated. The create prescription operation stores a new prescription (provided as input parameter in Kmehr format) in the Recip-e central system.
 GetPrescriptionForPrescriberResult RecipePrescriberService.getPrescription(String rid)
          Deprecated. The �Get Prescription� operation allows a General Practitioner to retrieve a previously submitted prescription (by him/her).
 List<ListFeedbackItem> RecipePrescriberService.listFeedback(boolean readFlag)
          Deprecated. The Recip-e solution allows executors to provide feedback related to a delivered prescription.
 void RecipePrescriberService.prepareCreatePrescription(long patientId, String prescriptionType)
          Deprecated. The Create Prescription operation involves the execution of several external eHealth-platform services before a prescription can be send.
 void RecipePrescriberService.revokePrescription(String rid, String reason)
          Deprecated. Whenever an erroneous or incorrect prescription has been submitted, it can be removed from the central Recip-e system via this 'Revoke Prescription' operation.
 void RecipePrescriberService.sendNotification(byte[] notificationTextXML, long patientId, long executorId)
          Deprecated. This operation permits a General Practitioner to send a notification to a specific executor (example: pharmacist).
 void RecipePrescriberService.updateFeedbackFlag(String rid, boolean feedbackAllowed)
          Deprecated. The feedback flag of an already submitted prescription can be updated via this operation.
 

Uses of RecipeBusinessConnectorException in be.ehealth.businessconnector.recipe.service.impl
 

Methods in be.ehealth.businessconnector.recipe.service.impl that throw RecipeBusinessConnectorException
 String RecipePrescriberServiceImpl.createPrescription(boolean feedbackRequested, long patientId, byte[] prescription, String prescriptionType)
          Deprecated. Creates the prescription.
 GetPrescriptionForPrescriberResult RecipePrescriberServiceImpl.getPrescription(String rid)
          Deprecated. Gets the prescription.
 List<ListFeedbackItem> RecipePrescriberServiceImpl.listFeedback(boolean readFlag)
          Deprecated. List feedback.
 void RecipePrescriberServiceImpl.prepareCreatePrescription(long patientId, String prescriptionType)
          Deprecated. Prepare create prescription.
 void RecipePrescriberServiceImpl.revokePrescription(String rid, String reason)
          Deprecated. Revoke prescription.
 void RecipePrescriberServiceImpl.sendNotification(byte[] notificationText, long patientId, long executorId)
          Deprecated. Send notification.
 void RecipePrescriberServiceImpl.updateFeedbackFlag(String rid, boolean feedbackAllowed)
          Deprecated. Update feedback flag.
 

Constructors in be.ehealth.businessconnector.recipe.service.impl that throw RecipeBusinessConnectorException
RecipePrescriberServiceImpl(SessionValidator sessionValidator, EhealthReplyValidator replyValidator)
          Deprecated.  
RecipePrescriberServiceImpl(SessionValidator sessionValidator, EhealthReplyValidator replyValidator, Crypto personalCrypto)
          Deprecated. Use it without the crypto
 

Uses of RecipeBusinessConnectorException in be.ehealth.businessconnector.recipe.session
 

Methods in be.ehealth.businessconnector.recipe.session that throw RecipeBusinessConnectorException
 String RecipePrescriberService.createPrescription(boolean feedbackRequest, long patientId, byte[] prescription, String prescriptionType)
          Deprecated. The create prescription operation stores a new prescription (provided as input parameter in Kmehr format) in the Recip-e central system.
 GetPrescriptionForPrescriberResult RecipePrescriberService.getPrescription(String rid)
          Deprecated. The �Get Prescription� operation allows a General Practitioner to retrieve a previously submitted prescription (by him/her).
 List<ListFeedbackItem> RecipePrescriberService.listFeedback(boolean readFlag)
          Deprecated. The Recip-e solution allows executors to provide feedback related to a delivered prescription.
 void RecipePrescriberService.prepareCreatePrescription(long patientId, String prescriptionType)
          Deprecated. The Create Prescription operation involves the execution of several external eHealth-platform services before a prescription can be send.
 void RecipePrescriberService.revokePrescription(String rid, String reason)
          Deprecated. Whenever an erroneous or incorrect prescription has been submitted, it can be removed from the central Recip-e system via this 'Revoke Prescription' operation.
 void RecipePrescriberService.sendNotification(byte[] notificationTextXML, long patientId, long executorId)
          Deprecated. This operation permits a General Practitioner to send a notification to a specific executor (example: pharmacist).
 void RecipePrescriberService.updateFeedbackFlag(String rid, boolean feedbackAllowed)
          Deprecated. The feedback flag of an already submitted prescription can be updated via this operation.
 

Uses of RecipeBusinessConnectorException in be.ehealth.businessconnector.recipe.session.impl
 

Methods in be.ehealth.businessconnector.recipe.session.impl that throw RecipeBusinessConnectorException
 String RecipePrescriberServiceImpl.createPrescription(boolean feedbackRequested, long patientId, byte[] prescription, String prescriptionType)
          Deprecated. Creates the prescription.
 GetPrescriptionForPrescriberResult RecipePrescriberServiceImpl.getPrescription(String rid)
          Deprecated. Gets the prescription.
 List<ListFeedbackItem> RecipePrescriberServiceImpl.listFeedback(boolean readFlag)
          Deprecated. List feedback.
 void RecipePrescriberServiceImpl.prepareCreatePrescription(long patientId, String prescriptionType)
          Deprecated. Prepare create prescription.
 void RecipePrescriberServiceImpl.revokePrescription(String rid, String reason)
          Deprecated. Revoke prescription.
 void RecipePrescriberServiceImpl.sendNotification(byte[] notificationText, long patientId, long executorId)
          Deprecated. Send notification.
 void RecipePrescriberServiceImpl.updateFeedbackFlag(String rid, boolean feedbackAllowed)
          Deprecated. Update feedback flag.
 

Constructors in be.ehealth.businessconnector.recipe.session.impl that throw RecipeBusinessConnectorException
RecipePrescriberServiceImpl(SessionValidator sessionValidator, EhealthReplyValidator replyValidator)
          Deprecated.  
RecipePrescriberServiceImpl(SessionValidator sessionValidator, EhealthReplyValidator replyValidator, Crypto systemCrypto, Crypto personalCrypto)
          Deprecated. Use it without crypto
 

Uses of RecipeBusinessConnectorException in be.ehealth.businessconnector.recipe.utils
 

Methods in be.ehealth.businessconnector.recipe.utils that throw RecipeBusinessConnectorException
static String RecipeCommonsUtil.createPrescription(BuilderFactory builders, PrescriberService service, boolean feedbackRequested, long patientId, byte[] prescription, String prescriptionType)
          Deprecated. Creates the prescription.
static List<ListFeedbackItem> RecipeCommonsUtil.listFeedback(BuilderFactory builders, PrescriberService service, boolean readFlag)
          Deprecated. List feedback.
static void RecipeCommonsUtil.prepareCreatePrescription(long patientId, String prescriptionType)
          Deprecated. Prepare create prescription.
static void RecipeCommonsUtil.revokePrescription(BuilderFactory builders, PrescriberService service, String rid, String reason)
          Deprecated. Revoke prescription.
 

Uses of RecipeBusinessConnectorException in be.ehealth.businessconnector.recipe.validators
 

Methods in be.ehealth.businessconnector.recipe.validators that throw RecipeBusinessConnectorException
 boolean PrescriberServiceValidator.validateExecutorId(Long executorId)
          Deprecated. Validate executor id.
 boolean KmehrValidator.validateKmehrPrescription(byte[] xmlDocument, String prescriptionType)
          Deprecated. Validate kmehr prescription.
 boolean KmehrValidator.validateNotification(byte[] xmlDocument)
          Deprecated. Validate notification.
 boolean PrescriberServiceValidator.validatePatientId(Long patientId)
          Deprecated. Validate patient id.
 boolean PrescriberServiceValidator.validatePrescriptionId(String prescriptionId)
          Deprecated. Validate prescription id.
 boolean PrescriberServiceValidator.validatePrescriptionType(String prescriptionType)
          Deprecated. Validate prescription type.
 

Uses of RecipeBusinessConnectorException in be.ehealth.businessconnector.recipe.validators.impl
 

Methods in be.ehealth.businessconnector.recipe.validators.impl that throw RecipeBusinessConnectorException
 void KmehrValidatorImpl.assertValidFeedback(byte[] xmlDocument)
          Deprecated. Assert valid feedback.
 boolean PrescriberServiceValidatorImpl.validateExecutorId(Long executorId)
          Deprecated. Validate executor id.
 boolean KmehrValidatorImpl.validateKmehrPrescription(byte[] xmlDocument, String prescriptionType)
          Deprecated. Valid xml.
 boolean KmehrValidatorImpl.validateNotification(byte[] xmlDocument)
          Deprecated. Validate notification.
 boolean PrescriberServiceValidatorImpl.validatePatientId(Long patientId)
          Deprecated. Validate patient id.
 boolean PrescriberServiceValidatorImpl.validatePrescriptionId(String prescriptionId)
          Deprecated. Validate prescription id.
 boolean PrescriberServiceValidatorImpl.validatePrescriptionType(String prescriptionType)
          Deprecated. Validate prescription type.
 

Constructors in be.ehealth.businessconnector.recipe.validators.impl that throw RecipeBusinessConnectorException
KmehrValidatorImpl()
          Deprecated.  
 




Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.