in ez_wsi_dicomweb/ml_toolkit/dicom_path.py [0:0]
def GetStorePath(self) -> Path:
"""Returns the sub-path for the DICOM Store within this path."""
return Path(
self.base_address,
self.healthcare_api_version,
self.project_id,
self.location,
self.dataset_id,
self.store_id,
self.study_prefix,
'',
'',
'',
)