Work on ISHLT Impexium importing
This commit is contained in:
@@ -57,7 +57,8 @@ class Event_Person_Base(BaseModel):
|
||||
user_id: Optional[int]
|
||||
|
||||
external_id: Optional[str] # Generated internally or externally. Needs to be stable. It should not change.
|
||||
external_sys_id: Optional[str] # Generated by external system (should be stable and not change)
|
||||
external_sys_id: Optional[str] # Person ID generated by external system (should be stable and not change)
|
||||
external_reg_id: Optional[str] # Registration ID generated by external system (should be stable and not change)
|
||||
|
||||
file_count: Optional[int]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user