primarycare-binder 1.1.103 → 1.1.104
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.
- package/dist/index.cjs.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -38612,7 +38612,7 @@ var siginInActions = {
|
|
|
38612
38612
|
var SigninFollowup$1 = SigninFollowup.reducer;
|
|
38613
38613
|
|
|
38614
38614
|
var queries$2 = {
|
|
38615
|
-
category: "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"CodeableConceptMaster\",\n \"filter\": \"CodeableConceptMaster.Type=='DOCCATEGORY' && CodeableConceptMaster.
|
|
38615
|
+
category: "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"CodeableConceptMaster\",\n \"filter\": \"CodeableConceptMaster.Type=='DOCCATEGORY' && CodeableConceptMaster.status==true\",\n \"return_fields\": \"MERGE(CodeableConceptMaster,{coding:(FOR cod IN CodeableConceptMaster.coding RETURN DOCUMENT(cod))})\"\n}"),
|
|
38616
38616
|
document: function document(id) {
|
|
38617
38617
|
return {
|
|
38618
38618
|
db_name: dbName,
|