Changeset 1679 for cprs/trunk/CPRS-Chart/Orders/rODRad.pas
- Timestamp:
- May 7, 2015, 12:34:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Chart/Orders/rODRad.pas
r829 r1679 13 13 function SubsetOfImagingTypes: TStrings; 14 14 function SubsetOfRadSources(SrcType: string): TStrings; 15 function LocationType(Location: integer): string; 15 function LocationType(Location: integer): string; 16 16 function ReasonForStudyCarryOn: Boolean; 17 17 … … 74 74 begin 75 75 Result := sCallV('ORWDRA32 LOCTYPE',[Location]); 76 end; 76 end; 77 77 78 78 function ReasonForStudyCarryOn: Boolean;
Note:
See TracChangeset
for help on using the changeset viewer.