using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oMSClaimDoctor { 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 _treatmentId = 0; public int treatmentId { get {return this._treatmentId;} set {this._treatmentId = value;} } private bool _designatedServiceProviderInd = false; public bool designatedServiceProviderInd { get {return this._designatedServiceProviderInd;} set {this._designatedServiceProviderInd = value;} } private string _doctorPCNSNumber = String.Empty; public string doctorPCNSNumber { get {return this._doctorPCNSNumber;} set {this._doctorPCNSNumber = value;} } private string _doctorName = String.Empty; public string doctorName { get {return this._doctorName;} set {this._doctorName = value;} } private string _doctorTypeCode = String.Empty; public string doctorTypeCode { get {return this._doctorTypeCode;} set {this._doctorTypeCode = value;} } private string _doctorCMSRegNo = String.Empty; public string doctorCMSRegNo { get {return this._doctorCMSRegNo;} set {this._doctorCMSRegNo = value;} } private string _doctorCMSTypeInd = String.Empty; public string doctorCMSTypeInd { get {return this._doctorCMSTypeInd;} set {this._doctorCMSTypeInd = value;} } private string _dispensingDocLicenseNo = String.Empty; public string dispensingDocLicenseNo { get {return this._dispensingDocLicenseNo;} set {this._dispensingDocLicenseNo = value;} } private string _doctorTrackingNo = String.Empty; public string doctorTrackingNo { get {return this._doctorTrackingNo;} set {this._doctorTrackingNo = value;} } }