VistA Analysis » VistA Reference » RPCs » ROR LIST CPT

ROR LIST CPT

The ROR LIST CPT remote procedure returns a list of CPT codes (defined inthe CPT file), which conform the criteria.

Properties

Property Value
Label CPTLIST
MUMPS Implementation RORRP042
Return Type GLOBAL ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
PART LITERAL 30   The partial match restriction.
FLAGS LITERAL     Flags that control the execution (can be combined): A Exclude active codes B Backwards. Traverses the index in the opposite direction of normal traversal D Full search by short name I Exclude inactive codes K Search in description keywords
NUMBER LITERAL     Maximum number of entries to return. A value of "*" or no value in this parameter designates all entries.
FROM LITERAL     The index entry(s) from which to begin the list ^01: FromName ^02: FromIEN For example, a FROM value of "18" would list entries following 18. You canuse the 2-nd and 3-rd "^"- pieces of the Results[0] to continue thelisting in the subsequent procedure calls. NOTE: The FROM value itself is not included in the resulting list. See description of the LIST^DIC for more details about the PART, NUMBER and FROM parameters.
DATE LITERAL     Date for the code set versioning.


Document generated on August 31st 2022, 2:55:43 pm