A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3293,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1696",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1680",
    "results": [
        {
            "id": 1581,
            "patient": 24586,
            "order": 17915,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1580,
            "patient": 24586,
            "order": 17915,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1582,
            "patient": 24587,
            "order": 17916,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1583,
            "patient": 24588,
            "order": 17917,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1584,
            "patient": 24588,
            "order": 17917,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1585,
            "patient": 24589,
            "order": 17918,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1586,
            "patient": 20734,
            "order": 17920,
            "height": null,
            "weight": null
        },
        {
            "id": 1588,
            "patient": 20734,
            "order": 17920,
            "height": null,
            "weight": null
        }
    ]
}