6_Month_Visit using POST API
This commit is contained in:
@@ -81,7 +81,7 @@ API_RC_INCLUSION_STATISTICS_ENDPOINT = "/api/inclusions/inclusion-statistics"
|
||||
API_RC_SEARCH_INCLUSIONS_ENDPOINT = "/api/inclusions/search"
|
||||
API_RC_GET_RECORD_BY_PATIENT_ENDPOINT = "/api/records/byPatient"
|
||||
API_RC_GET_SURVEYS_ENDPOINT = "/api/surveys/filter/with-answers"
|
||||
API_RC_GET_VISIT_ENDPOINT = "/api/visits/visit/{visit_id}"
|
||||
API_RC_SEARCH_VISITS_ENDPOINT = "/api/visits/visits/search"
|
||||
|
||||
# GDD (Lab/Diagnostic) endpoints
|
||||
API_GDD_GET_REQUEST_BY_TUBE_ID_ENDPOINT = "/api/requests/by-tube-id"
|
||||
@@ -91,8 +91,10 @@ API_GDD_GET_REQUEST_BY_TUBE_ID_ENDPOINT = "/api/requests/by-tube-id"
|
||||
# ============================================================================
|
||||
|
||||
ERROR_MAX_RETRY = 10
|
||||
WAIT_BEFORE_RETRY = 0.5
|
||||
MAX_THREADS = 20
|
||||
WAIT_BEFORE_RETRY = 1
|
||||
WAIT_BEFORE_NEW_BATCH_OF_RETRIES = 20
|
||||
MAX_BATCHS_OF_RETRIES = 3
|
||||
MAX_THREADS = 40
|
||||
|
||||
# Excel operation retry parameters (for handling transient xlwings/Excel failures)
|
||||
# Applies to: SaveAs, Range.Select(), and other COM operations that can fail transiently on Excel 2013
|
||||
|
||||
Reference in New Issue
Block a user