Files
2025-08-02 05:20:17 +07:00

45 lines
1.5 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PatientMan.Classes.Templates
{
class clsHivqualRec
{
public string MaOPC { get; set; }
public string MaBA { get; set; }
public DateTime TuNgay {get;set;}
public DateTime DenNgay{ get; set; }
public DateTime NgayThuThap { get; set; }
public string NguoiThuThap { get; set; }
public DateTime NgayDangKy { get; set; }
public Boolean ChuaARVCT { get; set; }
public Boolean ARVCT { get; set; }
public DateTime NgayXNMG1 { get; set; }
public int ALT1 { get; set; }
public int AST1 { get; set; }
public DateTime NgayXNMG2 { get; set; }
public int ALT2 { get; set; }
public int AST2 { get; set; }
public DateTime NgayDieuTriARV { get; set; }
public DateTime NgayGDLS3 { get; set; }
public DateTime NgayGDLS4 { get; set; }
public DateTime NgayDuTCDieuTriARV { get; set; }
public DateTime NgaySanSangDieuTriARV { get; set; }
public DateTime NgayHen { get; set; }
public DateTime NgayKham { get; set; }
public int DuPhongCTX { get; set; }
public int INH { get; set; }
public int NguoiNhaLanhThuoc { get; set; }
public int GiaiDoanLS { get; set; }
public int SangLocLao { get; set; }
public int RLThanKinh { get; set; }
public int VangDa { get; set; }
public int DGiaTThuDT { get; set; }
public DateTime NgayKT { get; set; }
}
}