Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

eSystemName ='LOINC', displayName = ST{value='Comment'}}
Let highReticsCommentObs: Observation = Observation{observationCode = commentCode,
  value = ST{value = 'Raised reticulocytes, consider haemolytic anaemia and blood loss as causes.'}
                                               }
 -- result

Let result:Sequence(Observation)
        = Sequence{highReticsCommentObs
                   }
 result

-----------------

And after running this we can see the result in the variables on LHS:

But what does this look like back in EO?Image Added