Show / Hide Table of Contents
View Source

Class CFindPatientIOD

Inheritance
System.Object
AbstractDIMSEIOD
CFindRequestIOD
CFindPatientIOD
Inherited Members
CFindRequestIOD.QueryLevel
CFindRequestIOD.CombineQuery(CFindRequestIOD)
CFindRequestIOD.ToString()
AbstractDIMSEIOD._sel
AbstractDIMSEIOD.Elements
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Network.DIMSE.IOD
Assembly:EvilDICOM.dll
Syntax
public class CFindPatientIOD : CFindRequestIOD, IIOD

Constructors

View Source

CFindPatientIOD()

Declaration
public CFindPatientIOD()
View Source

CFindPatientIOD(DICOMObject)

Declaration
public CFindPatientIOD(DICOMObject dcm)
Parameters
Type Name Description
DICOMObject dcm

Properties

View Source

PatientBirthDate

Declaration
public DateTime? PatientBirthDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
View Source

PatientId

Declaration
public string PatientId { get; set; }
Property Value
Type Description
System.String
View Source

PatientSex

Declaration
public string PatientSex { get; set; }
Property Value
Type Description
System.String
View Source

PatientsName

Declaration
public PersonName PatientsName { get; set; }
Property Value
Type Description
PersonName

Extension Methods

IIODExtensions.GetLogString()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX