Dictation Trigger

Navigation:  ChartVox Solo (CVSolo) > ChartVox Solo PACS Integration >

Dictation Trigger

Previous pageReturn to chapter overviewNext page

The Trigger File is created when the Radiologist clicks on the "Dictation" button on the PACS application, indicating that they want to dictate on that study.

 

Suggested path and filename: c:\XMLIntegrations\Trigger.xml

 

Sample Trigger File:

 

<?xml version="1.0" encoding="Windows-1252" standalone="yes" ?>

<NewReport>

<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>

</NewReport>