SYNCT-58: Added PersonObject class for Person Object Pull and Push#153
SYNCT-58: Added PersonObject class for Person Object Pull and Push#153jnsereko wants to merge 1 commit intoopenmrs:masterfrom
Conversation
…n for Person Object pull and push
|
You are required to add logic for essentially doing REST /FHIR transactions . Did you look at https://wiki.openmrs.org/display/docs/Adding+a+Web+Service+Step+by+Step+Guide+for+Core+Developers |
Thank you @tendomart. I had only looked at https://wiki.openmrs.org/display/projects/OpenMRS+FHIR+Module So this means i dont hhave to worry with the api files in Sync 2 |
|
You may want to checkout this @jnsereko https://talk.openmrs.org/t/development-in-sync/28001?u=reagan |
|
How then would you exchange the info ?Im just thinking out loud anyway ? And which API files do you mean ? |
i mean the classes in openmrs-module-sync API classes
OK point noted. |
|
@jnsereko well done ,But you need to fully undesrtand How Sync2 works. you dont have to re-define again the model classes .
That being said , this ticket seems irrelevant , because already Person Objects are Being synced succesfully. see comments on the ticket |
https://issues.openmrs.org/browse/SYNCT-58
SYNCT-58: Added PersonObject class. I am trying to implement Pulling and Pushing for Person Object but i have little knowledge of what is to be done.
I am kinder pulsed on how to finish this ticket. But i request your view on what else to add on, or more information resources.
Should i also include the method
equals()andhashcode()in this class or it is not important?cc @dkayiwa @tendomart @mozzy11 @reagan-meant