[This is preliminary documentation and is subject to change.]
Summary description for ImagingServiceRequestInformationEntity.
| C# | Visual Basic | Visual C++ |
public class ImagingServiceRequestInformationEntity : BaseInformationEntity
Public Class ImagingServiceRequestInformationEntity _ Inherits BaseInformationEntity
public ref class ImagingServiceRequestInformationEntity : public BaseInformationEntity
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ImagingServiceRequestInformationEntity()()() |
Class constructor.
| |
| AddAdditionalAttributes(Boolean, DataSet) |
Add the additional attributes to this Entity and any children.
(Inherited from BaseInformationEntity.) | |
| AddChild(BaseInformationEntity) |
Add a child Entity to this.
(Inherited from BaseInformationEntity.) | |
| AddDefaultAttributes(Boolean, DataSet) |
Use the information entity tagTypeList to add default values from the defaultDataset
into this _dataset.
A default value will be added if:
overWriteExistingValue is true and a default value exists.
or:
overWriteExistingValue is false and the default value exists and this _dataset either does
not contain the default tag or the default tag has a zero-length value.
All child Entities are also processed.
(Inherited from BaseInformationEntity.) | |
| Children |
Get the Entity child list in the Information Model.
(Inherited from BaseInformationEntity.) | |
| ChildrenWithUniqueTagFoundIn(AttributeSet) | (Inherited from BaseInformationEntity.) | |
| ConsoleDisplay()()() |
Display this Entity to the Console - useful when debugging.
(Inherited from BaseInformationEntity.) | |
| CopyAdditionalAttributes(AttributeSet) |
Copy the defined Additional Attributes from the local additional attributes to the given
dataset.
(Inherited from BaseInformationEntity.) | |
| CopyFrom(AttributeSet) |
Copy from the given source Dataset into the local Dataset as defined by the
default Tag Type list.
(Inherited from BaseInformationEntity.) | |
| CopyFrom(TagTypeList, AttributeSet) |
Copy from the given source Dataset into the local Dataset as defined by the
given Tag Type list.
(Inherited from BaseInformationEntity.) | |
| CopyTo(AttributeSet) |
Copy from the local Dataset into the given destination Dataset as defined by the
default Tag Type list.
(Inherited from BaseInformationEntity.) | |
| CopyTo(TagTypeList, AttributeSet) |
Copy from the local Dataset into the given destination Dataset as defined by the
given Tag Type list.
(Inherited from BaseInformationEntity.) | |
| CopyUniqueTagTo(AttributeSet) |
Copy the attribute with a Unique tag from the local Dataset into the given destination Dataset.
(Inherited from BaseInformationEntity.) | |
| DataSet |
Get the local DataSet used to store the Entity attribute values.
(Inherited from BaseInformationEntity.) | |
| Dump(String) |
Dump this Entity to a String - useful when debugging.
(Inherited from BaseInformationEntity.) | |
| 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.) | |
| GetSpecificCharacterSet()()() |
Try to get the Specific Character Set attribute stored in the dataset of the IE.
(Inherited from BaseInformationEntity.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsFoundIn(AttributeSet) |
Check if the given match dataset is found in the local dataset using the default Tag Type list.
A check is made to see if all the attributes in the given match dataset are present in the local
dataset.
(Inherited from BaseInformationEntity.) | |
| IsFoundIn(TagTypeList, AttributeSet) |
Check if the given match dataset is found in the local dataset using the given Tag Type list.
A check is made to see if all the attributes in the given match dataset are present in the local
dataset.
(Inherited from BaseInformationEntity.) | |
| IsUniqueTagFoundIn(AttributeSet) |
Check if the Unique Tag as defined in the local Tag Type list is present in the given match dataset.
(Inherited from BaseInformationEntity.) | |
| Level |
Get the Entity Level in the Information Model.
(Inherited from BaseInformationEntity.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Parent |
Get the Entity parent in the Information Model.
(Inherited from BaseInformationEntity.) | |
| SetDefaultTagTypeList()()() |
Set the Default Tag Type List for this Entity.
(Overrides BaseInformationEntity.SetDefaultTagTypeList()()().) | |
| TagTypeList |
Set/Get the Tag Type list used to interogate the Entity.
(Inherited from BaseInformationEntity.) | |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| UniversalMatch(TagTypeList) |
Check if a Universal Match is possible on the local dataset using the Tag Type list given.
(Inherited from BaseInformationEntity.) |
| Object | ||
| BaseInformationEntity | ||
| ImagingServiceRequestInformationEntity | ||