Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/Encounter/rPCE.pas

    r459 r460  
    150150function IsUserAProvider(AUser: Int64; ADate: TFMDateTime): boolean;
    151151function IsCancelOrNoShow(ANote: integer): boolean;
     152function IsNonCountClinic(ALocation: integer): boolean;
    152153
    153154// HNC Flag
     
    173174  uVTypeForLoc:   TStringList;
    174175  uProblems:      TStringList;
    175  
    176176  uModifiers:     TORStringList = nil;
    177177  uGAFOK:         boolean;
     
    14381438end;
    14391439
     1440function IsNonCountClinic(ALocation: integer): boolean;
     1441begin
     1442  Result := (sCallV('ORWPCE1 NONCOUNT', [ALocation]) = '1');
     1443end;
     1444
    14401445function DefaultProvider(ALocation: integer; AUser: Int64; ADate: TFMDateTime;
    14411446                                             ANoteIEN: integer): string;
Note: See TracChangeset for help on using the changeset viewer.