$$FILEHNC(DFN) |
Entry point $$FILEHNC^DGNTAPI(DFN) will file a new
record in the NOSE AND THROAT RADIUM HISTORY (#28.11) file if a previous
record exists for the DFN and the internal value of the SCREENING STATUS field
(#.03) is equal to "3", indicating "PENDING DIAGNOSIS". The new record will
consist of data from the previous record plus the following fields and values:
Field# Field Name Field Value
------ --------------------- -------------------
2.01 HEAD/NECK CA DX "Y" 2.02
DATE/TIME DX VERIFIED $$NOW^XLFDT 2.03 DX VERIFIED BY
DUZ 2.04 SITE VERIFYING DX
$P($$SITE^VASITE,U)
Example of use:
--------------
I $$FILEHNC^DGNTAPI(DFN) W !,"Verified HEAD/NECK CA DX has been filed."
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
IEN of patient in the PATIENT File (#2)
|
$$FILEHNC |
Output |
IEN of new entry in NOSE AND THROAT RADIUM HISTORY
(#28.11) file
0 - if no previous record exists in the NOSE AND THROAT RADIUM HISTORY
(#28.11) for the DFN or the internal value of the SCREENING STATUS field
(#.03) is not equal to "3".
0^error message - if an error occurred during the filing of the new record in
the NOSE AND THROAT RADIUM HISTORY (#28.11) file.
|
|