public Logica(Persona paciente) { this.paciente = paciente; }
public void setPaciente(Persona paciente) { this.paciente = paciente; }