Uses of Class
org.eclipse.ohf.ihe.common.mllp.MLLPDestination

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

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

Methods in org.eclipse.ohf.ihe.common.hl7v2.mllpclient that return MLLPDestination
 MLLPDestination Client.getMLLPDestination()
          Returns the MLLP destination with TCP settings.
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.mllpclient with parameters of type MLLPDestination
 void Client.setMLLPDestination(MLLPDestination MLLP)
          Set the MLLP destination with TCP settings.
 

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

Methods in org.eclipse.ohf.ihe.pdq.consumer.test that return MLLPDestination
static MLLPDestination MSGPdqQuery.createMLLP()
           
static MLLPDestination HL7PdqQuery.createMLLP()
           
static MLLPDestination ClientPdqQuery.createMLLP()
           
static MLLPDestination MSGPdqQuery.createSecureMLLP()
           
static MLLPDestination HL7PdqQuery.createSecureMLLP()
           
static MLLPDestination ClientPdqQuery.createSecureMLLP()
           
 

Uses of MLLPDestination in org.eclipse.ohf.ihe.pdq.consumer.test.connectathon
 

Methods in org.eclipse.ohf.ihe.pdq.consumer.test.connectathon that return MLLPDestination
static MLLPDestination ConnectathonPDQTest.createMLLP()
           
static MLLPDestination ConnectathonPDQTest.createSecureMLLP()
           
 

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

Methods in org.eclipse.ohf.ihe.pix.consumer.test that return MLLPDestination
static MLLPDestination MSGPixQuery.createMLLP()
           
static MLLPDestination HL7PixQuery.createMLLP()
           
static MLLPDestination ClientPixQuery.createMLLP()
           
static MLLPDestination MSGPixQuery.createSecureMLLP()
           
static MLLPDestination HL7PixQuery.createSecureMLLP()
           
static MLLPDestination ClientPixQuery.createSecureMLLP()
           
 

Uses of MLLPDestination in org.eclipse.ohf.ihe.pix.consumer.test.connectathon
 

Methods in org.eclipse.ohf.ihe.pix.consumer.test.connectathon that return MLLPDestination
static MLLPDestination ConnectathonFarnsworth.createMLLP()
           
static MLLPDestination ConnectathonFarnsworth.createSecureMLLP()
           
 

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

Methods in org.eclipse.ohf.ihe.pix.source.test that return MLLPDestination
static MLLPDestination MSGPixFeed.createMLLP()
           
static MLLPDestination HL7PixFeed.createMLLP()
           
static MLLPDestination ClientPixFeed.createMLLP()
           
static MLLPDestination MSGPixFeed.createSecureMLLP()
           
static MLLPDestination HL7PixFeed.createSecureMLLP()
           
static MLLPDestination ClientPixFeed.createSecureMLLP()
           
 

Uses of MLLPDestination in org.eclipse.ohf.ihe.pix.source.test.connectathon
 

Methods in org.eclipse.ohf.ihe.pix.source.test.connectathon that return MLLPDestination
static MLLPDestination PIXConnectathonTest.createMLLP()
           
static MLLPDestination ConnectathonPDQLoadTest.createMLLP()
           
static MLLPDestination PIXConnectathonTest.createSecureMLLP()
           
static MLLPDestination ConnectathonPDQLoadTest.createSecureMLLP()