Configuring Device Identification

You can configure properties required to set up Device Identification for regulatory submissions. See Properties for Device Identification.

  1. Create or open the text file for customized properties. For more information, see Editing Properties Using MQL.
  2. To provide default value for a country when DI is created for a medical device product, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      DEID.DeviceIdentification.DefaultCountry=USA

    2. Set the value for this property depending on your business requirements.
  3. To provide default value for a device class when DI is created for a medical device product, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      DEID.DeviceIdentification.DefaultClassification=ClassIII

    2. Set the value for this property depending on your business requirements.
  4. To provide host name of the regulatory database, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      DEID.HL7SPLXML_Host_Name=HostServerName

    2. Set the value for this property depending on your business requirements.
  5. To provide protocol for file transfer, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      DEID.HL7SPLXML_Protocol=https

    2. Set the value for this property depending on your business requirements.
  6. To provide the port number to connect, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      DEID.HL7SPLXML_Port = 8443

    2. Set the value for this property depending on your business requirements.
  7. To provide AS2 gateway application name that is deployed in the application server, follow these steps:
    1. Add or edit this line:

      DEID.HL7SPLXML_App_Name=AS2GatewaySubmission

    2. Set the value for this property depending on your business requirements.
  8. To provide the path where the properties file is stored to keep track of object id vs message id, follow these steps:
    1. Add or edit this line:

      DEID.PATH.PROPERTIES_FILE = \\\\servername\\location_path\\mapping.properties

    2. Set the value for this property depending on your business requirements.
  9. When you are finished updating the text file with all properties that you want to modify, use the text file to modify the emxDEID.propertiespage object. For more information, see Editing Properties Using MQL.