A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3066,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2808",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2792",
    "results": [
        {
            "id": 2803,
            "patient": 27418,
            "order": 21612,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2805,
            "patient": 27419,
            "order": 21614,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2806,
            "patient": 27425,
            "order": 21619,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2807,
            "patient": 27426,
            "order": 21620,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2808,
            "patient": 17015,
            "order": 21623,
            "height": null,
            "weight": null
        },
        {
            "id": 2809,
            "patient": 27429,
            "order": 21629,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2810,
            "patient": 27430,
            "order": 21630,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2811,
            "patient": 27434,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}