A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2088
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=2096",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2080",
    "results": [
        {
            "id": 2284,
            "patient": 25757,
            "order": 19586,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2286,
            "patient": 17227,
            "order": 19591,
            "height": null,
            "weight": null
        },
        {
            "id": 2288,
            "patient": 19743,
            "order": 19593,
            "height": null,
            "weight": null
        },
        {
            "id": 2292,
            "patient": 25779,
            "order": 19616,
            "height": null,
            "weight": null
        },
        {
            "id": 2294,
            "patient": 25788,
            "order": 19625,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2296,
            "patient": 25798,
            "order": 19635,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2298,
            "patient": 25806,
            "order": 19643,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2300,
            "patient": 25442,
            "order": 19649,
            "height": null,
            "weight": null
        }
    ]
}