Organization member profile
OrganizationMemberProfile
Bases: BaseRequest
Class for AnalysisElement
Attributes:
| Name | Type | Description |
|---|---|---|
OrganizationId |
UUID | None
|
uuid.UUID: Organization identifier |
Id |
uuid
|
Identifier |
FirstName |
str
|
First name |
LastName |
str
|
Last name |
Title |
str
|
Title |
BirthDate |
datetime
|
Birth date |
BirthPlace |
str
|
Birth place |
BirthProvince |
str
|
Birth province |
FiscalCode |
str
|
Fiscal Code |
FullName |
str
|
Full name |
SID |
str
|
Identifier |
HasAccount |
bool
|
Member has an account |
ConsultingAgencyId |
UUID
|
Consulting Agency identifier |
UserName |
str
|
User name |
AnalysisElements |
List[AnalysisElement]
|
List of AnalysisElement |
Attachments |
List[AttachmentInfo]
|
List of attachments |
ConsultingAgencies |
List[ConsultingAgency]
|
List of Consulting Agencies |
Emails |
List[EmailInfo]
|
List of emails |
OfficeAreas |
List[OfficeArea]
|
List of OfficeArea |
OrganizationUnits |
List[OrganizationUnit]
|
List of OrganizationUnit |
Procedures |
List[Procedure]
|
List of Procedure |
Processings |
List[Processing]
|
List of Processing |
Properties |
List[CategoryPropertyValue]
|
List of CategoryPropertyValue |
Roles |
List[Role]
|
List of Role |
Softwares |
List[Software]
|
List of Software |
Tools |
List[Tool]
|
List of Tool |
Methods:
| Name | Description |
|---|---|
__str__ |
String representation |