A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2256
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=2264",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2248",
    "results": [
        {
            "id": 2173,
            "patient": 21859,
            "order": 19181,
            "height": null,
            "weight": null
        },
        {
            "id": 2076,
            "patient": 25298,
            "order": 19176,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2174,
            "patient": 25454,
            "order": 19182,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2176,
            "patient": 11371,
            "order": 19187,
            "height": null,
            "weight": null
        },
        {
            "id": 2175,
            "patient": 23270,
            "order": 19187,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2177,
            "patient": 3570,
            "order": 19187,
            "height": null,
            "weight": null
        },
        {
            "id": 2178,
            "patient": 17562,
            "order": 19188,
            "height": null,
            "weight": null
        },
        {
            "id": 2179,
            "patient": 25457,
            "order": 19184,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}