Dan Donahue

Results 4 issues of Dan Donahue

Note: cql aggregate fn not implemented yet. This pr only updates an aggregate test expression to get rid of external query and replace with in-line declaration of data as the...

The cql aggregate function appears to always return the source list, unaltered, regardless of the parameters given to it. For example, take: ({ 1, 2, 3, 4, 5 }) Num...

ToString(DateTime(2000,1,1,8,25,25,300, -7)) should return '2000-01-01T08:25:25.300-07:00'. Instead, it returns the date and time, but without the timezone extension of -07:00. Ref: CqlStringOperatorsTest.xml, test "DateTimeToString3" Ref: Section 3.25 ToString in https://cql.hl7.org/09-b-cqlreference.html

ToString(DateTime(2000,1,1,8,25,25,300, -7)) should return '2000-01-01T08:25:25.300-07:00'. Instead, it returns the date and time, but without the timezone extension of -07:00. Ref: CqlStringOperatorsTest.xml, test "DateTimeToString3" Ref: Section 3.25 ToString in https://cql.hl7.org/09-b-cqlreference.html