A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3685,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2968",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2952",
    "results": [
        {
            "id": 3082,
            "patient": 28055,
            "order": 22687,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3084,
            "patient": 28057,
            "order": 22689,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3086,
            "patient": 28059,
            "order": 22692,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3088,
            "patient": 26487,
            "order": 22722,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3090,
            "patient": 28076,
            "order": 22728,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3092,
            "patient": 28080,
            "order": 22732,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3094,
            "patient": 28083,
            "order": 22733,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3096,
            "patient": 28086,
            "order": 22739,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}