in ez_wsi_dicomweb/ml_toolkit/dicom_path.py [0:0]
def DicomPathJoin(*args: str) -> str: return '/'.join([arg.strip('/') for arg in args if arg])