pydicom.fileset.is_conformant_file_id¶
- pydicom.fileset.is_conformant_file_id(path: Path) bool[source]¶
Return
Trueif path is a conformant File ID.Conformance
No more than 8 components (parts) in the path
- Parameters:
path (pathlib.Path) – The path to check, relative to the File-set root directory.
- Returns:
Trueif path is conformant,Falseotherwise.- Return type: