A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3061,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=64",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=48",
    "results": [
        {
            "id": 87,
            "patient": 19999,
            "order": 11454,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 45,
            "patient": 19894,
            "order": 11286,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 88,
            "patient": 20004,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 46,
            "patient": 19895,
            "order": 11287,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 44,
            "patient": 19887,
            "order": 11281,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 48,
            "patient": 19902,
            "order": 11276,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 89,
            "patient": 20007,
            "order": 11466,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 49,
            "patient": 19907,
            "order": 11304,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}