using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oMSClaimResponseTreatment { private int _recId = 0; public int recId { get {return this._recId;} set {this._recId = value;} } private int _claimResponseId = 0; public int claimResponseId { get {return this._claimResponseId;} set {this._claimResponseId = value;} } private DateTime _treatmentStartDate = DateTime.MinValue; public DateTime treatmentStartDate { get {return this._treatmentStartDate;} set {this._treatmentStartDate = value;} } private DateTime _treatmentEndDate = DateTime.MinValue; public DateTime treatmentEndDate { get {return this._treatmentEndDate;} set {this._treatmentEndDate = value;} } private decimal _qty = 0; public decimal qty { get {return this._qty;} set {this._qty = value;} } private decimal _treatmentNetAmount = 0; public decimal treatmentNetAmount { get {return this._treatmentNetAmount;} set {this._treatmentNetAmount = value;} } private decimal _treatmentGrossAmount = 0; public decimal treatmentGrossAmount { get {return this._treatmentGrossAmount;} set {this._treatmentGrossAmount = value;} } private decimal _dispensingFee = 0; public decimal dispensingFee { get {return this._dispensingFee;} set {this._dispensingFee = value;} } private decimal _containerFee = 0; public decimal containerFee { get {return this._containerFee;} set {this._containerFee = value;} } private decimal _excessTimeFee = 0; public decimal excessTimeFee { get {return this._excessTimeFee;} set {this._excessTimeFee = value;} } private decimal _authAmountToProvider = 0; public decimal authAmountToProvider { get {return this._authAmountToProvider;} set {this._authAmountToProvider = value;} } private decimal _memberReimbursementAmount = 0; public decimal memberReimbursementAmount { get {return this._memberReimbursementAmount;} set {this._memberReimbursementAmount = value;} } private decimal _overchargedAmount = 0; public decimal overchargedAmount { get {return this._overchargedAmount;} set {this._overchargedAmount = value;} } private decimal _patientLevyAmount = 0; public decimal patientLevyAmount { get {return this._patientLevyAmount;} set {this._patientLevyAmount = value;} } private decimal _mmapSurcharge = 0; public decimal mmapSurcharge { get {return this._mmapSurcharge;} set {this._mmapSurcharge = value;} } private decimal _patientCoPaymentAmount = 0; public decimal patientCoPaymentAmount { get {return this._patientCoPaymentAmount;} set {this._patientCoPaymentAmount = value;} } private decimal _patientLiableAmount = 0; public decimal patientLiableAmount { get {return this._patientLiableAmount;} set {this._patientLiableAmount = value;} } private decimal _medicalFundLiableAmount = 0; public decimal medicalFundLiableAmount { get {return this._medicalFundLiableAmount;} set {this._medicalFundLiableAmount = value;} } private decimal _callOutFee = 0; public decimal callOutFee { get {return this._callOutFee;} set {this._callOutFee = value;} } private decimal _copyFee = 0; public decimal copyFee { get {return this._copyFee;} set {this._copyFee = value;} } private decimal _deliveryFee = 0; public decimal deliveryFee { get {return this._deliveryFee;} set {this._deliveryFee = value;} } private decimal _contractFee = 0; public decimal contractFee { get {return this._contractFee;} set {this._contractFee = value;} } private decimal _treatmentClaimedAmount = 0; public decimal treatmentClaimedAmount { get {return this._treatmentClaimedAmount;} set {this._treatmentClaimedAmount = value;} } private decimal _discountAmount = 0; public decimal discountAmount { get {return this._discountAmount;} set {this._discountAmount = value;} } private string _authorizationNo = String.Empty; public string authorizationNo { get {return this._authorizationNo;} set {this._authorizationNo = value;} } private string _invoiceNo = String.Empty; public string invoiceNo { get {return this._invoiceNo;} set {this._invoiceNo = value;} } private string _claimLineNo = String.Empty; public string claimLineNo { get {return this._claimLineNo;} set {this._claimLineNo = value;} } private string _claimRefTrackingNo = String.Empty; public string claimRefTrackingNo { get {return this._claimRefTrackingNo;} set {this._claimRefTrackingNo = value;} } private string _treatmentTypeInd = String.Empty; public string treatmentTypeInd { get {return this._treatmentTypeInd;} set {this._treatmentTypeInd = value;} } private string _code = String.Empty; public string code { get {return this._code;} set {this._code = value;} } private string _msDeliveryTypeInd = String.Empty; public string msDeliveryTypeInd { get {return this._msDeliveryTypeInd;} set {this._msDeliveryTypeInd = value;} } private string _nappiCode = String.Empty; public string nappiCode { get {return this._nappiCode;} set {this._nappiCode = value;} } private string _description = String.Empty; public string description { get {return this._description;} set {this._description = value;} } private string _benefitTypeInd = String.Empty; public string benefitTypeInd { get {return this._benefitTypeInd;} set {this._benefitTypeInd = value;} } private string _labRefNo = String.Empty; public string labRefNo { get {return this._labRefNo;} set {this._labRefNo = value;} } private string _responseResultCode = String.Empty; public string responseResultCode { get {return this._responseResultCode;} set {this._responseResultCode = value;} } private string _respondingParty = String.Empty; public string respondingParty { get {return this._respondingParty;} set {this._respondingParty = value;} } }