A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3291,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1752",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1736",
    "results": [
        {
            "id": 1620,
            "patient": 24621,
            "order": 17975,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1622,
            "patient": 24622,
            "order": 17976,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1621,
            "patient": 24622,
            "order": 17976,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1664,
            "patient": 24699,
            "order": 18093,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1623,
            "patient": 24623,
            "order": 17977,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1666,
            "patient": 24703,
            "order": 18093,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1624,
            "patient": 24624,
            "order": 17978,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1625,
            "patient": 24625,
            "order": 17982,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}