A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3642,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=680",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=664",
    "results": [
        {
            "id": 786,
            "patient": 22752,
            "order": 14996,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 875,
            "patient": 23058,
            "order": 15438,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 788,
            "patient": 22758,
            "order": 15013,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 790,
            "patient": 22766,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 876,
            "patient": 23062,
            "order": 15448,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 792,
            "patient": 22773,
            "order": 15033,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 794,
            "patient": 22773,
            "order": 15033,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 100,
            "patient": 20036,
            "order": 15016,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}