Ignore:
Timestamp:
Dec 4, 2009, 12:11:15 AM (14 years ago)
Author:
George Lilly
Message:

revised back to 6/30/08 version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WorldVistAEHR/trunk/r/RADIOLOGY_NUCLEAR_MEDICINE-RA/RAO7RO1.m

    r613 r623  
    1 RAO7RO1 ;HISC/FPT-RAD/NM Error Messages ;8/28/97  14:16
    2         ;;5.0;Radiology/Nuclear Medicine;**2,75,86**;Mar 16, 1998;Build 7
    3         ;
    4 EN1(RAERR)      ; errors encountered with OE v3.0 back & frontdoor transmission
    5         S RAEMSG=$P($T(MSG+RAERR),";",4)
    6         I RAEMSG]"" Q RAEMSG
    7         Q "Error # "_RAERR_" does not exist"
    8         ;
    9         ;Note: Error code nine (9) disappears with the release of CPRS GUI V27. P86
    10         ;
    11 MSG     ; error messages
    12         ;;1;Missing/Invalid Order Control
    13         ;;2;Missing/Invalid Patient ID
    14         ;;3;Missing/Invalid Patient Location
    15         ;;4;Missing/Invalid User DUZ
    16         ;;5;Missing/Invalid REQUEST URGENCY
    17         ;;6;Missing/Invalid REQUESTING PHYSICIAN
    18         ;;7;Entered Date/Time is in the Future
    19         ;;8;Invalid Procedure, Inactive, no Imaging Type or no Procedure Type
    20         ;;9;Patient Class disagrees with Patient Location
    21         ;;10;Invalid ISOLATION PROCEDURES
    22         ;;11;Invalid MODIFIER(s)
    23         ;;12;Missing/Invalid IMAGING LOCATION or not the same as procedure's
    24         ;;13;Missing/Invalid MODE OF TRANSPORT
    25         ;;14;Missing/Invalid PREGNANT value
    26         ;;15;Missing/Invalid CLINICAL HISTORY FOR EXAM
    27         ;;16;Missing/Invalid Placer Number
    28         ;;17;Missing/Invalid OBX Value Type
    29         ;;18;Missing/Invalid CONTRACT/SHARING SOURCE
    30         ;;19;Missing/Invalid RESEARCH SOURCE
    31         ;;20;Missing/Invalid PRE-OP SCHEDULED DATE/TIME
    32         ;;21;Error Filing New Entry
    33         ;;22;Missing/Invalid Filler Number
    34         ;;23;Missing/Invalid Cancel or Hold Reason
    35         ;;24;
    36         ;;25;Current status will not permit request to be put in DISCONTINUED status
    37         ;;26;Error filing Placer Number
    38         ;;27;Missing/Invalid CATEGORY OF EXAM
    39         ;;28;Invalid REQUEST DATE (TIME optional)
    40         ;;29;CATEGORY OF EXAM cannot be Research AND Contract/Sharing
    41         ;;30;Error Filing New Entry in Request Status Times multiple
    42         ;;31;Imaging Type mismatch between the Procedure and Imaging Location
    43         ;;32;Parent procedure does not have descendents
    44         ;;33;Imaging Type mismatch between the Procedure and MODIFIER(s)
    45         ;;34;Invalid MODFIERS(s) for a series procedure
    46         ;;35;FileMan rejected date/time
    47         ;;36;Invalid Approving Rad/Nuc Med physician
    48         ;;37;Rad/Nuc Med order not placed in a DISCONTINUED status
    49         ;;38;Missing REASON FOR STUDY value
    50         ;;39;Invalid REASON FOR STUDY value
     1RAO7RO1 ;HISC/FPT-RAD/NM Error Messages ;8/28/97  14:16
     2 ;;5.0;Radiology/Nuclear Medicine;**2,75**;Mar 16, 1998;Build 4
     3 ;
     4EN1(RAERR) ; errors encountered with OE v3.0 back & frontdoor transmission
     5 S RAEMSG=$P($T(MSG+RAERR),";",4)
     6 I RAEMSG]"" Q RAEMSG
     7 Q "Error # "_RAERR_" does not exist"
     8 ;
     9MSG ; error messages
     10 ;;1;Missing/Invalid Order Control
     11 ;;2;Missing/Invalid Patient ID
     12 ;;3;Missing/Invalid Patient Location
     13 ;;4;Missing/Invalid User DUZ
     14 ;;5;Missing/Invalid REQUEST URGENCY
     15 ;;6;Missing/Invalid REQUESTING PHYSICIAN
     16 ;;7;Entered Date/Time is in the Future
     17 ;;8;Invalid Procedure, Inactive, no Imaging Type or no Procedure Type
     18 ;;9;Patient Class disagrees with Patient Location
     19 ;;10;Invalid ISOLATION PROCEDURES
     20 ;;11;Invalid MODIFIER(s)
     21 ;;12;Missing/Invalid IMAGING LOCATION or not the same as procedure's
     22 ;;13;Missing/Invalid MODE OF TRANSPORT
     23 ;;14;Missing/Invalid PREGNANT value
     24 ;;15;Missing/Invalid CLINICAL HISTORY FOR EXAM
     25 ;;16;Missing/Invalid Placer Number
     26 ;;17;Missing/Invalid OBX Value Type
     27 ;;18;Missing/Invalid CONTRACT/SHARING SOURCE
     28 ;;19;Missing/Invalid RESEARCH SOURCE
     29 ;;20;Missing/Invalid PRE-OP SCHEDULED DATE/TIME
     30 ;;21;Error Filing New Entry
     31 ;;22;Missing/Invalid Filler Number
     32 ;;23;Missing/Invalid Cancel or Hold Reason
     33 ;;24;
     34 ;;25;Current status will not permit request to be put in DISCONTINUED status
     35 ;;26;Error filing Placer Number
     36 ;;27;Missing/Invalid CATEGORY OF EXAM
     37 ;;28;Invalid REQUEST DATE (TIME optional)
     38 ;;29;CATEGORY OF EXAM cannot be Research AND Contract/Sharing
     39 ;;30;Error Filing New Entry in Request Status Times multiple
     40 ;;31;Imaging Type mismatch between the Procedure and Imaging Location
     41 ;;32;Parent procedure does not have descendents
     42 ;;33;Imaging Type mismatch between the Procedure and MODIFIER(s)
     43 ;;34;Invalid MODFIERS(s) for a series procedure
     44 ;;35;FileMan rejected date/time
     45 ;;36;Invalid Approving Rad/Nuc Med physician
     46 ;;37;Rad/Nuc Med order not placed in a DISCONTINUED status
     47 ;;38;Missing REASON FOR STUDY value
     48 ;;39;Invalid REASON FOR STUDY value
Note: See TracChangeset for help on using the changeset viewer.