DicomObjects.NET10 Documentation
DicomObjects Namespace / ItemLocation Class
Members



In This Topic
    ItemLocation Class
    In This Topic
    Class used to provide information about the location of value within a DicomAttribute within a DicomDataSet, possibly within nested datasets
    Object Model
    ItemLocation ClassDicomAttribute ClassDicomDataSet ClassDicomAttribute Class
    Syntax
    'Declaration
     
    
    Public Class ItemLocation 
    'Usage
     
    
    Dim instance As ItemLocation
    public class ItemLocation 
    public ref class ItemLocation 
    Remarks
    Currently, this is only used in DicomObjects.Validation.ValidationException objects, but may be used elsewhere in the future
    Inheritance Hierarchy

    System.Object
       DicomObjects.ItemLocation

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also