Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes.PatientUpdater Namespace > ChangeStudy Class : StudyDescription Property |
[ElementAttribute()] public string StudyDescription {get; set;}
'Declaration
<ElementAttribute()> Public Property StudyDescription As String
'Usage
Dim instance As ChangeStudy Dim value As String instance.StudyDescription = value value = instance.StudyDescription
[ElementAttribute()] public: property String^ StudyDescription { String^ get(); void set ( String^ value); }