A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3077,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=616",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=600",
    "results": [
        {
            "id": 720,
            "patient": 22577,
            "order": 14757,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 604,
            "patient": 22224,
            "order": 14185,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 861,
            "patient": 22985,
            "order": 15356,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 605,
            "patient": 22229,
            "order": 14193,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 606,
            "patient": 22232,
            "order": 14190,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 722,
            "patient": 22585,
            "order": 14769,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1637,
            "patient": 24651,
            "order": 18012,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 608,
            "patient": 3254,
            "order": 14207,
            "height": null,
            "weight": null
        }
    ]
}