Ejemplo n.º 1
0
            public ISopInstance Get(string sopInstanceUid)
            {
                var seriesXml = Xml[sopInstanceUid];

                if (seriesXml == null)
                {
                    throw new ArgumentException("Invalid value for series instance UID.");
                }

                return(_owner.GetSopInstance(seriesXml));
            }