Ian

Results 222 comments of Ian

@bmamlin The goal here is just to align the orders frontend with the existing backend validations. For better or for worse, core [currently validates drug orders based off the care...

@dkayiwa Awesome! I think we do need that parameter for this use-case. The other part that's a little disconcerting is that the DISCONTINUE order doesn't actually seem to be discontinuing...

So, I think going to the last workspace only if it was previously opened makes the most sense. Specifically, I think that if the user opens a workspace from the...

So broad comments on here: * I think it's fine to add a new slot, but I'd resist calling it anything to do with "billing". Slots are spaces on the...

@Ruhanga If the issue is that it's a Spring bean, couldn't we take advantage of that to have it call `init()` as either a Spring initializer or `@PostConstruct` or similar...

One thing I'll note here is that the `SELECT` statement from the ticket is generated from the call `Context.getAdministrationService().getGlobalProperty(OpenmrsConstants.GLOBAL_PROPERTY_LAYOUT_NAME_TEMPLATE)`, so fixing this issue will require not running that command at...

@mherman22 Is there no way to get this to work without shifting to 2.0.0 of the FHIR2 module? I would prefer to support older versions.

It looks like we're going to need to make 2.6 the minimum version for the LoaderTest and probably the validator too for this to work. @Ruhanga Do you have an...

First bit looks like we need to change the calls like: ```java executeChangelog("changelog", null); ``` To: ```java executeChangelog("changelog", (ChangeSetExecutorCallback) null); ``` In ConfigTester...

@mks-d This PR adds support for a feature that allows mapping between OMRS Attributes and FHIR [ContactPoints](https://www.hl7.org/fhir/R4/datatypes.html#ContactPoint). It populates a table that we use in the FHIR2 module to map...