From d2687e0d4e304c7b73cf7cbae031b95ec849685c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Maur=C3=ADcio?= Date: Tue, 3 Jun 2014 17:09:46 +0000 Subject: [PATCH] git-svn-id: https://svn.coded.pt/svn/SIPRP@1924 bb69d46d-e84e-40c8-a05a-06db0d633741 --- .../static/html/app/Form1/Form1Controller.js | 76 +- .../static/html/app/Form1/Form1View.html | 1818 +++-------------- .../static/html/app/Form3/Form3View.html | 37 +- .../static/html/app/Form4/Form4Controller.js | 29 + .../static/html/app/Form4/Form4View.html | 400 +--- .../html/app/SearchForm/SearchController.js | 28 +- .../html/app/SearchForm/SearchView.html | 27 +- .../static/html/app/directives/datatable.js | 7 +- .../ClassificacaoIndividualSaude-1.html | 87 + .../static/html/app/partials/Resumo-1.html | 49 + .../static/html/app/partials/Section-001.html | 375 ++++ .../static/html/app/services/DataService.js | 7 +- .../static/html/app/services/StaticData.js | 1 - 13 files changed, 900 insertions(+), 2041 deletions(-) create mode 100644 trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/ClassificacaoIndividualSaude-1.html create mode 100644 trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/Resumo-1.html create mode 100644 trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/Section-001.html diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form1/Form1Controller.js b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form1/Form1Controller.js index ba2d5315..6555edf7 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form1/Form1Controller.js +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form1/Form1Controller.js @@ -74,6 +74,28 @@ $scope.editing.antecentesOcupacionaisAcidentesTrabalho = []; $scope.editing.antecentesOcupacionaisDoencasProfissionais = []; $scope.editing.antecentesOcupacionaisActividadesAnteriores = []; + + $scope.editing.actividade = { + posto_representa_risco_saude: false + }; + + $scope.editing.antecentesOcupacionais = { + exposto_factores_risco: false, + acidentes_trabalho: false, + doencas_profissionais: false, + doencas_relacionadas_com_trabalho: false + }; + + //TODO: remaining fields!!! + $scope.editing.exameObjectivo = { + boca_nariz_normal: true, + pele_mucosas_normal: true, + acuidade_auditiva_normal: true + }; + + $scope.editing.classificacaoIndividualSaude = { + sem_problemas_saude: true + }; }; $scope.edit = function(selected){ @@ -208,9 +230,39 @@ } } - array.splice(index, 1); + array.splice(index, 1); } }; + + $scope.gridClearItems = function(tableId, arrayName){ + + if(angular.isArray($scope.editing[arrayName])) + { + $scope.editing[arrayName] = new Array(); + + var table = $scope.domEl.find('#' + tableId); + + if(table.length > 0){ + + var trs = $(table[0]).find('tr[class="ng-scope"]'); + + $.each(trs, function(index, trEl) { + + var inputs = $(trEl).find('input[data-required="true"]'); + + $.each(inputs, function(index, inputEl) { + + var input = $(inputEl); + + //disable field validation + $scope.editForm.$removeConstraints(input, true); + }); + }); + } + + $scope.editing[arrayName] = new Array(); + } + }; $scope.cancel = function(){ @@ -296,6 +348,28 @@ } }); + $scope.classificacaoIndividualSaude = function(selected){ + + if (selected && $scope.editing.classificacaoIndividualSaude.sem_problemas_saude) + { + $scope.editing.classificacaoIndividualSaude.alteracao_temporaria_saude = false; + $scope.editing.classificacaoIndividualSaude.doenca_cronica_sem_interferencia = false; + $scope.editing.classificacaoIndividualSaude.doenca_cronica_com_interferencia = false; + $scope.editing.classificacaoIndividualSaude.doenca_profissional = false; + $scope.editing.classificacaoIndividualSaude.incapacidade_parcial = false; + $scope.editing.classificacaoIndividualSaude.incapacidade_total = false; + $scope.editing.classificacaoIndividualSaude.parecer_em_estudo = false; + } + + if(selected && !$scope.editing.classificacaoIndividualSaude.sem_problemas_saude){ + $scope.editing.classificacaoIndividualSaude.sem_problemas_saude = true; + } + + if(!selected){ + $scope.editing.classificacaoIndividualSaude.sem_problemas_saude = false; + } + }; + $scope.$on('afterrender', function(event, args){ //listeners diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form1/Form1View.html b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form1/Form1View.html index dd7ff107..033ca5eb 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form1/Form1View.html +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form1/Form1View.html @@ -559,7 +559,7 @@ - @@ -585,7 +585,7 @@ - +
@@ -667,7 +667,7 @@ Sim @@ -675,7 +675,7 @@ -
Factores e Risco
+
@@ -721,11 +721,11 @@
@@ -733,7 +733,7 @@ -
Acidente
+
@@ -765,7 +765,7 @@ @@ -788,7 +788,7 @@ -
+
@@ -806,43 +806,47 @@
-
+
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
+ +
+
+ +
+
+ +
+
+
+
@@ -863,56 +867,7 @@
-
- -
-
- -
- - -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
+
@@ -1742,1338 +1697,199 @@

