A warning file will be generated by PACS when patient context in PACS is changed. The dictation system needs to close the report to prevent a user from dictating a report while reading the images of another patient.
Context switch file name and path are configurable and can be the same as the trigger file.
Suggested path and filename: c:\XMLIntegrations\ContextChange.xml
Sample Context Change File:
<?xml version="1.0" encoding="Windows-1252" standalone="yes" ?>
<ContextChange>
<ContractVersion> 1.0 </ContractVersion>
<UserID> ZWPK </UserID>
<AssigningAuthority> Authority1 </AssigningAuthority>
<AccessionAnchor> Acc123 </AccessionAnchor>
<AccessionLinked> Acc456 </AccessionLinked>
<AccessionLinked> Acc789 </AccessionLinked>
<AccessionLinked> Acc1010 </AccessionLinked>
<MRN> 190001 </MRN>
<PatientLastName> Buzaglo </PatientLastName>
<PatientFirstName> Sason </PatientFirstName>
<PatientDateOfBirth> 19700815 </PatientDateOfBirth>
<RequestingPhysicianLastName> Chispeta </RequestingPhysicianLastName>
<RequestingPhysicianFirstName> Lunita </RequestingPhysicianFirstName>
<WorktypeID> WT54321 </WorktypeID>
<OrderID> OR12345 </OrderID>
</ContextChange>