aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/sciblog/fixtures/sciblogForTest.json
blob: 32dfd7a04fc1f3176e71b85fd4fc9593b5c27bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[
    {
        "pk": 1, 
        "model": "sciblog.sciblog", 
        "fields": {
            "subhead": "subtitleForTest", 
            "sample": [], 
            "readed_count": 0, 
            "references": [], 
            "catched_by": [], 
            "query": [], 
            "endpoint_content": "", 
            "treatment_content": "", 
            "baseline": [], 
            "title": "forTest", 
            "clinic_conditions": [], 
            "hospital": [], 
            "source": null, 
            "understanded_count": 0, 
            "safety": "", 
            "entitle": "enTitleForTest", 
            "konwledge_piece": [], 
            "method": "", 
            "conclusion": "", 
            "detectionAssay": "", 
            "ifvalue": 1.0, 
            "journal": "", 
            "authors": "default authors", 
            "abstractAE": "", 
            "confused_count": 0, 
            "collected_by": [], 
            "guidline": null, 
            "aim": "", 
            "publish_date": null, 
            "abstract_result": "", 
            "endpoints": []
        }
    }, 
    {
        "pk": 1, 
        "model": "sciblog.usercollection", 
        "fields": {
            "lastCollectBlogTime": null, 
            "lastCatchBlogTime": null, 
            "user": 6, 
            "lastCollectAnnotationTime": null
        }
    }
]