Fixed
Details
Assignee
Tim AndersonTim AndersonReporter
Tim AndersonTim AndersonComponents
Fix versions
Priority
MinorWho's Looking?
Open Who's Looking?
Details
Details
Assignee
Tim Anderson
Tim AndersonReporter
Tim Anderson
Tim AndersonComponents
Fix versions
Priority
Who's Looking?
Open Who's Looking?
Created May 3, 2016 at 6:20 AM
Updated November 6, 2016 at 10:55 PM
Resolved May 4, 2016 at 5:04 AM
Add jxpath extension functions:
history:charges(patient, from, to) - returns all invoice items for a patient where startTime >= from and startTime < to
history:charges(patient, productTypeName, from, to) - returns all invoice items for a patient with a product type name matching that specified, where startTime >= from and startTime < to. The product type name may contain wildcards
history:charges(patient, date) - returns all invoice items for a patient done on the specified date
history:charges(patient, productTypeName, date) - returns all invoice items for a patient done on the specified date, with a product type name matching that specified. The product type name may contain wildcards