return "multipleObsGroupDifferentAnswerConceptIdForm";
}
@Override
public Encounter getEncounterToView() throws Exception {
Encounter e = new Encounter();
e.setPatient(getPatient());
Date date = Context.getDateFormat().parse("01/02/2003");
e.setDateCreated(new Date());
e.setEncounterDatetime(date);
e.setLocation(Context.getLocationService().getLocation(2));
e.setProvider(Context.getPersonService().getPerson(502));
// create three obsgroups with the identical structures but with different answer values for the obs
TestUtil.addObsGroup(e, 7, new Date(), 1000, Context.getConceptService().getConcept(1001), new Date(), 8, "foo1",
new Date());
TestUtil.addObsGroup(e, 7, new Date(), 1000, Context.getConceptService().getConcept(1002), new Date(), 8, "foo2",