A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3287,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2072",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2056",
    "results": [
        {
            "id": 2039,
            "patient": 25258,
            "order": 18868,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2038,
            "patient": 25258,
            "order": 18868,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2040,
            "patient": 25259,
            "order": 18869,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2041,
            "patient": 25260,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2264,
            "patient": 25658,
            "order": 19486,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2042,
            "patient": 22700,
            "order": 18872,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2262,
            "patient": 25656,
            "order": 19488,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2043,
            "patient": 25262,
            "order": 18873,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}