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






    PatientID Property (DicomImage)
    The Patient ID
    Syntax
    'Declaration
     
    
    Public Property PatientID As System.String
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.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.8 or higher

    See Also