A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=792
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=800",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=784",
    "results": [
        {
            "id": 3618,
            "patient": 18687,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 656,
            "patient": 22362,
            "order": 14398,
            "height": null,
            "weight": null
        },
        {
            "id": 743,
            "patient": 22624,
            "order": 14836,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 745,
            "patient": 22633,
            "order": 14845,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 657,
            "patient": 2942,
            "order": 14412,
            "height": null,
            "weight": null
        },
        {
            "id": 658,
            "patient": 2942,
            "order": 14412,
            "height": null,
            "weight": null
        },
        {
            "id": 659,
            "patient": 22375,
            "order": 14421,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 747,
            "patient": 22639,
            "order": 14860,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}