DVTk API
OutboundDicomMessageFilterSetAttribute Constructor (tag, vr, values)
DVTkDvtkHighLevelInterface.Dicom.ThreadsOutboundDicomMessageFilterSetAttributeOutboundDicomMessageFilterSetAttribute(String, VR, array<Object>[]()[])
DVTk API

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

Initializes a new instance of the OutboundDicomMessageFilterSetAttribute class
Declaration Syntax
C#Visual BasicVisual C++
public OutboundDicomMessageFilterSetAttribute(
	string tag,
	VR vr,
	params Object[] values
)
Public Sub New ( _
	tag As String, _
	vr As VR, _
	ParamArray values As Object() _
)
public:
OutboundDicomMessageFilterSetAttribute(
	String^ tag, 
	VR vr, 
	... array<Object^>^ values
)
Parameters
tag (String)
vr (VR)
values (array< Object >[]()[])

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0