Search



Page tree

Versions Compared

Key

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

Principles

Principles for modifying reference sets include:

  • Reference sets can be modified by
  • Don't modify immutable attributes of a reference set.
    • In the case where the modification of an immutable attribute is required, this should be done by inactivating the reference set member and creating a new reference set member with the required, updated values.
  • If circumstances require you to modify reference set members that belong to another module than the producers extension, following options exist:
    • Inactivating the specific reference set member in your own module and create a new reference set member with the updated value
      • The benefit of this approach is that you retain the definition and representation of the reference set member as it was intended by its original authors, and the new reference set member will be easily identified as a local reference set member, as the identifier of that reference set member is not available in the original reference set 
    • Create a new version of the specific reference set member in your own module, and make the necessary modifications

Proces

The table below provides a summary of the process to follow when modifying an existing member in a Reference Set.

...