healthdatalayer 1.6.3__tar.gz → 1.6.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of healthdatalayer might be problematic. Click here for more details.
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/PKG-INFO +1 -1
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/medical_visit_repositories/medical_visit_repository.py +11 -11
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer.egg-info/PKG-INFO +1 -1
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/setup.py +1 -1
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/README.md +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/config/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/config/config.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/config/db.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/config/vault.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/dtos/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/dtos/collaborator/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/dtos/collaborator/schedule_collaborator.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/dtos/medical_visit/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/dtos/medical_visit/medical_certificate.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/bridge_area_floor_branch/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/bridge_area_floor_branch/area.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/bridge_area_floor_branch/branch.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/bridge_area_floor_branch/bridge_area_floor_branch.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/bridge_area_floor_branch/floor.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/bridge_area_floor_branch/room.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/bridge_area_floor_branch/system.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/address.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/city.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/client.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/client_type.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/education.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/emergency_contact.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/gender.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/marriage_status.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/nationality.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/pathological_history.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/pet.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/profession.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/px.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/state.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/collaborator/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/collaborator/collaborator.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/collaborator/collaborator_speciality.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/collaborator/collaborator_type.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/collaborator/speciality.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/lab/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/lab/client_lab.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/lab/measure_lab.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/lab/medical_lab.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/medical_diagnosis.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/medical_diagnosis_visit.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/medical_drug.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/medical_drug_recipe.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/medical_recipe_visit.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/medical_visit.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/organ_system_review.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/physical_exam.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/status_visit_enum.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/visit_triage.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/user/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/user/permission.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/user/permission_user.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/user/role.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/user/role_permission.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/user/role_user.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/user/user.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/client_repositories/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/client_repositories/address_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/client_repositories/client_type_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/client_repositories/education_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/client_repositories/emergency_contact_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/client_repositories/gender_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/client_repositories/marriage_status_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/client_repositories/nationality_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/client_repositories/pathological_history_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/client_repositories/pet_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/client_repositories/profession_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/client_repositories/px_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/collaborator_repositories/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/collaborator_repositories/collaborator_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/collaborator_repositories/collaborator_type_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/collaborator_repositories/speciality_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/infraestructure_repositories/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/infraestructure_repositories/area_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/infraestructure_repositories/branch_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/infraestructure_repositories/bridge_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/infraestructure_repositories/floor_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/infraestructure_repositories/room_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/infraestructure_repositories/system_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/lab_repositories/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/lab_repositories/measure_lab_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/lab_repositories/medical_lab_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/medical_visit_repositories/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/medical_visit_repositories/medical_diagnosis_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/medical_visit_repositories/medical_diagnosis_visit_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/medical_visit_repositories/medical_drug_recipe_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/medical_visit_repositories/medical_drug_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/medical_visit_repositories/medical_recipe_visit_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/medical_visit_repositories/organ_system_review_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/medical_visit_repositories/physical_exam_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/medical_visit_repositories/visit_triage_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/user_repositories/__init__.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/user_repositories/permission_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/user_repositories/role_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/repositories/user_repositories/user_repository.py +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer.egg-info/SOURCES.txt +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer.egg-info/dependency_links.txt +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer.egg-info/requires.txt +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer.egg-info/top_level.txt +0 -0
- {healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/setup.cfg +0 -0
|
@@ -3,7 +3,7 @@ from datetime import datetime, date, time
|
|
|
3
3
|
from uuid import UUID
|
|
4
4
|
from sqlmodel import select, text
|
|
5
5
|
from sqlalchemy.orm import selectinload,joinedload
|
|
6
|
-
from healthdatalayer.models import MedicalVisit
|
|
6
|
+
from healthdatalayer.models import MedicalVisit,MedicalDiagnosisVisit
|
|
7
7
|
from healthdatalayer.dtos import MedicalCertificateDTO, DiagnosisDTO, MedicalDiagnosesDTO
|
|
8
8
|
from healthdatalayer.config.db import engines, get_session
|
|
9
9
|
|
|
@@ -28,7 +28,7 @@ class MedicalVisitRepository:
|
|
|
28
28
|
joinedload(MedicalVisit.client),
|
|
29
29
|
joinedload(MedicalVisit.collaborator),
|
|
30
30
|
joinedload(MedicalVisit.speciality),
|
|
31
|
-
selectinload(MedicalVisit.medical_diagnosis_visits),
|
|
31
|
+
selectinload(MedicalVisit.medical_diagnosis_visits).selectinload(MedicalDiagnosisVisit.medical_diagnosis),
|
|
32
32
|
selectinload(MedicalVisit.medical_recipe_visits),
|
|
33
33
|
selectinload(MedicalVisit.organ_system_reviews),
|
|
34
34
|
selectinload(MedicalVisit.physical_exams)
|
|
@@ -73,7 +73,7 @@ class MedicalVisitRepository:
|
|
|
73
73
|
joinedload(MedicalVisit.client),
|
|
74
74
|
joinedload(MedicalVisit.collaborator),
|
|
75
75
|
joinedload(MedicalVisit.speciality),
|
|
76
|
-
selectinload(MedicalVisit.medical_diagnosis_visits),
|
|
76
|
+
selectinload(MedicalVisit.medical_diagnosis_visits).selectinload(MedicalDiagnosisVisit.medical_diagnosis),
|
|
77
77
|
selectinload(MedicalVisit.medical_recipe_visits),
|
|
78
78
|
selectinload(MedicalVisit.organ_system_reviews),
|
|
79
79
|
selectinload(MedicalVisit.physical_exams)
|
|
@@ -93,7 +93,7 @@ class MedicalVisitRepository:
|
|
|
93
93
|
joinedload(MedicalVisit.client),
|
|
94
94
|
joinedload(MedicalVisit.collaborator),
|
|
95
95
|
joinedload(MedicalVisit.speciality),
|
|
96
|
-
selectinload(MedicalVisit.medical_diagnosis_visits),
|
|
96
|
+
selectinload(MedicalVisit.medical_diagnosis_visits).selectinload(MedicalDiagnosisVisit.medical_diagnosis),
|
|
97
97
|
selectinload(MedicalVisit.medical_recipe_visits),
|
|
98
98
|
selectinload(MedicalVisit.organ_system_reviews),
|
|
99
99
|
selectinload(MedicalVisit.physical_exams)
|
|
@@ -137,7 +137,7 @@ class MedicalVisitRepository:
|
|
|
137
137
|
joinedload(MedicalVisit.client),
|
|
138
138
|
joinedload(MedicalVisit.collaborator),
|
|
139
139
|
joinedload(MedicalVisit.speciality),
|
|
140
|
-
selectinload(MedicalVisit.medical_diagnosis_visits),
|
|
140
|
+
selectinload(MedicalVisit.medical_diagnosis_visits).selectinload(MedicalDiagnosisVisit.medical_diagnosis),
|
|
141
141
|
selectinload(MedicalVisit.medical_recipe_visits),
|
|
142
142
|
selectinload(MedicalVisit.organ_system_reviews),
|
|
143
143
|
selectinload(MedicalVisit.physical_exams)
|
|
@@ -173,7 +173,7 @@ class MedicalVisitRepository:
|
|
|
173
173
|
joinedload(MedicalVisit.client),
|
|
174
174
|
joinedload(MedicalVisit.collaborator),
|
|
175
175
|
joinedload(MedicalVisit.speciality),
|
|
176
|
-
selectinload(MedicalVisit.medical_diagnosis_visits),
|
|
176
|
+
selectinload(MedicalVisit.medical_diagnosis_visits).selectinload(MedicalDiagnosisVisit.medical_diagnosis),
|
|
177
177
|
selectinload(MedicalVisit.medical_recipe_visits),
|
|
178
178
|
selectinload(MedicalVisit.organ_system_reviews),
|
|
179
179
|
selectinload(MedicalVisit.physical_exams)
|
|
@@ -198,7 +198,7 @@ class MedicalVisitRepository:
|
|
|
198
198
|
joinedload(MedicalVisit.client),
|
|
199
199
|
joinedload(MedicalVisit.collaborator),
|
|
200
200
|
joinedload(MedicalVisit.speciality),
|
|
201
|
-
selectinload(MedicalVisit.medical_diagnosis_visits),
|
|
201
|
+
selectinload(MedicalVisit.medical_diagnosis_visits).selectinload(MedicalDiagnosisVisit.medical_diagnosis),
|
|
202
202
|
selectinload(MedicalVisit.medical_recipe_visits),
|
|
203
203
|
selectinload(MedicalVisit.organ_system_reviews),
|
|
204
204
|
selectinload(MedicalVisit.physical_exams)
|
|
@@ -235,7 +235,7 @@ class MedicalVisitRepository:
|
|
|
235
235
|
joinedload(MedicalVisit.client),
|
|
236
236
|
joinedload(MedicalVisit.collaborator),
|
|
237
237
|
joinedload(MedicalVisit.speciality),
|
|
238
|
-
selectinload(MedicalVisit.medical_diagnosis_visits),
|
|
238
|
+
selectinload(MedicalVisit.medical_diagnosis_visits).selectinload(MedicalDiagnosisVisit.medical_diagnosis),
|
|
239
239
|
selectinload(MedicalVisit.medical_recipe_visits),
|
|
240
240
|
selectinload(MedicalVisit.organ_system_reviews),
|
|
241
241
|
selectinload(MedicalVisit.physical_exams)
|
|
@@ -259,7 +259,7 @@ class MedicalVisitRepository:
|
|
|
259
259
|
joinedload(MedicalVisit.client),
|
|
260
260
|
joinedload(MedicalVisit.collaborator),
|
|
261
261
|
joinedload(MedicalVisit.speciality),
|
|
262
|
-
selectinload(MedicalVisit.medical_diagnosis_visits),
|
|
262
|
+
selectinload(MedicalVisit.medical_diagnosis_visits).selectinload(MedicalDiagnosisVisit.medical_diagnosis),
|
|
263
263
|
selectinload(MedicalVisit.medical_recipe_visits),
|
|
264
264
|
selectinload(MedicalVisit.organ_system_reviews),
|
|
265
265
|
selectinload(MedicalVisit.physical_exams)
|
|
@@ -280,7 +280,7 @@ class MedicalVisitRepository:
|
|
|
280
280
|
joinedload(MedicalVisit.client),
|
|
281
281
|
joinedload(MedicalVisit.collaborator),
|
|
282
282
|
joinedload(MedicalVisit.speciality),
|
|
283
|
-
selectinload(MedicalVisit.medical_diagnosis_visits),
|
|
283
|
+
selectinload(MedicalVisit.medical_diagnosis_visits).selectinload(MedicalDiagnosisVisit.medical_diagnosis),
|
|
284
284
|
selectinload(MedicalVisit.medical_recipe_visits),
|
|
285
285
|
selectinload(MedicalVisit.organ_system_reviews),
|
|
286
286
|
selectinload(MedicalVisit.physical_exams)
|
|
@@ -301,7 +301,7 @@ class MedicalVisitRepository:
|
|
|
301
301
|
joinedload(MedicalVisit.client),
|
|
302
302
|
joinedload(MedicalVisit.collaborator),
|
|
303
303
|
joinedload(MedicalVisit.speciality),
|
|
304
|
-
selectinload(MedicalVisit.medical_diagnosis_visits),
|
|
304
|
+
selectinload(MedicalVisit.medical_diagnosis_visits).selectinload(MedicalDiagnosisVisit.medical_diagnosis),
|
|
305
305
|
selectinload(MedicalVisit.medical_recipe_visits),
|
|
306
306
|
selectinload(MedicalVisit.organ_system_reviews),
|
|
307
307
|
selectinload(MedicalVisit.physical_exams)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/dtos/collaborator/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/dtos/medical_visit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/client_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/emergency_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/marriage_status.py
RENAMED
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/client/nationality.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/collaborator/__init__.py
RENAMED
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/collaborator/collaborator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/collaborator/speciality.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/medical_drug.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/medical_visit/visit_triage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/user/permission_user.py
RENAMED
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer/models/user/role_permission.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.6.3 → healthdatalayer-1.6.4}/healthdatalayer.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|