[This is preliminary documentation and is subject to change.]
Summary description for BaseInformationModel.
| C# | Visual Basic | Visual C++ |
public abstract class BaseInformationModel
Public MustInherit Class BaseInformationModel
public ref class BaseInformationModel abstract
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| BaseInformationModel(BaseInformationModel) | Initializes a new instance of the BaseInformationModel class | |
| AddAdditionalAttributeToInformationModel(Boolean, String, VR, array<Object>[]()[]) |
Add the attributes in this additional dataset to all Information Entities in the Information
Models.
| |
| AddDefaultAttributeToInformationModel(Boolean, String, VR, array<Object>[]()[]) |
Copy the default dataset attributes to the Information Entities in the Information
Models that define them.
| |
| AddToInformationModel(DataSet) |
Add data to the Information Model from the given dataset.
| |
| AddToInformationModel(DataSetCollection) |
Add data to the Information Model from the given datasets.
| |
| DataDirectory |
Property - DataDirectory
| |
| Dump()()() | ||
| 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.) | |
| LoadInformationModel(String) |
Loads the Information Model with the appropriate data from .DCM and .RAW
files found in the given dataDirectory.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PatientMerge(DataSet) |
Patient merge request - update modality worklist information model.
| |
| PatientRegistration(DataSet) |
Patient Registration request - update modality worklist information model.
| |
| PatientUpdate(DataSet) |
Patient Update request - update modality worklist information model.
| |
| PlacerOrderManagement(DataSet) |
Placer order management request - update modality worklist information model.
| |
| QueryInformationModel(DicomMessage) |
Query the Information Model using the given query message.
| |
| RefreshInformationModel()()() |
Refresh the Information Model contents.
| |
| Root | ||
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |