Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ezfit:clarujust:ezfit_optimizer_clarujust_device_id_number [2010/02/24 14:38]
smayr created
ezfit:clarujust:ezfit_optimizer_clarujust_device_id_number [2010/02/24 14:43] (current)
smayr
Line 10: Line 10:
 # Add set and get methods for this attribute. # Add set and get methods for this attribute.
  
-Clarujust can then manage creating and setting a logical patient ID that is still separate from ezFIT for privacy concerns, but have a way to get back to patient information on our end. Clarujust will keep the serial number information managed separately (but probably related to) from this new parameter.+Clarujust can then manage creating and setting a logical patient ID that is still separate from ezFIT for privacy concerns, but have a way to get back to patient information on Audigence'end. Clarujust will keep the serial number information managed separately (but probably related to) from this new parameter. 
 == Scenarios == == Scenarios ==
  
Line 38: Line 39:
  * Globally unique.  * Globally unique.
  
-Eg: MD5(LastName+FirstName+ProductCode+Side)+Eg: MD5(LastName+FirstName+ProductCode+Side) = [''DOE JOHN prod_Flx Left'']
  
 This provides a unique global ID that moves with the patient.  It is dependent on the name and product being used.   This should solve the issues for the following scenarios: This provides a unique global ID that moves with the patient.  It is dependent on the name and product being used.   This should solve the issues for the following scenarios:
-Device ID is the same when Patient moves to another state or country. + Device ID is the same when Patient moves to another state or country. 
-Device ID is the same when Patient moves to another hearing health provider in the same town. + Device ID is the same when Patient moves to another hearing health provider in the same town. 
-Device ID is the same when Patient uses a new set of instruments (i.e. new serial numbers) but are the same product model.+ Device ID is the same when Patient uses a new set of instruments (i.e. new serial numbers) but are the same product model.
  
 However, if the patient decides to try another product, then the Device ID will change.   However, if the patient decides to try another product, then the Device ID will change.