A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3069,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=416",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=400",
    "results": [
        {
            "id": 514,
            "patient": 21971,
            "order": 13858,
            "height": null,
            "weight": null
        },
        {
            "id": 592,
            "patient": 22198,
            "order": 14138,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 516,
            "patient": 16702,
            "order": 13868,
            "height": null,
            "weight": null
        },
        {
            "id": 518,
            "patient": 21976,
            "order": 13869,
            "height": null,
            "weight": null
        },
        {
            "id": 593,
            "patient": 21420,
            "order": 14146,
            "height": null,
            "weight": null
        },
        {
            "id": 520,
            "patient": 17550,
            "order": 13877,
            "height": null,
            "weight": null
        },
        {
            "id": 594,
            "patient": 22203,
            "order": 14146,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 522,
            "patient": 1231,
            "order": 13880,
            "height": null,
            "weight": null
        }
    ]
}