A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3276,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=856",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=840",
    "results": [
        {
            "id": 698,
            "patient": 22017,
            "order": 14623,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 775,
            "patient": 22728,
            "order": 14960,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 699,
            "patient": 22501,
            "order": 14624,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 700,
            "patient": 22501,
            "order": 14624,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 701,
            "patient": 18065,
            "order": 14626,
            "height": null,
            "weight": null
        },
        {
            "id": 777,
            "patient": 22732,
            "order": 14968,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 702,
            "patient": 15876,
            "order": 14637,
            "height": null,
            "weight": null
        },
        {
            "id": 703,
            "patient": 22515,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}