←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly