A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3340,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3336",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3320",
    "results": [
        {
            "id": 3329,
            "patient": 28590,
            "order": 23625,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3330,
            "patient": 25879,
            "order": 23632,
            "height": null,
            "weight": null
        },
        {
            "id": 3331,
            "patient": 11401,
            "order": 23634,
            "height": null,
            "weight": null
        },
        {
            "id": 3332,
            "patient": 28592,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3333,
            "patient": 28593,
            "order": 23638,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3334,
            "patient": 28595,
            "order": 23640,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3335,
            "patient": 28597,
            "order": 23644,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3336,
            "patient": 28598,
            "order": 23645,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}