DicomObjects.NET.V8
DicomObjects Namespace / DicomQuery Class / Sex Property



In This Topic
    Sex Property (DicomQuery)
    In This Topic
    Demographic details of the patient
    Syntax
    'Declaration
     
    Public Property Sex As String
    'Usage
     
    Dim instance As DicomQuery
    Dim value As String
     
    instance.Sex = value
     
    value = instance.Sex
    public string Sex {get; set;}
    public:
    property String^ Sex {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This property is used as search criteria only when QueryLevel is set to "PATIENT".
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also