Helper.GetHL7ErrorInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- node
- AbstractDataEntity
- segId
- String
- fieldId
- String
- fieldNo
- Int32
- subFieldNo
- Int32