DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / Name Property

In This Topic
    Name Property (DicomImage)
    In This Topic
    The Name of the patient
    Syntax
    'Declaration
     
    
    Public Property Name As System.String
    public System.string Name {get; set;}

    Property Value

    The Name of the patient
    Remarks

    A shortcut for attribute (0010,0010).

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also