Ignore:
Timestamp:
Jul 10, 2012, 8:39:33 PM (12 years ago)
Author:
Sam Habiel
Message:

Mostly minor changes. Most significant is that BSDX31 no longer reverses no-show in the error trap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/m/BSDXAPI.m

    r1479 r1480  
    1 BSDXAPI ; IHS/LJF,HMW,MAW & VEN/SMH - SCHEDULING APIs ; 7/9/12 4:00pm
     1BSDXAPI ; IHS/LJF,HMW,MAW & VEN/SMH - SCHEDULING APIs ; 7/10/12 5:58pm
    22        ;;1.7T1;BSDX;;Jul 06, 2012;Build 18
    33        ; Licensed under LGPL 
     
    155155        ; If previous data exists, which caused an error, it's destroyed.
    156156        ; NB: ^DIK stops for nobody
    157         ; TODO: If Patient Appointment previously existed as cancelled, it's removed.
     157        ; NB: If Patient Appointment previously existed as cancelled, it's removed.
    158158        ; How can I tell if one previously existed when data is in an intermediate
    159159        ; State? Can I restore it if the other file failed? Restoration can cause
     
    420420APPLEN(PAT,CLINIC,DATE) ; $$ PEP; returns an appointment's length
    421421        ; Get either the appointment length or zero
    422         ; TODO: Test
    423422        N SCIEN S SCIEN=$$SCIEN(PAT,CLINIC,DATE)
    424423        Q:SCIEN $P(^SC(CLINIC,"S",DATE,1,SCIEN,0),U,2)
Note: See TracChangeset for help on using the changeset viewer.