Difference between revisions of "FILE 3.5"
From VistApedia
DavidWhitten (talk | contribs) |
DavidWhitten (talk | contribs) |
||
Line 2: | Line 2: | ||
and each entry corresponds to a name for I/O (Input and Output) in the VistA system. Generally speaking characters are sent to and received from an I/O device in most computer systems as a normal part of interaction with a user. The devices in VistA are segmented by the TYPE Field which has the following values: | and each entry corresponds to a name for I/O (Input and Output) in the VistA system. Generally speaking characters are sent to and received from an I/O device in most computer systems as a normal part of interaction with a user. The devices in VistA are segmented by the TYPE Field which has the following values: | ||
− | {| border= | + | {| border=2 |
− | |- TRM | + | |- |
+ | | TRM | ||
|: TERMINAL; | |: TERMINAL; | ||
− | |- OTH | + | |- |
+ | | OTH | ||
|:OTHER; | |:OTHER; | ||
− | |- MT | + | |- |
+ | | MT | ||
|:MAGTAPE; | |:MAGTAPE; | ||
− | |- SDP | + | |- |
+ | | SDP | ||
|:SDP; | |:SDP; | ||
− | |- SPL | + | |- |
+ | | SPL | ||
|:SPOOL; | |:SPOOL; | ||
− | |- BAR | + | |- |
+ | | BAR | ||
|:BARCODE READER; | |:BARCODE READER; | ||
− | |- HFS | + | |- |
+ | | HFS | ||
|:HOST FILE SERVER; | |:HOST FILE SERVER; | ||
− | |- VTRM | + | |- |
+ | | VTRM | ||
|:VIRTUAL TERMINAL; | |:VIRTUAL TERMINAL; | ||
− | |- HG | + | |- |
+ | | HG | ||
|:HUNT GROUP; | |:HUNT GROUP; | ||
− | |- RES | + | |- |
+ | | RES | ||
|:RESOURCES; | |:RESOURCES; | ||
− | |- CHAN | + | |- |
+ | | CHAN | ||
|:NETWORK CHANNEL; | |:NETWORK CHANNEL; | ||
− | |- IMPC | + | |- |
+ | | IMPC | ||
|:IMAGING WORK STATION | |:IMAGING WORK STATION | ||
|} | |} |
Revision as of 16:15, 23 June 2009
The DEVICE File (#3.5) is stored in the global root of ^%ZIS(1, and each entry corresponds to a name for I/O (Input and Output) in the VistA system. Generally speaking characters are sent to and received from an I/O device in most computer systems as a normal part of interaction with a user. The devices in VistA are segmented by the TYPE Field which has the following values:
TRM | : TERMINAL; |
OTH | :OTHER; |
MT | :MAGTAPE; |
SDP | :SDP; |
SPL | :SPOOL; |
BAR | :BARCODE READER; |
HFS | :HOST FILE SERVER; |
VTRM | :VIRTUAL TERMINAL; |
HG | :HUNT GROUP; |
RES | :RESOURCES; |
CHAN | :NETWORK CHANNEL; |
IMPC | :IMAGING WORK STATION |