A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2841,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2024",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2008",
    "results": [
        {
            "id": 2001,
            "patient": 25197,
            "order": 18797,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2002,
            "patient": 19800,
            "order": 18804,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2003,
            "patient": 25205,
            "order": 18809,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2229,
            "patient": 20294,
            "order": 19373,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2004,
            "patient": 24286,
            "order": 18814,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2005,
            "patient": 25207,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2006,
            "patient": 25214,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2231,
            "patient": 25572,
            "order": 19373,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}