File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112112 "APT" : 1 , // Appointments
113113 "LAB" : 1 , // Lab results
114114 "DOC" : 1 , // Documents (clinical reports)
115+ "IPS" : 1 , // International Patient Summary
115116 "TTM" : 1 , // Treating team messages
116117 "QUE" : 1 , // Questionnaires
117118 "CSQ" : 1 , // Carnet Santé Québec
148149 "APT" : 1 ,
149150 "LAB" : 1 ,
150151 "DOC" : 1 ,
152+ "IPS" : 0 ,
151153 "TTM" : 1 ,
152154 "QUE" : 1 ,
153155 "CSQ" : 1 ,
180182 "APT" : 1 ,
181183 "LAB" : 1 ,
182184 "DOC" : 1 ,
185+ "IPS" : 1 ,
183186 "TTM" : 1 ,
184187 "QUE" : 1 ,
185188 "CSQ" : 1 ,
212215 "APT" : 1 ,
213216 "LAB" : 1 ,
214217 "DOC" : 1 ,
218+ "IPS" : 1 ,
215219 "TTM" : 1 ,
216220 "QUE" : 1 ,
217221 "CSQ" : 1 ,
244248 "APT" : 0 ,
245249 "LAB" : 0 ,
246250 "DOC" : 0 ,
251+ "IPS" : 0 ,
247252 "TTM" : 0 ,
248253 "QUE" : 0 ,
249254 "CSQ" : 0 ,
Original file line number Diff line number Diff line change 8989
9090 <!-- IPS -->
9191 < ons-list-item modifier ="chevron " class ="item "
92- ng-click ="personalNavigator.pushPage('views/personal/ips/ips-description.html') ">
92+ ng-if ="tab.accessLevelAll && tab.allowedModules.hasOwnProperty('IPS') && tab.allowedModules['IPS'] "
93+ ng-click ="personalNavigator.pushPage('views/personal/ips/ips-description.html') ">
9394 < ons-row align ="center ">
9495 < ons-col width ="60px " style ="text-align: center ">
9596 < ons-icon icon ="fa-receipt " size ="2x " style ="color: #708ee9 "> </ ons-icon >
You can’t perform that action at this time.
0 commit comments