[This is preliminary documentation and is subject to change.]
Class constructor.
| C# | Visual Basic | Visual C++ |
public AttributeComparisonResults( Tag tag, string segment, int fieldIndex, string value1, string value2 )
Public Sub New ( _ tag As Tag, _ segment As String, _ fieldIndex As Integer, _ value1 As String, _ value2 As String _ )
public: AttributeComparisonResults( Tag^ tag, String^ segment, int fieldIndex, String^ value1, String^ value2 )
- tag (Tag)
- Attribute Tag.
- segment (String)
- HL7 Segment Name.
- fieldIndex (Int32)
- Hl7 Segment Field Index.
- value1 (String)
- First Compared Attribute Value.
- value2 (String)
- Second Compared Attribute Value.