A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2818,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2640",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2624",
    "results": [
        {
            "id": 2598,
            "patient": 26796,
            "order": 20735,
            "height": null,
            "weight": null
        },
        {
            "id": 2504,
            "patient": 3114,
            "order": 20355,
            "height": null,
            "weight": null
        },
        {
            "id": 2599,
            "patient": 19636,
            "order": 20751,
            "height": null,
            "weight": null
        },
        {
            "id": 2505,
            "patient": 22937,
            "order": 20360,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2601,
            "patient": 24080,
            "order": 20763,
            "height": null,
            "weight": null
        },
        {
            "id": 2506,
            "patient": 26449,
            "order": 20363,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2508,
            "patient": 26455,
            "order": 20323,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2604,
            "patient": 26829,
            "order": 20780,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}