GENERAL DESCRIPTION |
The CPRS GUI requests the ability to do a lookup on the
SIGN-ON LOG for a current user's SIGN-ON LOG IEN and Field #3 (SIGNOFF TIME).
To lookup the current SIGN-ON LOG for the user's active CPRS session using the
following screen based on the user's UCI, Job#, & IP Address:
S SCR="I $P(^(0),U,8)=UCI,$P(^(0),U,3)=$J,$P(^(0),U,11)=$G(IO(""IP""))" with
$$FIND1^DIC("3.081","","Q",DUZ,"CUR",SCR,"ERR").
To lookup the SIGNOFF TIME (Field #3) for a given session:
$$GET1^DIQ("3.081",<IEN>,3,"I")
|