Skip to main content

parse_attribute_path

Function parse_attribute_path 

Source
pub fn parse_attribute_path(path: &str) -> DcmResult<Vec<AttributePathSegment>>
Expand description

Parse an attribute path of the form TAG[/ITEM/TAG]*.

Tags are 8 hexadecimal digits (GGGGEEEE). Item indices are zero-based decimal integers. Leading and trailing slashes are ignored.