File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,14 @@ class Entry:
3333 def to_dict (self ) -> dict : ...
3434
3535class Comment :
36- entry_id : str
36+ comment_id : str
3737 value : Value | None
3838
3939 def to_dict (self ) -> dict : ...
4040
4141class Field :
4242 name : str
43+ field_type : str
4344 data_type : str | None
4445 error_code : str
4546 when_created : datetime | None
@@ -61,13 +62,14 @@ class State:
6162 value : str
6263 signer : str
6364 signer_unique_id : str
65+ date_signed : datetime | None
6466
6567 def to_dict (self ) -> dict : ...
6668
6769class Form :
6870 name : str
6971 last_modified : datetime | None
70- who_last_modified : str | None
72+ who_last_modified_name : str | None
7173 who_last_modified_role : str | None
7274 when_created : int
7375 has_errors : bool
@@ -92,6 +94,7 @@ class Patient:
9294 site_name : str
9395 site_unique_id : str
9496 last_language : str | None
97+ number_of_forms : int
9598 forms : list [Form ] | None
9699
97100 def to_dict (self ) -> dict : ...
You can’t perform that action at this time.
0 commit comments