/
RECORD OBJECT

RECORD OBJECT

A RECORD is an attachment to a TASK OBJECT containing information on the associated medical info to browse CASE's medical data.

  1. Not all TASK OBJECTs have an associated RECORD (typically RECORDs are just the final assessment of a complex set of TASKs such as a Spirometry report)
  2. The TASK.DATE is the date the TASK was executed (entered in the platform), but the RECORD.DATE is the DATE the information was gathered. For example if we enter on DATE2 a BLOOD ANALYSIS that was performed in DATE1, the TASK date will be DATE2, but the RECORD date will be DATE1
  3. A RECORD object includes DIAGNOSIS.MDC CODES tags (one or many) and RECORD.TYPE CODES tags (one or many)

RECORD PROPERTIES:

PROPERTYNAMETYPEDESCRIPTIONCOMMENTS
#RECORD.REFReferenceREFReference of the record
#RECORD.TASK.REFTaskREFReference to the associated task or activity
#RECORD.DATERecord datePROPERTY SETThe date the information of the record was generatedThis date may be different from the one in the TASK, as TASK date is the date the information was entered
#RECORD.REVIEWERUserREFReference to the USER that has reviewed the RECORD
#RECORD.TAGSTagsJSONA list of DIAGNOSIS.MDC CODES ("MDC") or RECORD.TYPE CODES ("RCD") tags
{"tags" :[{"code": "DIAGNOSIS.MDC", "value": "CARDIO"},
{"code": "RECORD:TYPE", "value": "MED_IMAGE"}]}

WEB SERVICES:

WSDESCRIPTION
record_list ()To retrieve the list of RECORDS of a given case
record_filter ()To obtain a list of possible filters to fetch a list of RECORDS
record_insert ()To update the properties of a record
record_get ()To retrieve a RECORD entry
record_set ()To update the properties of a record
record_delete ()

Related content