Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
digisus
api
Commits
598038a7
Commit
598038a7
authored
5 years ago
by
Caio Gralho
Browse files
Options
Download
Patches
Plain Diff
corrige nome tipo de laudo exportacao detalhada
parent
cfd39c66
master
release/sprint-2019-08
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/views/exports/painel-detailed.blade.php
+6
-0
resources/views/exports/painel-detailed.blade.php
routes/web.php
+1
-0
routes/web.php
with
7 additions
and
0 deletions
+7
-0
resources/views/exports/painel-detailed.blade.php
+
6
−
0
View file @
598038a7
...
...
@@ -2,6 +2,12 @@
$cheatsheet
=
[
'grupos'
=>
'Grupo'
,
'laudos'
=>
"Tipo de Laudo"
,
'Medicamentos'
=>
"Tipo de Laudo"
,
'Nefrologia'
=>
"Tipo de Laudo"
,
'Quimioterapia'
=>
"Tipo de Laudo"
,
'Radioterapia'
=>
"Tipo de Laudo"
,
'Bariátrica'
=>
"Tipo de Laudo"
,
'Diversos'
=>
"Tipo de Laudo"
,
'proc_ids'
=>
'Procedimento'
,
'c_atend'
=>
'Caráter de atendimento'
,
'complex'
=>
'Complexidade'
,
...
...
This diff is collapsed.
Click to expand it.
routes/web.php
+
1
−
0
View file @
598038a7
...
...
@@ -16,6 +16,7 @@ $router->get('/', function () use ($router) {
});
$router
->
post
(
'/painelData/{uf}'
,
'AmbulatorialController@painelData'
);
$router
->
get
(
'/painelData/{uf}'
,
'AmbulatorialController@painelData'
);
$router
->
post
(
'/getFiltros/{uf}'
,
'AmbulatorialController@getFiltros'
);
$router
->
post
(
'/groupedData/{uf}'
,
'AmbulatorialController@groupedData'
);
$router
->
post
(
'/export/{type}/{uf}'
,
'AmbulatorialController@export'
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets