using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oMSClaim { private int _recId = 0; public int recId { get {return this._recId;} set {this._recId = value;} } private int _claimLogId = 0; public int claimLogId { get {return this._claimLogId;} set {this._claimLogId = value;} } private int _patientHeight = 0; public int patientHeight { get {return this._patientHeight;} set {this._patientHeight = value;} } private int _patientWeight = 0; public int patientWeight { get {return this._patientWeight;} set {this._patientWeight = value;} } private DateTime _patientDOB = DateTime.MinValue; public DateTime patientDOB { get {return this._patientDOB;} set {this._patientDOB = value;} } private DateTime _recallDate = DateTime.MinValue; public DateTime recallDate { get {return this._recallDate;} set {this._recallDate = value;} } private DateTime _dateOfInjury = DateTime.MinValue; public DateTime dateOfInjury { get {return this._dateOfInjury;} set {this._dateOfInjury = value;} } private bool _cardSwipeInd = false; public bool cardSwipeInd { get {return this._cardSwipeInd;} set {this._cardSwipeInd = value;} } private decimal _claimNetAmount = 0; public decimal claimNetAmount { get {return this._claimNetAmount;} set {this._claimNetAmount = value;} } private decimal _claimGrossAmount = 0; public decimal claimGrossAmount { get {return this._claimGrossAmount;} set {this._claimGrossAmount = value;} } private decimal _totalClaimedAmount = 0; public decimal totalClaimedAmount { get {return this._totalClaimedAmount;} set {this._totalClaimedAmount = value;} } private decimal _claimDiscountAmount = 0; public decimal claimDiscountAmount { get {return this._claimDiscountAmount;} set {this._claimDiscountAmount = value;} } private decimal _claimDeductableLevyAmount = 0; public decimal claimDeductableLevyAmount { get {return this._claimDeductableLevyAmount;} set {this._claimDeductableLevyAmount = value;} } private decimal _claimMMAPSurcharge = 0; public decimal claimMMAPSurcharge { get {return this._claimMMAPSurcharge;} set {this._claimMMAPSurcharge = value;} } private decimal _claimCoPaymentAmount = 0; public decimal claimCoPaymentAmount { get {return this._claimCoPaymentAmount;} set {this._claimCoPaymentAmount = value;} } private decimal _claimPatientLiableAmount = 0; public decimal claimPatientLiableAmount { get {return this._claimPatientLiableAmount;} set {this._claimPatientLiableAmount = value;} } private decimal _claimMedicalFundLiableAmount = 0; public decimal claimMedicalFundLiableAmount { get {return this._claimMedicalFundLiableAmount;} set {this._claimMedicalFundLiableAmount = value;} } private decimal _memberReimbursementAmount = 0; public decimal memberReimbursementAmount { get {return this._memberReimbursementAmount;} set {this._memberReimbursementAmount = value;} } private string _memberIdNumber = String.Empty; public string memberIdNumber { get {return this._memberIdNumber;} set {this._memberIdNumber = value;} } private string _memberTitle = String.Empty; public string memberTitle { get {return this._memberTitle;} set {this._memberTitle = value;} } private string _memberInitials = String.Empty; public string memberInitials { get {return this._memberInitials;} set {this._memberInitials = value;} } private string _memberSurname = String.Empty; public string memberSurname { get {return this._memberSurname;} set {this._memberSurname = value;} } private string _memberFullNames = String.Empty; public string memberFullNames { get {return this._memberFullNames;} set {this._memberFullNames = value;} } private string _membershipNumber = String.Empty; public string membershipNumber { get {return this._membershipNumber;} set {this._membershipNumber = value;} } private string _COIDRefNo = String.Empty; public string COIDRefNo { get {return this._COIDRefNo;} set {this._COIDRefNo = value;} } private string _medSchemeAuthNo = String.Empty; public string medSchemeAuthNo { get {return this._medSchemeAuthNo;} set {this._medSchemeAuthNo = value;} } private string _patientAccountNo = String.Empty; public string patientAccountNo { get {return this._patientAccountNo;} set {this._patientAccountNo = value;} } private string _inOutHospitalInd = String.Empty; public string inOutHospitalInd { get {return this._inOutHospitalInd;} set {this._inOutHospitalInd = value;} } private string _claimRefNo = String.Empty; public string claimRefNo { get {return this._claimRefNo;} set {this._claimRefNo = value;} } private string _receiptNo = String.Empty; public string receiptNo { get {return this._receiptNo;} set {this._receiptNo = value;} } private string _patientRelationCode = String.Empty; public string patientRelationCode { get {return this._patientRelationCode;} set {this._patientRelationCode = value;} } private string _patientIdNumber = String.Empty; public string patientIdNumber { get {return this._patientIdNumber;} set {this._patientIdNumber = value;} } private string _COIDInd = String.Empty; public string COIDInd { get {return this._COIDInd;} set {this._COIDInd = value;} } private string _employerName = String.Empty; public string employerName { get {return this._employerName;} set {this._employerName = value;} } private string _employerRegNo = String.Empty; public string employerRegNo { get {return this._employerRegNo;} set {this._employerRegNo = value;} } private string _employeeNo = String.Empty; public string employeeNo { get {return this._employeeNo;} set {this._employeeNo = value;} } private string _msDestinationCode = String.Empty; public string msDestinationCode { get {return this._msDestinationCode;} set {this._msDestinationCode = value;} } private string _dependantCode = String.Empty; public string dependantCode { get {return this._dependantCode;} set {this._dependantCode = value;} } private string _patientSurname = String.Empty; public string patientSurname { get {return this._patientSurname;} set {this._patientSurname = value;} } private string _patientInitials = String.Empty; public string patientInitials { get {return this._patientInitials;} set {this._patientInitials = value;} } private string _patientFullName = String.Empty; public string patientFullName { get {return this._patientFullName;} set {this._patientFullName = value;} } private string _patientGender = String.Empty; public string patientGender { get {return this._patientGender;} set {this._patientGender = value;} } private string _medSchemePlanName = String.Empty; public string medSchemePlanName { get {return this._medSchemePlanName;} set {this._medSchemePlanName = value;} } private string _medSchemePlanNo = String.Empty; public string medSchemePlanNo { get {return this._medSchemePlanNo;} set {this._medSchemePlanNo = value;} } private string _medSchemeName = String.Empty; public string medSchemeName { get {return this._medSchemeName;} set {this._medSchemeName = value;} } private string _medSchemeRegNo = String.Empty; public string medSchemeRegNo { get {return this._medSchemeRegNo;} set {this._medSchemeRegNo = value;} } private string _medSchemeRegType = String.Empty; public string medSchemeRegType { get {return this._medSchemeRegType;} set {this._medSchemeRegType = value;} } private string _medSchemeClaimOption = String.Empty; public string medSchemeClaimOption { get {return this._medSchemeClaimOption;} set {this._medSchemeClaimOption = value;} } private string _memberAccountNo = String.Empty; public string memberAccountNo { get {return this._memberAccountNo;} set {this._memberAccountNo = value;} } private string _address1 = String.Empty; public string address1 { get {return this._address1;} set {this._address1 = value;} } private string _address2 = String.Empty; public string address2 { get {return this._address2;} set {this._address2 = value;} } private string _town = String.Empty; public string town { get {return this._town;} set {this._town = value;} } private string _postalCode = String.Empty; public string postalCode { get {return this._postalCode;} set {this._postalCode = value;} } private string _memberCellphone = String.Empty; public string memberCellphone { get {return this._memberCellphone;} set {this._memberCellphone = value;} } }