using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oAccount { private int _recId = 0; public int recId { get {return this._recId;} set {this._recId = value;} } private int _surfaceItemId = 0; public int surfaceItemId { get {return this._surfaceItemId;} set {this._surfaceItemId = value;} } private int _claimNumber = 0; public int claimNumber { get {return this._claimNumber;} set {this._claimNumber = value;} } private int _doctorNo = 0; public int doctorNo { get {return this._doctorNo;} set {this._doctorNo = value;} } private int _practiceNo = 0; public int practiceNo { get {return this._practiceNo;} set {this._practiceNo = value;} } private int _periodYear = 0; public int periodYear { get {return this._periodYear;} set {this._periodYear = value;} } private int _patientNumber = 0; public int patientNumber { get {return this._patientNumber;} set {this._patientNumber = value;} } private int _sequence = 0; public int sequence { get {return this._sequence;} set {this._sequence = value;} } private int _periodMonth = 0; public int periodMonth { get {return this._periodMonth;} set {this._periodMonth = value;} } private int _invoiceNo = 0; public int invoiceNo { get {return this._invoiceNo;} set {this._invoiceNo = value;} } private int _receiptNo = 0; public int receiptNo { get {return this._receiptNo;} set {this._receiptNo = value;} } private int _placeOfService = 0; public int placeOfService { get {return this._placeOfService;} set {this._placeOfService = value;} } private int _userId = 0; public int userId { get {return this._userId;} set {this._userId = value;} } private int _category = 0; public int category { get {return this._category;} set {this._category = value;} } private DateTime _birthDate = DateTime.MinValue; public DateTime birthDate { get {return this._birthDate;} set {this._birthDate = value;} } private DateTime _dateOfService = DateTime.MinValue; public DateTime dateOfService { get {return this._dateOfService;} set {this._dateOfService = value;} } private DateTime _dateOfCapture = DateTime.MinValue; public DateTime dateOfCapture { get {return this._dateOfCapture;} set {this._dateOfCapture = value;} } private DateTime _claimDate = DateTime.MinValue; public DateTime claimDate { get {return this._claimDate;} set {this._claimDate = value;} } private DateTime _iodDate = DateTime.MinValue; public DateTime iodDate { get {return this._iodDate;} set {this._iodDate = value;} } private DateTime _lockedDateTime = DateTime.MinValue; public DateTime lockedDateTime { get {return this._lockedDateTime;} set {this._lockedDateTime = value;} } private DateTime _dateOfTransaction = DateTime.MinValue; public DateTime dateOfTransaction { get {return this._dateOfTransaction;} set {this._dateOfTransaction = value;} } private bool _isVisible = false; public bool isVisible { get {return this._isVisible;} set {this._isVisible = value;} } private bool _claimSend = false; public bool claimSend { get {return this._claimSend;} set {this._claimSend = value;} } private bool _claimSent = false; public bool claimSent { get {return this._claimSent;} set {this._claimSent = value;} } private bool _inHospital = false; public bool inHospital { get {return this._inHospital;} set {this._inHospital = value;} } private bool _isIOD = false; public bool isIOD { get {return this._isIOD;} set {this._isIOD = value;} } private bool _isLocked = false; public bool isLocked { get {return this._isLocked;} set {this._isLocked = value;} } private decimal _qty = 0; public decimal qty { get {return this._qty;} set {this._qty = value;} } private decimal _unitFee = 0; public decimal unitFee { get {return this._unitFee;} set {this._unitFee = value;} } private decimal _amount = 0; public decimal amount { get {return this._amount;} set {this._amount = value;} } private decimal _liableMed = 0; public decimal liableMed { get {return this._liableMed;} set {this._liableMed = value;} } private decimal _liablePat = 0; public decimal liablePat { get {return this._liablePat;} set {this._liablePat = value;} } private decimal _allocated = 0; public decimal allocated { get {return this._allocated;} set {this._allocated = value;} } private decimal _runningBal = 0; public decimal runningBal { get {return this._runningBal;} set {this._runningBal = value;} } private decimal _vatRate = 0; public decimal vatRate { get {return this._vatRate;} set {this._vatRate = value;} } private decimal _allocatedAssist = 0; public decimal allocatedAssist { get {return this._allocatedAssist;} set {this._allocatedAssist = value;} } private string _name = String.Empty; public string name { get {return this._name;} set {this._name = value;} } private string _surname = String.Empty; public string surname { get {return this._surname;} set {this._surname = value;} } private string _title = String.Empty; public string title { get {return this._title;} set {this._title = value;} } private string _initials = String.Empty; public string initials { get {return this._initials;} set {this._initials = value;} } private string _idNumber = String.Empty; public string idNumber { get {return this._idNumber;} set {this._idNumber = value;} } private string _patientCode = String.Empty; public string patientCode { get {return this._patientCode;} set {this._patientCode = value;} } private string _iodEmployeeNo = String.Empty; public string iodEmployeeNo { get {return this._iodEmployeeNo;} set {this._iodEmployeeNo = value;} } private string _iodRefNo = String.Empty; public string iodRefNo { get {return this._iodRefNo;} set {this._iodRefNo = value;} } private string _externalCause = String.Empty; public string externalCause { get {return this._externalCause;} set {this._externalCause = value;} } private string _allocatedAssistReference = String.Empty; public string allocatedAssistReference { get {return this._allocatedAssistReference;} set {this._allocatedAssistReference = value;} } private string _patientInitials = String.Empty; public string patientInitials { get {return this._patientInitials;} set {this._patientInitials = value;} } private string _patientName = String.Empty; public string patientName { get {return this._patientName;} set {this._patientName = value;} } private string _patientSurname = String.Empty; public string patientSurname { get {return this._patientSurname;} set {this._patientSurname = value;} } private string _email = String.Empty; public string email { get {return this._email;} set {this._email = value;} } private string _iodEmployerName = String.Empty; public string iodEmployerName { get {return this._iodEmployerName;} set {this._iodEmployerName = value;} } private string _iodEmployerRegNo = String.Empty; public string iodEmployerRegNo { get {return this._iodEmployerRegNo;} set {this._iodEmployerRegNo = value;} } private string _serviceType = String.Empty; public string serviceType { get {return this._serviceType;} set {this._serviceType = value;} } private string _batchNo = String.Empty; public string batchNo { get {return this._batchNo;} set {this._batchNo = value;} } private string _postalAddress = String.Empty; public string postalAddress { get {return this._postalAddress;} set {this._postalAddress = value;} } private string _medAidNumber = String.Empty; public string medAidNumber { get {return this._medAidNumber;} set {this._medAidNumber = value;} } private string _medAidName = String.Empty; public string medAidName { get {return this._medAidName;} set {this._medAidName = value;} } private string _patientTitle = String.Empty; public string patientTitle { get {return this._patientTitle;} set {this._patientTitle = value;} } private string _referringDoctor = String.Empty; public string referringDoctor { get {return this._referringDoctor;} set {this._referringDoctor = value;} } private string _authorisationNo = String.Empty; public string authorisationNo { get {return this._authorisationNo;} set {this._authorisationNo = value;} } private string _modifier1 = String.Empty; public string modifier1 { get {return this._modifier1;} set {this._modifier1 = value;} } private string _modifier2 = String.Empty; public string modifier2 { get {return this._modifier2;} set {this._modifier2 = value;} } private string _modifier3 = String.Empty; public string modifier3 { get {return this._modifier3;} set {this._modifier3 = value;} } private string _modifier4 = String.Empty; public string modifier4 { get {return this._modifier4;} set {this._modifier4 = value;} } private string _icd5 = String.Empty; public string icd5 { get {return this._icd5;} set {this._icd5 = value;} } private string _reference = String.Empty; public string reference { get {return this._reference;} set {this._reference = value;} } private string _comments = String.Empty; public string comments { get {return this._comments;} set {this._comments = value;} } private string _allocatedReference = String.Empty; public string allocatedReference { get {return this._allocatedReference;} set {this._allocatedReference = value;} } private string _doctor = String.Empty; public string doctor { get {return this._doctor;} set {this._doctor = value;} } private string _referringDocNo = String.Empty; public string referringDocNo { get {return this._referringDocNo;} set {this._referringDocNo = value;} } private string _procedureNAPPI = String.Empty; public string procedureNAPPI { get {return this._procedureNAPPI;} set {this._procedureNAPPI = value;} } private string _consumableCode = String.Empty; public string consumableCode { get {return this._consumableCode;} set {this._consumableCode = value;} } private string _icd1 = String.Empty; public string icd1 { get {return this._icd1;} set {this._icd1 = value;} } private string _icd2 = String.Empty; public string icd2 { get {return this._icd2;} set {this._icd2 = value;} } private string _icd3 = String.Empty; public string icd3 { get {return this._icd3;} set {this._icd3 = value;} } private string _icd4 = String.Empty; public string icd4 { get {return this._icd4;} set {this._icd4 = value;} } private string _gender = String.Empty; public string gender { get {return this._gender;} set {this._gender = value;} } private string _planCode = String.Empty; public string planCode { get {return this._planCode;} set {this._planCode = value;} } private string _medCode = String.Empty; public string medCode { get {return this._medCode;} set {this._medCode = value;} } private string _procedureCode = String.Empty; public string procedureCode { get {return this._procedureCode;} set {this._procedureCode = value;} } private string _procedureDescription = String.Empty; public string procedureDescription { get {return this._procedureDescription;} set {this._procedureDescription = value;} } private string _procedureType = String.Empty; public string procedureType { get {return this._procedureType;} set {this._procedureType = value;} } }