Helper.GetErrorInfo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- docSchema
- HL7DocumentSchema
- depth
- Int32
- segment
- String
- field
- String
- subField
- String
- subComponent
- String
- fieldNo
- Int32
- subFieldNo
- Int32