Añado los fuentes de java

This commit is contained in:
2025-06-09 13:37:06 +02:00
parent d6c990e5d5
commit a97a6350ee
226 changed files with 57246 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
/*
* Created on 26-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 Tadercol {
private long colectivo;
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;
}