GET API/V1/Patients/{patientId}/Formulas
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchOrder | iMDsoft.API.Metavision.Data.Signals.FormulaSearchOptions+FormulaResultsSearchOrder |
None. |
|
| PatientId | integer |
None. |
|
| ParameterId | integer |
None. |
|
| ParametersIds | string |
None. |
|
| FromTime | date |
None. |
|
| ToTime | date |
None. |
|
| LastUpdateSince | date |
None. |
|
| CategoryParameterIds | Collection of integer |
None. |
|
| DbTimeStampSignalType | iMDsoft.API.Metavision.Data.Signals.SignalModel.DbTimeStampSignalType |
None. |
|
| DbTimeStamp | string |
None. |
|
| DeviceName | string |
None. |
|
| patientId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
iMDsoft.API.Metavision.Data.Signals.FormulaModelEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId | integer |
None. |
|
| ParameterId | integer |
None. |
|
| Abbreviation | string |
None. |
|
| ValueString | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"patientId": 1,
"parameterId": 2,
"abbreviation": "sample string 3",
"valueString": "sample string 4"
}