Uses of Class
be.fgov.ehealth.standards.kmehr.schema.v1.Kmehrmessage

Packages that use Kmehrmessage
be.ehealth.business.kmehrcommons.validator   
be.ehealth.business.kmehrcommons.validator.impl   
be.ehealth.businessconnector.chapterIV.domain   
be.ehealth.businessconnector.chapterIV.validators   
be.ehealth.businessconnector.chapterIV.validators.impl   
be.ehealth.businessconnector.hub.builders   
be.ehealth.businessconnector.hub.service   
be.ehealth.businessconnector.hub.service.impl   
be.ehealth.businessconnector.hub.session   
be.ehealth.businessconnector.hub.session.impl   
be.fgov.ehealth.hubservices.core.v1   
be.fgov.ehealth.hubservices.core.v2   
be.fgov.ehealth.medicalagreement.core.v1   
be.fgov.ehealth.messageservices.core.v1   
be.fgov.ehealth.standards.kmehr.schema.v1   
 

Uses of Kmehrmessage in be.ehealth.business.kmehrcommons.validator
 

Methods in be.ehealth.business.kmehrcommons.validator with parameters of type Kmehrmessage
 void KmehrValidator.validateKmehrMessage(Kmehrmessage msg)
          Validate kmehr prescription.
 

Uses of Kmehrmessage in be.ehealth.business.kmehrcommons.validator.impl
 

Methods in be.ehealth.business.kmehrcommons.validator.impl with parameters of type Kmehrmessage
 void KmehrValidatorImpl.validateKmehrMessage(Kmehrmessage msg)
           
 

Uses of Kmehrmessage in be.ehealth.businessconnector.chapterIV.domain
 

Methods in be.ehealth.businessconnector.chapterIV.domain that return Kmehrmessage
 Kmehrmessage ChapterIVBuilderResponse.getKmerhMessage()
           
 

Uses of Kmehrmessage in be.ehealth.businessconnector.chapterIV.validators
 

Methods in be.ehealth.businessconnector.chapterIV.validators with parameters of type Kmehrmessage
 void KmehrValidator.validateKmehrMessage(Kmehrmessage msg)
          Validate kmehr prescription.
 

Uses of Kmehrmessage in be.ehealth.businessconnector.chapterIV.validators.impl
 

Methods in be.ehealth.businessconnector.chapterIV.validators.impl with parameters of type Kmehrmessage
 void KmehrValidatorImpl.validateKmehrMessage(Kmehrmessage msg)
           
 

Uses of Kmehrmessage in be.ehealth.businessconnector.hub.builders
 

Methods in be.ehealth.businessconnector.hub.builders that return Kmehrmessage
 Kmehrmessage RequestBuilder.buildKmehrmessage(String xml)
          It builds a Kmehrmessage.
 

Methods in be.ehealth.businessconnector.hub.builders with parameters of type Kmehrmessage
 String ResponseBuilder.buildKmehrmessageResponse(Kmehrmessage response)
          It builds the xml for the Kmehrmessage object.
 PutTransactionRequest RequestBuilderComplete.buildPutTransactionRequest(Kmehrmessage kmehrHeader)
          Creates a PutTransactionRequest
 

Uses of Kmehrmessage in be.ehealth.businessconnector.hub.service
 

Methods in be.ehealth.businessconnector.hub.service that return Kmehrmessage
 Kmehrmessage IntraHubTransactionService.getTransaction(PatientIdType patient, TransactionBaseType transaction)
          Gets the transaction.
 

Methods in be.ehealth.businessconnector.hub.service with parameters of type Kmehrmessage
 void IntraHubTransactionService.putTransaction(Kmehrmessage kmehrHeader)
          Put transaction.
 

Uses of Kmehrmessage in be.ehealth.businessconnector.hub.service.impl
 

Methods in be.ehealth.businessconnector.hub.service.impl that return Kmehrmessage
 Kmehrmessage IntraHubTransactionServiceImpl.getTransaction(PatientIdType patient, TransactionBaseType transaction)
           
 

Methods in be.ehealth.businessconnector.hub.service.impl with parameters of type Kmehrmessage
 void IntraHubTransactionServiceImpl.putTransaction(Kmehrmessage input)
           
 

Uses of Kmehrmessage in be.ehealth.businessconnector.hub.session
 

Methods in be.ehealth.businessconnector.hub.session that return Kmehrmessage
 Kmehrmessage HubService.getTransaction(PatientIdType patient, TransactionBaseType transaction)
          This operation should be used to retrieve a transaction (given a transaction identifier) within a hub.
 

Methods in be.ehealth.businessconnector.hub.session with parameters of type Kmehrmessage
 PutTransactionResponse HubServiceComplete.putTransaction(Kmehrmessage msg)
          This operation should be used to declare and to store a given transaction within a hub.
 void HubService.putTransaction(Kmehrmessage msg)
          This operation should be used to declare and to store a given transaction within a hub.
 

