A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3067,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2720",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2704",
    "results": [
        {
            "id": 2715,
            "patient": 27123,
            "order": 21182,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2716,
            "patient": 27132,
            "order": 21193,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2717,
            "patient": 27138,
            "order": 21197,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2719,
            "patient": 27148,
            "order": 21207,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2720,
            "patient": 23816,
            "order": 21208,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2721,
            "patient": 27153,
            "order": 21222,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2722,
            "patient": 27155,
            "order": 21223,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2723,
            "patient": 27159,
            "order": 21236,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}