A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2841,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2080",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2064",
    "results": [
        {
            "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
        },
        {
            "id": 2266,
            "patient": 22793,
            "order": 19504,
            "height": null,
            "weight": null
        },
        {
            "id": 2268,
            "patient": 25700,
            "order": 19511,
            "height": null,
            "weight": null
        },
        {
            "id": 2044,
            "patient": 25263,
            "order": 18874,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2045,
            "patient": 25263,
            "order": 18874,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 278,
            "patient": 20701,
            "order": 19059,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}