A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2820,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2584",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2568",
    "results": [
        {
            "id": 2560,
            "patient": 26685,
            "order": 20602,
            "height": null,
            "weight": null
        },
        {
            "id": 2471,
            "patient": 26341,
            "order": 20219,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2469,
            "patient": 26337,
            "order": 20211,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2562,
            "patient": 26688,
            "order": 20604,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2564,
            "patient": 7312,
            "order": 20609,
            "height": null,
            "weight": null
        },
        {
            "id": 2475,
            "patient": 26347,
            "order": 20225,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2474,
            "patient": 26346,
            "order": 20225,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2472,
            "patient": 23929,
            "order": 20228,
            "height": null,
            "weight": null
        }
    ]
}