Is there a way to add items to this field on the HTML immunization management form? If so how?
Any insight would be great thank you!
The last time I spoke with GE in regards to adding anything to this form, I was told that we are unable to and there is an SPR for this. I would check with GE to verify and be added to the SPR.
The historical source is in GE.IMM.MASTER (or GE.IMM.HXSRC) context element.
After you split it (by |), check for "GE.IMM.MASTER.HXSRC" in the 1st element of array.
You can use mdObject to pull and update it:
var historicalSource = $mdObject.EmrContent('GE.IMM.MASTER') ;
//change/add value here to historicalSource
// See: historicalSource .value ???
historicalSource.save();
This is a simple task for any javascript developer.
Oh. I forget to add link for mdObject:
https://github.com/mdObject/GECentricity
or
https://www.nuget.org/packages/mdObject.Centricity/
The github has a demo page. Sorry no demo for EmrContent 🙁
FYI, the table that these live in is called "CONTENTLIST"