[This is preliminary documentation and is subject to change.]
Get the value at the indexed field.
| C# | Visual Basic | Visual C++ |
public string Value( Hl7SegmentEnum name, int fieldIndex )
Public Function Value ( _ name As Hl7SegmentEnum, _ fieldIndex As Integer _ ) As String
public: String^ Value( Hl7SegmentEnum name, int fieldIndex )
- name (Hl7SegmentEnum)
- Segment Name.
- fieldIndex (Int32)
- Zero-based field index.
String - value at the indexed field.