|
|
|
@ -25,6 +25,7 @@ import com.evolute.utils.fop.PDFCreator;
|
|
|
|
|
|
|
|
|
|
|
|
public class PdfGenerator
|
|
|
|
public class PdfGenerator
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
protected final String imagePath;
|
|
|
|
protected final Estabelecimento estabelecimento;
|
|
|
|
protected final Estabelecimento estabelecimento;
|
|
|
|
protected final Utilizador tecnicoSuperior;
|
|
|
|
protected final Utilizador tecnicoSuperior;
|
|
|
|
protected final Utilizador medico;
|
|
|
|
protected final Utilizador medico;
|
|
|
|
@ -36,6 +37,7 @@ public class PdfGenerator
|
|
|
|
protected final Causa causa;
|
|
|
|
protected final Causa causa;
|
|
|
|
|
|
|
|
|
|
|
|
public PdfGenerator(
|
|
|
|
public PdfGenerator(
|
|
|
|
|
|
|
|
String imagePath,
|
|
|
|
Estabelecimento estabelecimento,
|
|
|
|
Estabelecimento estabelecimento,
|
|
|
|
Utilizador tecnicoSuperior,
|
|
|
|
Utilizador tecnicoSuperior,
|
|
|
|
Utilizador medico,
|
|
|
|
Utilizador medico,
|
|
|
|
@ -46,6 +48,7 @@ public class PdfGenerator
|
|
|
|
Medida medidas[],
|
|
|
|
Medida medidas[],
|
|
|
|
Causa causa )
|
|
|
|
Causa causa )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
this.imagePath = imagePath;
|
|
|
|
this.estabelecimento = estabelecimento;
|
|
|
|
this.estabelecimento = estabelecimento;
|
|
|
|
this.tecnicoSuperior = tecnicoSuperior;
|
|
|
|
this.tecnicoSuperior = tecnicoSuperior;
|
|
|
|
this.medico = medico;
|
|
|
|
this.medico = medico;
|
|
|
|
|