6 - Antecedentes Familiares

-
-
Suspeitas (código) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Doença PaiMãe Irmãos Avós Outros
Infecciosas - - - - - - - - -
-
- -
-
- +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+
+ +

7 - Exame Objectivo

+
+
7.1 - Biometria
+
+
+
+
+
+ +
+
+ + (Kg)
-
Neoplasias - - - - - - - - -
-
- +
+
+ +
+
+
-
- +
+ + (mmHg)
-
Dças. GI. Endocrinas, Nutrição, Metabolismo, Imunitárias - - - - - - - - -
-
- -
-
- +
+
+
+
+ +
+
+ + (cm)
-
Doeças Sangue e Orgãos Hemotopoieticos - - - - - - - - -
-
- -
-
- +
+
+ +
+
+ + (bpm)
-
Transtornos Mentais - - - - - - - - + + + + + + + +
+
+
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
-
- +
+
-
- -
-
-
Doenças SNC e Orgãos Sentidos - - - - - - - - -
-
- -
-
- -
-
-
Doenças Aparelho Circulatório - - - - - - - - -
-
- -
-
- -
-
-
Doenças Aparelho Respiratório - - - - - - - - -
-
- -
-
- -
-
-
Doenças Aparelho Digestivo - - - - - - - - -
-
- -
-
- -
-
-
Doenças Aparelho Génito - Urinário - - - - - - - - -
-
- -
-
- -
-
-
Complicações da Gravidez e Puerpério - - - - - - - - -
-
- -
-
- -
-
-
Doenças Pele e Tec. Celular Subcutâneo - - - - - - - - -
-
- -
-
- -
-
-
Doenças Sist. Osteomuscular e Tec. Conjuntivo - - - - - - - - -
-
- -
-
- -
-
-
Anomalias Congénitas - - - - - - - - -
-
- -
-
- -
-
-
Sintomas, Sinais e Afecções mal definidas - - - - - - - - -
-
- -
-
- -
-
-
Lesões, Acidentes e Envenenamentos - - - - - - - - -
-
- -
-
- -
-
-
- - - -

7 - Exame Objectivo

-
-
7.1 - Biometria
-
-
-
-
-
- -
-
- - (Kg) -
-
-
-
- -
-
- -
-
- - (mmHg) -
-
-
-
-
-
- -
-
- - (cm) -
-
-
-
- -
-
- - (bpm) -
-
-
-
-
-
-
-
- -
-
-
-
- -
- -
- -
-
- -
-
- -
-
- -
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - -
 PertoLonge
