Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

StudyDescription Property






Gets or sets the study description.
Syntax
[DataMemberAttribute()]
public string StudyDescription {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property StudyDescription As String
'Usage
 
Dim instance As Study
Dim value As String
 
instance.StudyDescription = value
 
value = instance.StudyDescription

            

            
[DataMemberAttribute()]
public:
property String^ StudyDescription {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the study description.
Requirements

Target Platforms

See Also

Reference

Study Class
Study Members

Error processing SSI file