Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes.PatientUpdater Namespace > ChangeStudy Class : PatientSize Property |
[ElementAttribute()] public Nullable<double> PatientSize {get; set;}
'Declaration
<ElementAttribute()> Public Property PatientSize As Nullable(Of Double)
'Usage
Dim instance As ChangeStudy Dim value As Nullable(Of Double) instance.PatientSize = value value = instance.PatientSize
[ElementAttribute()] public: property Nullable<double> PatientSize { Nullable<double> get(); void set ( Nullable<double> value); }