A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3290,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1336",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1320",
    "results": [
        {
            "id": 1317,
            "patient": 17227,
            "order": 17139,
            "height": null,
            "weight": null
        },
        {
            "id": 1318,
            "patient": 17887,
            "order": 17139,
            "height": null,
            "weight": null
        },
        {
            "id": 1319,
            "patient": 17887,
            "order": 17139,
            "height": null,
            "weight": null
        },
        {
            "id": 1320,
            "patient": 22754,
            "order": 17140,
            "height": null,
            "weight": null
        },
        {
            "id": 1322,
            "patient": 24142,
            "order": 17180,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1323,
            "patient": 24144,
            "order": 17183,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1324,
            "patient": 24145,
            "order": 17184,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1326,
            "patient": 24148,
            "order": 17198,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}