A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3067,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=328",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=312",
    "results": [
        {
            "id": 369,
            "patient": 21156,
            "order": 12916,
            "height": null,
            "weight": null
        },
        {
            "id": 598,
            "patient": 14433,
            "order": 19131,
            "height": null,
            "weight": null
        },
        {
            "id": 373,
            "patient": 21173,
            "order": 12935,
            "height": null,
            "weight": null
        },
        {
            "id": 375,
            "patient": 21186,
            "order": 12951,
            "height": null,
            "weight": null
        },
        {
            "id": 574,
            "patient": 22117,
            "order": 14040,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 377,
            "patient": 21273,
            "order": 13026,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 379,
            "patient": 21383,
            "order": 13149,
            "height": null,
            "weight": null
        },
        {
            "id": 575,
            "patient": 22120,
            "order": 14043,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}