A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3258,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=664",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=648",
    "results": [
        {
            "id": 871,
            "patient": 23031,
            "order": 15423,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 767,
            "patient": 22711,
            "order": 14939,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 393,
            "patient": 20993,
            "order": 14938,
            "height": null,
            "weight": null
        },
        {
            "id": 770,
            "patient": 21722,
            "order": 14947,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 872,
            "patient": 23044,
            "order": 15427,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 772,
            "patient": 22724,
            "order": 14954,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 776,
            "patient": 968,
            "order": 14966,
            "height": null,
            "weight": null
        },
        {
            "id": 778,
            "patient": 22739,
            "order": 14973,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}