A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2835,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2208",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2192",
    "results": [
        {
            "id": 2119,
            "patient": 22922,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2120,
            "patient": 1143,
            "order": 19021,
            "height": null,
            "weight": null
        },
        {
            "id": 2121,
            "patient": 22922,
            "order": 19022,
            "height": null,
            "weight": null
        },
        {
            "id": 2123,
            "patient": 22922,
            "order": 19022,
            "height": null,
            "weight": null
        },
        {
            "id": 2122,
            "patient": 22922,
            "order": 19022,
            "height": null,
            "weight": null
        },
        {
            "id": 2124,
            "patient": 25365,
            "order": 19023,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2125,
            "patient": 25366,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2126,
            "patient": 25370,
            "order": 19028,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}