cdd_getCodeValue

Purpose:

Get the value a coded possible value.

Parameters (json array)

  • serviceName (string) = “dataDictionary”
  • function (string) = “cdd_getCodeValue”
  • codeValueID(string)
  • valueCol (string)

Notes

  • The default column is Label_Med

Results (json array)

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

Example

Click here for an example.

Leave a Reply