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": 3287,
    "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": 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
        },
        {
            "id": 2007,
            "patient": 25215,
            "order": 18820,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2008,
            "patient": 25217,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2233,
            "patient": 25573,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}