Mapping Resources (In Progress)

Data Mapping Resources (In Progress)

This page contains an assortment of resources to help explain the structure and relationship of the Data Mapping object.

Diagrams

Class Diagrams

                            classDiagram
 class Mapping { 
   ID : string 
   type : string 
   version : integer 
   name : string 
   description : string 
   dateCreated : string 
   dateTombstoned : string 
   creator : string 
   DefaultMapping : array 
   FieldMapping : array 
   mappingDataStandard : None 
 }

                            

Entity-Relationship Diagrams

                            erDiagram
                        

Built with Mermaid.js