A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3291,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1344",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1328",
    "results": [
        {
            "id": 1325,
            "patient": 24148,
            "order": 17198,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1328,
            "patient": 24149,
            "order": 17212,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1327,
            "patient": 24149,
            "order": 17212,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1329,
            "patient": 24150,
            "order": 17212,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1330,
            "patient": 24159,
            "order": 17233,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1314,
            "patient": 24133,
            "order": 17228,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1331,
            "patient": 24146,
            "order": 17240,
            "height": null,
            "weight": null
        },
        {
            "id": 1332,
            "patient": 10128,
            "order": 17242,
            "height": null,
            "weight": null
        }
    ]
}