ORU_R01_OBSERVATION observation = orderObservation.GetOBSERVATION(0);
OBX obx = observation.OBX;
obx.ValueType.Value = "AD";
obx.ObservationIdentifier.Identifier.Value = "Report";
obx.ObservResultStatus.Value = "F";
Here i want to add the OBX-5 Observation Value. How can i add this ?
I know this is a very late answer but I hope it can help someone in future. This is how I set my OBX segment value.
Hope this helps.