generated from METS-Programme/esm-ugandaemr-template-app
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor charts * Add tools & reports
- Loading branch information
Showing
7 changed files
with
102 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
src/facility-metrics/performance/model-components/model-constants.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
export const ToolsHeaders = [ | ||
{ | ||
key: "name", | ||
header: "NAME", | ||
accessor: "name", | ||
}, | ||
]; | ||
|
||
export const ReportHeaders = [ | ||
{ | ||
key: "name", | ||
header: "REPORT NAME", | ||
accessor: "name", | ||
}, | ||
]; | ||
|
||
export const HMISReports = [ | ||
{ name: "HMIS 105a HEALTH UNIT OUTPATIENT MONTHLY REPORT" }, | ||
{ name: "HMIS 106a HEALTH UNIT QUARTERLY REPORT" }, | ||
]; | ||
|
||
export const Tools = [ | ||
{ | ||
name: "HMIS ACP 003 HIV CARE ART CARD (Summary, clinical assessment & PSS)", | ||
}, | ||
{ name: "HMIS ACP 018 HTS CLIENT CARD" }, | ||
{ name: "HMIS ACP 004 COMPREHENSIVE REFFERAL LINKAGE" }, | ||
{ name: "HMIS ACP 008 Comprehensive ART Transfer" }, | ||
{ name: "HMIS ACP 029 SAFE MALE CIRCUMCISION " }, | ||
{ name: "HMIS TB 009 HEALTH UNIT TB REGISTER" }, | ||
{ name: "HMIS TB 014 DRUG RESISTANT (DR) TB REGISTER" }, | ||
{ | ||
name: "HMIS ACP 002: Lab Request Form for HIV Viral Load Analysis / HIV Drug Resistance", | ||
}, | ||
]; | ||
|
||
export const PEPFARReports = [ | ||
{ name: "TX_NEW" }, | ||
{ name: "TX_CURR" }, | ||
{ name: "TX_ML" }, | ||
{ name: "TX_RTT" }, | ||
{ name: "TB_STAT" }, | ||
{ name: "TB_ART" }, | ||
{ name: "TX_TB" }, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.