Uses of Class
be.ehealth.business.mycarenetcommons.domain.Blob

Packages that use Blob
be.ehealth.business.mycarenetcommons.builders   
be.ehealth.business.mycarenetcommons.builders.impl   
be.ehealth.business.mycarenetcommons.builders.util   
be.ehealth.business.mycarenetcommons.exception   
be.ehealth.business.mycarenetcommons.mapper   
be.ehealth.businessconnector.dmg.builders   
be.ehealth.businessconnector.dmg.builders.impl   
be.ehealth.businessconnector.dmg.mappers   
be.ehealth.businessconnector.registration.builder   
be.ehealth.businessconnector.registration.builder.impl   
be.ehealth.businessconnector.tarification.builder   
be.ehealth.businessconnector.tarification.builder.impl   
 

Uses of Blob in be.ehealth.business.mycarenetcommons.builders
 

Methods in be.ehealth.business.mycarenetcommons.builders that return Blob
 Blob BlobBuilder.build(byte[] input)
          encodes the given byte array and creates Blob jaxb object.
 Blob BlobBuilder.build(byte[] input, String id)
          encodes the given byte array and creates Blob jaxb object.
 Blob BlobBuilder.build(byte[] input, String encodingType, String id, String contentType)
          encodes the given byte array and creates Blob jaxb object.
 Blob BlobBuilder.build(byte[] input, String encodingType, String id, String contentType, String messageName)
          encodes the given byte array and creates Blob jaxb object.
 

Methods in be.ehealth.business.mycarenetcommons.builders with parameters of type Blob
 byte[] BlobBuilder.checkAndRetrieveContent(Blob blob)
          checks the validity of the blobs content and returns the content as byte array.
 void ResponseBuilder.validateHash(Blob blob)
           
 void ResponseBuilder.validateXades(SendResponseType responseType, Blob blob)
          Deprecated. use validateXades(responseType) instead , the blob will be extracted from the responseType
 

Uses of Blob in be.ehealth.business.mycarenetcommons.builders.impl
 

Methods in be.ehealth.business.mycarenetcommons.builders.impl that return Blob
 Blob BlobBuilderImpl.build(byte[] input)
          Build a Blob
Properties needed : id, contenttype and encoding type
 Blob BlobBuilderImpl.build(byte[] input, String id)
          Build a Blob
Properties needed : contenttype and encoding type.
 Blob BlobBuilderImpl.build(byte[] input, String encodingType, String id, String contentType)
          creates Blob with given parameters.
 Blob BlobBuilderImpl.build(byte[] input, String encodingType, String id, String contentType, String messageName)
          creates Blob with given parameters.
 Blob ResponseBuilderImpl.mapBlobTypeToBlob(BlobType inBlob)
           
 

Methods in be.ehealth.business.mycarenetcommons.builders.impl with parameters of type Blob
 byte[] BlobBuilderImpl.checkAndRetrieveContent(Blob blob)
          Return the content of the blob.
 void ResponseBuilderImpl.createInvalidBlobContentConnectorException(Blob blob, SignatureVerificationResult result, Base64Binary xades)
          creates the error message for a failed validation.
 void ResponseBuilderImpl.validateHash(Blob blob)
           
 void ResponseBuilderImpl.validateXades(SendResponseType responseType, Blob blob)
          Deprecated. : see interface , use the method without the second parameter instead
 

Uses of Blob in be.ehealth.business.mycarenetcommons.builders.util
 

Methods in be.ehealth.business.mycarenetcommons.builders.util with parameters of type Blob
static void RequestBuilderUtil.fillInputToMycarenetRequest(SendRequestType sendRequest, CommonInput commonInput, Routing routing, Blob blob, byte[] xadesValue, String projectName)
           
 

Uses of Blob in be.ehealth.business.mycarenetcommons.exception
 

Methods in be.ehealth.business.mycarenetcommons.exception that return Blob
 Blob InvalidBlobContentConnectorException.getBlob()
           
 

Constructors in be.ehealth.business.mycarenetcommons.exception with parameters of type Blob
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue, Blob blob)
           
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue, Blob blob, byte[] decompressedBlob, Object... params)
           
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue, Blob blob, Object... params)
           
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue, Blob blob, Throwable e, Object... params)
           
 

Uses of Blob in be.ehealth.business.mycarenetcommons.mapper
 

Methods in be.ehealth.business.mycarenetcommons.mapper that return Blob
static Blob SendRequestMapper.mapBlobTypeToBlob(BlobType inBlob)
          Map a BlobType to a Blob
static Blob SendRequestMapper.mapToBlob(Blob blob)
           
 

