Helper.GetErrorInfo 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 bool GetErrorInfo(Microsoft::Solutions::BTAHL7::Pipelines::HL7DocumentSchema ^ docSchema, int depth, System::String ^ segment, System::String ^ field, System::String ^ subField, System::String ^ subComponent, int % fieldNo, int % subFieldNo);
public static bool GetErrorInfo (Microsoft.Solutions.BTAHL7.Pipelines.HL7DocumentSchema docSchema, int depth, string segment, string field, string subField, string subComponent, ref int fieldNo, ref int subFieldNo);
static member GetErrorInfo : Microsoft.Solutions.BTAHL7.Pipelines.HL7DocumentSchema * int * string * string * string * string * * -> bool
Public Shared Function GetErrorInfo (docSchema As HL7DocumentSchema, depth As Integer, segment As String, field As String, subField As String, subComponent As String, ByRef fieldNo As Integer, ByRef subFieldNo As Integer) As Boolean
Parameters
- docSchema
- HL7DocumentSchema
- depth
- Int32
- segment
- String
- field
- String
- subField
- String
- subComponent
- String
- fieldNo
- Int32
- subFieldNo
- Int32