Work on ISHLT Impexium importing

This commit is contained in:
Scott Idem
2022-04-15 18:25:06 -04:00
parent 789d7372d9
commit a2e5f804d6
6 changed files with 303 additions and 22 deletions

View File

@@ -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]