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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

StudyDescription Property






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

Property Value

A System.String representing the study description.
Requirements

Target Platforms

See Also

Reference

Study Class
Study Members

Error processing SSI file