Leadtools.Dicom.Scu.Queries Namespace > PatientQuery Class : PatientComments Property |
[ElementAttribute()] public string PatientComments {get; set;}
'Declaration <ElementAttribute()> Public Property PatientComments As String
'Usage Dim instance As PatientQuery Dim value As String instance.PatientComments = value value = instance.PatientComments
[ElementAttribute()] public: property String^ PatientComments { String^ get(); void set ( String^ value); }