Hi Verena, I have the same problem but I don't understand what result is. can you be more specific on what the result in the above example is? Rajesh.
I am not able to set the observation value, can someone please help me understand how to set this value? var obx = orderObservation.AddOBSERVATION().OBX; //Sequence: 1 obx.SetIDOBX.Value = setIdObx.ToString(); //Sequence: 2 obx.ValueType.Value = Constants.HL7Constants.OBXConstants.ValueType; //Sequence: 3 obx.ObservationIdentifier.Identifier.Value = result.LoincCode; obx.ObservationIdentifier.Text.Value = result.TestCode; obx.ObservationIdentifier.NameOfCodingSystem.Value = Constants.HL7Constants.OBXConstants.NameOfCodingSystem;...