DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / SequencePath Class / ParentSequenceItems Property

In This Topic
    ParentSequenceItems Property
    In This Topic
    The ordinal position (starting from 1) of the child dataset items of each sequence between the top level dataset and the target attribute
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentSequenceItems As System.Collections.Generic.List(Of Integer)
    public System.Collections.Generic.List<int> ParentSequenceItems {get;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also