using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oMSClaimTreatment { private int _recId = 0; public int recId { get {return this._recId;} set {this._recId = value;} } private int _claimId = 0; public int claimId { get {return this._claimId;} set {this._claimId = value;} } private int _treatmentNo = 0; public int treatmentNo { get {return this._treatmentNo;} set {this._treatmentNo = 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 DateTime _scriptWrittenDate = DateTime.MinValue; public DateTime scriptWrittenDate { get {return this._scriptWrittenDate;} set {this._scriptWrittenDate = value;} } private DateTime _originalClaimDate = DateTime.MinValue; public DateTime originalClaimDate { get {return this._originalClaimDate;} set {this._originalClaimDate = value;} } private bool _registeredPMB = false; public bool registeredPMB { get {return this._registeredPMB;} set {this._registeredPMB = 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 _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 _memberReimbursementAmount = 0; public decimal memberReimbursementAmount { get {return this._memberReimbursementAmount;} set {this._memberReimbursementAmount = 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 _treatmentTypeInd = String.Empty; public string treatmentTypeInd { get {return this._treatmentTypeInd;} set {this._treatmentTypeInd = value;} } private string _qtyTypeInd = String.Empty; public string qtyTypeInd { get {return this._qtyTypeInd;} set {this._qtyTypeInd = value;} } private string _code = String.Empty; public string code { get {return this._code;} set {this._code = value;} } private string _placeOfServiceCode = String.Empty; public string placeOfServiceCode { get {return this._placeOfServiceCode;} set {this._placeOfServiceCode = value;} } private string _hospitalTariffType = String.Empty; public string hospitalTariffType { get {return this._hospitalTariffType;} set {this._hospitalTariffType = value;} } private string _labPCNS = String.Empty; public string labPCNS { get {return this._labPCNS;} set {this._labPCNS = value;} } private string _labRefNo = String.Empty; public string labRefNo { get {return this._labRefNo;} set {this._labRefNo = value;} } private string _labName = String.Empty; public string labName { get {return this._labName;} set {this._labName = value;} } private string _resubmitReasonCode = String.Empty; public string resubmitReasonCode { get {return this._resubmitReasonCode;} set {this._resubmitReasonCode = value;} } private string _originalClaimNo = String.Empty; public string originalClaimNo { get {return this._originalClaimNo;} set {this._originalClaimNo = value;} } private string _codeType = String.Empty; public string codeType { get {return this._codeType;} set {this._codeType = value;} } private string _modifierType = String.Empty; public string modifierType { get {return this._modifierType;} set {this._modifierType = value;} } private string _nappiCode = String.Empty; public string nappiCode { get {return this._nappiCode;} set {this._nappiCode = value;} } private string _traiffInd = String.Empty; public string traiffInd { get {return this._traiffInd;} set {this._traiffInd = 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;} } }