Example #1
0
 public FormPatientSearch(UCPatientLogs_DTR_ uCPatientLogs_DTR_) : this()
 {
     this.uCPatientLogs_DTR_ = uCPatientLogs_DTR_;
     query = "SELECT `Date`, `Time In`, `First Name`, `Middle Name`, `Last Name`, `Department`, `Complaints` FROM vwlogs WHERE ";
 }
Example #2
0
 public FormAddPatientLogs(UCPatientLogs_DTR_ uCPatientLogs_DTR_) : this()
 {
     this.uCPatientLogs_DTR_ = uCPatientLogs_DTR_;
 }