Demonstrativos Financeiros - Hapvida Clinipam
Seja cliente
Nossas Unidades
Fechar
MENU
Conheça a Clinipam
Nossos Planos
Serviços
-
Para Beneficiários
-
Serviços Rápidos
-
Destaques
Outros Portais
-
São Paulo
-
Sul
-
Minas Gerais
-
Norte e Nordeste
Conheça a Clinipam
Nossos Planos
Serviços
-
Para Beneficiários
-
Serviços Rápidos
-
Destaques
Acesse sua área
Demonstrativos Financeiros
Para firmar a sua responsabilidade no mercado, a Hapvida Clinipam disponibiliza seus relatórios e termos de compromissos financeiros e administrativos para consulta.
CLINIPAM - CLÍNICA PARANAENSE DE ASSISTÊNCIA MÉDICA LTDA. Indicadores Econômicos 2022
Indicadores Economicos
31/12/2022
CLINIPAM - CLÍNICA PARANAENSE DE ASSISTÊNCIA MÉDICA LTDA. Indicadores Econômicos 2021
Indicadores Economicos
31/12/2021
Clinipam - Clínica Paranaense de assistência Médica LTDA - Demonstrações contábeis 2024
DEMONSTRAÇÕES CONTÁBEIS DO EXERCÍCIO FINDO EM 31 DE DEZEMBRO DE 2024
31/12/2024
Relatórios Anteriores
HISTÓRICO DE DEMONSTRAÇÕES
HISTÓRICO DE DEMONSTRAÇÕES
HISTÓRICO DE RELATÓRIOS
INDICADORES ECONÔMICO-FINANCEIROS
Clinipam - Clínica Paranaense de assistência Médica LTDA - Demonstrações contábeis 2024
DEMONSTRAÇÕES CONTÁBEIS DO EXERCÍCIO FINDO EM 31 DE DEZEMBRO DE 2024
31/12/2024
Clinipam - Clínica Paranaense de assistência Médica LTDA - Demonstrações contábeis 2023
DEMONSTRAÇÕES CONTÁBEIS DO EXERCÍCIO FINDO EM 31 DE DEZEMBRO DE 2023
31/12/2023
Clinipam - Clínica Paranaense de assistência Médica LTDA - Demonstrações contábeis 2022
DEMONSTRAÇÕES CONTÁBEIS DO EXERCÍCIO FINDO EM 31 DE DEZEMBRO DE 2022
31/12/2022
Clinipam - Clínica Paranaense de assistência Médica LTDA - Demonstrações contábeis 2021
DEMONSTRAÇÕES CONTÁBEIS DO EXERCÍCIO FINDO EM 31 DE DEZEMBRO DE 2021
31/12/2021
Clinipam - Clínica Paranaense de assistência Médica LTDA - Demonstrações contábeis 2020
DEMONSTRAÇÕES CONTÁBEIS DO EXERCÍCIO FINDO EM 31 DE DEZEMBRO DE 2020
31/12/2020
Clinipam - Clínica Paranaense de assistência Médica LTDA - Demonstrações contábeis 2019
DEMONSTRAÇÕES CONTÁBEIS DO EXERCÍCIO FINDO EM 31 DE DEZEMBRO DE 2019
31/12/2019
Um erro ocorreu enquanto processava o modelo.
No such key: getDownloadURL in class com.liferay.document.library.kernel.util.DLUtil
----
FTL stack trace ("~" means nesting-related):
- Failed at: arquivoUrl = dlUtil.getDownloadURL(ar... [in template "20097#20123#6111393" at line 38, column 29]
----
1<div class="linksTopico mx-5">
2
3 <#list entries as curEntry>
4 <#assign
5 assetRenderer = curEntry.getAssetRenderer()
6 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()
7 dlAppLocalServiceUtil = staticUtil["com.liferay.document.library.kernel.service.DLAppLocalServiceUtil"]
8 dlUtil = staticUtil["com.liferay.document.library.kernel.util.DLUtil"]
9 themeDisplay = serviceContext.getThemeDisplay()
10 />
11
12 <#assign docXml = saxReaderUtil.read(assetRenderer.getArticle().getContent()) />
13
14 <#assign
15 titulo = docXml.valueOf("//dynamic-element[@name='titulo']/dynamic-content/text()")
16 descricao = docXml.valueOf("//dynamic-element[@name='descricao']/dynamic-content/text()")
17 data = docXml.valueOf("//dynamic-element[@name='data']/dynamic-content/text()")
18 arquivo = docXml.valueOf("//dynamic-element[@name='arquivo']/dynamic-content/text()")
19
20 imagemCard = docXml.valueOf("//dynamic-element[@name='imagem']/dynamic-content/text()")
21 />
22
23 <#assign originalLocale = locale>
24 <#setting locale = 'pt_BR'>
25 <#assign date = data?date("yyyy-MM-dd")>
26 <#assign dateTimeFormat = languageUtil.get(originalLocale, "dd/MM/yyyy")>
27 <#assign date = date?string(dateTimeFormat)>
28
29
30
31
32 <#if arquivo?has_content>
33 <#assign
34 arquivoJson = arquivo?eval
35 arquivoUuid = arquivoJson.uuid
36 arquivoGroupId = arquivoJson.groupId
37 arquivoDlFile = dlAppLocalServiceUtil.getFileEntryByUuidAndGroupId(arquivoUuid, arquivoGroupId?number)
38 arquivoUrl = dlUtil.getDownloadURL(arquivoDlFile, arquivoDlFile.getFileVersion(),themeDisplay,'', false, false)
39 />
40 </#if>
41
42 <div class="clickshow w-100">
43 <div class="row">
44 <div class="col-12 col-lg-4">
45 <span class="linha">${titulo} </span>
46 </div>
47 <div class="col-12 col-lg-4">
48 <p class="topoEspaco">${descricao} </p>
49 <p class="date">${date}</p>
50 </div>
51 <div class="col-12 col-lg-4 desktxt">
52 <svg class="campoLink " id="open_in_new" data-name="open in new" xmlns="http://www.w3.org/2000/svg" width="13.333" height="13.333" viewBox="0 0 13.333 13.333">
53 <path id="Caminho_8228" data-name="Caminho 8228" d="M15.667,13.167v2.5h-10v-2.5H4v2.5a1.672,1.672,0,0,0,1.667,1.667h10a1.672,1.672,0,0,0,1.667-1.667v-2.5Zm-.833-3.333L13.658,8.658,11.5,10.808V4H9.833v6.808L7.675,8.658,6.5,9.833,10.667,14Z" transform="translate(-4 -4)" fill="var(--primary)"/>
54 </svg>
55 <a class="campoLink" href="${arquivoUrl}" target="_blank">Baixar PDF</a>
56 </div>
57 </div>
58 </div>
59
60 </#list>
61
62
63 </div>
64
65
66<style>
67.linksTopico{
68 text-align: center;
69}
70
71.linkVoltar{
72 text-align: left !important;
73 display: inline-block;
74 margin-bottom: 20px;
75}
76
77svg.linkVoltar{
78position: relative;
79top: 6px;
80}
81
82.linksTopico{
83 margin-top: 40px;
84}
85
86
87.linksTopico a{
88 font-family: "oxygen-bold";
89 margin-left: 10px;
90 font-size: 16px;
91 color: var(--primary);
92 text-decoration: underline;
93}
94
95
96.linksTopico h2{
97 text-align: center;
98 margin: 45px 0;
99 font-size: 24px;
100 font-family:"oxygen-bold";
101}
102
103.linksTopico .clickshow{
104 text-align: left;
105 outline: none;
106 background-color: #fff;
107 box-shadow: 4px 4px 16px #1A171B29;
108 border-radius: 8px;
109 padding: 20px 30px;
110 border-radius: 10px;
111 margin-bottom: 20px ;
112 }
113
114
115.linksTopico .clickshow .mainTitle{
116 font-size: 18px;
117 padding-top: 20px;
118 color: #1A171B !important;
119 font-family: "oxygen-bold";
120}
121
122
123 .linksTopico .clickshow ul{
124 padding-left: 15px;
125 }
126
127 .linksTopico .clickshow li{
128 color: #5B5B5F;;
129 font-size: 16px;
130 font-family: "oxygen-regular";
131 }
132
133 .subtextoDuvidas{
134 display: none;
135 }
136
137
138.campoGuia{
139 text-align: center;
140}
141
142.campoGuia span, .clicktab{
143 color: #1A171B;
144 display: inline-block;
145 font-family:"oxygen-bold";
146 font-size: 20px;
147 margin-bottom: 20px;
148 margin-right: 50px;
149}
150
151.campoGuiaStyle{
152 font-weight: bolder;
153 padding-bottom: 10px;
154 border-bottom: 4px solid var(--primary);
155}
156
157.linksTopico button{
158 outline: none;
159 color: var(--primary);
160 border: 1px solid var(--primary);
161 background-color: transparent;
162 margin-top: 32px;
163 border-radius: 7px;
164 width: 255px;
165 height: 44px;
166 margin-bottom: 80px;
167 font-family: "oxygen-bold";
168}
169
170@media (min-width: 992px){
171 .linksTopico .campoLink{
172 /* float: right;*/
173 }
174 .topoEspaco{
175 padding-top: 10px;
176 }
177 .desktxt{
178 margin-top: 30px;
179 text-align: right;
180 }
181 .mySwiperArrow{
182 display: none;
183 }
184}
185
186@media (max-width: 991px){
187.campoGuia span{
188 display: none;
189 }
190 .linksTopico .clickshow .mainTitle{
191 padding-top: 0px;
192 }
193 .mySwiperArrow {
194 margin-bottom: 30px;
195 margin-top: 25px;
196}
197 .clicktab span{
198 border-bottom: 3px solid var(--primary);
199 padding-bottom: 10px;
200 }
201 .mySwiperTimeline .swiper-slide{
202 margin-bottom: 40px;
203 }
204 .swiper-button-next::after, .swiper-button-prev::after{
205 font-size: 18px;
206 }
207 .swiper-button-next, .swiper-button-prev{
208 color:var(--primary);
209 }
210}
211
212
213
214</style>
Um erro ocorreu enquanto processava o modelo.
No such key: getDownloadURL in class com.liferay.document.library.kernel.util.DLUtil
----
FTL stack trace ("~" means nesting-related):
- Failed at: arquivoUrl = dlUtil.getDownloadURL(ar... [in template "20097#20123#6111393" at line 38, column 29]
----
1<div class="linksTopico mx-5">
2
3 <#list entries as curEntry>
4 <#assign
5 assetRenderer = curEntry.getAssetRenderer()
6 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()
7 dlAppLocalServiceUtil = staticUtil["com.liferay.document.library.kernel.service.DLAppLocalServiceUtil"]
8 dlUtil = staticUtil["com.liferay.document.library.kernel.util.DLUtil"]
9 themeDisplay = serviceContext.getThemeDisplay()
10 />
11
12 <#assign docXml = saxReaderUtil.read(assetRenderer.getArticle().getContent()) />
13
14 <#assign
15 titulo = docXml.valueOf("//dynamic-element[@name='titulo']/dynamic-content/text()")
16 descricao = docXml.valueOf("//dynamic-element[@name='descricao']/dynamic-content/text()")
17 data = docXml.valueOf("//dynamic-element[@name='data']/dynamic-content/text()")
18 arquivo = docXml.valueOf("//dynamic-element[@name='arquivo']/dynamic-content/text()")
19
20 imagemCard = docXml.valueOf("//dynamic-element[@name='imagem']/dynamic-content/text()")
21 />
22
23 <#assign originalLocale = locale>
24 <#setting locale = 'pt_BR'>
25 <#assign date = data?date("yyyy-MM-dd")>
26 <#assign dateTimeFormat = languageUtil.get(originalLocale, "dd/MM/yyyy")>
27 <#assign date = date?string(dateTimeFormat)>
28
29
30
31
32 <#if arquivo?has_content>
33 <#assign
34 arquivoJson = arquivo?eval
35 arquivoUuid = arquivoJson.uuid
36 arquivoGroupId = arquivoJson.groupId
37 arquivoDlFile = dlAppLocalServiceUtil.getFileEntryByUuidAndGroupId(arquivoUuid, arquivoGroupId?number)
38 arquivoUrl = dlUtil.getDownloadURL(arquivoDlFile, arquivoDlFile.getFileVersion(),themeDisplay,'', false, false)
39 />
40 </#if>
41
42 <div class="clickshow w-100">
43 <div class="row">
44 <div class="col-12 col-lg-4">
45 <span class="linha">${titulo} </span>
46 </div>
47 <div class="col-12 col-lg-4">
48 <p class="topoEspaco">${descricao} </p>
49 <p class="date">${date}</p>
50 </div>
51 <div class="col-12 col-lg-4 desktxt">
52 <svg class="campoLink " id="open_in_new" data-name="open in new" xmlns="http://www.w3.org/2000/svg" width="13.333" height="13.333" viewBox="0 0 13.333 13.333">
53 <path id="Caminho_8228" data-name="Caminho 8228" d="M15.667,13.167v2.5h-10v-2.5H4v2.5a1.672,1.672,0,0,0,1.667,1.667h10a1.672,1.672,0,0,0,1.667-1.667v-2.5Zm-.833-3.333L13.658,8.658,11.5,10.808V4H9.833v6.808L7.675,8.658,6.5,9.833,10.667,14Z" transform="translate(-4 -4)" fill="var(--primary)"/>
54 </svg>
55 <a class="campoLink" href="${arquivoUrl}" target="_blank">Baixar PDF</a>
56 </div>
57 </div>
58 </div>
59
60 </#list>
61
62
63 </div>
64
65
66<style>
67.linksTopico{
68 text-align: center;
69}
70
71.linkVoltar{
72 text-align: left !important;
73 display: inline-block;
74 margin-bottom: 20px;
75}
76
77svg.linkVoltar{
78position: relative;
79top: 6px;
80}
81
82.linksTopico{
83 margin-top: 40px;
84}
85
86
87.linksTopico a{
88 font-family: "oxygen-bold";
89 margin-left: 10px;
90 font-size: 16px;
91 color: var(--primary);
92 text-decoration: underline;
93}
94
95
96.linksTopico h2{
97 text-align: center;
98 margin: 45px 0;
99 font-size: 24px;
100 font-family:"oxygen-bold";
101}
102
103.linksTopico .clickshow{
104 text-align: left;
105 outline: none;
106 background-color: #fff;
107 box-shadow: 4px 4px 16px #1A171B29;
108 border-radius: 8px;
109 padding: 20px 30px;
110 border-radius: 10px;
111 margin-bottom: 20px ;
112 }
113
114
115.linksTopico .clickshow .mainTitle{
116 font-size: 18px;
117 padding-top: 20px;
118 color: #1A171B !important;
119 font-family: "oxygen-bold";
120}
121
122
123 .linksTopico .clickshow ul{
124 padding-left: 15px;
125 }
126
127 .linksTopico .clickshow li{
128 color: #5B5B5F;;
129 font-size: 16px;
130 font-family: "oxygen-regular";
131 }
132
133 .subtextoDuvidas{
134 display: none;
135 }
136
137
138.campoGuia{
139 text-align: center;
140}
141
142.campoGuia span, .clicktab{
143 color: #1A171B;
144 display: inline-block;
145 font-family:"oxygen-bold";
146 font-size: 20px;
147 margin-bottom: 20px;
148 margin-right: 50px;
149}
150
151.campoGuiaStyle{
152 font-weight: bolder;
153 padding-bottom: 10px;
154 border-bottom: 4px solid var(--primary);
155}
156
157.linksTopico button{
158 outline: none;
159 color: var(--primary);
160 border: 1px solid var(--primary);
161 background-color: transparent;
162 margin-top: 32px;
163 border-radius: 7px;
164 width: 255px;
165 height: 44px;
166 margin-bottom: 80px;
167 font-family: "oxygen-bold";
168}
169
170@media (min-width: 992px){
171 .linksTopico .campoLink{
172 /* float: right;*/
173 }
174 .topoEspaco{
175 padding-top: 10px;
176 }
177 .desktxt{
178 margin-top: 30px;
179 text-align: right;
180 }
181 .mySwiperArrow{
182 display: none;
183 }
184}
185
186@media (max-width: 991px){
187.campoGuia span{
188 display: none;
189 }
190 .linksTopico .clickshow .mainTitle{
191 padding-top: 0px;
192 }
193 .mySwiperArrow {
194 margin-bottom: 30px;
195 margin-top: 25px;
196}
197 .clicktab span{
198 border-bottom: 3px solid var(--primary);
199 padding-bottom: 10px;
200 }
201 .mySwiperTimeline .swiper-slide{
202 margin-bottom: 40px;
203 }
204 .swiper-button-next::after, .swiper-button-prev::after{
205 font-size: 18px;
206 }
207 .swiper-button-next, .swiper-button-prev{
208 color:var(--primary);
209 }
210}
211
212
213
214</style>