A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3077,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2408",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2392",
    "results": [
        {
            "id": 2404,
            "patient": 26156,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2405,
            "patient": 26157,
            "order": 20036,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2406,
            "patient": 25168,
            "order": 20039,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2407,
            "patient": 23165,
            "order": 20040,
            "height": null,
            "weight": null
        },
        {
            "id": 2418,
            "patient": 26193,
            "order": 20067,
            "height": null,
            "weight": null
        },
        {
            "id": 2451,
            "patient": 1284,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2408,
            "patient": 26162,
            "order": 20041,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2937,
            "patient": 26472,
            "order": 22211,
            "height": null,
            "weight": null
        }
    ]
}