A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2832,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2296",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2280",
    "results": [
        {
            "id": 2197,
            "patient": 25515,
            "order": 19286,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2220,
            "patient": 25561,
            "order": 19357,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2222,
            "patient": 25563,
            "order": 19358,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2198,
            "patient": 25519,
            "order": 19289,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2199,
            "patient": 25519,
            "order": 19289,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2200,
            "patient": 25521,
            "order": 19290,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2226,
            "patient": 25567,
            "order": 19362,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2201,
            "patient": 25525,
            "order": 19305,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}