Añado los fuentes de java
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
/*
|
||||
* 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;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user