Versions Compared

Key

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

The DCM-Foundation consists of the following projects, dashboards and internal libraries:

Image RemovedImage Added

External Libraries + Internal Library: BlueriqDocumentModelling

...

This internal library shares the "ZaakMetadata" or Case Metadata definition. This is an aggregate definition where the properties are stored which are relevant for various Case-Types. This definition could hold attributes like "Phase", "Status" or "Deadlines". This is modelled in the form of an aggregate definition. In all interaction models, this definition can be used to either determine the values of this metadata field for the specific case, or to use the metadata "labels" for searching on active cases (DCM_CaseSearch) or requesting lists (for example the DCM_WorkList or DCM_CaseList).

Internal Library: ZaakType_A_Interface

This library contains the Webservice REST interface to communicate with the Case-Type. This library could be shared with other Blueriq models when you want to call the BAARS to the Case-Type. It is also used by the Case-Type to consume the Webservice, by having a data-mapping to the service implementation module.

Dashboards: Foundation

This is the model used in the DCM-Dashoard application. There is one dashboard model for all Case-Types (with possibly different pages for each Case-Type).

...