Provide history functions to return charges

Description

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

Environment

None

Activity

Show:

Tim Anderson May 4, 2016 at 5:04 AM
Edited

Fixed

Details

Assignee

Reporter

Components

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
Who's Looking?