Exemplo n.º 1
0
		/// <summary>
		/// Appends a value to the GraphicObjectSequence in the underlying collection. Type 1C.
		/// </summary>
		public void AppendGraphicObjectSequence(GraphicObjectSequenceItem graphic) {
			Platform.CheckForNullReference(graphic, "graphic");
			base.DicomAttributeProvider[DicomTags.GraphicObjectSequence].AddSequenceItem(graphic.DicomSequenceItem);
		}
Exemplo n.º 2
0
 /// <summary>
 /// Appends a value to the GraphicObjectSequence in the underlying collection. Type 1C.
 /// </summary>
 public void AppendGraphicObjectSequence(GraphicObjectSequenceItem graphic)
 {
     Platform.CheckForNullReference(graphic, "graphic");
     base.DicomElementProvider[DicomTags.GraphicObjectSequence].AddSequenceItem(graphic.DicomSequenceItem);
 }