A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3063,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=152",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=136",
    "results": [
        {
            "id": 142,
            "patient": 15659,
            "order": 11689,
            "height": null,
            "weight": null
        },
        {
            "id": 143,
            "patient": 6981,
            "order": 11691,
            "height": null,
            "weight": null
        },
        {
            "id": 141,
            "patient": 20159,
            "order": 11688,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 144,
            "patient": 20164,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 145,
            "patient": 12357,
            "order": 11699,
            "height": null,
            "weight": null
        },
        {
            "id": 159,
            "patient": 12357,
            "order": 14502,
            "height": null,
            "weight": null
        },
        {
            "id": 147,
            "patient": 20170,
            "order": 11701,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 146,
            "patient": 20169,
            "order": 11701,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}