|
|
Reference Type: Supported, Category: User, Integration Agreement: 4409
This extrinsic function resets the DTIME variable for the user identified by the first parameter "DUZ" of this function. This extrinsic function accepts two parameters:
The return value should be assigned to the variable DTIME as shown in the examples. This DTIME variable is used on all timed READS where interactive responses are required for a given user.
$$DTIME^XUP([duz][,ios])
| duz: |
(optional) The Internal Entry Number (IEN) or DUZ of the user in the NEW PERSON file (#200). |
|
| ios: |
(optional) The IEN of the device in the DEVICE file (#3.5). This IEN should be the same value of IOS if present, and should reflect the current sign-on device of the user. |
|
| returns: |
The return value will be based on the first available data found in the following fields/files (listed in search order):
|
|||||||||
Sending DUZ only, returns the value in Field #200.1, TIMED READ (# OF SECONDS), of the NEW PERSON file (#200):
>S DTIME=$$DTIME^XUP(DUZ) >W DTIME 1800
Sending DUZ and IOS, returns the value in Field #200.1, TIMED READ (# OF SECONDS), of the NEW PERSON file (#200):
>S DTIME=$$DTIME^XUP(DUZ,IOS) >W DTIME 1800
Sending IOS only, returns the value in Field #51.1, TIMED READ (# OF SECONDS), of the DEVICE file (#3.5):
>S DTIME=$$DTIME^XUP(,IOS) >W DTIME 500
Not Sending DUZ or IOS, returns the value in Field #210, DEFAULT TIMED READ (SECONDS), of the KERNEL SYSTEM PARAMETERS file (#8989.3):
>S DTIME=$$DTIME^XUP(,) >W DTIME 400
>S DTIME=$$DTIME^XUP() >W DTIME 400
Not Sending DUZ or IOS and no value is in Field #210, DEFAULT TIMED READ (SECONDS), of the KERNEL SYSTEM PARAMETERS file (#8989.3):
>S DTIME=$$DTIME^XUP() >W DTIME 300
|
VA (Internet) / VA (Intranet) / OI / HSD&D / Site Map / Terms of Use / VA Privacy Policy / Accessibility Reviewed/Updated:
December 14, 2005
|