Custom query parameter $orcl.order.by
Health Record Locator supports an optional custom parameter,
$orcl.order.by, for ITI-18 Find Documents query, which sorts the
query result on a specific attribute. The parameter should have single value in the
<sortfieldname>:<a|d> format, where a is for ascending
order and d is for descending order. <sortfieldname> can be
one of the following:
creationTimelanguageCodemimeTypeserviceStartTimeserviceStopTimesize
For example:
<Slot name="$orcl.order.by">
<ValueList>
<Value>'creationTime:a'</Value>
</ValueList>
</Slot>Parent topic: Usage notes