Methods in be.ehealth.business.mycarenetcommons.mapper with parameters of type Blob
static BlobType SendRequestMapper.mapBlobToBlobType(Blob inBlob)
          Map a Blob to a BlobType
static Blob SendRequestMapper.mapBlobToCinBlob(Blob blob)
          Creates be.cin.types.v1.Blob with a be.ehealth.business.mycarenetcommons.domain.Blob.
 

Uses of Blob in be.ehealth.businessconnector.dmg.builders
 

Methods in be.ehealth.businessconnector.dmg.builders with parameters of type Blob
 ConsultGlobalMedicalFileRequest RequestObjectBuilder.buildSendConsultRequest(boolean isTest, String referenceId, Patient patientInfo, org.joda.time.DateTime referenceDate, Blob blob, byte[] xades)
          Creates the ConsultGlobalMedicalFileRequest that will be sent to the EHealth Web service and checks validity against the corresponding XSD
 NotifyGlobalMedicalFileRequest RequestObjectBuilder.buildSendNotifyRequest(boolean isTest, String referenceId, Patient patientInfo, org.joda.time.DateTime referenceDate, Blob blob, byte[] xades)
          Creates the NotifyGlobalMedicalFileRequest that will be sent to the EHealth web service and checks validity against the corresponding XSD.
 

Uses of Blob in be.ehealth.businessconnector.dmg.builders.impl
 

Methods in be.ehealth.businessconnector.dmg.builders.impl that return Blob
 Blob FillSendRequestParameter.getBlob()
           
 

Methods in be.ehealth.businessconnector.dmg.builders.impl with parameters of type Blob
 ConsultGlobalMedicalFileRequest RequestObjectBuilderImpl.buildSendConsultRequest(boolean isTest, String referenceId, Patient patientInfo, org.joda.time.DateTime referenceDate, Blob blob, byte[] xades)
           
 NotifyGlobalMedicalFileRequest RequestObjectBuilderImpl.buildSendNotifyRequest(boolean isTest, String referenceId, Patient patientInfo, org.joda.time.DateTime referenceDate, Blob blob, byte[] xades)
           
 void FillSendRequestParameter.setBlob(Blob blob)
           
 

Constructors in be.ehealth.businessconnector.dmg.builders.impl with parameters of type Blob
FillSendRequestParameter(boolean isTest, String referenceId, Patient patientInfo, org.joda.time.DateTime referenceDate, Blob blob)
           
 

Uses of Blob in be.ehealth.businessconnector.dmg.mappers
 

Methods in be.ehealth.businessconnector.dmg.mappers that return Blob
static Blob RequestObjectMapper.mapBlobfromBlobType(BlobType blob)
          Deprecated. Maps a BlobType instance to its corresponding Blob instance.
static Blob BlobMapper.mapBlobfromBlobType(BlobType blob)
          Maps a BlobType instance to its corresponding Blob instance.
 

Methods in be.ehealth.businessconnector.dmg.mappers with parameters of type Blob
static BlobType RequestObjectMapper.mapBlobTypefromBlob(Blob blob)
          Deprecated. Maps a Blob instance to a corresponding BlobType instance.
static BlobType BlobMapper.mapBlobTypefromBlob(Blob blob)
          Maps a Blob instance to a corresponding BlobType instance.
 

Uses of Blob in be.ehealth.businessconnector.registration.builder
 

Methods in be.ehealth.businessconnector.registration.builder with parameters of type Blob
 RegisterToMycarenetServiceRequest RequestBuilder.buildRegisterToMycarenetRequest(CommonInput commonInput, Routing routing, Blob blob, byte[] xadesValue)
          builds the request object.
 

Uses of Blob in be.ehealth.businessconnector.registration.builder.impl
 

Methods in be.ehealth.businessconnector.registration.builder.impl with parameters of type Blob
 RegisterToMycarenetServiceRequest RequestBuilderImpl.buildRegisterToMycarenetRequest(CommonInput commonInput, Routing routing, Blob blob, byte[] xadesValue)
           
 

Uses of Blob in be.ehealth.businessconnector.tarification.builder
 

Methods in be.ehealth.businessconnector.tarification.builder with parameters of type Blob
 TarificationConsultationRequest RequestBuilder.buildConsultationRequest(CommonInput commonInput, Routing routing, Blob blob)
          builds the request object.
 

Uses of Blob in be.ehealth.businessconnector.tarification.builder.impl
 

Methods in be.ehealth.businessconnector.tarification.builder.impl with parameters of type Blob
 TarificationConsultationRequest RequestBuilderImpl.buildConsultationRequest(CommonInput commonInput, Routing routing, Blob blob)
           
 




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