Uses of Class
org.eclipse.ohf.ihe.common.hl7v2.mllpclient.ClientException

Packages that use ClientException
org.eclipse.ohf.ihe.common.hl7v2.mllpclient   
org.eclipse.ohf.ihe.pdq.consumer   
org.eclipse.ohf.ihe.pdq.consumer.test   
org.eclipse.ohf.ihe.pix.consumer   
org.eclipse.ohf.ihe.pix.consumer.test   
org.eclipse.ohf.ihe.pix.source   
org.eclipse.ohf.ihe.pix.source.test   
 

Uses of ClientException in org.eclipse.ohf.ihe.common.hl7v2.mllpclient
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.mllpclient that throw ClientException
 org.eclipse.ohf.hl7v2.core.validators.ValidationItemList Client.getConformanceProfileValidationItems(org.eclipse.ohf.hl7v2.core.message.model.Message msg)
           
 org.eclipse.ohf.hl7v2.core.validators.ValidationItemList Client.getHL7DefinitionValidationItems(org.eclipse.ohf.hl7v2.core.message.model.Message msg)
           
 java.lang.String Client.sendHL7(java.lang.String rawHL7, boolean verify, java.lang.String auditUser, java.lang.String auditSource)
          Processes HL7 messages with optional intermediate verification.
 org.eclipse.ohf.hl7v2.core.message.model.Message Client.sendMsg(org.eclipse.ohf.hl7v2.core.message.model.Message msg, boolean verify, java.lang.String auditUser, java.lang.String auditSource)
          Process Message Object message with optional intermediate verification.
 void Client.setConformanceProfile(java.io.InputStream conformanceProfile)
          Set conformance profile to a new profile.
 

Constructors in org.eclipse.ohf.ihe.common.hl7v2.mllpclient that throw ClientException
Client()
          Constructs a PIX/PDQ client object with verification support.
Client(java.io.InputStream conformanceProfile)
          Constructs a PIX/PDQ client object with verification support.
 

Uses of ClientException in org.eclipse.ohf.ihe.pdq.consumer
 

Constructors in org.eclipse.ohf.ihe.pdq.consumer that throw ClientException
PdqConsumer()
          Constructs a PDQ Consumer Client object.
PdqConsumer(java.io.InputStream conformanceProfile)
          Constructs a PDQ Consumer Client object.
 

Uses of ClientException in org.eclipse.ohf.ihe.pdq.consumer.test
 

Methods in org.eclipse.ohf.ihe.pdq.consumer.test that throw ClientException
static void MSGPdqQuery.main(java.lang.String[] args)
           
static void HL7PdqQuery.main(java.lang.String[] args)
           
static void ClientPdqQuery.main(java.lang.String[] args)
           
 

Uses of ClientException in org.eclipse.ohf.ihe.pix.consumer
 

Constructors in org.eclipse.ohf.ihe.pix.consumer that throw ClientException
PixConsumer()
          Constructs a PIX Consumer Client object.
PixConsumer(java.io.InputStream conformanceProfile)
          Constructs a PIX Consumer Client object.
 

Uses of ClientException in org.eclipse.ohf.ihe.pix.consumer.test
 

Methods in org.eclipse.ohf.ihe.pix.consumer.test that throw ClientException
static void MSGPixQuery.main(java.lang.String[] args)
           
static void HL7PixQuery.main(java.lang.String[] args)
           
static void ClientPixQuery.main(java.lang.String[] args)
           
 

Uses of ClientException in org.eclipse.ohf.ihe.pix.source
 

Constructors in org.eclipse.ohf.ihe.pix.source that throw ClientException
PixSource()
          Constructs a PIX Source Client object.
PixSource(java.io.InputStream conformanceProfile)
          Constructs a PIX Source Client object.
 

Uses of ClientException in org.eclipse.ohf.ihe.pix.source.test
 

Methods in org.eclipse.ohf.ihe.pix.source.test that throw ClientException
static void MSGPixFeed.main(java.lang.String[] args)
           
static void HL7PixFeed.main(java.lang.String[] args)
           
static void ClientPixFeed.main(java.lang.String[] args)
           
static void MSGPixFeed.readReturn(org.eclipse.ohf.hl7v2.core.message.model.Message msg)
           
static void ClientPixFeed.readReturn(PixSourceResponse response)
           
static void HL7PixFeed.readReturn(java.lang.String rtnMessage)