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

[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.
Declaration Syntax
C#Visual BasicVisual 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
)
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).

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0