[This is preliminary documentation and is subject to change.]
Copy the default dataset attributes to the Information Entities in the Information
Models that define them.
| C# | Visual Basic | Visual C++ |
public void AddDefaultAttribute( bool overWriteExistingValue, string tagSequence, VR vR, params Object[] parameters )
Public Sub AddDefaultAttribute ( _ overWriteExistingValue As Boolean, _ tagSequence As String, _ vR As VR, _ ParamArray parameters As Object() _ )
public: void AddDefaultAttribute( bool overWriteExistingValue, String^ tagSequence, VR vR, ... array<Object^>^ parameters )
- overWriteExistingValue (Boolean)
- Boolean to indicate whether any already existing value should be overwritten or not.
- tagSequence (String)
- vR (VR)
- parameters (array< Object >[]()[])
- Default attribute - tag, vr, value(s).