A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=3320
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=3328",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3312",
    "results": [
        {
            "id": 3321,
            "patient": 28568,
            "order": 23596,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3322,
            "patient": 28576,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3323,
            "patient": 23686,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 3325,
            "patient": 28580,
            "order": 23613,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3324,
            "patient": 28580,
            "order": 23613,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3327,
            "patient": 6981,
            "order": 23622,
            "height": null,
            "weight": null
        },
        {
            "id": 3326,
            "patient": 6981,
            "order": 23622,
            "height": null,
            "weight": null
        },
        {
            "id": 3328,
            "patient": 1013,
            "order": 23622,
            "height": null,
            "weight": null
        }
    ]
}