A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2064
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2841,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2072",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2056",
    "results": [
        {
            "id": 2036,
            "patient": 25257,
            "order": 18863,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2037,
            "patient": 25257,
            "order": 18863,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2260,
            "patient": 25655,
            "order": 19485,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2039,
            "patient": 25258,
            "order": 18868,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2038,
            "patient": 25258,
            "order": 18868,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2040,
            "patient": 25259,
            "order": 18869,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2041,
            "patient": 25260,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2264,
            "patient": 25658,
            "order": 19486,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}