A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3076,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=600",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=584",
    "results": [
        {
            "id": 545,
            "patient": 22033,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 547,
            "patient": 22040,
            "order": 13960,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 549,
            "patient": 22066,
            "order": 13986,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 551,
            "patient": 22070,
            "order": 13992,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 553,
            "patient": 22077,
            "order": 13998,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 555,
            "patient": 22082,
            "order": 14004,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 557,
            "patient": 22085,
            "order": 14007,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 559,
            "patient": 22090,
            "order": 14012,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}