次の方法で共有


Helper.GetHL7ErrorInfo メソッド

定義

public:
 static void GetHL7ErrorInfo(Microsoft::Solutions::BTAHL7::Pipelines::AbstractDataEntity ^ node, [Runtime::InteropServices::Out] System::String ^ % segId, [Runtime::InteropServices::Out] System::String ^ % fieldId, [Runtime::InteropServices::Out] int % fieldNo, [Runtime::InteropServices::Out] int % subFieldNo);
public static void GetHL7ErrorInfo (Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity node, out string segId, out string fieldId, out int fieldNo, out int subFieldNo);
static member GetHL7ErrorInfo : Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity *  *  *  *  -> unit
Public Shared Sub GetHL7ErrorInfo (node As AbstractDataEntity, ByRef segId As String, ByRef fieldId As String, ByRef fieldNo As Integer, ByRef subFieldNo As Integer)

パラメーター

segId
String
fieldId
String
fieldNo
Int32
subFieldNo
Int32

適用対象