XdsObjects Help file
XdsObjects Namespace / DicomSeries Class / DicomSeries Constructor / DicomSeries Constructor()



In This Topic
    DicomSeries Constructor()
    In This Topic
    Create a new DicomSeries object
    Syntax
    Public Function New()
    Dim instance As New DicomSeries()
    public DicomSeries()
    public:
    DicomSeries();
    Remarks
    As every Series must have a UID, the DicomSeries Constructor(String) form is normally used in user code - this version is only really for use by the internal XML serialization.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also