Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  • SHR can now be exposed under two urls:
           http:shr_host:shr_port/path/to/end-point --> default url

 

                 http:shr_host:shr_port/version/path/to/end-point --> versioned url

 

 

  • If a new version is released, the older version need not serve the default url.

          To achieve this clear out the IS_LATEST_SHR property of SHR Service

  • By default clients, point to the latest shr. However if versioned shr services are maintained, clients can still point to an earlier version.Version configuration placeholders are present in the respective property files for each project, where version can be updated.

    Client propertyname

     | bdshr client | shr.version |

           | datasense | SHR_VERSION |

           | patient journal | SHR_VERSION |

This way, only clients who are strict about sticking to an older version have to update their properties to point to the older version.Else auto point to the latest version

  • Update the markers table to point to the order version for the sync to continue.

 

  • No labels