A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3070,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=448",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=432",
    "results": [
        {
            "id": 563,
            "patient": 22095,
            "order": 14016,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 564,
            "patient": 22096,
            "order": 14018,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 565,
            "patient": 22097,
            "order": 14019,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 566,
            "patient": 22105,
            "order": 14026,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 567,
            "patient": 22107,
            "order": 14028,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 569,
            "patient": 22111,
            "order": 14032,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 571,
            "patient": 22099,
            "order": 14036,
            "height": null,
            "weight": null
        },
        {
            "id": 572,
            "patient": 22114,
            "order": 14037,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}