/
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.
- 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)
- 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
- A RECORD object includes DIAGNOSIS.MDC CODES tags (one or many) and RECORD.TYPE CODES tags (one or many)
RECORD PROPERTIES:
PROPERTY | NAME | TYPE | DESCRIPTION | COMMENTS |
---|---|---|---|---|
#RECORD.REF | Reference | REF | Reference of the record | |
#RECORD.TASK.REF | Task | REF | Reference to the associated task or activity | |
#RECORD.DATE | Record date | PROPERTY SET | The date the information of the record was generated | This date may be different from the one in the TASK, as TASK date is the date the information was entered |
#RECORD.REVIEWER | User | REF | Reference to the USER that has reviewed the RECORD | |
#RECORD.TAGS | Tags | JSON | A 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:
WS | DESCRIPTION |
---|---|
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 () |
, multiple selections available,
Related content
RECORD.TYPE CODES
RECORD.TYPE CODES
More like this
record_set ()
record_set ()
More like this
record_get ()
record_get ()
More like this
record_list ()
record_list ()
More like this
RECORD SETTINGS
RECORD SETTINGS
More like this
record_insert ()
record_insert ()
More like this