DESCRIPTION |
Returns a list of patients with names start with (** NOT PREFIXED BY **)
To get the next patients, caller must request the next batch of 44
records. For this reason, this RPC accepts two different format of
'LIST FROM' text:
1. FROM = PATIENT NAME. This format will return records start with
(** NOT PREFIXED BY **) FROM (PATIENT NAME)
2. FROM = LAST IEN^LAST PATIENT NAME. This format with return the
next batch of 44 records after the LAST PATIENT NAME.
the input value. Only 44 records will be returned to the caller.
e.q:
If Patient File contains patient names 'AA', 'AB', 'BB', 'BC, 'CC', 'CD'
in this order and caller passes in 'A', all of those patients will be
included in the list.
If 'GG', 'KK', 'LL' are the 44th, 45th, and 46th patients in the
patient name order, 'KK' and 'LL' will not be included.
|