BLD |
BLD^SDAM1 call: Build appointment arrays for patient
Input:
SDAMLIST := array of specific appointment statuses
SDBEG := begin date/time for appointment search
SDEND := end date/time for appointment search
SDFN := DFN
Output:
^TMP("SDAM",$J,<LM Line #>,0)
:= array of appointments use for List Manager Display
Format: free text for display
^TMP("SDAMIDX",$J,<Appt Selection #>) :=
:= raw data array elements that correspond to items on
the List Manager Display array [^TMP("SDAM")]
Format: Piece 1: LM line #
Piece 2: DFN
Piece 3: date/time of appt
Piece 4: Hospital Location ien
^TMP("SDAM",$J,"IDX", <LM Line #>, <Appt Selection #>)
:= array indexing LM line #'s to appt selection #.
Format: None. (It's equal to null.)
|