A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3065,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2872",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2856",
    "results": [
        {
            "id": 2860,
            "patient": 27612,
            "order": 21919,
            "height": null,
            "weight": null
        },
        {
            "id": 2861,
            "patient": 27621,
            "order": 21933,
            "height": null,
            "weight": null
        },
        {
            "id": 2953,
            "patient": 27822,
            "order": 22295,
            "height": null,
            "weight": null
        },
        {
            "id": 2863,
            "patient": 27625,
            "order": 21940,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2862,
            "patient": 27624,
            "order": 21937,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2955,
            "patient": 27825,
            "order": 22299,
            "height": null,
            "weight": null
        },
        {
            "id": 2864,
            "patient": 27641,
            "order": 21969,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2865,
            "patient": 27642,
            "order": 21970,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}