A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3466,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2832",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2816",
    "results": [
        {
            "id": 2823,
            "patient": 26083,
            "order": 21712,
            "height": null,
            "weight": null
        },
        {
            "id": 2824,
            "patient": 16305,
            "order": 21713,
            "height": null,
            "weight": null
        },
        {
            "id": 2825,
            "patient": 16305,
            "order": 21713,
            "height": null,
            "weight": null
        },
        {
            "id": 2826,
            "patient": 27488,
            "order": 21718,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2827,
            "patient": 27489,
            "order": 21714,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2828,
            "patient": 27490,
            "order": 21714,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2829,
            "patient": 27491,
            "order": 21714,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2830,
            "patient": 27494,
            "order": 21725,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}