|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IheConfigurationException | |
---|---|
org.openhealthexchange.openpixpdq.ihe.configuration | |
org.openhealthexchange.openpixpdq.ihe.impl_v2 | |
org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7 |
Uses of IheConfigurationException in org.openhealthexchange.openpixpdq.ihe.configuration |
---|
Methods in org.openhealthexchange.openpixpdq.ihe.configuration that throw IheConfigurationException | |
---|---|
static java.lang.String |
Configuration.applyEnumMap(com.misyshealthcare.connect.net.IConnectionDescription connection,
java.lang.Enum value,
java.lang.Class enumType,
boolean isRequired)
Translates an enum value into a Code appropriate for this connection. |
static java.lang.String |
Configuration.applyStringMap(com.misyshealthcare.connect.net.IConnectionDescription connection,
java.lang.String value,
java.lang.String valueType,
boolean isRequired)
Translates a symbolic string into a Code appropriate for this connection. |
static com.misyshealthcare.connect.net.Identifier |
Configuration.getIdentifier(com.misyshealthcare.connect.net.IConnectionDescription connection,
java.lang.String name,
boolean isRequired)
Gets an identifier description from the connection this actor is using. |
static com.misyshealthcare.connect.net.PropertySet |
Configuration.getPropertySet(com.misyshealthcare.connect.net.IConnectionDescription connection,
java.lang.String name,
boolean isRequired)
Gets a property set from the connection being used by this actor. |
static java.lang.String |
Configuration.getPropertySetValue(com.misyshealthcare.connect.net.IConnectionDescription connection,
java.lang.String setName,
java.lang.String valueName,
boolean isRequired)
Gets a value from a property set defined for a connection. |
static java.lang.String |
Configuration.getPropertyValue(com.misyshealthcare.connect.net.IConnectionDescription connection,
java.lang.String valueName,
boolean isRequired)
Gets a value of a property defined for a connection. |
boolean |
ConfigurationLoader.loadConfiguration(java.io.File file,
boolean autoInstallActors,
java.lang.String oidRoot,
com.misyshealthcare.connect.util.OID.OidSource oidSource,
java.lang.String styleSheetLocation,
java.util.Properties patientQueryDesignProps,
com.misyshealthcare.connect.base.codemapping.ICodeMappingManager codeMappingManager,
com.misyshealthcare.connect.util.LibraryConfig.ILogContext logContext)
Loads the supplied configuration file. |
boolean |
ConfigurationLoader.loadConfiguration(java.io.File file,
boolean autoInstallActors,
java.lang.String oidRoot,
com.misyshealthcare.connect.util.OID.OidSource oidSource,
java.lang.String styleSheetLocation,
java.util.Properties patientQueryDesignProps,
com.misyshealthcare.connect.base.codemapping.ICodeMappingManager codeMappingManager,
com.misyshealthcare.connect.util.LibraryConfig.ILogContext logContext,
com.misyshealthcare.connect.util.LibraryConfig.IPatientIdConverter pidConverter)
Loads the supplied configuration file. |
boolean |
ConfigurationLoader.loadConfiguration(java.io.File file,
java.lang.String oidRoot,
com.misyshealthcare.connect.util.OID.OidSource oidSource,
java.lang.String styleSheetLocation,
java.util.Properties patientQueryDesignProps,
com.misyshealthcare.connect.base.codemapping.ICodeMappingManager codeMappingManager,
com.misyshealthcare.connect.util.LibraryConfig.ILogContext logContext)
Loads the supplied configuration file and create all of the IHE actors that it defines. |
boolean |
ConfigurationLoader.loadConfiguration(java.lang.String filename,
boolean autoInstallActors)
Loads the supplied configuration file. |
boolean |
ConfigurationLoader.loadConfiguration(java.lang.String filename,
boolean autoInstallActors,
java.lang.String oidRoot,
com.misyshealthcare.connect.util.OID.OidSource oidSource,
java.lang.String styleSheetLocation,
java.util.Properties patientQueryDesignProps,
com.misyshealthcare.connect.base.codemapping.ICodeMappingManager codeMappingManager,
com.misyshealthcare.connect.util.LibraryConfig.ILogContext logContext)
Loads the supplied configuration file. |
boolean |
ConfigurationLoader.loadConfiguration(java.lang.String filename,
java.lang.String oidRoot,
com.misyshealthcare.connect.util.OID.OidSource oidSource,
java.lang.String styleSheetLocation,
java.util.Properties patientQueryDesignProps,
com.misyshealthcare.connect.base.codemapping.ICodeMappingManager codeMappingManager,
com.misyshealthcare.connect.util.LibraryConfig.ILogContext logContext)
Loads the supplied configuration file and creates all of the IHE actors that it defines. |
boolean |
ConfigurationLoader.resetConfiguration(java.util.Collection<java.lang.Object> actorDescriptions)
Resets the current IHE brokers to use the actors described in the list passed in. |
boolean |
ConfigurationLoader.resetConfiguration(java.util.Collection<java.lang.Object> actorDescriptions,
java.lang.String logFilename)
Resets the current IHE brokers to use the actors described in the list passed in. |
boolean |
ConfigurationLoader.resetConfiguration(java.util.Collection<java.lang.Object> actorDescriptions,
java.lang.String logFilename,
IMesaLogger mesaLog)
Resets the current IHE brokers to use the actors described in the list passed in. |
Uses of IheConfigurationException in org.openhealthexchange.openpixpdq.ihe.impl_v2 |
---|
Constructors in org.openhealthexchange.openpixpdq.ihe.impl_v2 that throw IheConfigurationException | |
---|---|
PdSupplier(com.misyshealthcare.connect.net.IConnectionDescription connection,
IheAuditTrail auditTrail)
Creates a new PdSupplier that will talk to a PDQ consumer over the connection description supplied. |
|
PixManager(com.misyshealthcare.connect.net.IConnectionDescription connection,
IheAuditTrail auditTrail,
com.misyshealthcare.connect.net.IConnectionDescription xdsRegistryConnection,
java.util.Collection<com.misyshealthcare.connect.net.IConnectionDescription> pixConsumerConnections)
Creates a new PixManager that will talk to a PIX client over the connection description supplied. |
Uses of IheConfigurationException in org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7 |
---|
Methods in org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7 that throw IheConfigurationException | |
---|---|
static void |
HL7v25.populateMSH(ca.uhn.hl7v2.model.v25.segment.MSH msh,
java.lang.String type,
java.lang.String event,
java.lang.String id,
com.misyshealthcare.connect.net.IConnectionDescription connection)
Populates an HL7 v2.5 MSH segment according to the IHE standard |
static void |
HL7v231.populateMSH(ca.uhn.hl7v2.model.v231.segment.MSH msh,
java.lang.String type,
java.lang.String event,
java.lang.String id,
com.misyshealthcare.connect.net.Identifier sendingApplication,
com.misyshealthcare.connect.net.Identifier sendingFacility,
com.misyshealthcare.connect.net.Identifier receivingApplication,
com.misyshealthcare.connect.net.Identifier receivingFacility)
Populates an HL7 v2.3.1 MSH segment according to the IHE standard |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |