A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3061,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2968",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2952",
    "results": [
        {
            "id": 2948,
            "patient": 15113,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2894,
            "patient": 27692,
            "order": 22042,
            "height": null,
            "weight": null
        },
        {
            "id": 2895,
            "patient": 27694,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2950,
            "patient": 27814,
            "order": 22280,
            "height": null,
            "weight": null
        },
        {
            "id": 2897,
            "patient": 27697,
            "order": 22049,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2896,
            "patient": 27697,
            "order": 22049,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2898,
            "patient": 27701,
            "order": 22055,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2952,
            "patient": 25700,
            "order": 22292,
            "height": null,
            "weight": null
        }
    ]
}