DVTk API
AddAdditionalAttribute Method (overWriteExistingValue, tagSequence, vR, parameters)
DVTkDvtkHighLevelInterface.InformationModelQueryRetrieveInformationModelsAddAdditionalAttribute(Boolean, String, VR, array<Object>[]()[])
DVTk API

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

Add the attributes in this additional dataset to all Information Entities in the Information Models.
Declaration Syntax
C#Visual BasicVisual C++
public void AddAdditionalAttribute(
	bool overWriteExistingValue,
	string tagSequence,
	VR vR,
	params Object[] parameters
)
Public Sub AddAdditionalAttribute ( _
	overWriteExistingValue As Boolean, _
	tagSequence As String, _
	vR As VR, _
	ParamArray parameters As Object() _
)
public:
void AddAdditionalAttribute(
	bool overWriteExistingValue, 
	String^ tagSequence, 
	VR vR, 
	... array<Object^>^ parameters
)
Parameters
overWriteExistingValue (Boolean)
Boolean to indicate whether any already existing value should be overwritten or not.
tagSequence (String)
vR (VR)
parameters (array< Object >[]()[])
Additional attribute - tag, vr, value(s).

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0