A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3066,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=272",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=256",
    "results": [
        {
            "id": 285,
            "patient": 20720,
            "order": 12413,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 238,
            "patient": 20455,
            "order": 12092,
            "height": null,
            "weight": null
        },
        {
            "id": 239,
            "patient": 20455,
            "order": 12092,
            "height": null,
            "weight": null
        },
        {
            "id": 286,
            "patient": 20721,
            "order": 12413,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 240,
            "patient": 20467,
            "order": 12106,
            "height": null,
            "weight": null
        },
        {
            "id": 241,
            "patient": 20476,
            "order": 12116,
            "height": null,
            "weight": null
        },
        {
            "id": 287,
            "patient": 20724,
            "order": 12415,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 242,
            "patient": 20490,
            "order": 12129,
            "height": null,
            "weight": null
        }
    ]
}