pathology/dicom_proxy/dicom_proxy_blueprint.py [962:978]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      {
          proxy_const.LogKeywords.HEALTHCARE_API_DICOM_VERSION: (
              store_api_version
          ),
          proxy_const.LogKeywords.PROJECT_ID: projectid,
          proxy_const.LogKeywords.LOCATION: location,
          proxy_const.LogKeywords.DATASET_ID: datasetid,
          proxy_const.LogKeywords.DICOM_STORE: dicomstore,
          proxy_const.LogKeywords.STUDY_INSTANCE_UID: study_instance_uid,
          proxy_const.LogKeywords.SERIES_INSTANCE_UID: series_instance_uid,
          proxy_const.LogKeywords.SOP_INSTANCE_UID: sop_instance_uid,
      },
      _get_masked_flask_headers(),
  )
  dicom_web_base_url = dicom_url_util.DicomWebBaseURL(
      store_api_version, projectid, location, datasetid, dicomstore
  )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



pathology/dicom_proxy/dicom_proxy_blueprint.py [1266:1282]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      {
          proxy_const.LogKeywords.HEALTHCARE_API_DICOM_VERSION: (
              store_api_version
          ),
          proxy_const.LogKeywords.PROJECT_ID: projectid,
          proxy_const.LogKeywords.LOCATION: location,
          proxy_const.LogKeywords.DATASET_ID: datasetid,
          proxy_const.LogKeywords.DICOM_STORE: dicomstore,
          proxy_const.LogKeywords.STUDY_INSTANCE_UID: study_instance_uid,
          proxy_const.LogKeywords.SERIES_INSTANCE_UID: series_instance_uid,
          proxy_const.LogKeywords.SOP_INSTANCE_UID: sop_instance_uid,
      },
      _get_masked_flask_headers(),
  )
  dicom_web_base_url = dicom_url_util.DicomWebBaseURL(
      store_api_version, projectid, location, datasetid, dicomstore
  )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



