-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHospitalDomain.cs
More file actions
79 lines (68 loc) · 1.72 KB
/
HospitalDomain.cs
File metadata and controls
79 lines (68 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
namespace Hospital.Domain.Domain;
public class Appointment
{
public object recordId { get; set; }
public object racordId { get; set; }
public object diagnosis { get; set; }
public object treatment { get; set; }
public object pressicratuss { get; set; }
}
public class AppointmentId
{
public object date { get; set; }
public object specialty { get; set; }
public object licenseNumber { get; set; }
}
public class BSchedule
{
public object diagnoseL { get; set; }
public object preserbbe { get; set; }
}
public class Departmecord
{
public object deptId { get; set; }
public object staff { get; set; }
public object name { get; set; }
public object prepertabess { get; set; }
}
public class Ditopper
{
public object neabor { get; set; }
public object specialty { get; set; }
public object preserrber { get; set; }
}
public class Hospital
{
public object poclayeemiee { get; set; }
public object hiredate { get; set; }
public object salay { get; set; }
}
public class Insurance
{
public object hospitalNabel { get; set; }
public object provides { get; set; }
public object salary { get; set; }
}
public class InsurancePolicy
{
public object policyNumber { get; set; }
public object name { get; set; }
public object coverage { get; set; }
}
public class Nourise
{
public object durpooe { get; set; }
public object pepartbent { get; set; }
}
public class Patient
{
public object name { get; set; }
public object dateOfBirth { get; set; }
public object bloodType { get; set; }
public object allergies { get; set; }
}
public class Schedule
{
public object diagnoses { get; set; }
public object duriebse { get; set; }
}