Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameValue
  • <request name>_REQUEST has details on defines the request email notification generation parameters. 
  • Request email can be configured in PM_USER_DATA parameters to define the email address of the User.
<?xml version="1.0"?>
<ValueExporter>
  <Version>[...version number...]</Version>
  <CreationDateTime>08/09/2024 12:00:00</CreationDateTime>
  <RequestLetter>[...details sent to Manager on user data request...]  </RequestLetter>
</ValueExporter>
  • <request name>_CSV has details on export file generation   defines the data export email parameters and the SQL to for the export file generation.   
  • The data export email has detailed info on the file location and access info.
  • The exported file is generated in a secure location on the local drive along with the data export email file in a zipped folder
<?xml version="1.0"?>
<ValueExporter>
  <Version>[...version number...]</Version>
  <CreationDateTime><date value></CreationDateTime>
  <RequesterEmailLetter>details sent to user on data request</RequesterEmailLetter>
    <LetterFilename><name of the file></LetterFilename>
  <Letter> <letter content></Letter>
  <Table>
<Filename>filename</Filename>
<Query>[... SQL query to generate the data export content...]</Query>
      <SeparatorCharacter>[...file format seperator...]</SeparatorCharacter>
  </Table>

</ValueExporter>

...