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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.