Helper.GetErrorInfo Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- docSchema
- HL7DocumentSchema
- depth
- Int32
- segment
- String
- field
- String
- subField
- String
- subComponent
- String
- fieldNo
- Int32
- subFieldNo
- Int32