Difference between revisions of "TIU Package API"

From VistApedia
Jump to: navigation, search
(File: TIURS.m)
(File: TIUEPRNT.m)
Line 5: Line 5:
 
No documentation of an [[API]] was created with the TIU [[package]].  The purpose of this page will be to document some entry points, for those needing an API.  This page will be used as a workspace, as the interdependencies etc. are explored.
 
No documentation of an [[API]] was created with the TIU [[package]].  The purpose of this page will be to document some entry points, for those needing an API.  This page will be used as a workspace, as the interdependencies etc. are explored.
  
=== File: TIUEPRNT.m ===
 
 
<mentry>PRINT^TIUEPRNT</mentry>(RecNum)
 
<mentry>PRINT^TIUEPRNT</mentry>(RecNum)
  

Revision as of 19:08, 13 March 2005

TIU API

The TIU package deals with medical records, i.e. progress notes, discharge summaries etc. etc.

No documentation of an API was created with the TIU package. The purpose of this page will be to document some entry points, for those needing an API. This page will be used as a workspace, as the interdependencies etc. are explored.

<mentry>PRINT^TIUEPRNT</mentry>(RecNum)

Purpose: prompts user, "Do you want to print note?" Then asks if chart or work copy, and destination device.

    RecNum: is record number of note to print, aka DA, in the VA FileMan TIU DOCUMENT File.

File: TIURS.m

<mentry>EDSIG^TIURS</mentry>(TIUDA,TIUADD,TIUPASK)

Purpose: Asks user for electronic signature code. If correct, it signs note

Input:

      TIUDA -- the is the IEN, or record number, from file 8925, of the document to sign.
      TIUADD -- This appears to be an OUT parameter, and is set to 1
      TIUPASK -- I believe if value is not 0, then user is asked if they want to print note.