GENERAL DESCRIPTION |
MODIFIED^VSIT(IEN)
Sets the Date Last Modified (.13) field to NOW. This is used by PCE so that
the Date Last Modified refers to any modification to the Visit or any V-File.
Parameter Description:
IEN Pointer to the Visit file (#9000010)
Returned Value:
none
==========================================================================
UPD^VSIT
This will update any fields in the Visit file (#9000010) that can be edited.
Look up a visit and return all of its information
Where VSIT("HNC") has been identified as the reason for the visit, It will
also update the NOSE AND THROAT RADIUM HISTORY file (#28.11) to validate the
patient has been treated for Head and Neck Cancer, if no previous validation
has taken place.
Parameter Description:
VSIT("IEN") Pointer to the Visit file (#9000010)
Any of the following variables that are going to be updated:
Field # Variable Description
.03 VSIT("TYP") TYPE (set)
.06 VSIT("INS") LOC. OF ENCOUNTER (pointer LOCATION file
#9999999.06) (IHS file DINUMed to INSTITUTION
file #4)
.07 VSIT("SVC") SERVICE CATEGORY (set)
.08 VSIT("DSS") DSS ID (pointer to CLINIC STOP file)
.12 VSIT("LNK") PARENT VISIT LINK (pointer VISIT file #9000010)
.13 VSIT("MDT") DATE LAST MODIFIED (date)
This will be set to "NOW" by Visit Tracking.
.18 VSIT("COD") CHECK OUT DATE&TIME (date)
.21 VSIT("ELG") ELIGIBILITY (pointer ELIGIBILITY CODE file #8)
.22 VSIT("LOC") HOSPITAL LOCATION (pointer HOSPITAL LOCATION
file #44)
.23 VSIT("USR") CREATED BY USER (pointer NEW PERSON file #200)
.24 VSIT("OPT") OPTION USED TO CREATE (pointer OPTION file #19)
.25 VSIT("PRO") PROTOCOL (pointer PROTOCOL file #101)
2101 VSIT("OUT") OUTSIDE LOCATION (free text)
80001 VSIT("SC") SERVICE CONNECTED (set)
80002 VSIT("AO") AGENT ORANGE EXPOSURE (set)
80003 VSIT("IR") IONIZING RADIATION EXPOSURE (set)
80004 VSIT("EC") PERSIAN GULF EXPOSURE (set)
80005 VSIT("MST") MILITARY SEXUAL TRAUMA (set)
80006 VSIT("HNC") HEAD AND NECK CANCER (set)
80007 VSIT("CV") COMBAT VETERAN (set)
80008 VSIT("SHAD") PROJECT 112/SHAD (set)
80009 VSIT("CLV") CAMP LEJEUNE EXPOSURE (set)
15001 VSIT("VID") VISIT ID (free text)
15002 VSIT("IO") PATIENT STATUS IN/OUT (set)
15003 VSIT("PRI") ENCOUNTER TYPE (set)
81101 VSIT("COM") COMMENTS
81202 VSIT("PKG") PACKAGE (pointer PACKAGE file #9.4)
81203 VSIT("SOR") DATA SOURCE (pointer PCE DATA
Returned Value:
none
|