A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2976
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=2984",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2968",
    "results": [
        {
            "id": 2958,
            "patient": 27831,
            "order": 22312,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2905,
            "patient": 27711,
            "order": 22070,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2906,
            "patient": 27712,
            "order": 22072,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2907,
            "patient": 27715,
            "order": 22075,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2908,
            "patient": 27720,
            "order": 22080,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2909,
            "patient": 27721,
            "order": 22080,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3033,
            "patient": 27958,
            "order": 22517,
            "height": null,
            "weight": null
        },
        {
            "id": 2959,
            "patient": 27835,
            "order": 22317,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}