Uses of Kmehrmessage in be.ehealth.businessconnector.hub.session.impl
 

Methods in be.ehealth.businessconnector.hub.session.impl that return Kmehrmessage
 Kmehrmessage HubServiceImpl.getTransaction(PatientIdType patient, TransactionBaseType transaction)
          This operation should be used to retrieve a transaction (given a transaction identifier) within a hub.
 

Methods in be.ehealth.businessconnector.hub.session.impl with parameters of type Kmehrmessage
 void HubServiceImpl.putTransaction(Kmehrmessage kmehrHeader)
          This operation should be used to declare and to store a given transaction within a hub.
 PutTransactionResponse HubServiceCompleteImpl.putTransaction(Kmehrmessage kmehrHeader)
          This operation should be used to declare and to store a given transaction within a hub.
 

Uses of Kmehrmessage in be.fgov.ehealth.hubservices.core.v1
 

Methods in be.fgov.ehealth.hubservices.core.v1 that return Kmehrmessage
 Kmehrmessage PutTransactionRequest.getKmehrmessage()
          Gets the value of the kmehrmessage property.
 Kmehrmessage GetTransactionResponse.getKmehrmessage()
          Gets the value of the kmehrmessage property.
 

Methods in be.fgov.ehealth.hubservices.core.v1 with parameters of type Kmehrmessage
 void PutTransactionRequest.setKmehrmessage(Kmehrmessage value)
          Sets the value of the kmehrmessage property.
 void GetTransactionResponse.setKmehrmessage(Kmehrmessage value)
          Sets the value of the kmehrmessage property.
 

Uses of Kmehrmessage in be.fgov.ehealth.hubservices.core.v2
 

Methods in be.fgov.ehealth.hubservices.core.v2 that return Kmehrmessage
 Kmehrmessage PutTransactionRequest.getKmehrmessage()
          Gets the value of the kmehrmessage property.
 Kmehrmessage GetTransactionResponse.getKmehrmessage()
          Gets the value of the kmehrmessage property.
 

Methods in be.fgov.ehealth.hubservices.core.v2 with parameters of type Kmehrmessage
 void PutTransactionRequest.setKmehrmessage(Kmehrmessage value)
          Sets the value of the kmehrmessage property.
 void GetTransactionResponse.setKmehrmessage(Kmehrmessage value)
          Sets the value of the kmehrmessage property.
 

Uses of Kmehrmessage in be.fgov.ehealth.medicalagreement.core.v1
 

Methods in be.fgov.ehealth.medicalagreement.core.v1 that return Kmehrmessage
 Kmehrmessage Request.getKmehrmessage()
          Gets the value of the kmehrmessage property.
 Kmehrmessage Kmehrresponse.getKmehrmessage()
          Gets the value of the kmehrmessage property.
 Kmehrmessage Kmehrrequest.getKmehrmessage()
          Gets the value of the kmehrmessage property.
 

Methods in be.fgov.ehealth.medicalagreement.core.v1 with parameters of type Kmehrmessage
 void Request.setKmehrmessage(Kmehrmessage value)
          Sets the value of the kmehrmessage property.
 void Kmehrresponse.setKmehrmessage(Kmehrmessage value)
          Sets the value of the kmehrmessage property.
 void Kmehrrequest.setKmehrmessage(Kmehrmessage value)
          Sets the value of the kmehrmessage property.
 

Uses of Kmehrmessage in be.fgov.ehealth.messageservices.core.v1
 

Methods in be.fgov.ehealth.messageservices.core.v1 that return Kmehrmessage
 Kmehrmessage SendTransactionResponse.getKmehrmessage()
          Gets the value of the kmehrmessage property.
 Kmehrmessage SendTransactionRequest.getKmehrmessage()
          Gets the value of the kmehrmessage property.
 Kmehrmessage RetrieveTransactionResponse.getKmehrmessage()
          Gets the value of the kmehrmessage property.
 

Methods in be.fgov.ehealth.messageservices.core.v1 with parameters of type Kmehrmessage
 void SendTransactionResponse.setKmehrmessage(Kmehrmessage value)
          Sets the value of the kmehrmessage property.
 void SendTransactionRequest.setKmehrmessage(Kmehrmessage value)
          Sets the value of the kmehrmessage property.
 void RetrieveTransactionResponse.setKmehrmessage(Kmehrmessage value)
          Sets the value of the kmehrmessage property.
 

Uses of Kmehrmessage in be.fgov.ehealth.standards.kmehr.schema.v1
 

Methods in be.fgov.ehealth.standards.kmehr.schema.v1 that return Kmehrmessage
 Kmehrmessage ObjectFactory.createKmehrmessage()
          Create an instance of Kmehrmessage
 




Connector Business ORGPHARMACY 3.13.1 API
Copyright © {inceptionYear}-2017 eHealth. All Rights Reserved.