using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oListings { private int _ID = 0; public int ID { get {return this._ID;} set {this._ID = value;} } private int _PatientID = 0; public int PatientID { get {return this._PatientID;} set {this._PatientID = value;} } private int _CreateUser = 0; public int CreateUser { get {return this._CreateUser;} set {this._CreateUser = value;} } private int _ModifyUser = 0; public int ModifyUser { get {return this._ModifyUser;} set {this._ModifyUser = value;} } private int _Score1 = 0; public int Score1 { get {return this._Score1;} set {this._Score1 = value;} } private int _Score2 = 0; public int Score2 { get {return this._Score2;} set {this._Score2 = value;} } private int _Score27 = 0; public int Score27 { get {return this._Score27;} set {this._Score27 = value;} } private int _Score28 = 0; public int Score28 { get {return this._Score28;} set {this._Score28 = value;} } private int _Score29 = 0; public int Score29 { get {return this._Score29;} set {this._Score29 = value;} } private int _Score30 = 0; public int Score30 { get {return this._Score30;} set {this._Score30 = value;} } private int _Score21 = 0; public int Score21 { get {return this._Score21;} set {this._Score21 = value;} } private int _Score22 = 0; public int Score22 { get {return this._Score22;} set {this._Score22 = value;} } private int _Score23 = 0; public int Score23 { get {return this._Score23;} set {this._Score23 = value;} } private int _Score24 = 0; public int Score24 { get {return this._Score24;} set {this._Score24 = value;} } private int _Score25 = 0; public int Score25 { get {return this._Score25;} set {this._Score25 = value;} } private int _Score26 = 0; public int Score26 { get {return this._Score26;} set {this._Score26 = value;} } private int _Score15 = 0; public int Score15 { get {return this._Score15;} set {this._Score15 = value;} } private int _Score16 = 0; public int Score16 { get {return this._Score16;} set {this._Score16 = value;} } private int _Score17 = 0; public int Score17 { get {return this._Score17;} set {this._Score17 = value;} } private int _Score18 = 0; public int Score18 { get {return this._Score18;} set {this._Score18 = value;} } private int _Score19 = 0; public int Score19 { get {return this._Score19;} set {this._Score19 = value;} } private int _Score20 = 0; public int Score20 { get {return this._Score20;} set {this._Score20 = value;} } private int _Score9 = 0; public int Score9 { get {return this._Score9;} set {this._Score9 = value;} } private int _Score10 = 0; public int Score10 { get {return this._Score10;} set {this._Score10 = value;} } private int _Score11 = 0; public int Score11 { get {return this._Score11;} set {this._Score11 = value;} } private int _Score12 = 0; public int Score12 { get {return this._Score12;} set {this._Score12 = value;} } private int _Score13 = 0; public int Score13 { get {return this._Score13;} set {this._Score13 = value;} } private int _Score14 = 0; public int Score14 { get {return this._Score14;} set {this._Score14 = value;} } private int _Score3 = 0; public int Score3 { get {return this._Score3;} set {this._Score3 = value;} } private int _Score4 = 0; public int Score4 { get {return this._Score4;} set {this._Score4 = value;} } private int _Score5 = 0; public int Score5 { get {return this._Score5;} set {this._Score5 = value;} } private int _Score6 = 0; public int Score6 { get {return this._Score6;} set {this._Score6 = value;} } private int _Score7 = 0; public int Score7 { get {return this._Score7;} set {this._Score7 = value;} } private int _Score8 = 0; public int Score8 { get {return this._Score8;} set {this._Score8 = value;} } private DateTime _ListingDate = DateTime.MinValue; public DateTime ListingDate { get {return this._ListingDate;} set {this._ListingDate = value;} } private DateTime _CreateDate = DateTime.MinValue; public DateTime CreateDate { get {return this._CreateDate;} set {this._CreateDate = value;} } private DateTime _ModifyDate = DateTime.MinValue; public DateTime ModifyDate { get {return this._ModifyDate;} set {this._ModifyDate = value;} } private string _Notes = String.Empty; public string Notes { get {return this._Notes;} set {this._Notes = value;} } }