Skip to content

Commit 7020f24

Browse files
committed
remove unused dashboard meta code
1 parent 81cdc5f commit 7020f24

File tree

1 file changed

+0
-146
lines changed

1 file changed

+0
-146
lines changed
Lines changed: 0 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -1,146 +0,0 @@
1-
// Patient Chart
2-
export const clinicalViewsDividerMeta = {
3-
name: 'clinical-views-divider',
4-
slot: 'clinical-views-divider-slot',
5-
title: 'Clinical Views',
6-
};
7-
// hiv-care-and-treatment-group
8-
export const hivCareAndTreatmentDashboardDMeta = {
9-
title: 'HIV Care and Treatment',
10-
slotName: 'hiv-care-and-treatment-slot',
11-
isExpanded: false,
12-
};
13-
14-
export const hivPrevetionServicesboardDMeta = {
15-
title: 'HIV Prevention Services',
16-
slotName: 'hiv-prevention-services-slot',
17-
isExpanded: false,
18-
};
19-
20-
export const eidDashboardMeta = {
21-
title: 'EID Program',
22-
slotName: 'eid-slot',
23-
isExpanded: false,
24-
};
25-
26-
export const tbDashboardMeta = {
27-
title: 'TB Program',
28-
slotName: 'tb-slot',
29-
isExpanded: false,
30-
};
31-
32-
export const generalCounsellingDashboardMeta = {
33-
slot: 'general-counselling-summary-slot',
34-
columns: 1,
35-
title: 'General Counselling',
36-
path: 'general-counselling',
37-
icon: '',
38-
layoutMode: 'anchored',
39-
};
40-
41-
export const htsDashboardMeta = {
42-
slot: 'hiv-testing-services-slot',
43-
columns: 1,
44-
title: 'HTS',
45-
path: 'hts',
46-
icon: '',
47-
layoutMode: 'anchored',
48-
};
49-
50-
export const vmmcDashboardMeta = {
51-
slot: 'vmmc-services-slot',
52-
columns: 1,
53-
title: 'SMC',
54-
path: 'smc',
55-
icon: '',
56-
layoutMode: 'anchored',
57-
};
58-
59-
export const treatmentRegimenDashboardMeta = {
60-
slot: 'treatment-regimen-slot',
61-
columns: 1,
62-
title: 'Treatment Regimen',
63-
path: 'treatment-regimen',
64-
icon: '',
65-
layoutMode: 'anchored',
66-
};
67-
68-
export const familyTrackingDashboardMeta = {
69-
slot: 'family-tracking-slot',
70-
columns: 1,
71-
title: 'Family Tracking',
72-
path: 'family-tracking',
73-
icon: '',
74-
layoutMode: 'anchored',
75-
};
76-
77-
export const treatmentDashboardMeta = {
78-
slot: 'treatment-dashboard-slot',
79-
columns: 1,
80-
title: 'Treatment',
81-
path: 'treatment',
82-
icon: '',
83-
layoutmode: 'anchored',
84-
};
85-
86-
export const patientTransfersDashboardMeta = {
87-
slot: 'patient-transfers-dashboard-slot',
88-
columns: 1,
89-
title: 'Patient Transfers',
90-
path: 'patient-transfers',
91-
layoutmode: 'anchored',
92-
icon: '',
93-
};
94-
95-
export const patientSummaryDashboardMeta = {
96-
slot: 'patient-summary-dashboard-slot',
97-
columns: 1,
98-
icon: '',
99-
title: 'Patient Summary',
100-
path: 'patient-summary',
101-
layoutmode: 'anchored',
102-
};
103-
104-
export const tbPatientSummaryDashboardMeta = {
105-
slot: 'tb-summary-dashboard-slot',
106-
columns: 1,
107-
title: 'Patient Summary',
108-
path: 'tb-summary',
109-
icon: '',
110-
layoutmode: 'anchored',
111-
};
112-
113-
export const drtbDashboardMeta = {
114-
slot: 'drtb-dashboard-slot',
115-
columns: 1,
116-
title: 'DR TB',
117-
path: 'dr-tb',
118-
icon: '',
119-
layoutmode: 'anchored',
120-
};
121-
122-
export const dstbDashboardMeta = {
123-
slot: 'dstb-dashboard-slot',
124-
columns: 1,
125-
icon: '',
126-
title: 'DS TB',
127-
path: 'ds-tb',
128-
layoutmode: 'anchored',
129-
};
130-
131-
export const eidPatientSummaryDashboardMeta = {
132-
slot: 'eid-summary-dashboard-slot',
133-
columns: 1,
134-
icon: '',
135-
title: 'Patient Summary',
136-
path: 'eid-patient-summary',
137-
layoutmode: 'anchored',
138-
};
139-
export const eidboardMeta = {
140-
slot: 'eid-dashboard-slot',
141-
columns: 1,
142-
icon: '',
143-
title: 'EID',
144-
path: 'eid',
145-
layoutmode: 'anchored',
146-
};

0 commit comments

Comments
 (0)