A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3059,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=32",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=16",
    "results": [
        {
            "id": 19,
            "patient": 19800,
            "order": 11173,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 20,
            "patient": 19802,
            "order": 11169,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 21,
            "patient": 19806,
            "order": 11171,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 22,
            "patient": 19810,
            "order": 11183,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 78,
            "patient": 19967,
            "order": 11397,
            "height": null,
            "weight": null
        },
        {
            "id": 23,
            "patient": 19811,
            "order": 11186,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 24,
            "patient": 19815,
            "order": 11190,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 79,
            "patient": 19970,
            "order": 11402,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}