cdd_getDataElementDef

Purpose:

Gets the definition of a Data Element

Parameters (json array)

  • serviceName (string) = “dataDictionary”
  • function (string) = “cdd_getDataLementDef”
  • DataElement(string)
  • DEID(string)

Notes

  • One of the parameters is mandatory (DataElement, DEID

Results (json array)

  • Status (string).  (“0″=Success, “1”=Not Successful)
  • statusMessage (string) (“Empty”,”Results”)
  • data (json array) (the results if not empty)

Example

Click here for an example.