Ignore:
Timestamp:
Jul 7, 2010, 4:31:10 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrade to version 27

File:
1 edited

Legend:

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

    r456 r829  
    1313function SubsetOfImagingTypes: TStrings;
    1414function SubsetOfRadSources(SrcType: string): TStrings;
    15 function LocationType(Location: integer): string;
     15function LocationType(Location: integer): string; 
     16function ReasonForStudyCarryOn: Boolean;
    1617
    1718implementation
     
    7374begin
    7475  Result := sCallV('ORWDRA32 LOCTYPE',[Location]);
     76end;   
     77
     78function ReasonForStudyCarryOn: Boolean;
     79begin
     80  Result := sCallV('ORWDXM1 SVRPC',['']) = '1';
    7581end;
    7682
Note: See TracChangeset for help on using the changeset viewer.