A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3078,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2392",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2376",
    "results": [
        {
            "id": 2389,
            "patient": 26107,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2390,
            "patient": 26108,
            "order": 19981,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2391,
            "patient": 2596,
            "order": 19993,
            "height": null,
            "weight": null
        },
        {
            "id": 2392,
            "patient": 26120,
            "order": 19994,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2393,
            "patient": 17015,
            "order": 19999,
            "height": null,
            "weight": null
        },
        {
            "id": 2394,
            "patient": 24285,
            "order": 19999,
            "height": null,
            "weight": null
        },
        {
            "id": 402,
            "patient": 21727,
            "order": 19986,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2395,
            "patient": 18568,
            "order": 20007,
            "height": null,
            "weight": null
        }
    ]
}