Saving observations

Application Name: Platform Version Number: 2.0.1 Question: Are observations (obs) saved together with the encounter when you invoke the method encounterService.saveEncounter(encounter)?

I’m asking because I seem to be unable to save observations (i.e. complaints, diagnosis) even though I’ve already added them using encounter.addObs(obs). Any help would be greatly appreciated! :slight_smile:

Yes, observations are supposed to be automatically saved when you call encounterService.saveEncounter().

Can you share the code where this is failing (or ideally show the failure in the form of a unit test?)

-Darius

Thanks for that! :slight_smile: I’ve figured it out. Turns out I just failed to get my patient object.