primarycare-binder 1.1.97 → 1.1.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.cjs.js +11 -3
  2. package/package.json +1 -1
package/dist/index.cjs.js CHANGED
@@ -19592,12 +19592,20 @@ var dashboardQuery = {
19592
19592
  // filter: `Appointment.activestatus==true && Appointment.orgid=='${orgID}' && Appointment.start>=${startDate} && Appointment.end<=${endDate} && lower(Appointment.appointmentType)!='cancelled' && document(Appointment.resourcecode).id ==${loginId} collect with count into length`,
19593
19593
  // return_fields: "{Count:length}",
19594
19594
  // },
19595
+ // 1: {
19596
+ // "db_name": dbName,
19597
+ // "entity": "Appointment,Encounter",
19598
+ // "filter": {
19599
+ // "Appointment": `Appointment.start >= ${startDate} && Appointment.end <= ${endDate} && Appointment.orgid == '${orgID}' && Appointment.activestatus == true`,
19600
+ // "Encounter": `Appointment.id in Encounter.appointmentId && first((Encounter.participant)[*].Practitioner_id) == ${loginId} && Encounter.activestatus == true collect with count into length`
19601
+ // },
19602
+ // "return_fields": "{Count:length}"
19603
+ // },
19595
19604
  1: {
19596
19605
  "db_name": dbName,
19597
- "entity": "Appointment,Encounter",
19606
+ "entity": "Appointment",
19598
19607
  "filter": {
19599
- "Appointment": "Appointment.start >= ".concat(startDate, " && Appointment.end <= ").concat(endDate, " && Appointment.orgid == '").concat(orgID, "' && Appointment.activestatus == true"),
19600
- "Encounter": "Appointment.id in Encounter.appointmentId && first((Encounter.participant)[*].Practitioner_id) == ".concat(loginId, " && Encounter.activestatus == true collect with count into length")
19608
+ "Appointment": "Appointment.activestatus==true && Appointment.start>=".concat(startDate, " && Appointment.end<=").concat(endDate, " && lower(Appointment.appointmentType)!='cancelled' && document(Appointment.resourcecode).id ==").concat(loginId, " && Appointment.orgid=='").concat(orgID, "' collect with count into length")
19601
19609
  },
19602
19610
  "return_fields": "{Count:length}"
19603
19611
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primarycare-binder",
3
- "version": "1.1.97",
3
+ "version": "1.1.98",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",