A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3293,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1704",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1688",
    "results": [
        {
            "id": 1587,
            "patient": 20734,
            "order": 17920,
            "height": null,
            "weight": null
        },
        {
            "id": 1589,
            "patient": 24591,
            "order": 17921,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1590,
            "patient": 24591,
            "order": 17921,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 371,
            "patient": 21165,
            "order": 17920,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1591,
            "patient": 24593,
            "order": 17920,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1592,
            "patient": 23064,
            "order": 17930,
            "height": null,
            "weight": null
        },
        {
            "id": 1593,
            "patient": 23064,
            "order": 17931,
            "height": null,
            "weight": null
        },
        {
            "id": 1594,
            "patient": 24596,
            "order": 17933,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}