A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3293,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1712",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1696",
    "results": [
        {
            "id": 1595,
            "patient": 24597,
            "order": 17935,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1596,
            "patient": 24598,
            "order": 17936,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1597,
            "patient": 24601,
            "order": 17937,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1636,
            "patient": 24650,
            "order": 18011,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1598,
            "patient": 24602,
            "order": 17941,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1599,
            "patient": 24603,
            "order": 17942,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1640,
            "patient": 10611,
            "order": 18027,
            "height": null,
            "weight": null
        },
        {
            "id": 1600,
            "patient": 24604,
            "order": 17943,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}