tendomart

Results 46 comments of tendomart

> @tendomart that's the link of the ticket that was uploaded https://issues.openmrs.org/browse/TRUNK-2853?filter=-3 You wanna share this in the description section above

@ibacher we have an issue here https://github.com/openmrs/openmrs-core/pull/3863/files

@ibacher @pmanko 1 .I just want to know wether this Handler has the required method implementation for doing  the required business.  2.Would it make sense to design multiple ComplexObsHandler implementations...

oops true .Thanks @corneliouzbett this happened in my last commit yesterday . Prior to that all was well .And i didn't get time to review yesterday .Thanks again

Thanks @ibacher so then what will we use to map the remaining searchParams as most of the Fhir Media Params have no direct correlations with the Openmrs Obs and no...

Alright thanks alot .Sorry for late response , been doing some house cleaning on my Jira Dashboard .

@ibacher I just want to ask ,is this the new way of , to replace `@Qualifier("fhirResources")` with `@R4Provider`

Hi @ibacher i have tried to look around for a solution but failed to figure out why ``` @Override public Obs get(@Nonnull String uuid) { return obsService.getObsByUuid(uuid); } @Override public...

Thanks @ibacher for bringing this up . Iam still finding some trouble defining the search param . I have already identified them at https://www.hl7.org/fhir/DSTU2/media.html but i really don't understand the...