healthdatalayer 1.4.1__tar.gz → 1.4.3__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.
Files changed (102) hide show
  1. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/PKG-INFO +1 -1
  2. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/collaborator_repositories/collaborator_repository.py +33 -33
  3. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer.egg-info/PKG-INFO +1 -1
  4. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/setup.py +1 -1
  5. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/README.md +0 -0
  6. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/__init__.py +0 -0
  7. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/config/__init__.py +0 -0
  8. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/config/config.py +0 -0
  9. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/config/db.py +0 -0
  10. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/config/vault.py +0 -0
  11. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/__init__.py +0 -0
  12. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/bridge_area_floor_branch/__init__.py +0 -0
  13. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/bridge_area_floor_branch/area.py +0 -0
  14. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/bridge_area_floor_branch/branch.py +0 -0
  15. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/bridge_area_floor_branch/bridge_area_floor_branch.py +0 -0
  16. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/bridge_area_floor_branch/floor.py +0 -0
  17. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/bridge_area_floor_branch/room.py +0 -0
  18. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/bridge_area_floor_branch/system.py +0 -0
  19. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/__init__.py +0 -0
  20. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/address.py +0 -0
  21. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/client.py +0 -0
  22. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/client_type.py +0 -0
  23. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/education.py +0 -0
  24. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/emergency_contact.py +0 -0
  25. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/gender.py +0 -0
  26. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/marriage_status.py +0 -0
  27. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/nationality.py +0 -0
  28. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/pathological_history.py +0 -0
  29. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/pet.py +0 -0
  30. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/profession.py +0 -0
  31. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/client/px.py +0 -0
  32. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/collaborator/__init__.py +0 -0
  33. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/collaborator/collaborator.py +0 -0
  34. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/collaborator/collaborator_speciality.py +0 -0
  35. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/collaborator/collaborator_type.py +0 -0
  36. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/collaborator/speciality.py +0 -0
  37. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/lab/__init__.py +0 -0
  38. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/lab/client_lab.py +0 -0
  39. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/lab/measure_lab.py +0 -0
  40. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/lab/medical_lab.py +0 -0
  41. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/medical_visit/__init__.py +0 -0
  42. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/medical_visit/medical_diagnosis.py +0 -0
  43. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/medical_visit/medical_diagnosis_visit.py +0 -0
  44. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/medical_visit/medical_drug.py +0 -0
  45. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/medical_visit/medical_drug_recipe.py +0 -0
  46. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/medical_visit/medical_recipe_visit.py +0 -0
  47. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/medical_visit/medical_visit.py +0 -0
  48. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/medical_visit/organ_system_review.py +0 -0
  49. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/medical_visit/physical_exam.py +0 -0
  50. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/medical_visit/visit_triage.py +0 -0
  51. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/user/__init__.py +0 -0
  52. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/user/permission.py +0 -0
  53. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/user/permission_user.py +0 -0
  54. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/user/role.py +0 -0
  55. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/user/role_permission.py +0 -0
  56. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/user/role_user.py +0 -0
  57. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/models/user/user.py +0 -0
  58. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/__init__.py +0 -0
  59. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/client_repositories/__init__.py +0 -0
  60. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/client_repositories/address_repository.py +0 -0
  61. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/client_repositories/client_type_repository.py +0 -0
  62. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/client_repositories/education_repository.py +0 -0
  63. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/client_repositories/emergency_contact_repository.py +0 -0
  64. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/client_repositories/gender_repository.py +0 -0
  65. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/client_repositories/marriage_status_repository.py +0 -0
  66. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/client_repositories/nationality_repository.py +0 -0
  67. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/client_repositories/pathological_history_repository.py +0 -0
  68. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/client_repositories/pet_repository.py +0 -0
  69. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/client_repositories/profession_repository.py +0 -0
  70. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/client_repositories/px_repository.py +0 -0
  71. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/collaborator_repositories/__init__.py +0 -0
  72. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/collaborator_repositories/collaborator_type_repository.py +0 -0
  73. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/collaborator_repositories/speciality_repository.py +0 -0
  74. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/infraestructure_repositories/__init__.py +0 -0
  75. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/infraestructure_repositories/area_repository.py +0 -0
  76. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/infraestructure_repositories/branch_repository.py +0 -0
  77. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/infraestructure_repositories/bridge_repository.py +0 -0
  78. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/infraestructure_repositories/floor_repository.py +0 -0
  79. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/infraestructure_repositories/room_repository.py +0 -0
  80. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/infraestructure_repositories/system_repository.py +0 -0
  81. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/lab_repositories/__init__.py +0 -0
  82. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/lab_repositories/measure_lab_repository.py +0 -0
  83. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/lab_repositories/medical_lab_repository.py +0 -0
  84. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/medical_visit_repositories/__init__.py +0 -0
  85. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/medical_visit_repositories/medical_diagnosis_repository.py +0 -0
  86. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/medical_visit_repositories/medical_diagnosis_visit_repository.py +0 -0
  87. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/medical_visit_repositories/medical_drug_recipe_repository.py +0 -0
  88. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/medical_visit_repositories/medical_drug_repository.py +0 -0
  89. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/medical_visit_repositories/medical_recipe_visit_repository.py +0 -0
  90. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/medical_visit_repositories/medical_visit_repository.py +0 -0
  91. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/medical_visit_repositories/organ_system_review_repository.py +0 -0
  92. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/medical_visit_repositories/physical_exam_repository.py +0 -0
  93. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/medical_visit_repositories/visit_triage_repository.py +0 -0
  94. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/user_repositories/__init__.py +0 -0
  95. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/user_repositories/permission_repository.py +0 -0
  96. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/user_repositories/role_repository.py +0 -0
  97. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer/repositories/user_repositories/user_repository.py +0 -0
  98. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer.egg-info/SOURCES.txt +0 -0
  99. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer.egg-info/dependency_links.txt +0 -0
  100. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer.egg-info/requires.txt +0 -0
  101. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/healthdatalayer.egg-info/top_level.txt +0 -0
  102. {healthdatalayer-1.4.1 → healthdatalayer-1.4.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: healthdatalayer
3
- Version: 1.4.1
3
+ Version: 1.4.3
4
4
  Summary: Health Datalayer to access data from different sources
5
5
  Author: Jesus Martinez
6
6
  Author-email: jesusmartinez@noosds.com
@@ -1,9 +1,9 @@
1
1
  from typing import Optional, List
2
2
  from uuid import UUID
3
- from sqlmodel import select, or_
3
+ from sqlmodel import select, or_, join
4
4
  from sqlalchemy.orm import selectinload,joinedload
5
5
  from healthdatalayer.models import Collaborator
6
- from healthdatalayer.models import Speciality
6
+ from healthdatalayer.models import Speciality, CollaboratorSpeciality
7
7
  from healthdatalayer.config.db import engines, get_session
8
8
 
9
9
  class CollaboratorRepository:
@@ -23,24 +23,34 @@ class CollaboratorRepository:
23
23
  with get_session(self.tenant) as session:
24
24
  if load_relations:
25
25
  statement = select(Collaborator).where(Collaborator.collaborator_id == collaborator_id).options(
26
- selectinload(Collaborator.specialties)
26
+ selectinload(Collaborator.collaborator_type),
27
+ joinedload(Collaborator.user),
28
+ selectinload(Collaborator.specialties)
27
29
  )
28
30
  collaborator = session.exec(statement).first()
29
- if load_relations:
30
-
31
- if collaborator.collaborator_type_id:
32
- from healthdatalayer.models.collaborator.collaborator_type import CollaboratorType
33
- collab_type_obj = session.get(CollaboratorType, collaborator.collaborator_type_id)
34
- object.__setattr__(collaborator,'collaborator_type', collab_type_obj)
35
-
36
- if collaborator.user_id:
37
- from healthdatalayer.models.user.user import User
38
- user_obj = session.get(User, collaborator.user_id)
39
- object.__setattr__(collaborator,'user',user_obj)
40
31
 
41
32
  return collaborator
42
33
  else:
43
34
  return session.get(Collaborator, collaborator_id)
35
+
36
+ def get_by_speciality_id_command(self, speciality_id: UUID, load_relations: bool = False) -> List[Collaborator]:
37
+ with get_session(self.tenant) as session:
38
+ statement = (
39
+ select(Collaborator)
40
+ .join(CollaboratorSpeciality)
41
+ .where(CollaboratorSpeciality.speciality_id == speciality_id, Collaborator.is_active == True)
42
+ )
43
+
44
+ if load_relations:
45
+ statement = statement.options(
46
+ selectinload(Collaborator.collaborator_type),
47
+ joinedload(Collaborator.user),
48
+ selectinload(Collaborator.specialties)
49
+ )
50
+
51
+ collaborators = session.exec(statement).all()
52
+
53
+ return collaborators
44
54
 
45
55
  def get_by_ruc_name_code_command(self, content: str, active_only: bool = True, load_relations : bool = False)->List[Collaborator]:
46
56
  with get_session(self.tenant) as session:
@@ -77,29 +87,19 @@ class CollaboratorRepository:
77
87
  def get_all_command(self, active_only: bool = True,load_related: bool = False) -> List[Collaborator]:
78
88
  with get_session(self.tenant) as session:
79
89
 
90
+ statement = select(Collaborator)
80
91
 
81
92
  if load_related:
82
93
 
83
- statement = select(Collaborator).options(
84
- selectinload(Collaborator.specialties)
85
- )
86
- if active_only:
87
- statement = statement.where(Collaborator.is_active == True)
88
- collaborators = session.exec(statement).all()
89
-
90
- for collaborator in collaborators:
91
- if collaborator.collaborator_type_id:
92
- from healthdatalayer.models.collaborator.collaborator_type import CollaboratorType
93
- collab_type_obj = session.get(CollaboratorType, collaborator.collaborator_type_id)
94
- object.__setattr__(collaborator,'collaborator_type', collab_type_obj)
95
-
96
- if collaborator.user_id:
97
- from healthdatalayer.models.user.user import User
98
- user_obj = session.get(User, collaborator.user_id)
99
- object.__setattr__(collaborator,'user',user_obj)
100
- return collaborators
94
+ statement = statement.options(
95
+ selectinload(Collaborator.collaborator_type),
96
+ joinedload(Collaborator.user),
97
+ selectinload(Collaborator.specialties)
98
+ )
101
99
 
102
- statement = select(Collaborator)
100
+ if active_only:
101
+ statement = statement.where(Collaborator.is_active == True)
102
+
103
103
  return session.exec(statement).all()
104
104
 
105
105
  def update_command(self, collaborator: Collaborator) -> Collaborator:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: healthdatalayer
3
- Version: 1.4.1
3
+ Version: 1.4.3
4
4
  Summary: Health Datalayer to access data from different sources
5
5
  Author: Jesus Martinez
6
6
  Author-email: jesusmartinez@noosds.com
@@ -5,7 +5,7 @@ with open('requirements.txt') as f:
5
5
 
6
6
  setup(
7
7
  name="healthdatalayer",
8
- version="1.4.1",
8
+ version="1.4.3",
9
9
  include_package_data=True,
10
10
  python_requires='>=3.10',
11
11
  packages=find_packages(),