Versions Compared

Key

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

...

Code Block
languagejs
titlebindtypes.json
linenumberstrue
{
   "bindobjects":[
  [    {
         "name": "person",
         "columns" : [ {:[
            {
               "name": "age"
            }
         ]
      },
      {
         "name": "mamoni_pregnant_woman",
         "columns" : [ {:[
            {
               "name":"pregID"
            },
            {
               "name":"PW_AGE"
            }
         ]
      },{
      {
         "name": "household",
 
         "columns":[
:
[ ]        ]
 },     },
    {  {
         "name": "eligible_couple",
           "columns" : [:[

         ]
      }
  } ]
}

Above is what a sample bindtype.json would look like. The name would be the name we would like to give to the bindtypes. The columns is the list of columns, the bindtypes would have in the database. This is optional and can be kept empty if desired as shown in the example.