GET api/Provider/ExerciseSpecificRepetitions?patientId={patientId}&exerciseID={exerciseID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patientId

integer

Required

exerciseID

integer

Required

Body Parameters

None.

Response Information

Resource Description

ActionResultViewModelOfRoadMapViewModel
NameDescriptionTypeAdditional information
StatusCode

integer

None.

Success

boolean

None.

Message

string

None.

Result

RoadMapViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": 1,
  "Success": true,
  "Message": "sample string 3",
  "Result": {
    "ExerciseStartDate": "sample string 1",
    "SurgeryDate": "sample string 2",
    "WeekRange": 0,
    "RepetitionGraphs": [
      {
        "Exercisetype": 1,
        "RepetionGraphValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "RepetionGraphValuesGood": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "RepetionGraphValuesOk": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "RepetionStatusValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "PreOpAverageRepetition": 1.0
      },
      {
        "Exercisetype": 1,
        "RepetionGraphValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "RepetionGraphValuesGood": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "RepetionGraphValuesOk": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "RepetionStatusValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "PreOpAverageRepetition": 1.0
      }
    ],
    "ROMGraphs": [
      {
        "ExerciseType": 1,
        "FlexionGraphValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "ExtensionGraphValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "PreOpAverageExtension": 1.1,
        "PreOpAverageFlexion": 1.1,
        "PreOpMinExtension": 1,
        "PreOpMaxFlexion": 2
      },
      {
        "ExerciseType": 1,
        "FlexionGraphValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "ExtensionGraphValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "PreOpAverageExtension": 1.1,
        "PreOpAverageFlexion": 1.1,
        "PreOpMinExtension": 1,
        "PreOpMaxFlexion": 2
      }
    ],
    "TemperatureGraphs": {
      "sample string 1": 2.0,
      "sample string 3": 4.0
    },
    "StepsGraphs": {
      "sample string 1": 2,
      "sample string 3": 4
    },
    "RepetitionGraphsMonthly": [
      {
        "Exercisetype": 1,
        "RepetionGraphValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "RepetionGraphValuesGood": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "RepetionGraphValuesOk": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "RepetionStatusValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "PreOpAverageRepetition": 1.0
      },
      {
        "Exercisetype": 1,
        "RepetionGraphValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "RepetionGraphValuesGood": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "RepetionGraphValuesOk": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "RepetionStatusValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "PreOpAverageRepetition": 1.0
      }
    ],
    "ROMGraphsMonthly": [
      {
        "ExerciseType": 1,
        "FlexionGraphValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "ExtensionGraphValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "PreOpAverageExtension": 1.1,
        "PreOpAverageFlexion": 1.1,
        "PreOpMinExtension": 1,
        "PreOpMaxFlexion": 2
      },
      {
        "ExerciseType": 1,
        "FlexionGraphValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "ExtensionGraphValues": {
          "sample string 1": 2,
          "sample string 3": 4
        },
        "PreOpAverageExtension": 1.1,
        "PreOpAverageFlexion": 1.1,
        "PreOpMinExtension": 1,
        "PreOpMaxFlexion": 2
      }
    ],
    "TemperatureGraphsMonthly": {
      "sample string 1": 2.0,
      "sample string 3": 4.0
    },
    "StepsGraphsMonthly": {
      "sample string 1": 2,
      "sample string 3": 4
    },
    "MonthName": "sample string 3",
    "WeekName": "sample string 4",
    "ActivityScores": {
      "sample string 1": 2,
      "sample string 3": 4
    },
    "ExercisePercentages": {
      "sample string 1": 2,
      "sample string 3": 4
    },
    "ActivityScoresMonthly": {
      "sample string 1": 2,
      "sample string 3": 4
    },
    "ExercisePercentagesMonthly": {
      "sample string 1": 2,
      "sample string 3": 4
    },
    "TemperatureDeltaMonthly": {
      "sample string 1": 2.0,
      "sample string 3": 4.0
    },
    "TemperatureDeltaWeekly": {
      "sample string 1": 2.0,
      "sample string 3": 4.0
    },
    "WeeklyAverage": 5.0,
    "MonthlyAverage": 6.0,
    "PreOpAverageRepetition": 7.0,
    "PreOpAverageTemperature": 8.0,
    "PreOpAverageSteps": 9.0
  }
}

application/xml, text/xml

