A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3657,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1288",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1272",
    "results": [
        {
            "id": 1271,
            "patient": 24038,
            "order": 16960,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1272,
            "patient": 24038,
            "order": 16960,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1273,
            "patient": 24039,
            "order": 16962,
            "height": null,
            "weight": null
        },
        {
            "id": 1274,
            "patient": 24043,
            "order": 16965,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1275,
            "patient": 24045,
            "order": 16972,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1276,
            "patient": 24048,
            "order": 16976,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1277,
            "patient": 24050,
            "order": 16977,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1278,
            "patient": 24054,
            "order": 16980,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}