Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

HL7 Send Service

Dependencies

Attributes

SendingApplication

Sending Application in transmitted messages.

SendingFacility

Sending Facility in transmitted messages.

PIXQueryName

Message Query Name (QPD-1) used in PIX Query for Corresponding Patient IDs.

PIXManager

PIX Manager Application^Facility.

ForwardingRules

List of forwarding rules.

Syntax:
<forwarding rules> := <forwarding rule>+ | 'NONE'
<forwarding rule> := [<conditions>]<destination>
<conditions> := '['<condition> { ',' <condition> } ']'
<condition> := <attribute>['!']'='<value> { '|' <value> }
<attribute> := 'sending' | 'receiving' | 'msgtype'
<destination> := <application>'^'<facility>

RetryIntervalls

Number and intervalls of retries of failed HL7 forward requests by a list of comma separated <number>'x'<interval> pairs. <interval> can be specified in seconds (##s), minutes (##m), hours (##h) or days (##d).

Concurrency

Maximal number of concurrent forwarded messages.

AcTimeout

Acknowledge timeout in ms. 0 = no timeout.

SoCloseDelay

Socket close delay in ms after receive of acknowledge message.

HL7ServerName

Used internally - do NOT modify.

TLSConfigName

Used internally - do NOT modify.

JMSServiceName

Used internally. Do NOT modify.

QueueName

Used internally - do NOT modify.

Name

The class name of the MBean

State

The status of the MBean

StateString

The status of the MBean in text form

Operations

create

Standard MBean lifecycle method

start

The start lifecycle operation

stop

The stop lifecycle operation

destroy

The destroy lifecycle operation

jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

forward

Forward HL7 message according configured Forwarding Rules

sendTo

Send HL7 message to specified destination

sendHL7PatientXXX

Send/Forward HL7 message with message Type and Patient data

sendHL7PatientMerge

Send/Forward HL7 Patient Merge message.

queryCorrespondingPIDs

Query PIX Manger for corresponding Patient IDs.

showCorrespondingPIDs

Query PIX Manger for corresponding Patient IDs.

queryCorrespondingPIDs

Query PIX Manger for corresponding Patient IDs of specific domain(s).

Notifications

  • No labels