|
|
|
@ -118,6 +118,10 @@
|
|
|
|
<ui:hyperlink action="#{FormMedico.lnkEstabelecimento_action}" binding="#{FormMedico.lnkEstabelecimento}" id="lnkEstabelecimento"
|
|
|
|
<ui:hyperlink action="#{FormMedico.lnkEstabelecimento_action}" binding="#{FormMedico.lnkEstabelecimento}" id="lnkEstabelecimento"
|
|
|
|
style="width: 96px; height: 24px" text="#{currentRow.value['nome_estabelecimento']}"/>
|
|
|
|
style="width: 96px; height: 24px" text="#{currentRow.value['nome_estabelecimento']}"/>
|
|
|
|
</ui:tableColumn>
|
|
|
|
</ui:tableColumn>
|
|
|
|
|
|
|
|
<ui:tableColumn binding="#{FormMedico.tableColumnActualParticipado}" headerText="Seguro" id="tableColumnActualParticipado" width="20%"
|
|
|
|
|
|
|
|
sort="participado">
|
|
|
|
|
|
|
|
<ui:hyperlink style="height: 24px" text="#{currentRow.value['participado_str']}"/>
|
|
|
|
|
|
|
|
</ui:tableColumn>
|
|
|
|
</ui:tableRowGroup>
|
|
|
|
</ui:tableRowGroup>
|
|
|
|
</ui:table>
|
|
|
|
</ui:table>
|
|
|
|
</h:panelGrid>
|
|
|
|
</h:panelGrid>
|
|
|
|
@ -183,6 +187,10 @@
|
|
|
|
<ui:hyperlink action="#{FormMedico.lnkEstabelecimentoSeg_action}" binding="#{FormMedico.lnkEstabelecimentoSeg}"
|
|
|
|
<ui:hyperlink action="#{FormMedico.lnkEstabelecimentoSeg_action}" binding="#{FormMedico.lnkEstabelecimentoSeg}"
|
|
|
|
id="lnkEstabelecimentoSeg" style="width: 96px; height: 24px" text="#{currentRow.value['nome_estabelecimento']}"/>
|
|
|
|
id="lnkEstabelecimentoSeg" style="width: 96px; height: 24px" text="#{currentRow.value['nome_estabelecimento']}"/>
|
|
|
|
</ui:tableColumn>
|
|
|
|
</ui:tableColumn>
|
|
|
|
|
|
|
|
<ui:tableColumn binding="#{FormMedico.tableColumnSeguimentoParticipado}" headerText="Seguro" id="tableColumnSeguimentoParticipado" width="20%"
|
|
|
|
|
|
|
|
sort="participado">
|
|
|
|
|
|
|
|
<ui:hyperlink style="height: 24px" text="#{currentRow.value['participado_str']}"/>
|
|
|
|
|
|
|
|
</ui:tableColumn>
|
|
|
|
</ui:tableRowGroup>
|
|
|
|
</ui:tableRowGroup>
|
|
|
|
</ui:table>
|
|
|
|
</ui:table>
|
|
|
|
</h:panelGrid>
|
|
|
|
</h:panelGrid>
|
|
|
|
@ -265,6 +273,10 @@
|
|
|
|
text="#{currentRow.value['desactivadoLabel']}" style="color: rgb( 255, 0, 0 );"
|
|
|
|
text="#{currentRow.value['desactivadoLabel']}" style="color: rgb( 255, 0, 0 );"
|
|
|
|
rendered="#{currentRow.value['concluido_por_desactivacao']}" />
|
|
|
|
rendered="#{currentRow.value['concluido_por_desactivacao']}" />
|
|
|
|
</ui:tableColumn>
|
|
|
|
</ui:tableColumn>
|
|
|
|
|
|
|
|
<ui:tableColumn binding="#{FormMedico.tableColumnConcluidoParticipado}" headerText="Seguro" id="tableColumnConcluidoParticipado" width="20%"
|
|
|
|
|
|
|
|
sort="participado">
|
|
|
|
|
|
|
|
<ui:hyperlink style="height: 24px" text="#{currentRow.value['participado_str']}"/>
|
|
|
|
|
|
|
|
</ui:tableColumn>
|
|
|
|
</ui:tableRowGroup>
|
|
|
|
</ui:tableRowGroup>
|
|
|
|
</ui:table>
|
|
|
|
</ui:table>
|
|
|
|
<ui:staticText binding="#{FormMedico.txtSearchMsg}" escape="false" id="txtSearchMsg" rendered="false" style="color: rgb(204, 0, 0); height: 24px; width: 336px"/>
|
|
|
|
<ui:staticText binding="#{FormMedico.txtSearchMsg}" escape="false" id="txtSearchMsg" rendered="false" style="color: rgb(204, 0, 0); height: 24px; width: 336px"/>
|
|
|
|
|