A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3069,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=424",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=408",
    "results": [
        {
            "id": 595,
            "patient": 22205,
            "order": 13685,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 524,
            "patient": 21980,
            "order": 13881,
            "height": null,
            "weight": null
        },
        {
            "id": 526,
            "patient": 21964,
            "order": 13883,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 596,
            "patient": 22205,
            "order": 14149,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 528,
            "patient": 21983,
            "order": 13885,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 530,
            "patient": 21985,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 597,
            "patient": 22209,
            "order": 14154,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 532,
            "patient": 21986,
            "order": 13887,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}