Sex Property

Summary

Gets the patient's sex.

Syntax
C#
VB
C++
[Element(DicomTag.PatientSex)] 
public string Sex { get; set; } 
  
Public Property Sex As String 
public: 
property String^ Sex { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

Sex of the named patient. Enumerated Values are: M = male F = female O = other.

Example

For an example refer to QueryRetrieveScu.Find

Requirements

Target Platforms

See Also

Reference

Patient Class

Patient Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly