Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
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); }