A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3663,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1504",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1488",
    "results": [
        {
            "id": 1688,
            "patient": 24722,
            "order": 18125,
            "height": null,
            "weight": null
        },
        {
            "id": 2428,
            "patient": 13853,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 1691,
            "patient": 24739,
            "order": 18127,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1693,
            "patient": 24742,
            "order": 18132,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1695,
            "patient": 24745,
            "order": 18138,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1697,
            "patient": 24746,
            "order": 18142,
            "height": null,
            "weight": null
        },
        {
            "id": 1701,
            "patient": 24755,
            "order": 18154,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1703,
            "patient": 24757,
            "order": 18155,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}