←Select platform

Comments Property

Summary

Gets the patient's comments.

Syntax

C#
VB
C++
[Element(DicomTag.PatientComments)] 
public string Comments { get; set; } 
  
Public Property Comments As String 
public: 
property String^ Comments { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

User-defined additional information about the patient.

Example

For an example refer to QueryRetrieveScu.Find

Requirements

Target Platforms

See Also

Reference

Patient Class

Patient Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly