Class CFindPatientIOD
Inherited Members
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 SourceCFindPatientIOD()
Declaration
public CFindPatientIOD()
CFindPatientIOD(DICOMObject)
Declaration
public CFindPatientIOD(DICOMObject dcm)
Parameters
Type | Name | Description |
---|---|---|
DICOMObject | dcm |
Properties
View SourcePatientBirthDate
Declaration
public DateTime? PatientBirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PatientId
Declaration
public string PatientId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PatientSex
Declaration
public string PatientSex { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PatientsName
Declaration
public PersonName PatientsName { get; set; }
Property Value
Type | Description |
---|---|
PersonName |