A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3638,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=624",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=608",
    "results": [
        {
            "id": 1637,
            "patient": 24651,
            "order": 18012,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 608,
            "patient": 3254,
            "order": 14207,
            "height": null,
            "weight": null
        },
        {
            "id": 609,
            "patient": 18133,
            "order": 14208,
            "height": null,
            "weight": null
        },
        {
            "id": 862,
            "patient": 22994,
            "order": 15365,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 724,
            "patient": 22587,
            "order": 14771,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 610,
            "patient": 22239,
            "order": 14214,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 611,
            "patient": 22239,
            "order": 14214,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 863,
            "patient": 19326,
            "order": 15368,
            "height": null,
            "weight": null
        }
    ]
}