getCodeList

Returns a list of code IDs and names, sorted in the same order as the web-based user interface. The return value is a list of strings, where each pair of elements is a code ID and a code name, for example [ "c1", "Code One", "c2", "Code Two", "zzz", "Code zzz", ... ]. The viewability of codes is determined by the user's group membership.

Arguments

Name Type Description
skey string

Return

The getCodeList method returns a list of alternating code IDs and names (an array of string).