50 lines
768 B
Java
50 lines
768 B
Java
/*
|
|
* Created on 25-oct-2005
|
|
*
|
|
* TODO To change the template for this generated file go to
|
|
* Window - Preferences - Java - Code Style - Code Templates
|
|
*/
|
|
package com.tarisan.data;
|
|
|
|
|
|
/**
|
|
* @author Roumen
|
|
*
|
|
* TODO To change the template for this generated type comment go to
|
|
* Window - Preferences - Java - Code Style - Code Templates
|
|
*/
|
|
public class Tadercac {
|
|
|
|
private int contrato;
|
|
|
|
private int especialidad;
|
|
|
|
private int acto;
|
|
|
|
private int excluido;
|
|
|
|
private int dias_hospitalizacion;
|
|
|
|
private int carencia;
|
|
|
|
private int medicacion;
|
|
|
|
private int protesis;
|
|
|
|
private int material_ortopedico;
|
|
|
|
private int material_biologico;
|
|
|
|
private int contraste;
|
|
|
|
private int anestesia;
|
|
|
|
private int edad;
|
|
|
|
private String observaciones;
|
|
|
|
|
|
|
|
|
|
}
|