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

Show in webframe

PatientSex Property






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

            

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

Property Value

A System.String representing the patient's sex of the study.
Requirements

Target Platforms

See Also

Reference

Study Class
Study Members

Error processing SSI file