Sex Property (DicomImage)
In This Topic
Sex of the patient
Syntax
'Declaration
Public Property Sex As System.String
'Usage
Dim instance As DicomImage
Dim value As System.String
instance.Sex = value
value = instance.Sex
public System.string Sex {get; set;}
public read-write property Sex: System.String;
public function get,set Sex : System.String
public: __property System.string* get_Sex();
public: __property void set_Sex(
System.string* value
);
public:
property System.String^ Sex {
System.String^ get();
void set ( System.String^ value);
}
Property Value
Sex of the patient
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also