using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oComplaints { private int _pkID = 0; public int pkID { get {return this._pkID;} set {this._pkID = value;} } private int _fkPatientID = 0; public int fkPatientID { get {return this._fkPatientID;} set {this._fkPatientID = value;} } private int _Status = 0; public int Status { get {return this._Status;} set {this._Status = value;} } private int _UpdatedBy = 0; public int UpdatedBy { get {return this._UpdatedBy;} set {this._UpdatedBy = value;} } private DateTime _UpdatedDate = DateTime.MinValue; public DateTime UpdatedDate { get {return this._UpdatedDate;} set {this._UpdatedDate = value;} } private string _ComplaintHeader = String.Empty; public string ComplaintHeader { get {return this._ComplaintHeader;} set {this._ComplaintHeader = value;} } private string _Q1 = String.Empty; public string Q1 { get {return this._Q1;} set {this._Q1 = value;} } private string _Q2 = String.Empty; public string Q2 { get {return this._Q2;} set {this._Q2 = value;} } private string _Q3 = String.Empty; public string Q3 { get {return this._Q3;} set {this._Q3 = value;} } private string _Q4 = String.Empty; public string Q4 { get {return this._Q4;} set {this._Q4 = value;} } private string _D1 = String.Empty; public string D1 { get {return this._D1;} set {this._D1 = value;} } private string _IMG_View = String.Empty; public string IMG_View { get {return this._IMG_View;} set {this._IMG_View = value;} } private string _DT2 = String.Empty; public string DT2 { get {return this._DT2;} set {this._DT2 = value;} } private string _DT3 = String.Empty; public string DT3 { get {return this._DT3;} set {this._DT3 = value;} } private string _DT4 = String.Empty; public string DT4 { get {return this._DT4;} set {this._DT4 = value;} } private string _DT5 = String.Empty; public string DT5 { get {return this._DT5;} set {this._DT5 = value;} } private string _DT6 = String.Empty; public string DT6 { get {return this._DT6;} set {this._DT6 = value;} } private string _DT7 = String.Empty; public string DT7 { get {return this._DT7;} set {this._DT7 = value;} } private string _D2 = String.Empty; public string D2 { get {return this._D2;} set {this._D2 = value;} } private string _D3 = String.Empty; public string D3 { get {return this._D3;} set {this._D3 = value;} } private string _D4 = String.Empty; public string D4 { get {return this._D4;} set {this._D4 = value;} } private string _D5 = String.Empty; public string D5 { get {return this._D5;} set {this._D5 = value;} } private string _D6 = String.Empty; public string D6 { get {return this._D6;} set {this._D6 = value;} } private string _DT1 = String.Empty; public string DT1 { get {return this._DT1;} set {this._DT1 = value;} } }