be.ehealth.businessconnector.recipe.validators.impl
Class PrescriberServiceValidatorImpl

java.lang.Object
  extended by be.ehealth.businessconnector.recipe.validators.impl.PrescriberServiceValidatorImpl
All Implemented Interfaces:
PrescriberServiceValidator

Deprecated.

@Deprecated
public class PrescriberServiceValidatorImpl
extends Object
implements PrescriberServiceValidator

Implementation of PrescriberServiceValidator


Constructor Summary
PrescriberServiceValidatorImpl()
          Deprecated.  
 
Method Summary
 boolean validateExecutorId(Long executorId)
          Deprecated. Validate executor id.
 boolean validatePatientId(Long patientId)
          Deprecated. Validate patient id.
 boolean validatePrescriptionId(String prescriptionId)
          Deprecated. Validate prescription id.
 boolean validatePrescriptionType(String prescriptionType)
          Deprecated. Validate prescription type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrescriberServiceValidatorImpl

public PrescriberServiceValidatorImpl()
Deprecated. 
Method Detail

validatePrescriptionId

public boolean validatePrescriptionId(String prescriptionId)
                               throws RecipeBusinessConnectorException
Deprecated. 
Validate prescription id.

Specified by:
validatePrescriptionId in interface PrescriberServiceValidator
Parameters:
prescriptionId - the prescription id
Returns:
true, if successful
Throws:
RecipeBusinessConnectorException

validatePatientId

public boolean validatePatientId(Long patientId)
                          throws RecipeBusinessConnectorException
Deprecated. 
Validate patient id.

Specified by:
validatePatientId in interface PrescriberServiceValidator
Parameters:
patientId - the patient id
Returns:
true, if successful
Throws:
RecipeBusinessConnectorException

validateExecutorId

public boolean validateExecutorId(Long executorId)
                           throws RecipeBusinessConnectorException
Deprecated. 
Validate executor id.

Specified by:
validateExecutorId in interface PrescriberServiceValidator
Parameters:
executorId - the executor id
Returns:
true, if successful
Throws:
RecipeBusinessConnectorException

validatePrescriptionType

public boolean validatePrescriptionType(String prescriptionType)
                                 throws RecipeBusinessConnectorException
Deprecated. 
Validate prescription type.

Specified by:
validatePrescriptionType in interface PrescriberServiceValidator
Parameters:
prescriptionType - the prescription type
Returns:
true, if successful
Throws:
RecipeBusinessConnectorException



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