A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2805,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2744",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2728",
    "results": [
        {
            "id": 2738,
            "patient": 19017,
            "order": 21300,
            "height": null,
            "weight": null
        },
        {
            "id": 2739,
            "patient": 27205,
            "order": 21303,
            "height": null,
            "weight": null
        },
        {
            "id": 2740,
            "patient": 27211,
            "order": 21302,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2741,
            "patient": 27216,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2742,
            "patient": 27216,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2743,
            "patient": 24102,
            "order": 21318,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2744,
            "patient": 27222,
            "order": 21306,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2745,
            "patient": 27228,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}