A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2832,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2272",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2256",
    "results": [
        {
            "id": 2180,
            "patient": 25461,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2181,
            "patient": 25464,
            "order": 19195,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2182,
            "patient": 25465,
            "order": 19196,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2183,
            "patient": 25075,
            "order": 19201,
            "height": null,
            "weight": null
        },
        {
            "id": 2207,
            "patient": 25536,
            "order": 19323,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2185,
            "patient": 25472,
            "order": 19207,
            "height": null,
            "weight": null
        },
        {
            "id": 2184,
            "patient": 25472,
            "order": 19207,
            "height": null,
            "weight": null
        },
        {
            "id": 2210,
            "patient": 25540,
            "order": 19324,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}