DVTk API
obxSeg Method (segmentIndex, fieldIndex, stringValue)
DVTkDvtk.Hl7.MessagesOrmMessageobxSeg(Int32, Int32, String)
DVTk API

[This is preliminary documentation and is subject to change.]

Set the OBX value given at the segment/field index.
Declaration Syntax
C#Visual BasicVisual C++
public void obxSeg(
	int segmentIndex,
	int fieldIndex,
	string stringValue
)
Public Sub obxSeg ( _
	segmentIndex As Integer, _
	fieldIndex As Integer, _
	stringValue As String _
)
public:
void obxSeg(
	int segmentIndex, 
	int fieldIndex, 
	String^ stringValue
)
Parameters
segmentIndex (Int32)
OBX Segment Index.
fieldIndex (Int32)
OBX Field Index (within Segment).
stringValue (String)
Value to set.

Assembly: DvtkHl7 (Module: DvtkHl7) Version: 0.0.0.0