|
|
|
|
@ -121,7 +121,7 @@ public class PdfGenerator
|
|
|
|
|
Element empresaSHSTElement = new Element( "EmpresaSHST" );
|
|
|
|
|
Element identificacaoElement = new Element( "IdentificacaoCompleta" );
|
|
|
|
|
identificacaoElement.setText(
|
|
|
|
|
"SIPRP - Sociedade Ib\u00e9rica de Preven\u00e7&\u00e3o de Riscos Profissionais Lda., "
|
|
|
|
|
"SIPRP - Sociedade Ib\u00e9rica de Preven\u00e7\u00e3o de Riscos Profissionais Lda., "
|
|
|
|
|
+ "com sede no Edif\u00edcio Atrium Saldanha, Pra\u00e7a Duque de Saldanha, 1 - 9\u00ba G"
|
|
|
|
|
+ " - 1050-094 Lisboa " );
|
|
|
|
|
empresaSHSTElement.addContent( identificacaoElement );
|
|
|
|
|
@ -164,7 +164,7 @@ public class PdfGenerator
|
|
|
|
|
biElement.addContent( numeroBiElement );
|
|
|
|
|
acidentadoElement.addContent( biElement );
|
|
|
|
|
Element moradaElement = new Element( "Morada" );
|
|
|
|
|
moradaElement.setText( acidentado.getMorada() + " " + acidentado.getCod_postal() );
|
|
|
|
|
moradaElement.setText( acidentado.getMorada() + ", " + acidentado.getCod_postal() + " " + acidentado.getLocalidade() );
|
|
|
|
|
acidentadoElement.addContent( moradaElement );
|
|
|
|
|
Element telefoneElement = new Element( "Telefone" );
|
|
|
|
|
telefoneElement.setText( acidentado.getContacto_telefonico() );
|
|
|
|
|
|