healthdatalayer 1.4.3__tar.gz → 1.4.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.4.3 → healthdatalayer-1.4.4}/PKG-INFO +1 -1
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/__init__.py +2 -0
- healthdatalayer-1.4.4/healthdatalayer/models/client/city.py +11 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/px.py +2 -0
- healthdatalayer-1.4.4/healthdatalayer/models/client/state.py +9 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/client_repositories/address_repository.py +32 -2
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer.egg-info/PKG-INFO +1 -1
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer.egg-info/SOURCES.txt +2 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/setup.py +1 -1
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/README.md +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/config/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/config/config.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/config/db.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/config/vault.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/bridge_area_floor_branch/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/bridge_area_floor_branch/area.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/bridge_area_floor_branch/branch.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/bridge_area_floor_branch/bridge_area_floor_branch.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/bridge_area_floor_branch/floor.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/bridge_area_floor_branch/room.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/bridge_area_floor_branch/system.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/address.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/client.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/client_type.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/education.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/emergency_contact.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/gender.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/marriage_status.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/nationality.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/pathological_history.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/pet.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/profession.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/collaborator/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/collaborator/collaborator.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/collaborator/collaborator_speciality.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/collaborator/collaborator_type.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/collaborator/speciality.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/lab/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/lab/client_lab.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/lab/measure_lab.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/lab/medical_lab.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/medical_visit/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/medical_visit/medical_diagnosis.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/medical_visit/medical_diagnosis_visit.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/medical_visit/medical_drug.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/medical_visit/medical_drug_recipe.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/medical_visit/medical_recipe_visit.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/medical_visit/medical_visit.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/medical_visit/organ_system_review.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/medical_visit/physical_exam.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/medical_visit/visit_triage.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/user/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/user/permission.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/user/permission_user.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/user/role.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/user/role_permission.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/user/role_user.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/user/user.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/client_repositories/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/client_repositories/client_type_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/client_repositories/education_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/client_repositories/emergency_contact_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/client_repositories/gender_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/client_repositories/marriage_status_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/client_repositories/nationality_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/client_repositories/pathological_history_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/client_repositories/pet_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/client_repositories/profession_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/client_repositories/px_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/collaborator_repositories/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/collaborator_repositories/collaborator_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/collaborator_repositories/collaborator_type_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/collaborator_repositories/speciality_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/infraestructure_repositories/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/infraestructure_repositories/area_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/infraestructure_repositories/branch_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/infraestructure_repositories/bridge_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/infraestructure_repositories/floor_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/infraestructure_repositories/room_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/infraestructure_repositories/system_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/lab_repositories/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/lab_repositories/measure_lab_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/lab_repositories/medical_lab_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/medical_visit_repositories/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/medical_visit_repositories/medical_diagnosis_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/medical_visit_repositories/medical_diagnosis_visit_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/medical_visit_repositories/medical_drug_recipe_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/medical_visit_repositories/medical_drug_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/medical_visit_repositories/medical_recipe_visit_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/medical_visit_repositories/medical_visit_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/medical_visit_repositories/organ_system_review_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/medical_visit_repositories/physical_exam_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/medical_visit_repositories/visit_triage_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/user_repositories/__init__.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/user_repositories/permission_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/user_repositories/role_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/repositories/user_repositories/user_repository.py +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer.egg-info/dependency_links.txt +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer.egg-info/requires.txt +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer.egg-info/top_level.txt +0 -0
- {healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/setup.cfg +0 -0
|
@@ -24,6 +24,8 @@ from .client.pathological_history import PathologicalHistory
|
|
|
24
24
|
from .client.pet import Pet
|
|
25
25
|
from .client.profession import Profession
|
|
26
26
|
from .client.px import Px
|
|
27
|
+
from .client.state import State
|
|
28
|
+
from .client.city import City
|
|
27
29
|
|
|
28
30
|
from .collaborator.collaborator_speciality import CollaboratorSpeciality
|
|
29
31
|
from .collaborator.collaborator import Collaborator
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import uuid
|
|
2
|
+
from sqlmodel import SQLModel,Field
|
|
3
|
+
from typing import Optional
|
|
4
|
+
|
|
5
|
+
class City(SQLModel,table=True):
|
|
6
|
+
__tablename__ = "city"
|
|
7
|
+
|
|
8
|
+
city_id:uuid.UUID=Field(default_factory=uuid.uuid4,primary_key=True)
|
|
9
|
+
name:str
|
|
10
|
+
state_id: Optional[uuid.UUID] = Field(default=None, foreign_key="state.state_id")
|
|
11
|
+
is_active: bool = Field(default=True)
|
|
@@ -20,9 +20,11 @@ class Px(Client, table=True):
|
|
|
20
20
|
profession_id: Optional[uuid.UUID] = Field(default=None, foreign_key="profession.profession_id")
|
|
21
21
|
education_id: Optional[uuid.UUID] = Field(default=None, foreign_key="education.education_id")
|
|
22
22
|
user_id: Optional[uuid.UUID] = Field(default=None, foreign_key="user.user_id")
|
|
23
|
+
nationality_id: Optional[uuid.UUID] = Field(default=None, foreign_key="nationality.nationality_id")
|
|
23
24
|
|
|
24
25
|
Px.marriage_status = Relationship()
|
|
25
26
|
Px.profession = Relationship()
|
|
26
27
|
Px.education = Relationship()
|
|
27
28
|
Px.user = Relationship()
|
|
29
|
+
Px.nationality = Relationship()
|
|
28
30
|
Px.medical_labs = Relationship(back_populates="pxs", link_model="ClientLab")
|
|
@@ -2,7 +2,7 @@ from typing import Optional, List
|
|
|
2
2
|
from uuid import UUID
|
|
3
3
|
from sqlmodel import select
|
|
4
4
|
|
|
5
|
-
from healthdatalayer.models import Address
|
|
5
|
+
from healthdatalayer.models import Address, City, State
|
|
6
6
|
from healthdatalayer.config.db import engines, get_session
|
|
7
7
|
|
|
8
8
|
class AddressRepository:
|
|
@@ -61,4 +61,34 @@ class AddressRepository:
|
|
|
61
61
|
session.delete(db_address)
|
|
62
62
|
|
|
63
63
|
session.commit()
|
|
64
|
-
return True
|
|
64
|
+
return True
|
|
65
|
+
|
|
66
|
+
def list_all_state_command(self, active_only: bool = True) -> List[Address]:
|
|
67
|
+
with get_session(self.tenant) as session:
|
|
68
|
+
statement = select(State)
|
|
69
|
+
|
|
70
|
+
if active_only:
|
|
71
|
+
statement = statement.where(State.is_active == True)
|
|
72
|
+
|
|
73
|
+
results = session.exec(statement)
|
|
74
|
+
return results.all()
|
|
75
|
+
|
|
76
|
+
def list_all_city_command(self, active_only: bool = True) -> List[Address]:
|
|
77
|
+
with get_session(self.tenant) as session:
|
|
78
|
+
statement = select(City)
|
|
79
|
+
|
|
80
|
+
if active_only:
|
|
81
|
+
statement = statement.where(City.is_active == True)
|
|
82
|
+
|
|
83
|
+
results = session.exec(statement)
|
|
84
|
+
return results.all()
|
|
85
|
+
|
|
86
|
+
def list_city_by_state_id_command(self,state_id: UUID, active_only: bool = True) -> List[Address]:
|
|
87
|
+
with get_session(self.tenant) as session:
|
|
88
|
+
statement = select(City).where(City.state_id == state_id)
|
|
89
|
+
|
|
90
|
+
if active_only:
|
|
91
|
+
statement = statement.where(State.is_active == True)
|
|
92
|
+
|
|
93
|
+
results = session.exec(statement)
|
|
94
|
+
return results.all()
|
|
@@ -20,6 +20,7 @@ healthdatalayer/models/bridge_area_floor_branch/room.py
|
|
|
20
20
|
healthdatalayer/models/bridge_area_floor_branch/system.py
|
|
21
21
|
healthdatalayer/models/client/__init__.py
|
|
22
22
|
healthdatalayer/models/client/address.py
|
|
23
|
+
healthdatalayer/models/client/city.py
|
|
23
24
|
healthdatalayer/models/client/client.py
|
|
24
25
|
healthdatalayer/models/client/client_type.py
|
|
25
26
|
healthdatalayer/models/client/education.py
|
|
@@ -31,6 +32,7 @@ healthdatalayer/models/client/pathological_history.py
|
|
|
31
32
|
healthdatalayer/models/client/pet.py
|
|
32
33
|
healthdatalayer/models/client/profession.py
|
|
33
34
|
healthdatalayer/models/client/px.py
|
|
35
|
+
healthdatalayer/models/client/state.py
|
|
34
36
|
healthdatalayer/models/collaborator/__init__.py
|
|
35
37
|
healthdatalayer/models/collaborator/collaborator.py
|
|
36
38
|
healthdatalayer/models/collaborator/collaborator_speciality.py
|
|
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.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/client_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/emergency_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/marriage_status.py
RENAMED
|
File without changes
|
{healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/client/nationality.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/collaborator/__init__.py
RENAMED
|
File without changes
|
{healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/collaborator/collaborator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/collaborator/speciality.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/medical_visit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.4.3 → healthdatalayer-1.4.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
|
{healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/medical_visit/visit_triage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer/models/user/permission_user.py
RENAMED
|
File without changes
|
|
File without changes
|
{healthdatalayer-1.4.3 → healthdatalayer-1.4.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
|
{healthdatalayer-1.4.3 → healthdatalayer-1.4.4}/healthdatalayer.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|