Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg authored May 20, 2024
1 parent fc0c0a9 commit b88e7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Patient = TypedDict('Patient', {
})

Event = TypedDict('Event',{
'time': NotRequired[datetime.datetime],
'time': NotRequired[datetime.datetime], # Static events will have a null timestamp here
'code': str,
'text_value': NotRequired[str],
'numeric_value': NotRequired[float],
Expand Down

0 comments on commit b88e7be

Please sign in to comment.