A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2096
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=2104",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2088",
    "results": [
        {
            "id": 2302,
            "patient": 19887,
            "order": 19659,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2304,
            "patient": 25844,
            "order": 19685,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2308,
            "patient": 25856,
            "order": 19665,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2310,
            "patient": 25860,
            "order": 19697,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2312,
            "patient": 25862,
            "order": 19699,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2314,
            "patient": 25868,
            "order": 19705,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2316,
            "patient": 25875,
            "order": 19718,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2306,
            "patient": 3806,
            "order": 19692,
            "height": null,
            "weight": null
        }
    ]
}