A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=392
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=400",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=384",
    "results": [
        {
            "id": 586,
            "patient": 1231,
            "order": 14121,
            "height": null,
            "weight": null
        },
        {
            "id": 493,
            "patient": 21937,
            "order": 13803,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 495,
            "patient": 21942,
            "order": 13809,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 587,
            "patient": 141,
            "order": 14121,
            "height": null,
            "weight": null
        },
        {
            "id": 497,
            "patient": 21949,
            "order": 13818,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 499,
            "patient": 21957,
            "order": 13835,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 501,
            "patient": 21959,
            "order": 13837,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 125,
            "patient": 20107,
            "order": 13837,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}