Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
Medic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hasan.bahjat
Medic
Commits
9fe04f24
Commit
9fe04f24
authored
Jun 22, 2024
by
hasan khaddour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update domain models
parent
56f4426e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2 additions
and
2 deletions
+2
-2
IngredientModel.cs
...ionCore/Domain Model/Ingredients Model/IngredientModel.cs
+0
-0
MedicineIngredientModel.cs
...Domain Model/Ingredients Model/MedicineIngredientModel.cs
+1
-1
MedicalStateMedicineModel.cs
...ain Model/Medical Case Model/MedicalStateMedicineModel.cs
+0
-0
MedicalStateModel.cs
...Core/Domain Model/Medical Case Model/MedicalStateModel.cs
+0
-0
CategoryModel.cs
ApplicationCore/Domain Model/Medicine Model/CategoryModel.cs
+0
-0
MedicineModel.cs
ApplicationCore/Domain Model/Medicine Model/MedicineModel.cs
+0
-0
MedicineTypeModel.cs
...tionCore/Domain Model/Medicine Model/MedicineTypeModel.cs
+0
-0
PatientModel.cs
ApplicationCore/Domain Model/Patients Model/PatientModel.cs
+1
-1
No files found.
ApplicationCore/Domain Model/
Medicine Domain
Model/IngredientModel.cs
→
ApplicationCore/Domain Model/
Ingredients
Model/IngredientModel.cs
View file @
9fe04f24
File moved
ApplicationCore/Domain Model/
Medicine Domain
Model/MedicineIngredientModel.cs
→
ApplicationCore/Domain Model/
Ingredients
Model/MedicineIngredientModel.cs
View file @
9fe04f24
...
...
@@ -12,7 +12,7 @@ namespace ApplicationCore.DomainModel
public
int
MedicineId
{
get
;
set
;
}
public
int
IngredientId
{
get
;
set
;
}
//
public MedicineModel Medicine { get; set; }
public
MedicineModel
Medicine
{
get
;
set
;
}
public
IngredientModel
Ingredient
{
get
;
set
;
}
}
}
ApplicationCore/Domain Model/
Patients Domain
Model/MedicalStateMedicineModel.cs
→
ApplicationCore/Domain Model/
Medical Case
Model/MedicalStateMedicineModel.cs
View file @
9fe04f24
File moved
ApplicationCore/Domain Model/
Patients Domain
Model/MedicalStateModel.cs
→
ApplicationCore/Domain Model/
Medical Case
Model/MedicalStateModel.cs
View file @
9fe04f24
File moved
ApplicationCore/Domain Model/Medicine
Domain
Model/CategoryModel.cs
→
ApplicationCore/Domain Model/Medicine Model/CategoryModel.cs
View file @
9fe04f24
File moved
ApplicationCore/Domain Model/Medicine
Domain
Model/MedicineModel.cs
→
ApplicationCore/Domain Model/Medicine Model/MedicineModel.cs
View file @
9fe04f24
File moved
ApplicationCore/Domain Model/Medicine
Domain
Model/MedicineTypeModel.cs
→
ApplicationCore/Domain Model/Medicine Model/MedicineTypeModel.cs
View file @
9fe04f24
File moved
ApplicationCore/Domain Model/Patients
Domain
Model/PatientModel.cs
→
ApplicationCore/Domain Model/Patients Model/PatientModel.cs
View file @
9fe04f24
...
...
@@ -17,7 +17,7 @@ namespace ApplicationCore.DomainModel
#
region
Relations
public
ICollection
<
MedicalStateModel
>
MedicalStates
{
get
;
set
;
}
//
public ICollection<Medicine> Medicines { get; set; }
//
public ICollection<Medicine> Medicines { get; set; }
// public ICollection<PatientMedicine> PatientMedicines { get; set; }
#
endregion
Relations
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment