Upload to server
uploading
This commit is contained in:
21
patientman/PatientMan/Classes/clsLogInfo.cs
Normal file
21
patientman/PatientMan/Classes/clsLogInfo.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace PatientMan
|
||||
{
|
||||
public class LogInfo
|
||||
{
|
||||
public string PatientID { get; set; }
|
||||
public string RecordID { get; set; }
|
||||
public string TableName { get; set; }
|
||||
public string EventType { get; set; }
|
||||
public string EventDate { get; set; }
|
||||
}
|
||||
public class EndTreatmentLog
|
||||
{
|
||||
public string log { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user