Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: PXCADX

Package: PCE Patient Care Encounter

Routine: PXCADX


Information

PXCADX ;ISL/dee & LEA/Chylton - Translates data from the PCE Device Interface into PCE's PXK format for POV ;8/1/96

Source Information

Source file <PXCADX.m>

Entry Points

Name Comments DBIA/ICR reference
POV(PXCADIAG,PXCANUMB,PXCAPRV,PXCAERRS) ;DIAGNOSIS node
; Variables
; PXCADIAG Copy of a Diagnosis node of the PXCA array
; PXCAPRV Pointer to the provider (200)
; PXCANUMB Count of the number if POVs
; PXCAFTER Temp used to build ^TMP(PXCAGLB,$J,"POV",PXCANUMB,0,"AFTER")
DX(PXCADXPL,PXCANUMB,PXCAPRV,PXCAERRS) ;DIAGNOSIS/PROBLEM node
; Variables
; PXCADXPL Copy of a DIAGNOSIS/PROBLEM node of the PXCA array
; PXCANUMB Count of the number if POVs
; PXCAPRV Pointer to the provider
; PXCAFTER Temp used to build ^TMP(PXCAGLB,$J,"POV",PXCANUMB,0,"AFTER")
; PXCAITEM Temp used to hold an item while processing it
Info |  Source |  Entry Points