Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/Orders/fOrdersOnChart.pas

    r829 r1679  
    9393          uCore.TempEncounterLocName := '';
    9494
     95      //CQ #15813 Modired code to look for error string mentioned in CQ and change strings to conts - JCS
    9596        with SignList do if Count > 0 then for i := 0 to Count - 1 do
    9697          begin
     
    9899              begin
    99100                OrderText := FindOrderText(Piece(SignList[i], U, 1));
    100                 if Piece(SignList[i],U,4) = 'Invalid Pharmacy order number' then
     101                if Piece(SignList[i],U,4) = TX_SAVERR_PHARM_ORD_NUM_SEARCH_STRING then
    101102                InfoBox(TX_SAVERR1 + Piece(SignList[i], U, 4) + TX_SAVERR2 + OrderText + CRLF + CRLF +
    102                         'The changes to this order have not been saved.  You must contact Pharmacy to complete any action on this order.',
    103                         TC_SAVERR, MB_OK)
     103                        TX_SAVERR_PHARM_ORD_NUM, TC_SAVERR, MB_OK)
     104                else if Piece(SignList[i],U,4) = TX_SAVERR_IMAGING_PROC_SEARCH_STRING then
     105                InfoBox(TX_SAVERR1 + Piece(SignList[i], U, 4) + TX_SAVERR2 + OrderText + CRLF + CRLF +
     106                        TX_SAVERR_IMAGING_PROC, TC_SAVERR, MB_OK)
    104107                else
    105108                InfoBox(TX_SAVERR1 + Piece(SignList[i], U, 4) + TX_SAVERR2 + OrderText,
Note: See TracChangeset for help on using the changeset viewer.