HMPLOG ; ASMR/hrubovcak - eHMP logging support ;Aug 29, 2016 20:06:27
Source file <HMPLOG.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| NWNTRY(HMPDTIM,HMPTYP,HMPLOG) | ; function, create new entry in HMP EVENT file (#80003)
 ; returns new entry IEN ; HMPDTIM - optional FileMan format date/time. Must be precise and have time with seconds. ; defaults to NOW if not passed or invalid ; HMPTYP - optional event type, if missing, defaults to O (other) ; HMPLOG - event log passed by reference, traversed by $QUERY for word-processing text ; array is optional, but should be passed with calling routine name and module, at minimum. ; this array will remain unchanged  | 
|
| PRGLOG | ; purge HMP EVENT file (#800003) entries older than 61 days
 | 
|
| STK2TXT(STKTXT) | ; STKTXT passed by reference, no input, 11 August 2016
 ; returns STKTXT where STKTXT(1) is the top, STKTXT(2) is next level, etc. ; top 2 stack levels ignored because they're in this subroutine  | 
|
| LOGDPT(HMPDFN) | ; log missing Patient information in HMP EVENT
 | 
| FileNo | Call Tags | 
|---|---|
| ^HMPLOG(800003 - [#800003] | Classic Fileman Calls, WP^DIE |