-
Notifications
You must be signed in to change notification settings - Fork 242
Extract Scheduled Procedure Step Status
This feature helps the user to configure scheduled procedure step status for incoming Modality Worklist HL7 Order feed messages. Following Scheduled Procedure Step Statuses are currently supported by the archive :
- SCHEDULED
- ARRIVED
- READY
- STARTED
- DEPARTED
- CANCELED
- DISCONTINUED
- COMPLETED
Note :
- Extraction of Scheduled Procedure Step Status can be configured on Archive Device level or on Archive HL7 Application Extension level. The values configured on Archive HL7 Application Extension level will overwrite values configured on Archive Device level.
- hl7OrderControlStatus attribute value as indicated in below configuration should be the ORC1_ORC5 fields of the HL7 message that is being sent. If the values in the HL7 message are different from those configured in the hl7OrderControlStatus, then MWL item is not created/updated in the archive. A log message will be generated indicating the same.
- Ensure that one has Vendor data on Archive Device level.
- Select the level on which the feature needs to be configured :
- To configure on Archive device level, go to
Menu->Configuration
, then onDevices
page,Edit
ofdcm4chee-arc
device. Go toExtensions
andEdit extension
ofDevice Extension
. Again go to itsExtensions
andEdit extension
ofArchive device
. Go toChild Objects
and select+
for addingSPS Status for HL7 Order
. - To configure on Archive HL7 application extension level, go to
Menu->Configuration
, then onDevices
page andEdit
thedcm4chee-arc
device. Go toExtensions
andEdit extension
ofDevice Extension
. Go toChild Objects
and select the HL7 application for which this feature needs to be configured. Go toExtensions
andEdit extension
ofArchive HL7 Application
. Go toChild Objects
and select+
for addingSPS Status for HL7 Order
.
- To configure on Archive device level, go to
- Select value from
Scheduled Procedure Step Status code
field and select possible values forHL7 Order Control Status
field as required by your application andSave
.
One may create a LDIF file and import it to the LDAP Server by using the ldapmodify command line utility.
-
To configure on Archive device level,
version: 1 dn: dcmSPSStatus=SCHEDULED,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org objectClass: top objectClass: hl7OrderSPSStatus dcmSPSStatus: SCHEDULED hl7OrderControlStatus: NW_SC hl7OrderControlStatus: NW_IP hl7OrderControlStatus: XO_SC dn: dcmSPSStatus=CANCELED,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org objectClass: top objectClass: hl7OrderSPSStatus dcmSPSStatus: CANCELED hl7OrderControlStatus: CA_CA dn: dcmSPSStatus=DISCONTINUED,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org objectClass: top objectClass: hl7OrderSPSStatus dcmSPSStatus: DISCONTINUED hl7OrderControlStatus: DC_CA dn: dcmSPSStatus=COMPLETED,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org objectClass: top objectClass: hl7OrderSPSStatus dcmSPSStatus: COMPLETED hl7OrderControlStatus: XO_CM
-
To configure on Archive HL7 application extension level,
version: 1 dn: dcmSPSStatus=SCHEDULED,hl7ApplicationName=*,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org objectClass: hl7OrderSPSStatus dcmSPSStatus: SCHEDULED hl7OrderControlStatus: NW_SC hl7OrderControlStatus: NW_IP hl7OrderControlStatus: XO_SC dn: dcmSPSStatus=CANCELED,hl7ApplicationName=*,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org objectClass: hl7OrderSPSStatus dcmSPSStatus: CANCELED hl7OrderControlStatus: CA_CA dn: dcmSPSStatus=DISCONTINUED,hl7ApplicationName=*,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org objectClass: hl7OrderSPSStatus dcmSPSStatus: DISCONTINUED hl7OrderControlStatus: DC_CA dn: dcmSPSStatus=COMPLETED,hl7ApplicationName=*,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org objectClass: hl7OrderSPSStatus dcmSPSStatus: COMPLETED hl7OrderControlStatus: XO_CM
One may refer to SPS Status for HL7 Order to understand description of attributes.
Go to the Control tab on Configuration page in archive UI and reload the configuration.
-
Send an order feed message to archive using hl7snd tool
hl7snd -c localhost:2575 /path_to_orderMessage.hl7
-
Using the archive UI, query for the MWL items to check if it is created/updated in the archive
DCM4CHEE 5 Documentation