You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the errors fields for Patient and Visit has ad-hoc serde code for ValidationError (containing nested errors per field). It would be potentially less easy to break in the future if this was factored out to a specific model field type for this.
The text was updated successfully, but these errors were encountered:
At the moment the
errors
fields forPatient
andVisit
has ad-hoc serde code forValidationError
(containing nested errors per field). It would be potentially less easy to break in the future if this was factored out to a specific model field type for this.The text was updated successfully, but these errors were encountered: