A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3643,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=736",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=720",
    "results": [
        {
            "id": 849,
            "patient": 22950,
            "order": 15302,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 850,
            "patient": 22955,
            "order": 15309,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 851,
            "patient": 22957,
            "order": 15313,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 852,
            "patient": 22958,
            "order": 15314,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 853,
            "patient": 22336,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 854,
            "patient": 22963,
            "order": 15318,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 855,
            "patient": 22966,
            "order": 15324,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 856,
            "patient": 21974,
            "order": 15328,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}