A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2841,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2112",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2096",
    "results": [
        {
            "id": 2318,
            "patient": 25881,
            "order": 19727,
            "height": null,
            "weight": null
        },
        {
            "id": 2320,
            "patient": 22510,
            "order": 19731,
            "height": null,
            "weight": null
        },
        {
            "id": 2322,
            "patient": 25888,
            "order": 19738,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2324,
            "patient": 25893,
            "order": 19741,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2326,
            "patient": 25894,
            "order": 19743,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2328,
            "patient": 25911,
            "order": 19764,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2330,
            "patient": 16120,
            "order": 19768,
            "height": null,
            "weight": null
        },
        {
            "id": 2332,
            "patient": 19933,
            "order": 19771,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}