Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

In normal case the Work List is filled by HL7 or DICOM with orders to do an examination. The prerequisites for orders are complete featured patient demographics.

If custo diagnostic connected via GDT to an external EPR System (Electronic Patient Record) only the reduced data of GDT are available. To make the Work List system usable with these reduced data some "tricks" are necessary.

Attention: You cannot combine a DICOM / HL7 system with this GDT system!

Workflow

  • custo manager is started with GDT file as command line or in polling mode
  • the patient demographics contained in the GDT file are stored in the database
  • while storing the patient demographics the VisitID will be filled with the PatientID
  • if an apropriate shortcut found in field 8402 (see settings below) for this patient an order will created in the Work List (works for all examination types)
  • while creation the order the OrderID will be filled with an random 16 character long string

After the order exists in the Work List the normal workflow for worklist orders can be done. In the end dialogue the OrderID is not displayed.

Specials

  • if the custo manager is restarted with the same GDT file and the Work List entry is not be done the existing Work List entry will be refreshed
  • if the custo manager is restarted with the same GDT file and the Work List entry is done a new Work List entry will be created for this patient

In facts this means: for every patient only one Work List entry can be exist (for this examination type).

Settings

SettingValueDescription
Daten-Export\PraxisEdv\CardmRuhe\CreateHl7OrderByGdtImporttrue/falseEnable/Disable the functionlity generally
Daten-Export\PraxisEdv\CardmRuhe\CreateHl7OrderByGdtImportOpenWZLtrue/falseIf set to true the Work List will be opened automatically after import the GDT file.
Daten-Export\PraxisEdv\CardmRuhe\CreateHl7OrderByGdtImportTestId<String>
like "EKG23"
This is the shortcut of the field 8402. If an GDT file with this shortcut is read in the functionality is processed for this examination type. Its not allowed to duplicate this shortcut with other examination types.

Hint: The part "CardmRuhe" is replaceable with the other available examination types, like "CardmErgo", "ScreenA", "Tera" and so on.

Availability

  • custo diagnostic 4.6.3 (DC-4186)
  • custo diagnostic 5.0.3 (DC-4186)

Anforderung:
In der WZL soll ein Auftrag erstellt werden, wenn ein "Auswertung neu"-Aufruf über GDT gestartet wurde.

 

Ablauf:

  1. Anwender startet cm mit GDT-Aufruf (Auswertung neu)
  2. Patient wird importiert, ggf. FallID gefüllt
  3. Auftrag wird erstellt
  4. WZL wird geöffnet, oder Ablauf gemäß GDT-Einstellung (siehe Einstellung)

 

Voraussetzungen:
Möglicherweise müssen die Patienten auch eine FallID haben, da die Aufträge auch auf ein Sub-System, z.B. in diesem Fall auf ein cardioline-Gerät, übertragen werden müssen. Deshalb muss beim Import des Patienten über GDT auch die FallID gefüllt werden. Vorschlag: Die PatID in die FallID duplizieren.
Für einen Auftrag muss es eine Auftragsnummer geben, diese muss beim Erstellen des Auftrages autom. gefüllt werden.
Vorschlag: GUID, oder (sofern das Endgerät diese Nummern nicht verarbeiten kann) einen längeneinstellbaren Zufallsstring

 

Einstellungen (unter CSC->Daten-Export\PraxisEdv\xxx (Projektspezifisch und immer Benutzer- und WS-spezifisch)):

  1. CreateHl7OrderByGdtImportActive = on/off (schaltet generell die Funktionalität ein/aus)
  2. CreateHl7OrderByGdtImportTestID = <vorgefüllt mit Kürzel> (z.B. EKG23, bei diesem Kürzel wird ein WZL-Auftrag erstellt)
  3. CreateHl7OrderByGdtImportOpenWZL = on/off (öffnet nach dem Import die WZL, oder macht den Ablauf gemäß GDT-Einstellung)

 

Realisierung:

...