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
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.String
     
    instance.Name = value
     
    value = instance.Name
    public System.string Name {get; set;}
    public read-write property Name: System.String; 
    public function get,set Name : System.String
    public: __property System.string* get_Name();
    public: __property void set_Name( 
       System.string* value
    );
    public:
    property System.String^ Name {
       System.String^ get();
       void set (    System.String^ value);
    }

    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