A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3252,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3240",
    "results": [
        {
            "id": 3249,
            "patient": 28401,
            "order": 23324,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3250,
            "patient": 28403,
            "order": 23329,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3251,
            "patient": 24078,
            "order": 23332,
            "height": null,
            "weight": null
        },
        {
            "id": 3252,
            "patient": 16735,
            "order": 23335,
            "height": null,
            "weight": null
        }
    ]
}