Leadtools.Dicom名前空間 > DicomDataSetクラス > SetStringValueメソッド :SetStringValue(DicomElement、String)メソッド |
public bool SetStringValue( DicomElement element, string value )
'Declaration
Public Overloads Function SetStringValue( _ ByVal element As DicomElement, _ ByVal value As String _ ) As Boolean
'Usage
Dim instance As DicomDataSet Dim element As DicomElement Dim value As String Dim value As Boolean value = instance.SetStringValue(element, value)
public bool SetStringValue( DicomElement element, string value )
public boolean setStringValue(DicomElement element, String value)
public: bool SetStringValue( DicomElement^ element, String^ value )
それが最後の引数(DicomCharacterSetType)を見落としているという点で、SetStringValueのこのオーバーロードは他のバージョン(SetStringValue)と異なります。このオーバーロードは、特定の文字セット(0008,0005)属性で、値に影響を受けます。
以下のDICOM値表現は、属性に特有の文字セット(0008,0005)に影響を受けます
DicomDataSetクラス
DicomDataSetメンバ
オーバーロードリスト
SetValueメソッド
SetStringValue(DicomElement、String、DicomCharacterSetType)メソッド
SetStringValue(DicomElement、String[]、DicomCharacterSetType)メソッド
SetStringValue(DicomElement、String)メソッド
SetStringValue(DicomElement、String[])メソッド
SetStringValuePtr(DicomElement、IntPtr、Int32)メソッド
SetStringValuePtr(DicomElement、IntPtr、UInt32、DicomCharacterSetType)メソッド
SetBinaryValue(DicomElement、Byte[]、Int32)メソッド
SetShortValue(DicomElement、Int16[]、Int32)メソッド
SetIntValue(DicomElement、Int32[]、Int32)メソッド
SetFloatValue(DicomElement、シングル[]、Int32)メソッド
SetDoubleValue(DicomElement、Double[]、Int32)メソッド
SetAgeValueメソッド
SetDateValue(DicomElement、DicomDateValue[])メソッド
SetTimeValue(DicomElement、DicomTimeValue[])メソッド
SetDateTimeValue(DicomElement、DicomDateTimeValue[])メソッド