A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3065,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=256",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=240",
    "results": [
        {
            "id": 279,
            "patient": 20704,
            "order": 12381,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 227,
            "patient": 2501,
            "order": 11966,
            "height": null,
            "weight": null
        },
        {
            "id": 228,
            "patient": 2501,
            "order": 11966,
            "height": null,
            "weight": null
        },
        {
            "id": 229,
            "patient": 20357,
            "order": 11977,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 230,
            "patient": 20358,
            "order": 11977,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 280,
            "patient": 20708,
            "order": 12391,
            "height": null,
            "weight": null
        },
        {
            "id": 231,
            "patient": 20360,
            "order": 11983,
            "height": null,
            "weight": null
        },
        {
            "id": 281,
            "patient": 20708,
            "order": 12391,
            "height": null,
            "weight": null
        }
    ]
}