using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oScans { 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 DateTime _CreateDate = DateTime.MinValue; public DateTime CreateDate { get {return this._CreateDate;} set {this._CreateDate = value;} } private DateTime _ScanDate = DateTime.MinValue; public DateTime ScanDate { get {return this._ScanDate;} set {this._ScanDate = value;} } private string _Notes = String.Empty; public string Notes { get {return this._Notes;} set {this._Notes = value;} } private string _Thermography = String.Empty; public string Thermography { get {return this._Thermography;} set {this._Thermography = value;} } private string _ThermographyPath = String.Empty; public string ThermographyPath { get {return this._ThermographyPath;} set {this._ThermographyPath = value;} } private string _sEMGSymmetry = String.Empty; public string sEMGSymmetry { get {return this._sEMGSymmetry;} set {this._sEMGSymmetry = value;} } private string _sEMGSymmetryPath = String.Empty; public string sEMGSymmetryPath { get {return this._sEMGSymmetryPath;} set {this._sEMGSymmetryPath = value;} } private string _sEMGActivity = String.Empty; public string sEMGActivity { get {return this._sEMGActivity;} set {this._sEMGActivity = value;} } private string _RightLateralPath = String.Empty; public string RightLateralPath { get {return this._RightLateralPath;} set {this._RightLateralPath = value;} } private string _APPath = String.Empty; public string APPath { get {return this._APPath;} set {this._APPath = value;} } private string _PA = String.Empty; public string PA { get {return this._PA;} set {this._PA = value;} } private string _PAPath = String.Empty; public string PAPath { get {return this._PAPath;} set {this._PAPath = value;} } private string _LeftLateral = String.Empty; public string LeftLateral { get {return this._LeftLateral;} set {this._LeftLateral = value;} } private string _LeftLateralPath = String.Empty; public string LeftLateralPath { get {return this._LeftLateralPath;} set {this._LeftLateralPath = value;} } private string _RightLateral = String.Empty; public string RightLateral { get {return this._RightLateral;} set {this._RightLateral = value;} } private string _sEMGActivityPath = String.Empty; public string sEMGActivityPath { get {return this._sEMGActivityPath;} set {this._sEMGActivityPath = value;} } private string _RangeOfMotion = String.Empty; public string RangeOfMotion { get {return this._RangeOfMotion;} set {this._RangeOfMotion = value;} } private string _RangeOfMotionPath = String.Empty; public string RangeOfMotionPath { get {return this._RangeOfMotionPath;} set {this._RangeOfMotionPath = value;} } private string _HRV = String.Empty; public string HRV { get {return this._HRV;} set {this._HRV = value;} } private string _HRVPath = String.Empty; public string HRVPath { get {return this._HRVPath;} set {this._HRVPath = value;} } private string _AP = String.Empty; public string AP { get {return this._AP;} set {this._AP = value;} } }