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.Modality Namespace > ScheduledStepAttribute Class : StudyInstanceUid Property |
[ElementAttribute()] public string StudyInstanceUid {get; set;}
'Declaration
<ElementAttribute()> Public Property StudyInstanceUid As String
'Usage
Dim instance As ScheduledStepAttribute Dim value As String instance.StudyInstanceUid = value value = instance.StudyInstanceUid
[ElementAttribute()] public: property String^ StudyInstanceUid { String^ get(); void set ( String^ value); }