A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3655,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1040",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1024",
    "results": [
        {
            "id": 1033,
            "patient": 23440,
            "order": 16152,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1021,
            "patient": 23417,
            "order": 16112,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1034,
            "patient": 23441,
            "order": 16152,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1022,
            "patient": 23419,
            "order": 16114,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1023,
            "patient": 23420,
            "order": 16116,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1024,
            "patient": 11493,
            "order": 16133,
            "height": null,
            "weight": null
        },
        {
            "id": 1035,
            "patient": 23445,
            "order": 16158,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1025,
            "patient": 23428,
            "order": 16134,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}