Changes between Version 48 and Version 49 of BluePrint/Importer


Ignore:
Timestamp:
01/23/11 07:12:35 (14 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Importer

    v48 v49  
    267267- Some schemas may not contain fields that we deem required, such as location name.
    268268  We will need to synthesize these fields. E.g. for hospital locations, use the name
    269   of the hospital as the location name.
     269  of the hospital as the location name. It will be helpful for this if our schema
     270  uses standardized field names, like "name". Then, for instance, if we receive a
     271  primary table with a name column, and linked tables without a name column, but where
     272  we have a name field, we could have a general rule to use the primary's name. We
     273  should also support mappings that call for the same input value to be inserted in
     274  multiple destinations. (For a UI where a user is constructing a schema mapping,
     275  we should remember to allow the user to map one input field to multiple destinations.
    270276
    271277- It is possible for another schema to reverse the sense of a 1-1 link. It would be