Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: RASYNCH

Package: Radiology Nuclear Medicine

Routine: RASYNCH


Information

RASYNCH ;HISC/GJC - synch orders with studies ; Mar 23, 2023@12:40:15

Source Information

Source file <RASYNCH.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; entry point for option
PAT ;get patient DFN move forward
; Note: if user timed out or entered null var 'X'
; is set to a caret
EXIT ;cleanup and exit the option
ASK() ;Display the accession number for the study. Ask (yes/no) the user if they want
SYNCH ;synch the orders for this completed exam.
SET() ;check other descendents to see if they're active.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Completed/Canceled exams are not associated with an active CPRS order.",!
  • Line Location: PAT+11
Function Call: WRITE
  • Prompt: !!,"An exam for this patient was not selected.",!
  • Line Location: PAT+12
Function Call: WRITE
  • Prompt: !!,"The accession number tied to this case is: '"_RAACC_"'."
  • Line Location: ASK+4
Function Call: WRITE
  • Prompt: !!,"Radiology order (IEN: "_RAOIFN_") request status updated to: '"_$$GET1^DIQ(75.1,RAOIFN_",",5,"","")_"'."
  • Line Location: SYNCH+9
Function Call: WRITE
  • Prompt: !,"CPRS order (IEN: "_RAORIFN_") status updated to: '"_$$GET1^DIQ(100,RAORIFN_",",5,"","")_"'."
  • Line Location: SYNCH+10

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^OR(100 - [#100] GET1^DIQ
^RAO(75.1 - [#75.1] GET1^DIQ
^RA(75.2 - [#75.2] FIND1^DIC
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call