Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: IBDFN13

IBDFN13.m

Go to the documentation of this file.
  1. IBDFN13 ;ALB/CJM - ENCOUNTER FORM - (input tranforms for AICS Data Types);MAY 10, 1995
  1. ;;3.0;AUTOMATED INFO COLLECTION SYS;;APR 24, 1997
  1. ;
  1. CKOUTTM(X,IBFORMID) ;adds the date to the time and puts in FM format- gets the date from IBFORMID("APPT")
  1. ;pass X and IBFORMID by reference!!!
  1. ;
  1. S X=($G(IBFORMID("APPT"))\1)_"."_X
  1. Q
  1. CKOUT(X) ;converts X to FM date and time
  1. ;pass X by reference!
  1. N %DT,Y
  1. S %DT="NR"
  1. D ^%DT
  1. S X=Y
  1. Q