This file contains, for each imaging type entry, parameters that the module uses during various stages of exam and report processing and inquiring. The parameter switches allow the 'customizing' of the module for each type of imaging. WARNING: ENTRIES SHOULD NOT BE DELETED FROM THIS FILE. Data Storage ------------ The data for the 'IMAGING TYPE' file is stored in the ^RA(79.2, global. At the present time this file is very static after day-one initialization is complete. However, it still should be journaled. It should also be translated if the operating system supports this function. Input Templates --------------- The following is a list of input templates used by the package and the entry in the OPTIONS file (#19) that uses the template: Compiled Name Routine Description; Option(s) ---- ------- ---------------------- RA IMAGE PARAMETERS Used to specify timeout seconds and whether the hardware system the module is running on is under fail-soft mode; RA FAILSOFT RA ON-LINE CRITERIA Used to indicate how long certain data should remain on file before it can be purged; RA PURGE If any modifications to these input templates are needed for local purposes, then great care should be taken not to degrade any branching logic in the template. Print Templates --------------- The following is a list of print templates used by the package: Name Description; Option(s) ---- ---------------------- RA ACTIVITY LOG Prints a list of the activity log entries for the imaging type; APPLICATION GROUP(S): RA
This field contains the name of this type of imaging. DO NOT ADD, EDIT OR DELETE imaging type names; this will cause problems between the Radiology/Nuclear Med and Order Entry interface.
DELETE TEST: 1,0)= I 1 W !?5,$C(7),"Entries in the 'IMAGING TYPE' file cannot be deleted!"
SOURCE OF DATA: SYSTEM GENERATED
UNEDITABLE
CROSS-REFERENCE: 79.2^B
1)= S ^RA(79.2,"B",$E(X,1,30),DA)=""
2)= K ^RA(79.2,"B",$E(X,1,30),DA)
3)= DO NOT DELETE
Regular B cross-reference used for look-up.
CROSS-REFERENCE: 79.2^AA^MUMPS
1)= N RA S RA=0 F S RA=$O(^RA(72,RA)) Q:RA'>0 S RA(0)=$G(^RA(72,RA,0)),RA(7)=+$P(RA(0),"^",7),RA(3)=$P(RA(0),"^",3) S:RA(7)=DA&(RA(3)]"") ^RA(72,"AA",X,RA(3),RA)=""
2)= K ^RA(72,"AA",X)
3)= Do not delete.
When the Imaging Type name is changed, this M cross reference update the "AA" cross reference in the Examination Status file.
INPUT TRANSFORM: K:+X'=X!(X>99999)!(X<90)!(X?.E1"."1N.N) X
LAST EDITED: JAN 28, 2002
HELP-PROMPT: Enter a number between 90 and 99999, to indicate the number of days to keep the various activity logs on-line.
DESCRIPTION: This field contains the imaging type parameter that tells the purge routine of the module how many days to keep the various activity logs on-line. The amount of days is a whole number between 90 and 99999 and is
determined at each site by the package coordinator and the computer site manager.
INPUT TRANSFORM: K:+X'=X!(X>99999)!(X<90)!(X?.E1"."1N.N) X
LAST EDITED: JAN 28, 2002
HELP-PROMPT: Enter a number between 90 and 99999, to indicate the number of days to keep the reports on-line.
DESCRIPTION: This field contains the imaging type parameter that tells the purge routine of the module how many days to keep the reports on-line. The report 'impression' will always stay on-line even after the reports are purged. The
amount of days is a whole number between 90 and 99999 and is determined at each site by the package coordinator and the computer site manager.
INPUT TRANSFORM: K:+X'=X!(X>99999)!(X<90)!(X?.E1"."1N.N) X
LAST EDITED: JAN 28, 2002
HELP-PROMPT: Enter a number between 90 and 99999, to indicate the number of days to keep the clinical history of the visit and exam on-line.
DESCRIPTION: This field contains the imaging type parameter that tells the purge routine of the module how many days to keep the clinical history of the visit on-line. The amount of days is a whole number between 90 and 99999 and is
determined by the package coordinator and the computer site manager.
INPUT TRANSFORM: K:+X'=X!(X>99999)!(X<90)!(X?.E1"."1N.N) X
LAST EDITED: JAN 28, 2002
HELP-PROMPT: Enter a number between 90 and 99999, to indicate the number of days to keep the 'tracking time' information on-line.
DESCRIPTION: This field applies to sites that are using the tracking function of the system to record when the exam status changes from one status to another. It contains the imaging type parameter that tells the purge routine of the
module how many days to keep the 'tracking time' information on-line. The amount of days is a whole number between 90 and 99999 and is determined at each site by the package coordinator and the computer site manager.
INPUT TRANSFORM: K:+X'=X!(X>99999)!(X<30)!(X?.E1"."1N.N) X
LAST EDITED: JAN 28, 2002
HELP-PROMPT: Enter a number between 30 and 99999, to indicate the number of days to keep the order data on-line.
DESCRIPTION: This field contains the imaging type parameter that tells the purge routine of the module how many days to keep the orders on-line. The amount of days is a whole number between 30 and 99999 and is determined by the package
HELP-PROMPT: Enter an abbreviation (1-4 characters) for this imaging type.
DESCRIPTION: This is the abbreviation associated with this type of imaging. It is between 1 and 4 characters in length and is used as a cross reference and for quick look ups. DO NOT CHANGE ABBREVIATIONS; changing abbreviations will
cause problems between the Order Entry and Radiology/Nuc Med interface.
SOURCE OF DATA: DEVELOPER
UNEDITABLE
CROSS-REFERENCE: 79.2^C
1)= S ^RA(79.2,"C",$E(X,1,30),DA)=""
2)= K ^RA(79.2,"C",$E(X,1,30),DA)
Allows for the look-up of an imaging location by abbreviation.
HELP-PROMPT: Enter 'N' for normal conditions, 'E' for emergency conditions.
DESCRIPTION: This field contains the hardware conditions parameter that tells the system the type of operating conditions that are in effect. The available conditions are: 'N' for normal and 'E' for emergency.
Under NORMAL conditions, the system uses the parameters set up in the 'Imaging Locations' file to determine which input and printer devices to use. Under EMERGENCY conditions, the system ignores all the location
parameters set up and the user is prompted for this information.
SOURCE OF DATA: PACKAGE COORDINATOR
CROSS-REFERENCE: 79.2^AC
1)= S ^RA(79.2,"AC",$E(X,1,30),DA)=""
2)= K ^RA(79.2,"AC",$E(X,1,30),DA)
Gives the current operating condition for an imaging location.
HELP-PROMPT: Enter a 'Y'es if this imaging type involves the use of radiopharmaceuticals.
DESCRIPTION:
This field is used to determine if radiopharmaceuticals will be used for this imaging type. If so, then the nuclear medicine logic paths of this software will be triggered at all appropriate points.
INPUT TRANSFORM: K:+X'=X!(X>99999)!(X<1)!(X?.E1"."1N.N) X
LAST EDITED: OCT 05, 1984
HELP-PROMPT: This field contains the next case number.
DESCRIPTION: This field is used to contain the next available case number for this type of imaging. Case numbers are generated by the system in sequential order and are available for reuse the following week after the exam status
becomes complete. Case numbers are recycled on Sunday at 12:01 AM.
This field provides a quick installation guide to be displayed when the rad/nuc med system is initialized or reinitialized. It describes aspects of the module to the site manager and how to proceed.
SOURCE OF DATA: DEVELOPER
LAST EDITED: MAR 21, 1985
HELP-PROMPT: This field contains a quick installation guide.
DESCRIPTION:
This field provides a quick installation guide to be displayed when the rad/nuc med system is initialized or re-initialized. It describes the aspects of the module and how to proceed for the site manager.