GET api/Provider/PatientSpecificDetails?patientID={patientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
patientID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ActionResultViewModelOfPatientSpecificViewModelName | Description | Type | Additional information |
---|---|---|---|
StatusCode | integer |
None. |
|
Success | boolean |
None. |
|
Message | string |
None. |
|
Result | PatientSpecificViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": 1, "Success": true, "Message": "sample string 3", "Result": { "Flexion": 1, "Extension": 2, "Temperature": 3.0, "ActivityScore": 4, "TotalStepsPerDay": 5, "NotableEvents": 6, "DPO": 7, "LatestPainScore": "sample string 8", "ROMDelta": "sample string 9", "TemperatureDelta": "sample string 10", "LatestPainScoreRecordedDateTime": "2025-05-17T17:23:52.76656+00:00", "LatestWoundPhoto": "sample string 11", "LatestWoundPhotoRecordedDateTime": "2025-05-17T17:23:52.76656+00:00", "PendingPatientSurveyID": 12, "RehabPeriodTypeID": 64, "ExercisesPerformedPerDay": { "SittingLift": 1 }, "Notifications": [ { "ID": 1, "PatientID": 2, "DeviceID": "sample string 3", "NotificationType": 1, "NotificationValue": "sample string 4", "TimeStamp": "2025-05-17T17:23:52.76656+00:00", "IsNotified": true }, { "ID": 1, "PatientID": 2, "DeviceID": "sample string 3", "NotificationType": 1, "NotificationValue": "sample string 4", "TimeStamp": "2025-05-17T17:23:52.76656+00:00", "IsNotified": true } ] } }
application/xml, text/xml
Sample:
<ActionResultViewModelOfPatientSpecificViewModeldj8jxsKO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Web.ViewModels.ResultViewModels"> <Message>sample string 3</Message> <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Services.ViewModels.ProviderViewModels"> <d2p1:ActivityScore>4</d2p1:ActivityScore> <d2p1:DPO>7</d2p1:DPO> <d2p1:ExercisesPerformedPerDay xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfExerciseTypeintfPjyv8OE> <d3p1:Key>SittingLift</d3p1:Key> <d3p1:Value>1</d3p1:Value> </d3p1:KeyValueOfExerciseTypeintfPjyv8OE> </d2p1:ExercisesPerformedPerDay> <d2p1:Extension>2</d2p1:Extension> <d2p1:Flexion>1</d2p1:Flexion> <d2p1:LatestPainScore>sample string 8</d2p1:LatestPainScore> <d2p1:LatestPainScoreRecordedDateTime>2025-05-17T17:23:52.76656+00:00</d2p1:LatestPainScoreRecordedDateTime> <d2p1:LatestWoundPhoto>sample string 11</d2p1:LatestWoundPhoto> <d2p1:LatestWoundPhotoRecordedDateTime>2025-05-17T17:23:52.76656+00:00</d2p1:LatestWoundPhotoRecordedDateTime> <d2p1:NotableEvents>6</d2p1:NotableEvents> <d2p1:Notifications xmlns:d3p1="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Services.ViewModels.PatientsViewModels"> <d3p1:NotificationViewModel> <d3p1:DeviceID>sample string 3</d3p1:DeviceID> <d3p1:ID>1</d3p1:ID> <d3p1:IsNotified>true</d3p1:IsNotified> <d3p1:NotificationType>Temperature</d3p1:NotificationType> <d3p1:NotificationValue>sample string 4</d3p1:NotificationValue> <d3p1:PatientID>2</d3p1:PatientID> <d3p1:TimeStamp>2025-05-17T17:23:52.76656+00:00</d3p1:TimeStamp> </d3p1:NotificationViewModel> <d3p1:NotificationViewModel> <d3p1:DeviceID>sample string 3</d3p1:DeviceID> <d3p1:ID>1</d3p1:ID> <d3p1:IsNotified>true</d3p1:IsNotified> <d3p1:NotificationType>Temperature</d3p1:NotificationType> <d3p1:NotificationValue>sample string 4</d3p1:NotificationValue> <d3p1:PatientID>2</d3p1:PatientID> <d3p1:TimeStamp>2025-05-17T17:23:52.76656+00:00</d3p1:TimeStamp> </d3p1:NotificationViewModel> </d2p1:Notifications> <d2p1:PendingPatientSurveyID>12</d2p1:PendingPatientSurveyID> <d2p1:ROMDelta>sample string 9</d2p1:ROMDelta> <d2p1:RehabPeriodTypeID>64</d2p1:RehabPeriodTypeID> <d2p1:Temperature>3</d2p1:Temperature> <d2p1:TemperatureDelta>sample string 10</d2p1:TemperatureDelta> <d2p1:TotalStepsPerDay>5</d2p1:TotalStepsPerDay> </Result> <StatusCode>1</StatusCode> <Success>true</Success> </ActionResultViewModelOfPatientSpecificViewModeldj8jxsKO>