A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3069,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2704",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2688",
    "results": [
        {
            "id": 2659,
            "patient": 26104,
            "order": 20973,
            "height": null,
            "weight": null
        },
        {
            "id": 2675,
            "patient": 6296,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2702,
            "patient": 27091,
            "order": 21146,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2703,
            "patient": 20793,
            "order": 21146,
            "height": null,
            "weight": null
        },
        {
            "id": 2704,
            "patient": 27092,
            "order": 21147,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2705,
            "patient": 27095,
            "order": 21130,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2706,
            "patient": 27098,
            "order": 21153,
            "height": null,
            "weight": null
        },
        {
            "id": 2707,
            "patient": 27099,
            "order": 21147,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}