DVTk API
CopyFrom Method (tagTypeList, sourceDataset)
DVTkDvtk.Dicom.InformationEntityBaseInformationEntityCopyFrom(TagTypeList, AttributeSet)
DVTk API

[This is preliminary documentation and is subject to change.]

Copy from the given source Dataset into the local Dataset as defined by the given Tag Type list.
Declaration Syntax
C#Visual BasicVisual C++
public void CopyFrom(
	TagTypeList tagTypeList,
	AttributeSet sourceDataset
)
Public Sub CopyFrom ( _
	tagTypeList As TagTypeList, _
	sourceDataset As AttributeSet _
)
public:
void CopyFrom(
	TagTypeList^ tagTypeList, 
	AttributeSet^ sourceDataset
)
Parameters
tagTypeList (TagTypeList)
Tag Type list identifying attributes to copy.
sourceDataset (AttributeSet)
Source Dataset used to populate the local Dataset.

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0