DVTk API
AddToInformationModel Method (dataset, storeDataset)
DVTkDvtk.Dicom.InformationEntity.QueryRetrievePatientRootInformationModelAddToInformationModel(DataSet, Boolean)
DVTk API

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

Add the given Dataset to the Information Model. The data is normalised into the Information Model.
Declaration Syntax
C#Visual BasicVisual C++
public override void AddToInformationModel(
	DataSet dataset,
	bool storeDataset
)
Public Overrides Sub AddToInformationModel ( _
	dataset As DataSet, _
	storeDataset As Boolean _
)
public:
virtual void AddToInformationModel(
	DataSet^ dataset, 
	bool storeDataset
) override
Parameters
dataset (DataSet)
Dataset to add to Informatio Model.
storeDataset (Boolean)
Boolean indicating whether or not the dataset should also be stored to file for possible retrieval.

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0