A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3454,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3392",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3376",
    "results": [
        {
            "id": 3173,
            "patient": 18687,
            "order": 23989,
            "height": null,
            "weight": null
        },
        {
            "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
        }
    ]
}