VistA Analysis » VistA Reference » RPCs » TIU GET DOCUMENT PARAMETERS

TIU GET DOCUMENT PARAMETERS

This Remote Procedure returns the parameters by which a given documentor document type is to be processed.

Properties

Property Value
Label DOCPARM
MUMPS Implementation TIUSRVP1
Return Type ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
TIUDA LITERAL   true This is the record number of the document in the TIU DOCUMENT FILE(#8925).
TIUTYP LITERAL   true This is the record number of the Document Definition in the TIU DOCUMENTDEFINITION FILE (#8925.1). e.g., TIUTYP=3 corresponds to the ClassProgress Notes, etc.

MUMPS Method Description

Property Value
Method DOCPARM^TIUSRVP1
Method Comment Get document parameters for GUI
Input Parameters TIUDA, TIUTYP
Code
 I '+$G(TIUTYP),+$G(TIUDA) S TIUTYP=+$G(^TIU(8925,+TIUDA,0))
I '+$G(TIUTYP) S TIUY(0)="" Q
D DOCPRM^TIULC1(TIUTYP,.TIUY,$G(TIUDA))
I '$D(TIUY) S TIUY(0)=""

CPRS

File Type Description
Pascal File rDCSumm.pas
Pascal File rTIU.pas
Pascal File Encounter/rPCE.pas


Document generated on August 31st 2022, 2:55:43 pm