A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2818,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2808",
    "results": [
        {
            "id": 2817,
            "patient": 24741,
            "order": 21662,
            "height": null,
            "weight": null
        },
        {
            "id": 2818,
            "patient": 24742,
            "order": 21662,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}