DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / PatientID Property



    PatientID Property (DicomImage)
    The Patient ID
    Syntax
    'Declaration
     
    Public Property PatientID As String
     
    'Usage
     
    Dim instance As DicomImage
    Dim value As String
     
    instance.PatientID = value
     
    value = instance.PatientID

    Property Value

    The Patient ID
    Remarks
    A shortcut for attribute (0010, 0020)
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also