Leadtools.Dicom名前空間 > DicomDataSetクラス > SetIntValueメソッド :SetIntValue(DicomElement、Int32[]、Int32)メソッド |
'Declaration
Public Overloads Function SetIntValue( _ ByVal element As DicomElement, _ ByVal value() As Integer, _ ByVal count As Integer _ ) As Boolean
'Usage
Dim instance As DicomDataSet Dim element As DicomElement Dim value() As Integer Dim count As Integer Dim value As Boolean value = instance.SetIntValue(element, value, count)
function Leadtools.Dicom.DicomDataSet.SetIntValue(DicomElement,Int32[],Int32)( element , value , count )
public: bool SetIntValue( DicomElement^ element, array<int>^ value, int count )
1つ以上の値がデータ要素の値フィールドで保存されるならば、同時にすべての値を設定しなければなりません。
データ要素の値表現がDicomVRType.AT、DicomVRType.IS、DicomVRType.SLまたはDicomVRType.ULである場合だけ、このメソッドは呼び出されることができます。値表現の詳細については、「デフォルト値表現表」を参照してください。
DicomDataSetクラス
DicomDataSetメンバ
オーバーロードリスト
SetValueメソッド
SetIntValue(DicomElement、IntPtr、Int32)メソッド
SetShortValue(DicomElement、Int16[]、Int32)メソッド
SetByteValue(DicomElement、Byte[]、Int32)メソッド
SetBinaryValue(DicomElement、Byte[]、Int32)メソッド
SetStringValue(DicomElement、String、DicomCharacterSetType)メソッド
SetStringValue(DicomElement、String[]、DicomCharacterSetType)メソッド
SetStringValue(DicomElement、String)メソッド
SetStringValue(DicomElement、String[])メソッド
SetStringValuePtr(DicomElement、IntPtr、Int32)メソッド
SetStringValuePtr(DicomElement、IntPtr、UInt32、DicomCharacterSetType)メソッド
SetFloatValue(DicomElement、シングル[]、Int32)メソッド
SetDoubleValue(DicomElement、Double[]、Int32)メソッド
SetAgeValueメソッド
SetDateValue(DicomElement、DicomDateValue[])メソッド
SetTimeValue(DicomElement、DicomTimeValue[])メソッド
SetDateTimeValue(DicomElement、DicomDateTimeValue[])メソッド
SetConvertValue(DicomElement、String、Int32)メソッド