Sample:
<ActionResultViewModelOfRoadMapViewModel9WakHX_Pk 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.PatientsViewModels">
    <d2p1:ActivityScores xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringint>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>2</d3p1:Value>
      </d3p1:KeyValueOfstringint>
      <d3p1:KeyValueOfstringint>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>4</d3p1:Value>
      </d3p1:KeyValueOfstringint>
    </d2p1:ActivityScores>
    <d2p1:ActivityScoresMonthly xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringint>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>2</d3p1:Value>
      </d3p1:KeyValueOfstringint>
      <d3p1:KeyValueOfstringint>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>4</d3p1:Value>
      </d3p1:KeyValueOfstringint>
    </d2p1:ActivityScoresMonthly>
    <d2p1:ExercisePercentages xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringint>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>2</d3p1:Value>
      </d3p1:KeyValueOfstringint>
      <d3p1:KeyValueOfstringint>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>4</d3p1:Value>
      </d3p1:KeyValueOfstringint>
    </d2p1:ExercisePercentages>
    <d2p1:ExercisePercentagesMonthly xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringint>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>2</d3p1:Value>
      </d3p1:KeyValueOfstringint>
      <d3p1:KeyValueOfstringint>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>4</d3p1:Value>
      </d3p1:KeyValueOfstringint>
    </d2p1:ExercisePercentagesMonthly>
    <d2p1:ExerciseStartDate>sample string 1</d2p1:ExerciseStartDate>
    <d2p1:MonthName>sample string 3</d2p1:MonthName>
    <d2p1:MonthlyAverage>6</d2p1:MonthlyAverage>
    <d2p1:PreOpAverageRepetition>7</d2p1:PreOpAverageRepetition>
    <d2p1:PreOpAverageSteps>9</d2p1:PreOpAverageSteps>
    <d2p1:PreOpAverageTemperature>8</d2p1:PreOpAverageTemperature>
    <d2p1:ROMGraphs>
      <d2p1:ROMGraphViewModel>
        <d2p1:ExerciseType>SittingLift</d2p1:ExerciseType>
        <d2p1:ExtensionGraphValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:ExtensionGraphValues>
        <d2p1:FlexionGraphValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:FlexionGraphValues>
        <d2p1:PreOpAverageExtension>1.1</d2p1:PreOpAverageExtension>
        <d2p1:PreOpAverageFlexion>1.1</d2p1:PreOpAverageFlexion>
        <d2p1:PreOpMaxFlexion>2</d2p1:PreOpMaxFlexion>
        <d2p1:PreOpMinExtension>1</d2p1:PreOpMinExtension>
      </d2p1:ROMGraphViewModel>
      <d2p1:ROMGraphViewModel>
        <d2p1:ExerciseType>SittingLift</d2p1:ExerciseType>
        <d2p1:ExtensionGraphValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:ExtensionGraphValues>
        <d2p1:FlexionGraphValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:FlexionGraphValues>
        <d2p1:PreOpAverageExtension>1.1</d2p1:PreOpAverageExtension>
        <d2p1:PreOpAverageFlexion>1.1</d2p1:PreOpAverageFlexion>
        <d2p1:PreOpMaxFlexion>2</d2p1:PreOpMaxFlexion>
        <d2p1:PreOpMinExtension>1</d2p1:PreOpMinExtension>
      </d2p1:ROMGraphViewModel>
    </d2p1:ROMGraphs>
    <d2p1:ROMGraphsMonthly>
      <d2p1:ROMGraphViewModel>
        <d2p1:ExerciseType>SittingLift</d2p1:ExerciseType>
        <d2p1:ExtensionGraphValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:ExtensionGraphValues>
        <d2p1:FlexionGraphValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:FlexionGraphValues>
        <d2p1:PreOpAverageExtension>1.1</d2p1:PreOpAverageExtension>
        <d2p1:PreOpAverageFlexion>1.1</d2p1:PreOpAverageFlexion>
        <d2p1:PreOpMaxFlexion>2</d2p1:PreOpMaxFlexion>
        <d2p1:PreOpMinExtension>1</d2p1:PreOpMinExtension>
      </d2p1:ROMGraphViewModel>
      <d2p1:ROMGraphViewModel>
        <d2p1:ExerciseType>SittingLift</d2p1:ExerciseType>
        <d2p1:ExtensionGraphValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:ExtensionGraphValues>
        <d2p1:FlexionGraphValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:FlexionGraphValues>
        <d2p1:PreOpAverageExtension>1.1</d2p1:PreOpAverageExtension>
        <d2p1:PreOpAverageFlexion>1.1</d2p1:PreOpAverageFlexion>
        <d2p1:PreOpMaxFlexion>2</d2p1:PreOpMaxFlexion>
        <d2p1:PreOpMinExtension>1</d2p1:PreOpMinExtension>
      </d2p1:ROMGraphViewModel>
    </d2p1:ROMGraphsMonthly>
    <d2p1:RepetitionGraphs>
      <d2p1:RepetitionGraphViewModel>
        <d2p1:Exercisetype>SittingLift</d2p1:Exercisetype>
        <d2p1:PreOpAverageRepetition>1</d2p1:PreOpAverageRepetition>
        <d2p1:RepetionGraphValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionGraphValues>
        <d2p1:RepetionGraphValuesGood xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionGraphValuesGood>
        <d2p1:RepetionGraphValuesOk xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionGraphValuesOk>
        <d2p1:RepetionStatusValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionStatusValues>
      </d2p1:RepetitionGraphViewModel>
      <d2p1:RepetitionGraphViewModel>
        <d2p1:Exercisetype>SittingLift</d2p1:Exercisetype>
        <d2p1:PreOpAverageRepetition>1</d2p1:PreOpAverageRepetition>
        <d2p1:RepetionGraphValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionGraphValues>
        <d2p1:RepetionGraphValuesGood xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionGraphValuesGood>
        <d2p1:RepetionGraphValuesOk xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionGraphValuesOk>
        <d2p1:RepetionStatusValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionStatusValues>
      </d2p1:RepetitionGraphViewModel>
    </d2p1:RepetitionGraphs>
    <d2p1:RepetitionGraphsMonthly>
      <d2p1:RepetitionGraphViewModel>
        <d2p1:Exercisetype>SittingLift</d2p1:Exercisetype>
        <d2p1:PreOpAverageRepetition>1</d2p1:PreOpAverageRepetition>
        <d2p1:RepetionGraphValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionGraphValues>
        <d2p1:RepetionGraphValuesGood xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionGraphValuesGood>
        <d2p1:RepetionGraphValuesOk xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionGraphValuesOk>
        <d2p1:RepetionStatusValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionStatusValues>
      </d2p1:RepetitionGraphViewModel>
      <d2p1:RepetitionGraphViewModel>
        <d2p1:Exercisetype>SittingLift</d2p1:Exercisetype>
        <d2p1:PreOpAverageRepetition>1</d2p1:PreOpAverageRepetition>
        <d2p1:RepetionGraphValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionGraphValues>
        <d2p1:RepetionGraphValuesGood xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionGraphValuesGood>
        <d2p1:RepetionGraphValuesOk xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionGraphValuesOk>
        <d2p1:RepetionStatusValues xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>2</d5p1:Value>
          </d5p1:KeyValueOfstringint>
          <d5p1:KeyValueOfstringint>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>4</d5p1:Value>
          </d5p1:KeyValueOfstringint>
        </d2p1:RepetionStatusValues>
      </d2p1:RepetitionGraphViewModel>
    </d2p1:RepetitionGraphsMonthly>
    <d2p1:StepsGraphs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringint>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>2</d3p1:Value>
      </d3p1:KeyValueOfstringint>
      <d3p1:KeyValueOfstringint>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>4</d3p1:Value>
      </d3p1:KeyValueOfstringint>
    </d2p1:StepsGraphs>
    <d2p1:StepsGraphsMonthly xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringint>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>2</d3p1:Value>
      </d3p1:KeyValueOfstringint>
      <d3p1:KeyValueOfstringint>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>4</d3p1:Value>
      </d3p1:KeyValueOfstringint>
    </d2p1:StepsGraphsMonthly>
    <d2p1:SurgeryDate>sample string 2</d2p1:SurgeryDate>
    <d2p1:TemperatureDeltaMonthly xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringdecimal>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>2</d3p1:Value>
      </d3p1:KeyValueOfstringdecimal>
      <d3p1:KeyValueOfstringdecimal>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>4</d3p1:Value>
      </d3p1:KeyValueOfstringdecimal>
    </d2p1:TemperatureDeltaMonthly>
    <d2p1:TemperatureDeltaWeekly xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringdecimal>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>2</d3p1:Value>
      </d3p1:KeyValueOfstringdecimal>
      <d3p1:KeyValueOfstringdecimal>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>4</d3p1:Value>
      </d3p1:KeyValueOfstringdecimal>
    </d2p1:TemperatureDeltaWeekly>
    <d2p1:TemperatureGraphs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringdecimal>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>2</d3p1:Value>
      </d3p1:KeyValueOfstringdecimal>
      <d3p1:KeyValueOfstringdecimal>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>4</d3p1:Value>
      </d3p1:KeyValueOfstringdecimal>
    </d2p1:TemperatureGraphs>
    <d2p1:TemperatureGraphsMonthly xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringdecimal>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>2</d3p1:Value>
      </d3p1:KeyValueOfstringdecimal>
      <d3p1:KeyValueOfstringdecimal>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>4</d3p1:Value>
      </d3p1:KeyValueOfstringdecimal>
    </d2p1:TemperatureGraphsMonthly>
    <d2p1:WeekName>sample string 4</d2p1:WeekName>
    <d2p1:WeekRange>PREOP</d2p1:WeekRange>
    <d2p1:WeeklyAverage>5</d2p1:WeeklyAverage>
  </Result>
  <StatusCode>1</StatusCode>
  <Success>true</Success>
</ActionResultViewModelOfRoadMapViewModel9WakHX_Pk>