Leadtools.Dicom.Scu Namespace > Patient Class : NumberOfRelatedSeries Property |
public Nullable<int> NumberOfRelatedSeries {get; set;}
'Declaration Public Property NumberOfRelatedSeries As Nullable(Of Integer)
'Usage Dim instance As Patient Dim value As Nullable(Of Integer) instance.NumberOfRelatedSeries = value value = instance.NumberOfRelatedSeries
public: property Nullable<int> NumberOfRelatedSeries { Nullable<int> get(); void set ( Nullable<int> value); }