DVTk API
PatientStudyOnlyInformationModel Class
DVTkDvtk.Dicom.InformationEntity.QueryRetrievePatientStudyOnlyInformationModel
DVTk API

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

Summary description for PatientStudyOnlyInformationModel.
Declaration Syntax
C#Visual BasicVisual C++
public class PatientStudyOnlyInformationModel : BaseInformationModel, 
	ICommitInformationModel, IRetrieveInformationModel
Public Class PatientStudyOnlyInformationModel _
	Inherits BaseInformationModel _
	Implements ICommitInformationModel, IRetrieveInformationModel
public ref class PatientStudyOnlyInformationModel : public BaseInformationModel, 
	ICommitInformationModel, IRetrieveInformationModel
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PatientStudyOnlyInformationModel()()()
Class Constructor.

AddAdditionalAttributesToInformationModel(Boolean, DataSet)
Add the attributes in this additional dataset to all Information Entities in the Information Model.
(Inherited from BaseInformationModel.)
AddDefaultAttributesToInformationModel(Boolean, DataSet)
Copy the default dataset attributes to the Information Entities in the Information Model that define them.
(Inherited from BaseInformationModel.)
AddToInformationModel(DataSet, Boolean)
Add the given Dataset to the Information Model. The data is normalised into the Information Model.
(Overrides BaseInformationModel.AddToInformationModel(DataSet, Boolean).)
ConsoleDisplay()()()
Display the Information Model to the Console - for debugging purposes.
(Inherited from BaseInformationModel.)
DataDirectory
Property - Data Directory.
(Inherited from BaseInformationModel.)
Dump(String)
Dump the Information Model to a String - for debugging purposes.
(Inherited from BaseInformationModel.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsInstanceInInformationModel(String, String)
Check if the given instance is present in the Information Model. The instance will be at the leaf nodes of the Information Model.

LoadInformationModel(String)
Load the Information Model by reading all the .DCM and .RAW files present in the given directory. The data read is normalised into the Information Model.
(Inherited from BaseInformationModel.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PatientMerge(DataSet)
Patient merge request - update modality worklist information model.
(Inherited from BaseInformationModel.)
PatientRegistration(DataSet)
Patient Registration request - update modality worklist information model.
(Inherited from BaseInformationModel.)
PatientUpdate(DataSet)
Patient Update request - update modality worklist information model.
(Inherited from BaseInformationModel.)
PlacerOrderManagement(DataSet)
Placer order management request - update modality worklist information model.
(Inherited from BaseInformationModel.)
QueryInformationModel(DataSet)
Query the Information Model using the given Query Dataset.
(Overrides BaseInformationModel.QueryInformationModel(DataSet).)
RefreshInformationModel()()()
Refresh the Information Model by re-loading the contents.
(Inherited from BaseInformationModel.)
RetrieveInformationModel(DataSet)
Retrieve a list of filenames from the Information Model. The filenames match the individual instances matching the retrieve dataset attributes.

Root (Inherited from BaseInformationModel.)
StoreDataset(DataSet)
Store the dataset into a DICOM Media File in the current Information Model directory. The file contents might be later used for retrieval.
(Inherited from BaseInformationModel.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
BaseInformationModel
 PatientStudyOnlyInformationModel

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0