A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3074,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=512",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=496",
    "results": [
        {
            "id": 381,
            "patient": 532,
            "order": 13182,
            "height": null,
            "weight": null
        },
        {
            "id": 339,
            "patient": 20879,
            "order": 12582,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 384,
            "patient": 21423,
            "order": 13190,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 341,
            "patient": 15281,
            "order": 12584,
            "height": null,
            "weight": null
        },
        {
            "id": 340,
            "patient": 15281,
            "order": 12584,
            "height": null,
            "weight": null
        },
        {
            "id": 466,
            "patient": 21897,
            "order": 13753,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 342,
            "patient": 532,
            "order": 12594,
            "height": null,
            "weight": null
        },
        {
            "id": 386,
            "patient": 21430,
            "order": 13197,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}