Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Web Namespace > Study Class : StudyInstanceUID Property |
[DataMemberAttribute()] public string StudyInstanceUID {get; set;}
'Declaration <DataMemberAttribute()> Public Property StudyInstanceUID As String
'Usage Dim instance As Study Dim value As String instance.StudyInstanceUID = value value = instance.StudyInstanceUID
[DataMemberAttribute()] public: property String^ StudyInstanceUID { String^ get(); void set ( String^ value); }