Olho Esquerdo - - - -
Olho Direito - - - -
-
- -
- -
- -
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
- -
-
-
-
- -

8 - Doenças Activas

-
-
-
-
-
- -
- -
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- - -
-
-
-
- -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
- -
-
-
-
- -
- -
- -
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
- -
-
- -
-
- -
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
-
- -
-
-
-
- -
-
- -
-
+
+
+
+ +
+
+ +
+
+ +
+
+
- - - + + + + + + + + + + + + + + + + + + + + + +
 PertoLonge
Olho Esquerdo + + + +
Olho Direito + + + +
+
- -
- -
-
- -
-
- -
-
- -
-
- -
+
+ + Alterado
-
-
- +
+
+
-
- +
+
@@ -3082,261 +1898,107 @@
-
+
+
+
+ + +

8 - Doenças Activas

+
+
+
+
- -
- -
+
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
- -
- - - -
- -
-
-
-
-
-
- -
-
- -
-
-
-
-
-
-
-
-
-
+
- +
+
- -
- - - -
- -
- - -
- -
+
-

9 - Classificação Individual de Saúde

-
-
-
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
+

10 - Absentismo

diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form3/Form3View.html b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form3/Form3View.html index 521dff2f..ba232487 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form3/Form3View.html +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form3/Form3View.html @@ -86,42 +86,7 @@
-->
Resumo
-
-
- -
-
Problemas
-
-
- - -
-
- - -
-
-
- -
-
- -
-
Soluções
-
-
- - -
-
- - -
-
-
- -
-
+
diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form4/Form4Controller.js b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form4/Form4Controller.js index d7c40280..fa2523d0 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form4/Form4Controller.js +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form4/Form4Controller.js @@ -51,6 +51,13 @@ $scope.editForm.$reset(); $scope.editing = angular.copy(selected); + + $scope.editing.informacaoPeriodica = { + mudanca_funcao_condicoes: false, + acidente_trabalho: false, + alteracoes_estado_saude: false, + relaciona_trabalho_saude: false + }; }; $scope.edit = function(selected){ @@ -182,6 +189,28 @@ //$scope.modalDocumentos.hide(); }); }; + + $scope.classificacaoIndividualSaude = function(selected){ + + if (selected && $scope.editing.classificacaoIndividualSaude.sem_problemas_saude) + { + $scope.editing.classificacaoIndividualSaude.alteracao_temporaria_saude = false; + $scope.editing.classificacaoIndividualSaude.doenca_cronica_sem_interferencia = false; + $scope.editing.classificacaoIndividualSaude.doenca_cronica_com_interferencia = false; + $scope.editing.classificacaoIndividualSaude.doenca_profissional = false; + $scope.editing.classificacaoIndividualSaude.incapacidade_parcial = false; + $scope.editing.classificacaoIndividualSaude.incapacidade_total = false; + $scope.editing.classificacaoIndividualSaude.parecer_em_estudo = false; + } + + if(selected && !$scope.editing.classificacaoIndividualSaude.sem_problemas_saude){ + $scope.editing.classificacaoIndividualSaude.sem_problemas_saude = true; + } + + if(!selected){ + $scope.editing.classificacaoIndividualSaude.sem_problemas_saude = false; + } + }; $scope.$on('afterrender', function(event, args){ diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form4/Form4View.html b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form4/Form4View.html index 3c889f75..391c16fe 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form4/Form4View.html +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form4/Form4View.html @@ -540,367 +540,10 @@
-
-
-
-
- -
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
+ + -
-
-
-
- -
Classificação Individual de Saúde
-
-
-
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
+
Absentismo
@@ -1031,42 +674,7 @@
Resumo
-
-
- -
-
Problemas
-
-
- - -
-
- - -
-
-
- -
-
- -
-
Soluções
-
-
- - -
-
- - -
-
-
- -
-
+
diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/SearchForm/SearchController.js b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/SearchForm/SearchController.js index d23f04d3..36eceed5 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/SearchForm/SearchController.js +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/SearchForm/SearchController.js @@ -12,12 +12,7 @@ } }); - $scope.storeFichasTrabalhador = new globals.dataService.store({ - model: null, - actions: { - - } - }); + $scope.storeFichasTrabalhador = new globals.dataService.store(); $scope.dadosTrabalhador = null; @@ -134,8 +129,8 @@ $scope.dadosTrabalhador = response.data.dadosTrabalhador; } - var fichas = response.data.fichas; - $scope.storeFichasTrabalhador.loadData(fichas); + var fichas = response.data.fichas; + $scope.storeFichasTrabalhador.loadData(fichas); } }); } @@ -164,6 +159,23 @@ //$scope.modalDocumentos.hide(); }); }; + + $scope.possuiFichaAptidao = function(ficha){ + + var possuiFichaAptidao = false; + + if(ficha){ + + var tipo_id = ficha.tipo_id; + + possuiFichaAptidao = ( + tipo_id != 8 && //Enfermagem + tipo_id != 9 //Medicina Curativa + ); + } + + return possuiFichaAptidao; + }; $scope.$on('afterrender', function(event, args){ diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/SearchForm/SearchView.html b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/SearchForm/SearchView.html index d1970f19..580121b1 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/SearchForm/SearchView.html +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/SearchForm/SearchView.html @@ -97,7 +97,8 @@ Tipo Autor Estado -   +   +   @@ -107,10 +108,17 @@ {{item.concluido ? 'Concluído' : 'Em Aberto'}} - + + + + Emitida + @@ -132,18 +140,7 @@
- -
- -
- - - -
-
- +
 
diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/directives/datatable.js b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/directives/datatable.js index e6472c22..1a1235b0 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/directives/datatable.js +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/directives/datatable.js @@ -66,7 +66,7 @@ }); }; - scope.renderTable = function(){ + scope.renderTable = function(){ scope.rows = scope.domEl.find(scope.rowSelector); @@ -80,6 +80,11 @@ $(row).addClass('datatable-selected-row'); }); + + //Activate tooltips + $(row).find("[data-toggle='tooltip']").tooltip(); + + }); } }; diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/ClassificacaoIndividualSaude-1.html b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/ClassificacaoIndividualSaude-1.html new file mode 100644 index 00000000..5558604c --- /dev/null +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/ClassificacaoIndividualSaude-1.html @@ -0,0 +1,87 @@ + +
+ +

9 - Classificação Individual de Saúde

+
+
+
+
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/Resumo-1.html b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/Resumo-1.html new file mode 100644 index 00000000..09d7d331 --- /dev/null +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/Resumo-1.html @@ -0,0 +1,49 @@ + +
+ +
+ +
+ +
+
Problemas
+
+
+ + +
+
+ + +
+
+
+ +
+ +
+ +
+
Soluções
+
+
+ + +
+
+ + +
+
+
+ +
+ +
+ +
\ No newline at end of file diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/Section-001.html b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/Section-001.html new file mode 100644 index 00000000..4afa6619 --- /dev/null +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/Section-001.html @@ -0,0 +1,375 @@ + +
+ +
+
+
+
+ +
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + + + + + + + + + + +
\ No newline at end of file diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/services/DataService.js b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/services/DataService.js index 99e25237..7fbcf240 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/services/DataService.js +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/services/DataService.js @@ -193,11 +193,8 @@ }; this.loadData = function(data){ - - for(n = 0; n < data.length; n++) - { - this.items.push(data[n]); - } + + me.items = data; }; this.refresh = function(){ diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/services/StaticData.js b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/services/StaticData.js index 506891cd..d06c526a 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/services/StaticData.js +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/services/StaticData.js @@ -72,7 +72,6 @@ descricao: 'Ocasional', Controller: 'Form5' } - ]; return {