A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2834,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2248",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2232",
    "results": [
        {
            "id": 2157,
            "patient": 25419,
            "order": 19120,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2158,
            "patient": 25420,
            "order": 19120,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2159,
            "patient": 25421,
            "order": 19124,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2160,
            "patient": 21729,
            "order": 19130,
            "height": null,
            "weight": null
        },
        {
            "id": 2162,
            "patient": 23808,
            "order": 19134,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2163,
            "patient": 25428,
            "order": 19140,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2161,
            "patient": 21729,
            "order": 19130,
            "height": null,
            "weight": null
        },
        {
            "id": 2164,
            "patient": 25433,
            "order": 19147,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}