A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3071,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=464",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=448",
    "results": [
        {
            "id": 358,
            "patient": 15071,
            "order": 12892,
            "height": null,
            "weight": null
        },
        {
            "id": 310,
            "patient": 20794,
            "order": 12502,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1902,
            "patient": 25039,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 360,
            "patient": 21138,
            "order": 12894,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 311,
            "patient": 18115,
            "order": 12504,
            "height": null,
            "weight": null
        },
        {
            "id": 312,
            "patient": 18115,
            "order": 12504,
            "height": null,
            "weight": null
        },
        {
            "id": 362,
            "patient": 21147,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 313,
            "patient": 20802,
            "order": 12514,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}