A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=640
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=648",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=632",
    "results": [
        {
            "id": 742,
            "patient": 22624,
            "order": 14836,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 744,
            "patient": 14815,
            "order": 14838,
            "height": null,
            "weight": null
        },
        {
            "id": 734,
            "patient": 22606,
            "order": 14812,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 746,
            "patient": 22638,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 867,
            "patient": 23010,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 748,
            "patient": 22644,
            "order": 14865,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 750,
            "patient": 22646,
            "order": 14869,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 868,
            "patient": 23017,
            "order": 15399,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}