docs(backend): reconcile Protocol — patient_control_number is Optional[str]
This commit is contained in:
@@ -27,7 +27,7 @@ WINDOW_DAYS_DEFAULT = 7
|
||||
|
||||
class _ClaimLike(Protocol):
|
||||
id: str
|
||||
patient_control_number: str
|
||||
patient_control_number: Optional[str] # truthy-filtered in match()
|
||||
service_date_from: Optional[date]
|
||||
matched_remittance_id: Optional[str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user