**********************************************************
* eHealth Business intrahub V3  RELEASE NOTES            *
**********************************************************
3.14.1 release (octobre 2017)
 . For the orgpharmacy target group you might need to add pharmacy and hcparty pharmacistholder info to the hcparty list:
          #
          kmehr.hubservicev3.hcpartylist=pharmacy,pharmacistholder,identifier,software
          kmehr.hubservicev3.pharmacy.id.idhcparty.value=${pharmacy.nihii}
          kmehr.hubservicev3.pharmacy.id.idhcparty.sv=1.0
          kmehr.hubservicev3.pharmacy.cd.cdhcparty.value=orgpharmacy
          kmehr.hubservicev3.pharmacy.cd.cdhcparty.sv=1.1
          kmehr.hubservicev3.pharmacy.id.name=${pharmacy.name}
          kmehr.hubservicev3.pharmacistholder.id.inss.value=${pharmacy-holder.ssin}
          kmehr.hubservicev3.pharmacistholder.id.inss.sv=1.0
          kmehr.hubservicev3.pharmacistholder.id.idhcparty.value=${pharmacy-holder.nihii}
          kmehr.hubservicev3.pharmacistholder.id.idhcparty.sv=1.0
          kmehr.hubservicev3.pharmacistholder.cd.cdhcparty.value=${main.kmehr.quality}
          kmehr.hubservicev3.pharmacistholder.cd.cdhcparty.sv=1.1
          kmehr.hubservicev3.pharmacistholder.firstname=${pharmacy-holder.firstname}
          kmehr.hubservicev3.pharmacistholder.lastname=${pharmacy-holder.lastname}
          #
 

3.14.0 release (octobre 2017)
 . improvement        be/ehealth/businessconnector/hubv3/session/HubService                          overload interface with method arguments breakTheGlass and maxRows
 . improvement        be/ehealth/businessconnector/hubv3/service/HubTokenService                     add method arguments breakTheGlass and maxRows
 . improvement        be/ehealth/businessconnector/hubv3/session/WalkThroughRswIntegrationTest       adapt safe tests for RSW implementation
 . Safe operations have been fully validated only for the Vitalink hub.
 . configuration example for Vitalink acc:          
 
         # Hub id
         hubv3.id=1990001916
         
         # Hub application (ignored for RSW)
         hubv3.application=VITALINKGATEWAY
         
         endpoint.hubv3.intra=https://vitalink-acpt.ehealth.fgov.be/vpmg/vitalink-gateway/IntraHubService
         
         #True or false if you want to validate the incoming message with the xsd
         validation.incoming.intrahubv3.message=true
         
         # Normally usedefaultproperties=true may be set for RSW: then no further kmehr properties need to be set.
         kmehr.hubservicev3.usedefaultproperties=false
         #
         kmehr.hubservicev3.hcpartylist=identifier,software
         kmehr.hubservicev3.identifier.id.inss.value=${careprovider.inss}
         kmehr.hubservicev3.identifier.id.inss.sv=1.0
         kmehr.hubservicev3.identifier.id.idhcparty.value=${careprovider.nihii}
         kmehr.hubservicev3.identifier.id.idhcparty.sv=1.0
         kmehr.hubservicev3.identifier.cd.cdhcparty.value=${main.kmehr.quality}
         kmehr.hubservicev3.identifier.cd.cdhcparty.sv=1.1
         kmehr.hubservicev3.identifier.firstname=${careprovider.firstname}
         kmehr.hubservicev3.identifier.lastname=${careprovider.lastname}
         #
         ### End user software info (not mandatory for RSW)
         #
         # Name of the sofware
         kmehr.hubservicev3.software.id.local.value.1=Your software name
         #
         kmehr.hubservicev3.software.cd.cdhcparty.value=application
         #
         ###
         
         ### Address info: for RSW and RSB the address of the requestor is ignored 
         #
         kmehr.hubservicev3.identifier.address.cd.sv=1.0
         #
         # The address type of the end user person
         kmehr.hubservicev3.identifier.address.cd.value=careaddress
         #
         kmehr.hubservicev3.identifier.address.cd.schemes=cdaddress
         #
         # the NIS code of the address of the end user person
         kmehr.hubservicev3.identifier.address.nis=Your nis
         #
         ###
         
 
3.14.0-beta-0 release (september 2017)
 . initial release
