DVTk API
AddDefaultAttributesToInformationModel Method (overWriteExistingValue, defaultDataset)
DVTkDvtk.Dicom.InformationEntityBaseInformationModelAddDefaultAttributesToInformationModel(Boolean, DataSet)
DVTk API

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

Copy the default dataset attributes to the Information Entities in the Information Model that define them.
Declaration Syntax
C#Visual BasicVisual C++
public void AddDefaultAttributesToInformationModel(
	bool overWriteExistingValue,
	DataSet defaultDataset
)
Public Sub AddDefaultAttributesToInformationModel ( _
	overWriteExistingValue As Boolean, _
	defaultDataset As DataSet _
)
public:
void AddDefaultAttributesToInformationModel(
	bool overWriteExistingValue, 
	DataSet^ defaultDataset
)
Parameters
overWriteExistingValue (Boolean)
Boolean to indicate whether any already existing value should be overwritten or not.
defaultDataset (DataSet)
Dataset containing all the default values.

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0