A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2080
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=2088",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2072",
    "results": [
        {
            "id": 2290,
            "patient": 25765,
            "order": 19605,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2276,
            "patient": 25736,
            "order": 19562,
            "height": null,
            "weight": null
        },
        {
            "id": 2278,
            "patient": 25743,
            "order": 19566,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2280,
            "patient": 25750,
            "order": 19575,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2282,
            "patient": 486,
            "order": 19584,
            "height": null,
            "weight": null
        },
        {
            "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
        }
    ]
}