A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2000
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=2008",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1992",
    "results": [
        {
            "id": 1991,
            "patient": 25168,
            "order": 18752,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2217,
            "patient": 25554,
            "order": 19344,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1992,
            "patient": 25174,
            "order": 18762,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1993,
            "patient": 25176,
            "order": 18765,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1994,
            "patient": 25178,
            "order": 18768,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1995,
            "patient": 25182,
            "order": 18775,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2221,
            "patient": 25562,
            "order": 19357,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1996,
            "patient": 25184,
            "order": 18777,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}