A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3066,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=280",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=264",
    "results": [
        {
            "id": 243,
            "patient": 20373,
            "order": 12149,
            "height": null,
            "weight": null
        },
        {
            "id": 244,
            "patient": 20519,
            "order": 12153,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 284,
            "patient": 20279,
            "order": 12409,
            "height": null,
            "weight": null
        },
        {
            "id": 245,
            "patient": 20521,
            "order": 12156,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 288,
            "patient": 20730,
            "order": 12423,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 247,
            "patient": 20217,
            "order": 12176,
            "height": null,
            "weight": null
        },
        {
            "id": 246,
            "patient": 20538,
            "order": 12176,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 248,
            "patient": 17196,
            "order": 12191,
            "height": null,
            "weight": null
        }
    ]
}