Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

PatientName Property (Study)






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

            

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

Property Value

A System.String representing the Patient name of the study.
Requirements

Target Platforms

See Also

Reference

Study Class
Study Members

Error processing SSI file