A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3296,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1536",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1520",
    "results": [
        {
            "id": 1767,
            "patient": 1674,
            "order": 18313,
            "height": null,
            "weight": null
        },
        {
            "id": 1769,
            "patient": 24865,
            "order": 18314,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1771,
            "patient": 22813,
            "order": 18327,
            "height": null,
            "weight": null
        },
        {
            "id": 1772,
            "patient": 24869,
            "order": 18327,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1775,
            "patient": 24874,
            "order": 18327,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1777,
            "patient": 24876,
            "order": 18336,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1779,
            "patient": 24882,
            "order": 18343,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1781,
            "patient": 22936,
            "order": 18350,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}