ох мамочки... сделала вьюху отчетов по процедурам в контрактах
This commit is contained in:
parent
4293a44d78
commit
63fc491029
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PolyclinicContracts.ViewModels
|
||||
{
|
||||
public class ReportCoursesByProcedures
|
||||
{
|
||||
}
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
using PolyclinicDataModels.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PolyclinicContracts.ViewModels
|
||||
{
|
||||
public class ReportProceduresViewModel
|
||||
{
|
||||
public int Procedure { get; set; }
|
||||
public DateTime DateStartProcedure { get; set; }
|
||||
public DateTime DateStopProcedure { get; set;}
|
||||
public List<(string, string)> MedicamentSymptom { get; set; } = new();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user