POST api/CaseStudy/Patient_level_cardiac

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsPatient_level_cardiac
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "L_LAD": "sample string 1",
  "L_LAD_type": "sample string 2",
  "L_LCX": "sample string 3",
  "L_LCX_type": "sample string 4",
  "L_RCA": "sample string 5",
  "L_RCA_type": "sample string 6",
  "R_LAD": "sample string 7",
  "R_LAD_type": "sample string 8",
  "R_LCX": "sample string 9",
  "R_LCX_type": "sample string 10",
  "R_RCA": "sample string 11",
  "R_RCA_type": "sample string 12",
  "patient_id": "sample string 13",
  "visit_report_id": "sample string 14",
  "Dml_Indicator": "sample string 15",
  "user_created_by": "sample string 16"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClsPatient_level_cardiac'.