Skip to content

Commit

Permalink
Update asset import template to include VENTILATOR class (#7750)
Browse files Browse the repository at this point in the history
* fixes #7630; update asset import template to reflect ventilator class and remove asset type

* Update public/config.json

* update asset import template
  • Loading branch information
rithviknishad committed May 14, 2024
1 parent 191f6e3 commit 476c789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/asset-import-template.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions public/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"kasp_enabled": false,
"kasp_string": "KASP",
"kasp_full_string": "Karunya Arogya Suraksha Padhathi",
"sample_format_asset_import": "https://spreadsheets.google.com/feeds/download/spreadsheets/Export?key=11JaEhNHdyCHth4YQs_44YaRlP77Rrqe81VSEfg1glko&exportFormat=xlsx",
"sample_format_asset_import": "/asset-import-template.xlsx",
"sample_format_external_result_import": "/External-Results-Template.csv",
"enable_abdm": true,
"enable_hcx": false,
"enable_scribe": false,
"min_encounter_date": "2020-01-01"
}
}

0 comments on commit 476c789

Please sign in to comment.