| SCHEDULING | 
Albany | 
There are possibilities of communication problems
between PAIT transmission and local VistA IE that would be reflected in the
status of fields in
the SD-PAIT entry of the HL LOGICAL LINK - file # 870.
Fld #              Fld name
4                  STATE
5         IN QUEUE FRONT POINTER
6         IN QUEUE BACK POINTER
7         OUT QUEUE FRONT POINTER
8         OUT QUEUE BACK POINTER
400.01      TCP/IP ADDRESS The following code will be
used to access SD-PAIT entry and to retrieve the above listed fields:
S SD870=$O(^HLCS(870,"B","SD-PAIT",""))
N ARRAY D GETS^DIQ(870,SD870_",","4;5;6;7;8;400.01","I","ARRAY")
 
 |