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": 3287,
    "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": 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
        },
        {
            "id": 2318,
            "patient": 25881,
            "order": 19727,
            "height": null,
            "weight": null
        },
        {
            "id": 2320,
            "patient": 22510,
            "order": 19731,
            "height": null,
            "weight": null
        },
        {
            "id": 2322,
            "patient": 25888,
            "order": 19738,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}