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

SDPCE0.m

Go to the documentation of this file.
  1. SDPCE0 ;MJK/ALB - Process PCE Event Data ;01 APR 1993
  1. ;;5.3;Scheduling;**27**;08/13/93
  1. ;
  1. ; -- Variable definitions for SDPCE routines
  1. ; SDVIST - visit file ien
  1. ; SDVIST() - visit data array
  1. ; subscripts:
  1. ; BEFORE - PCE event data 'before' value of visit ien 0th node
  1. ; AFTER - PCE event data 'after' value of visit ien 0th node
  1. ; SDSCB - stop code ien from PCE event 'before' data (piece 8)
  1. ; SDSCA - stop code ien from PCE event 'after' data (piece 8)
  1. ; SCSC - stop code ien of clinc
  1. ; (no before/after - since clinic can't change)
  1. ; SD800B - PCE event data 'before' value of visit ien 800 node
  1. ; SD800A - PCE event data 'after' value of visit ien 800 node
  1. ; SDEVENT - array that holds data for api
  1. ; SDEVENT() - subscripted as defined by api
  1. ; SDERR - array that holds errors/warnings from api
  1. ; SDTYPR - type of error message (ERROR or WARNING)
  1. ; DFN - paitent file ien
  1. ; SDT - encounter date/time
  1. ; SDCL - hospital location file ien
  1. ; CLASS - classification abbrevation code (ie. 'SC','AO','IR','EC')
  1. ; SDI - general count increment variable
  1. ; SDB - general variable to hold 'B'efore value
  1. ; SDA - general variable to hold 'A'fter value
  1. ; SDPRVI - V-Provider ien
  1. ; SDPRVB - 'Before' value of V-Provider 0th node
  1. ; SDPRVA - 'After' value of V-Provider 0th node
  1. ; SDCPTI - V-CPT ien
  1. ; SDCPTB - 'Before' value of V-CPT 0th node
  1. ; Also used for 'before' value of 'level of care' field
  1. ; from 0th node of visit
  1. ; SDCPTA - 'After' value of V-CPT 0th node
  1. ; Also used for 'after' value of 'level of care' field
  1. ; from 0th node of visit
  1. ; SDPOVI - V-POV ien
  1. ; SDPOV - V-POV ien
  1. ; SDPOVB - 'Before' value of V-POV 0th node
  1. ; SDPOVA - 'After' value of V-POV 0th node
  1. ; CODE - CPT code value
  1. ; IDC9 code value
  1. ; ACTION - action node value for api (ADD/CHANGE/DELETE)
  1. ; VAREA - V-file related area that corresponds to the api's
  1. ; SDEVENT node (ie. 'PROCEDURE', 'DIAGNOSIS')
  1. ; ITEM - Detail node related to VAREA desendents
  1. ; (ie. actual CPT code, ICD9 code)
  1. ; ADD - 'ADD' node value of CPT code in SDEVENT array
  1. ; DEL - 'DELETE' node value of CPT code in SDEVENT array