SeriesInstanceUID Property
Summary
Gets or sets the Series Instance UID of the series which the 3D volume was generated from.
Syntax
public string SeriesInstanceUID { get; set; }
public: __property string* get_SeriesInstanceUID();
public: __property void set_SeriesInstanceUID(
string*
);
public:
property String^ SeriesInstanceUID {
String^ get();
void set ( String^ );
}
Property Value
Type: System.String The Series Instance UID of the series which the 3D volume was generated from.