A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3467,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2800",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2784",
    "results": [
        {
            "id": 2788,
            "patient": 27356,
            "order": 21511,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2789,
            "patient": 27361,
            "order": 21518,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2790,
            "patient": 27363,
            "order": 21523,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2791,
            "patient": 27371,
            "order": 21534,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2792,
            "patient": 27380,
            "order": 21547,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2793,
            "patient": 27382,
            "order": 21552,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2794,
            "patient": 27383,
            "order": 21553,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2795,
            "patient": 27385,
            "order": 21563,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}