Helper.GetErrorInfo Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Parámetros
- docSchema
- HL7DocumentSchema
- depth
- Int32
- segment
- String
- field
- String
- subField
- String
- subComponent
- String
- fieldNo
- Int32
- subFieldNo
- Int32