A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3706,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3488",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3472",
    "results": [
        {
            "id": 3417,
            "patient": 26278,
            "order": 23992,
            "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": 3419,
            "patient": 19822,
            "order": 23995,
            "height": null,
            "weight": null
        },
        {
            "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
        },
        {
            "id": 3329,
            "patient": 28590,
            "order": 23625,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}