-
Type:
Technical Correction
-
Resolution: Persuasive
-
Priority:
Highest
-
Clinical Quality Language (FHIR)
-
1.4 [deprecated]
-
Clinical Decision Support
-
Developers Guide
-
Developers Guide - 7 String Operators
-
-
Correction
“than number” should be “than the number.”
Existing Wording:
This example returns the string 'abc'. The second argument is the starting index of the substring to be returned, and the third argument is the length of the substring to be returned. If the length is greater than number of characters present in the string from the starting index on, the result includes only the remaining characters. If the starting index is less than 0, or greater than the length of the string, the result is null. The third argument is optional; if it is not provided, the substring is taken from the starting index to the end of the string.
Proposed Wording:
This example returns the string 'abc'. The second argument is the starting index of the substring to be returned, and the third argument is the length of the substring to be returned. If the length is greater than the number of characters present in the string from the starting index on, the result includes only the remaining characters. If the starting index is less than 0, or greater than the length of the string, the result is null. The third argument is optional; if it is not provided, the substring is taken from the starting index to the end of the string.
- is voted on by
-
BALLOT-12709 Affirmative - Bryn Rhodes : 2020-May-CQLANG R1 Normative
- Balloted