Commit 48abc3809cae482fdaeb6723355ef8fc9c92b1ad
Atlas anatomy test files
Showing
997 changed files
with
11043 additions
and
952 deletions
Too many changes.
To preserve performance only 100 of 997 files are displayed.
.gitignore
... | ... | @@ -36,4 +36,7 @@ $tf*/ |
36 | 36 | 300-PROTOTYPES/POC/AIAHTML5 |
37 | 37 | 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js.orig |
38 | 38 | 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js.orig |
39 | -400-SOURCECODE/AIAHTML5.Web/index.html.orig | |
40 | 39 | \ No newline at end of file |
40 | +400-SOURCECODE/AIAHTML5.Web/index.html.orig | |
41 | +400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css.orig | |
42 | +400-SOURCECODE/AIAHTML5.Web/app/services/ModuleService123 - Copy.js | |
43 | +400-SOURCECODE/AIAHTML5.Web/app/services/ModuleServicePromiseCode.js | |
41 | 44 | \ No newline at end of file | ... | ... |
100-REQUIREMENTS/AtalusAnotamyFlow.txt
0 → 100644
150-DOCUMENTATION/AIA-Nov-Report.pptx
0 → 100644
No preview for this file type
150-DOCUMENTATION/AIA-Oct-Report.pptx
0 → 100644
No preview for this file type
150-DOCUMENTATION/AIA-Sep-Report.pptx
0 → 100644
No preview for this file type
150-DOCUMENTATION/AIA-TimelinesFormatted.xlsx
0 → 100644
No preview for this file type
150-DOCUMENTATION/AIA-TimelinesV1.0.xlsx
0 → 100644
No preview for this file type
150-DOCUMENTATION/AIA-TimelinesV1.2.xlsx
0 → 100644
No preview for this file type
150-DOCUMENTATION/Scrum/AIA_DailyScrum.xlsx
0 → 100644
No preview for this file type
150-DOCUMENTATION/audit/AIA_Process and Metrics Audit Checklist.xlsx
0 → 100644
No preview for this file type
150-DOCUMENTATION/audit/Ebix Audit Closure_Nov 2016.pptx
0 → 100644
No preview for this file type
150-DOCUMENTATION/audit/Ebix_Audit_Report_Nov_2016.xlsx
0 → 100644
No preview for this file type
350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.Designer.cs
0 → 100644
1 | +namespace ModifyXml | |
2 | +{ | |
3 | + partial class AtlasAnatomy | |
4 | + { | |
5 | + /// <summary> | |
6 | + /// Required designer variable. | |
7 | + /// </summary> | |
8 | + private System.ComponentModel.IContainer components = null; | |
9 | + | |
10 | + /// <summary> | |
11 | + /// Clean up any resources being used. | |
12 | + /// </summary> | |
13 | + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | |
14 | + protected override void Dispose(bool disposing) | |
15 | + { | |
16 | + if (disposing && (components != null)) | |
17 | + { | |
18 | + components.Dispose(); | |
19 | + } | |
20 | + base.Dispose(disposing); | |
21 | + } | |
22 | + | |
23 | + #region Windows Form Designer generated code | |
24 | + | |
25 | + /// <summary> | |
26 | + /// Required method for Designer support - do not modify | |
27 | + /// the contents of this method with the code editor. | |
28 | + /// </summary> | |
29 | + private void InitializeComponent() | |
30 | + { | |
31 | + this.btnBrowseFolder = new System.Windows.Forms.Button(); | |
32 | + this.lblInfo = new System.Windows.Forms.Label(); | |
33 | + this.SuspendLayout(); | |
34 | + // | |
35 | + // btnBrowseFolder | |
36 | + // | |
37 | + this.btnBrowseFolder.Location = new System.Drawing.Point(288, 91); | |
38 | + this.btnBrowseFolder.Name = "btnBrowseFolder"; | |
39 | + this.btnBrowseFolder.Size = new System.Drawing.Size(132, 31); | |
40 | + this.btnBrowseFolder.TabIndex = 0; | |
41 | + this.btnBrowseFolder.Text = "Browse Folder"; | |
42 | + this.btnBrowseFolder.UseVisualStyleBackColor = true; | |
43 | + this.btnBrowseFolder.Click += new System.EventHandler(this.btnBrowseFolder_Click); | |
44 | + // | |
45 | + // lblInfo | |
46 | + // | |
47 | + this.lblInfo.AutoSize = true; | |
48 | + this.lblInfo.Location = new System.Drawing.Point(47, 100); | |
49 | + this.lblInfo.Name = "lblInfo"; | |
50 | + this.lblInfo.Size = new System.Drawing.Size(133, 13); | |
51 | + this.lblInfo.TabIndex = 1; | |
52 | + this.lblInfo.Text = "Please select zipped folder"; | |
53 | + // | |
54 | + // AtlasAnatomy | |
55 | + // | |
56 | + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | |
57 | + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |
58 | + this.ClientSize = new System.Drawing.Size(667, 380); | |
59 | + this.Controls.Add(this.lblInfo); | |
60 | + this.Controls.Add(this.btnBrowseFolder); | |
61 | + this.Name = "AtlasAnatomy"; | |
62 | + this.Text = "AtlasAnatomy"; | |
63 | + this.ResumeLayout(false); | |
64 | + this.PerformLayout(); | |
65 | + | |
66 | + } | |
67 | + | |
68 | + #endregion | |
69 | + | |
70 | + private System.Windows.Forms.Button btnBrowseFolder; | |
71 | + private System.Windows.Forms.Label lblInfo; | |
72 | + } | |
73 | +} | |
0 | 74 | \ No newline at end of file | ... | ... |
350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.cs
0 → 100644
1 | +using System; | |
2 | +using System.Collections.Generic; | |
3 | +using System.ComponentModel; | |
4 | +using System.Data; | |
5 | +using System.Drawing; | |
6 | +using System.Linq; | |
7 | +using System.Text; | |
8 | +using System.Windows.Forms; | |
9 | + | |
10 | +namespace ModifyXml | |
11 | +{ | |
12 | + public partial class AtlasAnatomy : Form | |
13 | + { | |
14 | + public AtlasAnatomy() | |
15 | + { | |
16 | + InitializeComponent(); | |
17 | + } | |
18 | + | |
19 | + private void btnBrowseFolder_Click(object sender, EventArgs e) | |
20 | + { | |
21 | + | |
22 | + } | |
23 | + } | |
24 | +} | ... | ... |
350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.resx
0 → 100644
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<root> | |
3 | + <!-- | |
4 | + Microsoft ResX Schema | |
5 | + | |
6 | + Version 2.0 | |
7 | + | |
8 | + The primary goals of this format is to allow a simple XML format | |
9 | + that is mostly human readable. The generation and parsing of the | |
10 | + various data types are done through the TypeConverter classes | |
11 | + associated with the data types. | |
12 | + | |
13 | + Example: | |
14 | + | |
15 | + ... ado.net/XML headers & schema ... | |
16 | + <resheader name="resmimetype">text/microsoft-resx</resheader> | |
17 | + <resheader name="version">2.0</resheader> | |
18 | + <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | |
19 | + <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | |
20 | + <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | |
21 | + <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | |
22 | + <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | |
23 | + <value>[base64 mime encoded serialized .NET Framework object]</value> | |
24 | + </data> | |
25 | + <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | |
26 | + <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | |
27 | + <comment>This is a comment</comment> | |
28 | + </data> | |
29 | + | |
30 | + There are any number of "resheader" rows that contain simple | |
31 | + name/value pairs. | |
32 | + | |
33 | + Each data row contains a name, and value. The row also contains a | |
34 | + type or mimetype. Type corresponds to a .NET class that support | |
35 | + text/value conversion through the TypeConverter architecture. | |
36 | + Classes that don't support this are serialized and stored with the | |
37 | + mimetype set. | |
38 | + | |
39 | + The mimetype is used for serialized objects, and tells the | |
40 | + ResXResourceReader how to depersist the object. This is currently not | |
41 | + extensible. For a given mimetype the value must be set accordingly: | |
42 | + | |
43 | + Note - application/x-microsoft.net.object.binary.base64 is the format | |
44 | + that the ResXResourceWriter will generate, however the reader can | |
45 | + read any of the formats listed below. | |
46 | + | |
47 | + mimetype: application/x-microsoft.net.object.binary.base64 | |
48 | + value : The object must be serialized with | |
49 | + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter | |
50 | + : and then encoded with base64 encoding. | |
51 | + | |
52 | + mimetype: application/x-microsoft.net.object.soap.base64 | |
53 | + value : The object must be serialized with | |
54 | + : System.Runtime.Serialization.Formatters.Soap.SoapFormatter | |
55 | + : and then encoded with base64 encoding. | |
56 | + | |
57 | + mimetype: application/x-microsoft.net.object.bytearray.base64 | |
58 | + value : The object must be serialized into a byte array | |
59 | + : using a System.ComponentModel.TypeConverter | |
60 | + : and then encoded with base64 encoding. | |
61 | + --> | |
62 | + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | |
63 | + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> | |
64 | + <xsd:element name="root" msdata:IsDataSet="true"> | |
65 | + <xsd:complexType> | |
66 | + <xsd:choice maxOccurs="unbounded"> | |
67 | + <xsd:element name="metadata"> | |
68 | + <xsd:complexType> | |
69 | + <xsd:sequence> | |
70 | + <xsd:element name="value" type="xsd:string" minOccurs="0" /> | |
71 | + </xsd:sequence> | |
72 | + <xsd:attribute name="name" use="required" type="xsd:string" /> | |
73 | + <xsd:attribute name="type" type="xsd:string" /> | |
74 | + <xsd:attribute name="mimetype" type="xsd:string" /> | |
75 | + <xsd:attribute ref="xml:space" /> | |
76 | + </xsd:complexType> | |
77 | + </xsd:element> | |
78 | + <xsd:element name="assembly"> | |
79 | + <xsd:complexType> | |
80 | + <xsd:attribute name="alias" type="xsd:string" /> | |
81 | + <xsd:attribute name="name" type="xsd:string" /> | |
82 | + </xsd:complexType> | |
83 | + </xsd:element> | |
84 | + <xsd:element name="data"> | |
85 | + <xsd:complexType> | |
86 | + <xsd:sequence> | |
87 | + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | |
88 | + <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | |
89 | + </xsd:sequence> | |
90 | + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> | |
91 | + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | |
92 | + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | |
93 | + <xsd:attribute ref="xml:space" /> | |
94 | + </xsd:complexType> | |
95 | + </xsd:element> | |
96 | + <xsd:element name="resheader"> | |
97 | + <xsd:complexType> | |
98 | + <xsd:sequence> | |
99 | + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | |
100 | + </xsd:sequence> | |
101 | + <xsd:attribute name="name" type="xsd:string" use="required" /> | |
102 | + </xsd:complexType> | |
103 | + </xsd:element> | |
104 | + </xsd:choice> | |
105 | + </xsd:complexType> | |
106 | + </xsd:element> | |
107 | + </xsd:schema> | |
108 | + <resheader name="resmimetype"> | |
109 | + <value>text/microsoft-resx</value> | |
110 | + </resheader> | |
111 | + <resheader name="version"> | |
112 | + <value>2.0</value> | |
113 | + </resheader> | |
114 | + <resheader name="reader"> | |
115 | + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | |
116 | + </resheader> | |
117 | + <resheader name="writer"> | |
118 | + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | |
119 | + </resheader> | |
120 | +</root> | |
0 | 121 | \ No newline at end of file | ... | ... |
350-UTILITIES/ModifyXml/ModifyXml/ModifyXml.csproj
1 | -<?xml version="1.0" encoding="utf-8"?> | |
2 | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | - <PropertyGroup> | |
4 | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 | - <Platform Condition=" '$(Platform)' == '' ">x86</Platform> | |
6 | - <ProductVersion>8.0.30703</ProductVersion> | |
7 | - <SchemaVersion>2.0</SchemaVersion> | |
8 | - <ProjectGuid>{D8BF6120-CD3F-4440-9B5C-4DE0D86C741B}</ProjectGuid> | |
9 | - <OutputType>WinExe</OutputType> | |
10 | - <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 | - <RootNamespace>ModifyXml</RootNamespace> | |
12 | - <AssemblyName>ModifyXml</AssemblyName> | |
13 | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 | - <TargetFrameworkProfile>Client</TargetFrameworkProfile> | |
15 | - <FileAlignment>512</FileAlignment> | |
16 | - </PropertyGroup> | |
17 | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | |
18 | - <PlatformTarget>x86</PlatformTarget> | |
19 | - <DebugSymbols>true</DebugSymbols> | |
20 | - <DebugType>full</DebugType> | |
21 | - <Optimize>false</Optimize> | |
22 | - <OutputPath>bin\Debug\</OutputPath> | |
23 | - <DefineConstants>DEBUG;TRACE</DefineConstants> | |
24 | - <ErrorReport>prompt</ErrorReport> | |
25 | - <WarningLevel>4</WarningLevel> | |
26 | - </PropertyGroup> | |
27 | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | |
28 | - <PlatformTarget>x86</PlatformTarget> | |
29 | - <DebugType>pdbonly</DebugType> | |
30 | - <Optimize>true</Optimize> | |
31 | - <OutputPath>bin\Release\</OutputPath> | |
32 | - <DefineConstants>TRACE</DefineConstants> | |
33 | - <ErrorReport>prompt</ErrorReport> | |
34 | - <WarningLevel>4</WarningLevel> | |
35 | - </PropertyGroup> | |
36 | - <ItemGroup> | |
37 | - <Reference Include="System" /> | |
38 | - <Reference Include="System.Core" /> | |
39 | - <Reference Include="System.Xml.Linq" /> | |
40 | - <Reference Include="System.Data.DataSetExtensions" /> | |
41 | - <Reference Include="Microsoft.CSharp" /> | |
42 | - <Reference Include="System.Data" /> | |
43 | - <Reference Include="System.Deployment" /> | |
44 | - <Reference Include="System.Drawing" /> | |
45 | - <Reference Include="System.Windows.Forms" /> | |
46 | - <Reference Include="System.Xml" /> | |
47 | - </ItemGroup> | |
48 | - <ItemGroup> | |
49 | - <Compile Include="Form1.cs"> | |
50 | - <SubType>Form</SubType> | |
51 | - </Compile> | |
52 | - <Compile Include="Form1.Designer.cs"> | |
53 | - <DependentUpon>Form1.cs</DependentUpon> | |
54 | - </Compile> | |
55 | - <Compile Include="Program.cs" /> | |
56 | - <Compile Include="Properties\AssemblyInfo.cs" /> | |
57 | - <EmbeddedResource Include="Form1.resx"> | |
58 | - <DependentUpon>Form1.cs</DependentUpon> | |
59 | - </EmbeddedResource> | |
60 | - <EmbeddedResource Include="Properties\Resources.resx"> | |
61 | - <Generator>ResXFileCodeGenerator</Generator> | |
62 | - <LastGenOutput>Resources.Designer.cs</LastGenOutput> | |
63 | - <SubType>Designer</SubType> | |
64 | - </EmbeddedResource> | |
65 | - <Compile Include="Properties\Resources.Designer.cs"> | |
66 | - <AutoGen>True</AutoGen> | |
67 | - <DependentUpon>Resources.resx</DependentUpon> | |
68 | - </Compile> | |
69 | - <None Include="Properties\Settings.settings"> | |
70 | - <Generator>SettingsSingleFileGenerator</Generator> | |
71 | - <LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
72 | - </None> | |
73 | - <Compile Include="Properties\Settings.Designer.cs"> | |
74 | - <AutoGen>True</AutoGen> | |
75 | - <DependentUpon>Settings.settings</DependentUpon> | |
76 | - <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
77 | - </Compile> | |
78 | - </ItemGroup> | |
79 | - <ItemGroup> | |
80 | - <Folder Include="Xml\ModifiedXml\" /> | |
81 | - </ItemGroup> | |
82 | - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | + <PropertyGroup> | |
4 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 | + <Platform Condition=" '$(Platform)' == '' ">x86</Platform> | |
6 | + <ProductVersion>8.0.30703</ProductVersion> | |
7 | + <SchemaVersion>2.0</SchemaVersion> | |
8 | + <ProjectGuid>{D8BF6120-CD3F-4440-9B5C-4DE0D86C741B}</ProjectGuid> | |
9 | + <OutputType>WinExe</OutputType> | |
10 | + <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 | + <RootNamespace>ModifyXml</RootNamespace> | |
12 | + <AssemblyName>ModifyXml</AssemblyName> | |
13 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 | + <TargetFrameworkProfile>Client</TargetFrameworkProfile> | |
15 | + <FileAlignment>512</FileAlignment> | |
16 | + </PropertyGroup> | |
17 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | |
18 | + <PlatformTarget>x86</PlatformTarget> | |
19 | + <DebugSymbols>true</DebugSymbols> | |
20 | + <DebugType>full</DebugType> | |
21 | + <Optimize>false</Optimize> | |
22 | + <OutputPath>bin\Debug\</OutputPath> | |
23 | + <DefineConstants>DEBUG;TRACE</DefineConstants> | |
24 | + <ErrorReport>prompt</ErrorReport> | |
25 | + <WarningLevel>4</WarningLevel> | |
26 | + </PropertyGroup> | |
27 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | |
28 | + <PlatformTarget>x86</PlatformTarget> | |
29 | + <DebugType>pdbonly</DebugType> | |
30 | + <Optimize>true</Optimize> | |
31 | + <OutputPath>bin\Release\</OutputPath> | |
32 | + <DefineConstants>TRACE</DefineConstants> | |
33 | + <ErrorReport>prompt</ErrorReport> | |
34 | + <WarningLevel>4</WarningLevel> | |
35 | + </PropertyGroup> | |
36 | + <ItemGroup> | |
37 | + <Reference Include="System" /> | |
38 | + <Reference Include="System.Core" /> | |
39 | + <Reference Include="System.Xml.Linq" /> | |
40 | + <Reference Include="System.Data.DataSetExtensions" /> | |
41 | + <Reference Include="Microsoft.CSharp" /> | |
42 | + <Reference Include="System.Data" /> | |
43 | + <Reference Include="System.Deployment" /> | |
44 | + <Reference Include="System.Drawing" /> | |
45 | + <Reference Include="System.Windows.Forms" /> | |
46 | + <Reference Include="System.Xml" /> | |
47 | + </ItemGroup> | |
48 | + <ItemGroup> | |
49 | + <Compile Include="AtlasAnatomy.cs"> | |
50 | + <SubType>Form</SubType> | |
51 | + </Compile> | |
52 | + <Compile Include="AtlasAnatomy.Designer.cs"> | |
53 | + <DependentUpon>AtlasAnatomy.cs</DependentUpon> | |
54 | + </Compile> | |
55 | + <Compile Include="Form1.cs"> | |
56 | + <SubType>Form</SubType> | |
57 | + </Compile> | |
58 | + <Compile Include="Form1.Designer.cs"> | |
59 | + <DependentUpon>Form1.cs</DependentUpon> | |
60 | + </Compile> | |
61 | + <Compile Include="Program.cs" /> | |
62 | + <Compile Include="Properties\AssemblyInfo.cs" /> | |
63 | + <EmbeddedResource Include="AtlasAnatomy.resx"> | |
64 | + <DependentUpon>AtlasAnatomy.cs</DependentUpon> | |
65 | + </EmbeddedResource> | |
66 | + <EmbeddedResource Include="Form1.resx"> | |
67 | + <DependentUpon>Form1.cs</DependentUpon> | |
68 | + </EmbeddedResource> | |
69 | + <EmbeddedResource Include="Properties\Resources.resx"> | |
70 | + <Generator>ResXFileCodeGenerator</Generator> | |
71 | + <LastGenOutput>Resources.Designer.cs</LastGenOutput> | |
72 | + <SubType>Designer</SubType> | |
73 | + </EmbeddedResource> | |
74 | + <Compile Include="Properties\Resources.Designer.cs"> | |
75 | + <AutoGen>True</AutoGen> | |
76 | + <DependentUpon>Resources.resx</DependentUpon> | |
77 | + </Compile> | |
78 | + <None Include="Properties\Settings.settings"> | |
79 | + <Generator>SettingsSingleFileGenerator</Generator> | |
80 | + <LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
81 | + </None> | |
82 | + <Compile Include="Properties\Settings.Designer.cs"> | |
83 | + <AutoGen>True</AutoGen> | |
84 | + <DependentUpon>Settings.settings</DependentUpon> | |
85 | + <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
86 | + </Compile> | |
87 | + </ItemGroup> | |
88 | + <ItemGroup> | |
89 | + <Folder Include="Xml\ModifiedXml\" /> | |
90 | + </ItemGroup> | |
91 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
83 | 92 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
84 | 93 | Other similar extension points exist, see Microsoft.Common.targets. |
85 | 94 | <Target Name="BeforeBuild"> |
86 | 95 | </Target> |
87 | 96 | <Target Name="AfterBuild"> |
88 | 97 | </Target> |
89 | - --> | |
98 | + --> | |
90 | 99 | </Project> |
91 | 100 | \ No newline at end of file | ... | ... |
350-UTILITIES/Parser/XMLtoJSON_utility/XMLtoJSON_utility.v12.suo
No preview for this file type
350-UTILITIES/Parser/XMLtoJSON_utility/XMLtoJSON_utility/Upload/aa_dat_pindata_2864.xml
0 → 100644
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<Root NavigatorImage="aa_oi_7.jpg"> | |
3 | + <Item PinId="44201" HeadX="75" HeadY="369" PinX="141" PinY="393" BodySystemId="11" BodySystemName="Skeletal" TermId="7069" /> | |
4 | + <Item PinId="44202" HeadX="605" HeadY="480" PinX="558" PinY="524" BodySystemId="11" BodySystemName="Skeletal" TermId="2717" /> | |
5 | + <Item PinId="44368" HeadX="515" HeadY="821" PinX="463" PinY="769" BodySystemId="11" BodySystemName="Skeletal" TermId="2699" /> | |
6 | + <Item PinId="44369" HeadX="644" HeadY="556" PinX="577" PinY="537" BodySystemId="11" BodySystemName="Skeletal" TermId="2694" /> | |
7 | + <Item PinId="44713" HeadX="366" HeadY="763" PinX="364" PinY="693" BodySystemId="11" BodySystemName="Skeletal" TermId="7534" /> | |
8 | + <Item PinId="45062" HeadX="540" HeadY="674" PinX="486" PinY="632" BodySystemId="11" BodySystemName="Skeletal" TermId="2704" /> | |
9 | + <Item PinId="45416" HeadX="463" HeadY="188" PinX="438" PinY="254" BodySystemId="11" BodySystemName="Skeletal" TermId="7689" /> | |
10 | + <Item PinId="45417" HeadX="590" HeadY="267" PinX="570" PinY="305" BodySystemId="11" BodySystemName="Skeletal" TermId="7689" /> | |
11 | + <Item PinId="45748" HeadX="183" HeadY="608" PinX="238" PinY="565" BodySystemId="11" BodySystemName="Skeletal" TermId="7077" /> | |
12 | + <Item PinId="46266" HeadX="384" HeadY="896" PinX="380" PinY="826" BodySystemId="11" BodySystemName="Skeletal" TermId="4522" /> | |
13 | + <Item PinId="46435" HeadX="501" HeadY="708" PinX="464" PinY="648" BodySystemId="11" BodySystemName="Skeletal" TermId="2715" /> | |
14 | + <Item PinId="46436" HeadX="553" HeadY="605" PinX="503" PinY="551" BodySystemId="11" BodySystemName="Skeletal" TermId="4518" /> | |
15 | + <Item PinId="46437" HeadX="454" HeadY="751" PinX="431" PinY="685" BodySystemId="11" BodySystemName="Skeletal" TermId="2691" /> | |
16 | + <Item PinId="46438" HeadX="101" HeadY="736" PinX="150" PinY="686" BodySystemId="11" BodySystemName="Skeletal" TermId="7117" /> | |
17 | + <Item PinId="46614" HeadX="453" HeadY="858" PinX="436" PinY="790" BodySystemId="11" BodySystemName="Skeletal" TermId="2710" /> | |
18 | + <Item PinId="46615" HeadX="406" HeadY="484" PinX="461" PinY="430" BodySystemId="11" BodySystemName="Skeletal" TermId="7072" /> | |
19 | +</Root> | |
0 | 20 | \ No newline at end of file | ... | ... |
350-UTILITIES/Parser/XMLtoJSON_utility/XMLtoJSON_utility/Upload/aa_dat_pindata_2875.xml
0 → 100644
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<Root NavigatorImage="aa_oi_20.jpg"> | |
3 | + <Item PinId="44274" HeadX="306" HeadY="91" PinX="326" PinY="158" BodySystemId="1" BodySystemName="Cardiovascular" TermId="896" /> | |
4 | + <Item PinId="44275" HeadX="485" HeadY="715" PinX="462" PinY="689" BodySystemId="1" BodySystemName="Cardiovascular" TermId="4651" /> | |
5 | + <Item PinId="44276" HeadX="423" HeadY="589" PinX="391" PinY="523" BodySystemId="8" BodySystemName="Nervous" TermId="4635" /> | |
6 | + <Item PinId="44277" HeadX="636" HeadY="429" PinX="570" PinY="411" BodySystemId="11" BodySystemName="Skeletal" TermId="823" /> | |
7 | + <Item PinId="44440" HeadX="197" HeadY="246" PinX="257" PinY="282" BodySystemId="11" BodySystemName="Skeletal" TermId="812" /> | |
8 | + <Item PinId="44776" HeadX="630" HeadY="694" PinX="557" PinY="645" BodySystemId="11" BodySystemName="Skeletal" TermId="822" /> | |
9 | + <Item PinId="44777" HeadX="261" HeadY="663" PinX="288" PinY="598" BodySystemId="11" BodySystemName="Skeletal" TermId="7124" /> | |
10 | + <Item PinId="44778" HeadX="182" HeadY="574" PinX="231" PinY="524" BodySystemId="11" BodySystemName="Skeletal" TermId="813" /> | |
11 | + <Item PinId="44956" HeadX="291" HeadY="435" PinX="347" PinY="393" BodySystemId="1" BodySystemName="Cardiovascular" TermId="7365" /> | |
12 | + <Item PinId="44957" HeadX="164" HeadY="472" PinX="227" PinY="441" BodySystemId="11" BodySystemName="Skeletal" TermId="5370" /> | |
13 | + <Item PinId="45485" HeadX="502" HeadY="11" PinX="474" PinY="67" BodySystemId="1" BodySystemName="Cardiovascular" TermId="2607" /> | |
14 | + <Item PinId="45486" HeadX="13" HeadY="297" PinX="82" PinY="309" BodySystemId="7" BodySystemName="Muscular" TermId="217" /> | |
15 | + <Item PinId="45670" HeadX="305" HeadY="11" PinX="321" PinY="79" BodySystemId="1" BodySystemName="Cardiovascular" TermId="7387" /> | |
16 | + <Item PinId="45827" HeadX="464" HeadY="281" PinX="416" PinY="332" BodySystemId="8" BodySystemName="Nervous" TermId="1481" /> | |
17 | + <Item PinId="45984" HeadX="313" HeadY="717" PinX="322" PinY="674" BodySystemId="8" BodySystemName="Nervous" TermId="4636" /> | |
18 | + <Item PinId="46157" HeadX="769" HeadY="366" PinX="716" PinY="366" BodySystemId="7" BodySystemName="Muscular" TermId="752" /> | |
19 | + <Item PinId="46158" HeadX="583" HeadY="534" PinX="502" PinY="503" BodySystemId="8" BodySystemName="Nervous" TermId="1521" /> | |
20 | + <Item PinId="46159" HeadX="558" HeadY="158" PinX="513" PinY="212" BodySystemId="11" BodySystemName="Skeletal" TermId="825" /> | |
21 | + <Item PinId="46340" HeadX="531" HeadY="351" PinX="459" PinY="375" BodySystemId="10" BodySystemName="Respiratory" TermId="2236" /> | |
22 | + <Item PinId="46341" HeadX="260" HeadY="67" PinX="288" PinY="131" BodySystemId="1" BodySystemName="Cardiovascular" TermId="2594" /> | |
23 | + <Item PinId="46342" HeadX="739" HeadY="469" PinX="672" PinY="449" BodySystemId="7" BodySystemName="Muscular" TermId="754" /> | |
24 | + <Item PinId="46343" HeadX="216" HeadY="341" PinX="286" PinY="349" BodySystemId="8" BodySystemName="Nervous" TermId="4683" /> | |
25 | + <Item PinId="46520" HeadX="512" HeadY="557" PinX="463" PinY="505" BodySystemId="1" BodySystemName="Cardiovascular" TermId="4652" /> | |
26 | + <Item PinId="46679" HeadX="412" HeadY="201" PinX="402" PinY="270" BodySystemId="11" BodySystemName="Skeletal" TermId="2230" /> | |
27 | + <Item PinId="46856" HeadX="179" HeadY="19" PinX="215" PinY="79" BodySystemId="10" BodySystemName="Respiratory" TermId="1291" /> | |
28 | + <Item PinId="46857" HeadX="371" HeadY="451" PinX="373" PinY="390" BodySystemId="1" BodySystemName="Cardiovascular" TermId="7277" /> | |
29 | + <Item PinId="46858" HeadX="416" HeadY="13" PinX="407" PinY="72" BodySystemId="8" BodySystemName="Nervous" TermId="504" /> | |
30 | +</Root> | |
0 | 31 | \ No newline at end of file | ... | ... |
350-UTILITIES/Parser/XMLtoJSON_utility/XMLtoJSON_utility/Upload/aa_dat_pindata_2920.xml
0 → 100644
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<Root NavigatorImage="aa_oi_83.jpg"> | |
3 | + <Item PinId="41293" HeadX="547" HeadY="346" PinX="477" PinY="337" BodySystemId="2" BodySystemName="Digestive" TermId="1011" /> | |
4 | + <Item PinId="41294" HeadX="381" HeadY="477" PinX="373" PinY="422" BodySystemId="11" BodySystemName="Skeletal" TermId="4176" /> | |
5 | + <Item PinId="41295" HeadX="342" HeadY="530" PinX="347" PinY="467" BodySystemId="8" BodySystemName="Nervous" TermId="3032" /> | |
6 | + <Item PinId="41296" HeadX="320" HeadY="233" PinX="346" PinY="298" BodySystemId="0" BodySystemName="No System" TermId="7388" /> | |
7 | + <Item PinId="41297" HeadX="687" HeadY="282" PinX="617" PinY="290" BodySystemId="0" BodySystemName="No System" TermId="926" /> | |
8 | + <Item PinId="41298" HeadX="264" HeadY="19" PinX="284" PinY="86" BodySystemId="7" BodySystemName="Muscular" TermId="233" /> | |
9 | + <Item PinId="41483" HeadX="644" HeadY="241" PinX="576" PinY="259" BodySystemId="2" BodySystemName="Digestive" TermId="7352" /> | |
10 | + <Item PinId="41484" HeadX="646" HeadY="441" PinX="581" PinY="414" BodySystemId="4" BodySystemName="Immune" TermId="1041" /> | |
11 | + <Item PinId="41485" HeadX="601" HeadY="401" PinX="531" PinY="388" BodySystemId="0" BodySystemName="No System" TermId="5055" /> | |
12 | + <Item PinId="41679" HeadX="131" HeadY="244" PinX="185" PinY="267" BodySystemId="2" BodySystemName="Digestive" TermId="935" /> | |
13 | + <Item PinId="41680" HeadX="365" HeadY="8" PinX="363" PinY="78" BodySystemId="7" BodySystemName="Muscular" TermId="184" /> | |
14 | + <Item PinId="42265" HeadX="226" HeadY="320" PinX="279" PinY="320" BodySystemId="1" BodySystemName="Cardiovascular" TermId="1112" /> | |
15 | + <Item PinId="42266" HeadX="571" HeadY="369" PinX="503" PinY="364" BodySystemId="1" BodySystemName="Cardiovascular" TermId="1021" /> | |
16 | + <Item PinId="42267" HeadX="370" HeadY="215" PinX="370" PinY="282" BodySystemId="0" BodySystemName="No System" TermId="940" /> | |
17 | + <Item PinId="42436" HeadX="441" HeadY="378" PinX="383" PinY="339" BodySystemId="1" BodySystemName="Cardiovascular" TermId="1140" /> | |
18 | + <Item PinId="42644" HeadX="313" HeadY="416" PinX="341" PinY="352" BodySystemId="6" BodySystemName="Lymphatic" TermId="1337" /> | |
19 | + <Item PinId="42645" HeadX="519" HeadY="423" PinX="460" PinY="386" BodySystemId="3" BodySystemName="Endocrine" TermId="1069" /> | |
20 | + <Item PinId="42817" HeadX="547" HeadY="168" PinX="496" PinY="190" BodySystemId="0" BodySystemName="No System" TermId="4752" /> | |
21 | + <Item PinId="42818" HeadX="467" HeadY="434" PinX="418" PinY="384" BodySystemId="7" BodySystemName="Muscular" TermId="1207" /> | |
22 | + <Item PinId="42819" HeadX="204" HeadY="404" PinX="267" PinY="377" BodySystemId="3" BodySystemName="Endocrine" TermId="1068" /> | |
23 | + <Item PinId="42998" HeadX="403" HeadY="208" PinX="385" PinY="270" BodySystemId="0" BodySystemName="No System" TermId="7219" /> | |
24 | + <Item PinId="43564" HeadX="199" HeadY="517" PinX="223" PinY="462" BodySystemId="12" BodySystemName="Urinary" TermId="1101" /> | |
25 | + <Item PinId="43565" HeadX="551" HeadY="507" PinX="500" PinY="459" BodySystemId="12" BodySystemName="Urinary" TermId="1102" /> | |
26 | + <Item PinId="43758" HeadX="222" HeadY="53" PinX="253" PinY="116" BodySystemId="0" BodySystemName="No System" TermId="926" /> | |
27 | + <Item PinId="43759" HeadX="532" HeadY="222" PinX="471" PinY="256" BodySystemId="2" BodySystemName="Digestive" TermId="958" /> | |
28 | + <Item PinId="43760" HeadX="142" HeadY="524" PinX="182" PinY="484" BodySystemId="0" BodySystemName="No System" TermId="4662" /> | |
29 | + <Item PinId="43960" HeadX="320" HeadY="27" PinX="328" PinY="97" BodySystemId="0" BodySystemName="No System" TermId="937" /> | |
30 | + <Item PinId="44134" HeadX="425" HeadY="13" PinX="410" PinY="81" BodySystemId="7" BodySystemName="Muscular" TermId="233" /> | |
31 | + <Item PinId="44135" HeadX="532" HeadY="316" PinX="462" PinY="317" BodySystemId="0" BodySystemName="No System" TermId="4752" /> | |
32 | +</Root> | |
0 | 33 | \ No newline at end of file | ... | ... |
350-UTILITIES/Parser/XMLtoJSON_utility/XMLtoJSON_utility/Upload/aa_dat_pindata_2921.xml
0 → 100644
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<Root NavigatorImage="aa_oi_84.jpg"> | |
3 | + <Item PinId="41299" HeadX="302" HeadY="8" PinX="316" PinY="44" BodySystemId="7" BodySystemName="Muscular" TermId="5162" /> | |
4 | + <Item PinId="41300" HeadX="589" HeadY="12" PinX="557" PinY="74" BodySystemId="0" BodySystemName="No System" TermId="2893" /> | |
5 | + <Item PinId="41301" HeadX="261" HeadY="6" PinX="295" PinY="64" BodySystemId="1" BodySystemName="Cardiovascular" TermId="2042" /> | |
6 | + <Item PinId="41486" HeadX="826" HeadY="221" PinX="758" PinY="238" BodySystemId="7" BodySystemName="Muscular" TermId="798" /> | |
7 | + <Item PinId="41681" HeadX="446" HeadY="8" PinX="436" PinY="66" BodySystemId="0" BodySystemName="No System" TermId="4404" /> | |
8 | + <Item PinId="41682" HeadX="393" HeadY="7" PinX="403" PinY="72" BodySystemId="0" BodySystemName="No System" TermId="4843" /> | |
9 | + <Item PinId="41683" HeadX="198" HeadY="7" PinX="231" PinY="52" BodySystemId="0" BodySystemName="No System" TermId="7701" /> | |
10 | + <Item PinId="41684" HeadX="365" HeadY="113" PinX="385" PinY="180" BodySystemId="2" BodySystemName="Digestive" TermId="981" /> | |
11 | + <Item PinId="41685" HeadX="637" HeadY="393" PinX="571" PinY="370" BodySystemId="7" BodySystemName="Muscular" TermId="1397" /> | |
12 | + <Item PinId="41884" HeadX="537" HeadY="315" PinX="467" PinY="318" BodySystemId="1" BodySystemName="Cardiovascular" TermId="1190" /> | |
13 | + <Item PinId="41885" HeadX="429" HeadY="462" PinX="429" PinY="392" BodySystemId="11" BodySystemName="Skeletal" TermId="4155" /> | |
14 | + <Item PinId="41886" HeadX="387" HeadY="66" PinX="398" PinY="135" BodySystemId="0" BodySystemName="No System" TermId="4752" /> | |
15 | + <Item PinId="41887" HeadX="33" HeadY="132" PinX="89" PinY="161" BodySystemId="7" BodySystemName="Muscular" TermId="222" /> | |
16 | + <Item PinId="41888" HeadX="658" HeadY="586" PinX="612" PinY="533" BodySystemId="7" BodySystemName="Muscular" TermId="2098" /> | |
17 | + <Item PinId="42059" HeadX="200" HeadY="54" PinX="252" PinY="104" BodySystemId="2" BodySystemName="Digestive" TermId="980" /> | |
18 | + <Item PinId="42060" HeadX="817" HeadY="127" PinX="754" PinY="158" BodySystemId="7" BodySystemName="Muscular" TermId="222" /> | |
19 | + <Item PinId="42268" HeadX="224" HeadY="7" PinX="257" PinY="58" BodySystemId="0" BodySystemName="No System" TermId="7702" /> | |
20 | + <Item PinId="42437" HeadX="193" HeadY="363" PinX="255" PinY="353" BodySystemId="7" BodySystemName="Muscular" TermId="1396" /> | |
21 | + <Item PinId="42438" HeadX="781" HeadY="289" PinX="711" PinY="295" BodySystemId="2" BodySystemName="Digestive" TermId="990" /> | |
22 | + <Item PinId="42439" HeadX="678" HeadY="56" PinX="630" PinY="107" BodySystemId="0" BodySystemName="No System" TermId="7219" /> | |
23 | + <Item PinId="42440" HeadX="430" HeadY="8" PinX="430" PinY="59" BodySystemId="0" BodySystemName="No System" TermId="2911" /> | |
24 | + <Item PinId="42441" HeadX="376" HeadY="632" PinX="381" PinY="601" BodySystemId="7" BodySystemName="Muscular" TermId="1869" /> | |
25 | + <Item PinId="42646" HeadX="418" HeadY="8" PinX="419" PinY="47" BodySystemId="7" BodySystemName="Muscular" TermId="184" /> | |
26 | + <Item PinId="42647" HeadX="207" HeadY="604" PinX="250" PinY="549" BodySystemId="7" BodySystemName="Muscular" TermId="2098" /> | |
27 | + <Item PinId="42648" HeadX="571" HeadY="273" PinX="504" PinY="295" BodySystemId="1" BodySystemName="Cardiovascular" TermId="1168" /> | |
28 | + <Item PinId="42649" HeadX="349" HeadY="5" PinX="366" PinY="73" BodySystemId="0" BodySystemName="No System" TermId="926" /> | |
29 | + <Item PinId="42650" HeadX="482" HeadY="8" PinX="472" PinY="67" BodySystemId="0" BodySystemName="No System" TermId="7439" /> | |
30 | + <Item PinId="42651" HeadX="243" HeadY="204" PinX="302" PinY="241" BodySystemId="2" BodySystemName="Digestive" TermId="980" /> | |
31 | + <Item PinId="42652" HeadX="850" HeadY="308" PinX="780" PinY="310" BodySystemId="11" BodySystemName="Skeletal" TermId="1760" /> | |
32 | + <Item PinId="42999" HeadX="98" HeadY="278" PinX="158" PinY="286" BodySystemId="2" BodySystemName="Digestive" TermId="989" /> | |
33 | + <Item PinId="43000" HeadX="305" HeadY="261" PinX="368" PinY="291" BodySystemId="1" BodySystemName="Cardiovascular" TermId="1169" /> | |
34 | + <Item PinId="43001" HeadX="281" HeadY="8" PinX="307" PinY="63" BodySystemId="1" BodySystemName="Cardiovascular" TermId="2040" /> | |
35 | + <Item PinId="43230" HeadX="519" HeadY="8" PinX="507" PinY="51" BodySystemId="7" BodySystemName="Muscular" TermId="233" /> | |
36 | + <Item PinId="43231" HeadX="229" HeadY="394" PinX="285" PinY="374" BodySystemId="7" BodySystemName="Muscular" TermId="1397" /> | |
37 | + <Item PinId="43232" HeadX="618" HeadY="84" PinX="574" PinY="139" BodySystemId="2" BodySystemName="Digestive" TermId="981" /> | |
38 | + <Item PinId="43373" HeadX="93" HeadY="458" PinX="148" PinY="436" BodySystemId="7" BodySystemName="Muscular" TermId="2110" /> | |
39 | + <Item PinId="43374" HeadX="778" HeadY="482" PinX="714" PinY="453" BodySystemId="7" BodySystemName="Muscular" TermId="2110" /> | |
40 | + <Item PinId="43375" HeadX="509" HeadY="632" PinX="501" PinY="599" BodySystemId="7" BodySystemName="Muscular" TermId="1869" /> | |
41 | + <Item PinId="43566" HeadX="38" HeadY="336" PinX="96" PinY="334" BodySystemId="11" BodySystemName="Skeletal" TermId="1760" /> | |
42 | + <Item PinId="43567" HeadX="289" HeadY="343" PinX="358" PinY="332" BodySystemId="1" BodySystemName="Cardiovascular" TermId="1191" /> | |
43 | + <Item PinId="43568" HeadX="34" HeadY="221" PinX="93" PinY="235" BodySystemId="7" BodySystemName="Muscular" TermId="798" /> | |
44 | + <Item PinId="43961" HeadX="824" HeadY="179" PinX="758" PinY="202" BodySystemId="7" BodySystemName="Muscular" TermId="228" /> | |
45 | + <Item PinId="44136" HeadX="109" HeadY="398" PinX="165" PinY="385" BodySystemId="7" BodySystemName="Muscular" TermId="1570" /> | |
46 | + <Item PinId="44137" HeadX="385" HeadY="388" PinX="418" PinY="328" BodySystemId="11" BodySystemName="Skeletal" TermId="1413" /> | |
47 | + <Item PinId="44138" HeadX="39" HeadY="172" PinX="90" PinY="192" BodySystemId="7" BodySystemName="Muscular" TermId="228" /> | |
48 | + <Item PinId="44139" HeadX="826" HeadY="255" PinX="757" PinY="266" BodySystemId="0" BodySystemName="No System" TermId="926" /> | |
49 | +</Root> | |
0 | 50 | \ No newline at end of file | ... | ... |
350-UTILITIES/Parser/XMLtoJSON_utility/XMLtoJSON_utility/bin/XMLtoJSON_utility.dll
No preview for this file type
350-UTILITIES/Parser/XMLtoJSON_utility/XMLtoJSON_utility/bin/XMLtoJSON_utility.pdb
No preview for this file type
350-UTILITIES/Parser/XMLtoJSON_utility/XMLtoJSON_utility/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
No preview for this file type
350-UTILITIES/Parser/XMLtoJSON_utility/XMLtoJSON_utility/obj/Debug/XMLtoJSON_utility.csproj.FileListAbsolute.txt
... | ... | @@ -10,3 +10,9 @@ D:\100-PROJECTS\003-AIAHTML5\AIAHTML5\350-UTILITIES\Parser\XMLtoJSON_utility\XML |
10 | 10 | D:\100-PROJECTS\003-AIAHTML5\AIAHTML5\350-UTILITIES\Parser\XMLtoJSON_utility\XMLtoJSON_utility\obj\Debug\XMLtoJSON_utility.csprojResolveAssemblyReference.cache |
11 | 11 | D:\100-PROJECTS\003-AIAHTML5\AIAHTML5\350-UTILITIES\Parser\XMLtoJSON_utility\XMLtoJSON_utility\obj\Debug\XMLtoJSON_utility.dll |
12 | 12 | D:\100-PROJECTS\003-AIAHTML5\AIAHTML5\350-UTILITIES\Parser\XMLtoJSON_utility\XMLtoJSON_utility\obj\Debug\XMLtoJSON_utility.pdb |
13 | +I:\100-PROJECTS\001-AIAHTML5\350-UTILITIES\Parser\XMLtoJSON_utility\XMLtoJSON_utility\bin\XMLtoJSON_utility.dll.config | |
14 | +I:\100-PROJECTS\001-AIAHTML5\350-UTILITIES\Parser\XMLtoJSON_utility\XMLtoJSON_utility\bin\XMLtoJSON_utility.dll | |
15 | +I:\100-PROJECTS\001-AIAHTML5\350-UTILITIES\Parser\XMLtoJSON_utility\XMLtoJSON_utility\bin\XMLtoJSON_utility.pdb | |
16 | +I:\100-PROJECTS\001-AIAHTML5\350-UTILITIES\Parser\XMLtoJSON_utility\XMLtoJSON_utility\obj\Debug\XMLtoJSON_utility.csprojResolveAssemblyReference.cache | |
17 | +I:\100-PROJECTS\001-AIAHTML5\350-UTILITIES\Parser\XMLtoJSON_utility\XMLtoJSON_utility\obj\Debug\XMLtoJSON_utility.dll | |
18 | +I:\100-PROJECTS\001-AIAHTML5\350-UTILITIES\Parser\XMLtoJSON_utility\XMLtoJSON_utility\obj\Debug\XMLtoJSON_utility.pdb | ... | ... |
350-UTILITIES/Parser/XMLtoJSON_utility/XMLtoJSON_utility/obj/Debug/XMLtoJSON_utility.dll
No preview for this file type
350-UTILITIES/Parser/XMLtoJSON_utility/XMLtoJSON_utility/obj/Debug/XMLtoJSON_utility.pdb
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
... | ... | @@ -50,10 +50,14 @@ |
50 | 50 | <Content Include="app\controllers\DAController.js" /> |
51 | 51 | <Content Include="app\controllers\HomeController.js" /> |
52 | 52 | <Content Include="app\controllers\LabExercController.js" /> |
53 | + <Content Include="app\controllers\TileViewListController.js" /> | |
53 | 54 | <Content Include="app\main\AIA.js" /> |
54 | 55 | <Content Include="app\main\Link.js" /> |
55 | 56 | <Content Include="app\services\AuthenticationService.js" /> |
56 | 57 | <Content Include="app\services\DataService.js" /> |
58 | + <Content Include="app\services\ModuleService123 - Copy.js" /> | |
59 | + <Content Include="app\services\ModuleServicePromiseCode.js" /> | |
60 | + <Content Include="app\services\ModuleService.js" /> | |
57 | 61 | <Content Include="app\utility\BitmapData.js" /> |
58 | 62 | <Content Include="app\utility\Matrix.js" /> |
59 | 63 | <Content Include="app\utility\Paint.js" /> |
... | ... | @@ -62,10 +66,12 @@ |
62 | 66 | <Content Include="app\views\3dA\3d-anatomy-details.html" /> |
63 | 67 | <Content Include="app\views\3dA\3dA-view.html" /> |
64 | 68 | <Content Include="app\views\ADAMImg\ADAMImg-view.html" /> |
69 | + <Content Include="app\views\atlas-anatomy-detail.html" /> | |
65 | 70 | <Content Include="app\views\ca\clinical-animations-detail.html" /> |
66 | 71 | <Content Include="app\views\ci\clinical-illustrations-detail.html" /> |
67 | 72 | <Content Include="app\views\da\da-view.html" /> |
68 | 73 | <Content Include="app\views\LabExerc\lab-exercises-detail.html" /> |
74 | + <Content Include="app\views\module-item-view.html" /> | |
69 | 75 | <Content Include="app\views\Link\Link-view.html" /> |
70 | 76 | <Content Include="app\views\AnatTest\AnatTest-view.html" /> |
71 | 77 | <Content Include="app\views\AOD\AOD-view.html" /> |
... | ... | @@ -75,6 +81,7 @@ |
75 | 81 | <Content Include="app\views\da\da-body-view-list.html" /> |
76 | 82 | <Content Include="app\views\da\da-body-view.html" /> |
77 | 83 | <Content Include="app\views\LabExerc\LabExerc-view.html" /> |
84 | + <Content Include="app\views\tile-view.html" /> | |
78 | 85 | <Content Include="app\widget\MainMenu.html" /> |
79 | 86 | <Content Include="body-view-wp.js" /> |
80 | 87 | <Content Include="content\css\main.css" /> |
... | ... | @@ -83,6 +90,481 @@ |
83 | 90 | <Content Include="content\data\json\ca\ca_dat_contentlist.json" /> |
84 | 91 | <Content Include="content\data\json\ca\ca_dat_contentlist_mp4link.json" /> |
85 | 92 | <Content Include="content\data\json\3da\3da_dat_contentlist.json" /> |
93 | + <Content Include="content\data\json\aa\aa_dat_contentlist.json" /> | |
94 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata.json" /> | |
95 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2862.json" /> | |
96 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2863.json" /> | |
97 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2864.json" /> | |
98 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2865.json" /> | |
99 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2866.json" /> | |
100 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2867.json" /> | |
101 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2868.json" /> | |
102 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2869.json" /> | |
103 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2870.json" /> | |
104 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2871.json" /> | |
105 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2872.json" /> | |
106 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2873.json" /> | |
107 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2874.json" /> | |
108 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2875.json" /> | |
109 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2876.json" /> | |
110 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2877.json" /> | |
111 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2878.json" /> | |
112 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2879.json" /> | |
113 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2880.json" /> | |
114 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2881.json" /> | |
115 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2882.json" /> | |
116 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2883.json" /> | |
117 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2884.json" /> | |
118 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2885.json" /> | |
119 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2886.json" /> | |
120 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2887.json" /> | |
121 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2888.json" /> | |
122 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2889.json" /> | |
123 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2890.json" /> | |
124 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2891.json" /> | |
125 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2892.json" /> | |
126 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2893.json" /> | |
127 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2894.json" /> | |
128 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2895.json" /> | |
129 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2896.json" /> | |
130 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2897.json" /> | |
131 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2898.json" /> | |
132 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2899.json" /> | |
133 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2900.json" /> | |
134 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2901.json" /> | |
135 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2902.json" /> | |
136 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2903.json" /> | |
137 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2904.json" /> | |
138 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2905.json" /> | |
139 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2906.json" /> | |
140 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2907.json" /> | |
141 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2908.json" /> | |
142 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2909.json" /> | |
143 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2910.json" /> | |
144 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2911.json" /> | |
145 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2912.json" /> | |
146 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2913.json" /> | |
147 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2914.json" /> | |
148 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2915.json" /> | |
149 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2916.json" /> | |
150 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2917.json" /> | |
151 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2918.json" /> | |
152 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2919.json" /> | |
153 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2920.json" /> | |
154 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2921.json" /> | |
155 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2922.json" /> | |
156 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2923.json" /> | |
157 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2924.json" /> | |
158 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2925.json" /> | |
159 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2926.json" /> | |
160 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2927.json" /> | |
161 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2928.json" /> | |
162 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2929.json" /> | |
163 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2930.json" /> | |
164 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2931.json" /> | |
165 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2932.json" /> | |
166 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2933.json" /> | |
167 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2934.json" /> | |
168 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2935.json" /> | |
169 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2936.json" /> | |
170 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2937.json" /> | |
171 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2938.json" /> | |
172 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2939.json" /> | |
173 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2940.json" /> | |
174 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2941.json" /> | |
175 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2942.json" /> | |
176 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2943.json" /> | |
177 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2944.json" /> | |
178 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2945.json" /> | |
179 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2946.json" /> | |
180 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2947.json" /> | |
181 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2948.json" /> | |
182 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2949.json" /> | |
183 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2950.json" /> | |
184 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2951.json" /> | |
185 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2952.json" /> | |
186 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2953.json" /> | |
187 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2954.json" /> | |
188 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2955.json" /> | |
189 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2956.json" /> | |
190 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2957.json" /> | |
191 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2958.json" /> | |
192 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2959.json" /> | |
193 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2960.json" /> | |
194 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2961.json" /> | |
195 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2962.json" /> | |
196 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2963.json" /> | |
197 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2964.json" /> | |
198 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2965.json" /> | |
199 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2966.json" /> | |
200 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2967.json" /> | |
201 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2968.json" /> | |
202 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2969.json" /> | |
203 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2970.json" /> | |
204 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2971.json" /> | |
205 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2972.json" /> | |
206 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2973.json" /> | |
207 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2974.json" /> | |
208 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2975.json" /> | |
209 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2976.json" /> | |
210 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2977.json" /> | |
211 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2978.json" /> | |
212 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2979.json" /> | |
213 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2980.json" /> | |
214 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2981.json" /> | |
215 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2982.json" /> | |
216 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2983.json" /> | |
217 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2984.json" /> | |
218 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2985.json" /> | |
219 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2986.json" /> | |
220 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2987.json" /> | |
221 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2988.json" /> | |
222 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2989.json" /> | |
223 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2990.json" /> | |
224 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2991.json" /> | |
225 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2992.json" /> | |
226 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2993.json" /> | |
227 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2994.json" /> | |
228 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2995.json" /> | |
229 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2996.json" /> | |
230 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2997.json" /> | |
231 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2998.json" /> | |
232 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_2999.json" /> | |
233 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3000.json" /> | |
234 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3001.json" /> | |
235 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3002.json" /> | |
236 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3003.json" /> | |
237 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3004.json" /> | |
238 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3005.json" /> | |
239 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3006.json" /> | |
240 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3007.json" /> | |
241 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3008.json" /> | |
242 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3009.json" /> | |
243 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3010.json" /> | |
244 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3011.json" /> | |
245 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3012.json" /> | |
246 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3013.json" /> | |
247 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3014.json" /> | |
248 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3015.json" /> | |
249 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3016.json" /> | |
250 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3017.json" /> | |
251 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3018.json" /> | |
252 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3019.json" /> | |
253 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3020.json" /> | |
254 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3021.json" /> | |
255 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3022.json" /> | |
256 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3023.json" /> | |
257 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3024.json" /> | |
258 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3025.json" /> | |
259 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3026.json" /> | |
260 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3027.json" /> | |
261 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3028.json" /> | |
262 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3029.json" /> | |
263 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3030.json" /> | |
264 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3031.json" /> | |
265 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3032.json" /> | |
266 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3033.json" /> | |
267 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3034.json" /> | |
268 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3035.json" /> | |
269 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3036.json" /> | |
270 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3037.json" /> | |
271 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3038.json" /> | |
272 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3039.json" /> | |
273 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3040.json" /> | |
274 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3041.json" /> | |
275 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3042.json" /> | |
276 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3043.json" /> | |
277 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3044.json" /> | |
278 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3045.json" /> | |
279 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3046.json" /> | |
280 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3047.json" /> | |
281 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3048.json" /> | |
282 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3049.json" /> | |
283 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3050.json" /> | |
284 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3051.json" /> | |
285 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3052.json" /> | |
286 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3053.json" /> | |
287 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3054.json" /> | |
288 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3055.json" /> | |
289 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3056.json" /> | |
290 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3057.json" /> | |
291 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3058.json" /> | |
292 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3059.json" /> | |
293 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3060.json" /> | |
294 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3061.json" /> | |
295 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3062.json" /> | |
296 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3063.json" /> | |
297 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3064.json" /> | |
298 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3065.json" /> | |
299 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3066.json" /> | |
300 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3067.json" /> | |
301 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3068.json" /> | |
302 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3069.json" /> | |
303 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3070.json" /> | |
304 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3071.json" /> | |
305 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3072.json" /> | |
306 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3073.json" /> | |
307 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3074.json" /> | |
308 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3075.json" /> | |
309 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3076.json" /> | |
310 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3077.json" /> | |
311 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3078.json" /> | |
312 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3079.json" /> | |
313 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3080.json" /> | |
314 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3081.json" /> | |
315 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3082.json" /> | |
316 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3083.json" /> | |
317 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3084.json" /> | |
318 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3085.json" /> | |
319 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3086.json" /> | |
320 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3087.json" /> | |
321 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3088.json" /> | |
322 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3089.json" /> | |
323 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3090.json" /> | |
324 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3091.json" /> | |
325 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3092.json" /> | |
326 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3093.json" /> | |
327 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3094.json" /> | |
328 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3095.json" /> | |
329 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3096.json" /> | |
330 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3097.json" /> | |
331 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3098.json" /> | |
332 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3099.json" /> | |
333 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3100.json" /> | |
334 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3101.json" /> | |
335 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3102.json" /> | |
336 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3103.json" /> | |
337 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3104.json" /> | |
338 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3105.json" /> | |
339 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3106.json" /> | |
340 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3107.json" /> | |
341 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3108.json" /> | |
342 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3109.json" /> | |
343 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3110.json" /> | |
344 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3111.json" /> | |
345 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3112.json" /> | |
346 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3113.json" /> | |
347 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3114.json" /> | |
348 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3115.json" /> | |
349 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3116.json" /> | |
350 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3117.json" /> | |
351 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3118.json" /> | |
352 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3119.json" /> | |
353 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3120.json" /> | |
354 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3121.json" /> | |
355 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3122.json" /> | |
356 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3123.json" /> | |
357 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3124.json" /> | |
358 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3125.json" /> | |
359 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3126.json" /> | |
360 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3127.json" /> | |
361 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3128.json" /> | |
362 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3129.json" /> | |
363 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3130.json" /> | |
364 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3131.json" /> | |
365 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3132.json" /> | |
366 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3133.json" /> | |
367 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3134.json" /> | |
368 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3135.json" /> | |
369 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3136.json" /> | |
370 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3137.json" /> | |
371 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3138.json" /> | |
372 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3139.json" /> | |
373 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3140.json" /> | |
374 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3141.json" /> | |
375 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3142.json" /> | |
376 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3143.json" /> | |
377 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3144.json" /> | |
378 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3145.json" /> | |
379 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3146.json" /> | |
380 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3147.json" /> | |
381 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3148.json" /> | |
382 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3149.json" /> | |
383 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3150.json" /> | |
384 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3151.json" /> | |
385 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3152.json" /> | |
386 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3153.json" /> | |
387 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3154.json" /> | |
388 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3155.json" /> | |
389 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3156.json" /> | |
390 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3157.json" /> | |
391 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3158.json" /> | |
392 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3159.json" /> | |
393 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3160.json" /> | |
394 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3161.json" /> | |
395 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3162.json" /> | |
396 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3163.json" /> | |
397 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3164.json" /> | |
398 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3165.json" /> | |
399 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3166.json" /> | |
400 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3167.json" /> | |
401 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3168.json" /> | |
402 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3169.json" /> | |
403 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3170.json" /> | |
404 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3171.json" /> | |
405 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3172.json" /> | |
406 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3173.json" /> | |
407 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3174.json" /> | |
408 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3175.json" /> | |
409 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3176.json" /> | |
410 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3177.json" /> | |
411 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3178.json" /> | |
412 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3179.json" /> | |
413 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3180.json" /> | |
414 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3181.json" /> | |
415 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3182.json" /> | |
416 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3183.json" /> | |
417 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3184.json" /> | |
418 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3185.json" /> | |
419 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3186.json" /> | |
420 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3187.json" /> | |
421 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3188.json" /> | |
422 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3189.json" /> | |
423 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3190.json" /> | |
424 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3191.json" /> | |
425 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3192.json" /> | |
426 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3193.json" /> | |
427 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3194.json" /> | |
428 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3195.json" /> | |
429 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3196.json" /> | |
430 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3197.json" /> | |
431 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3198.json" /> | |
432 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3199.json" /> | |
433 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3200.json" /> | |
434 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3201.json" /> | |
435 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3202.json" /> | |
436 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3203.json" /> | |
437 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3204.json" /> | |
438 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3205.json" /> | |
439 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3206.json" /> | |
440 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3207.json" /> | |
441 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3208.json" /> | |
442 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3209.json" /> | |
443 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3210.json" /> | |
444 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3211.json" /> | |
445 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3212.json" /> | |
446 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3213.json" /> | |
447 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3214.json" /> | |
448 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3215.json" /> | |
449 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3216.json" /> | |
450 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3217.json" /> | |
451 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3218.json" /> | |
452 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3219.json" /> | |
453 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3220.json" /> | |
454 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3221.json" /> | |
455 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3222.json" /> | |
456 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3223.json" /> | |
457 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3224.json" /> | |
458 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3225.json" /> | |
459 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3226.json" /> | |
460 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3227.json" /> | |
461 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3228.json" /> | |
462 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3229.json" /> | |
463 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3230.json" /> | |
464 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3231.json" /> | |
465 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3232.json" /> | |
466 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3233.json" /> | |
467 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3234.json" /> | |
468 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3235.json" /> | |
469 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3236.json" /> | |
470 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3237.json" /> | |
471 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3238.json" /> | |
472 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3239.json" /> | |
473 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3240.json" /> | |
474 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3241.json" /> | |
475 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3242.json" /> | |
476 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3243.json" /> | |
477 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3244.json" /> | |
478 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3245.json" /> | |
479 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3246.json" /> | |
480 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3247.json" /> | |
481 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3248.json" /> | |
482 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3249.json" /> | |
483 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3250.json" /> | |
484 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3251.json" /> | |
485 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3252.json" /> | |
486 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3253.json" /> | |
487 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3254.json" /> | |
488 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3255.json" /> | |
489 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3256.json" /> | |
490 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3257.json" /> | |
491 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3258.json" /> | |
492 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3259.json" /> | |
493 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3260.json" /> | |
494 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3261.json" /> | |
495 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3262.json" /> | |
496 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3263.json" /> | |
497 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3264.json" /> | |
498 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3265.json" /> | |
499 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3266.json" /> | |
500 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3267.json" /> | |
501 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3268.json" /> | |
502 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3269.json" /> | |
503 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3270.json" /> | |
504 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3271.json" /> | |
505 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3272.json" /> | |
506 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3273.json" /> | |
507 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3274.json" /> | |
508 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3275.json" /> | |
509 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3276.json" /> | |
510 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3277.json" /> | |
511 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3278.json" /> | |
512 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3279.json" /> | |
513 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3280.json" /> | |
514 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3281.json" /> | |
515 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3282.json" /> | |
516 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3283.json" /> | |
517 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3284.json" /> | |
518 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3285.json" /> | |
519 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3286.json" /> | |
520 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3287.json" /> | |
521 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3288.json" /> | |
522 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3289.json" /> | |
523 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3290.json" /> | |
524 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3291.json" /> | |
525 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3292.json" /> | |
526 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3293.json" /> | |
527 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3294.json" /> | |
528 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3295.json" /> | |
529 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3296.json" /> | |
530 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3297.json" /> | |
531 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3298.json" /> | |
532 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3299.json" /> | |
533 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3300.json" /> | |
534 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3301.json" /> | |
535 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3302.json" /> | |
536 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3303.json" /> | |
537 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3304.json" /> | |
538 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3305.json" /> | |
539 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3306.json" /> | |
540 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3307.json" /> | |
541 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3308.json" /> | |
542 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3309.json" /> | |
543 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3310.json" /> | |
544 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3311.json" /> | |
545 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3312.json" /> | |
546 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3313.json" /> | |
547 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3314.json" /> | |
548 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3315.json" /> | |
549 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3316.json" /> | |
550 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3317.json" /> | |
551 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3318.json" /> | |
552 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3319.json" /> | |
553 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3320.json" /> | |
554 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3321.json" /> | |
555 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3322.json" /> | |
556 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3323.json" /> | |
557 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3324.json" /> | |
558 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3325.json" /> | |
559 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3326.json" /> | |
560 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3327.json" /> | |
561 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3328.json" /> | |
562 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3329.json" /> | |
563 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3330.json" /> | |
564 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3331.json" /> | |
565 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3332.json" /> | |
566 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3333.json" /> | |
567 | + <Content Include="content\data\json\aa\aa_pindata\aa_dat_pindata_3334.json" /> | |
86 | 568 | <None Include="content\data\json\da\body-views\10\da_dat_tm_sg_10.json" /> |
87 | 569 | <Content Include="content\data\json\da\body-views\12\da_dat_layer_12.json" /> |
88 | 570 | <Content Include="content\data\json\da\body-views\12\da_dat_tm_sg_12.json" /> |
... | ... | @@ -116,6 +598,481 @@ |
116 | 598 | <Content Include="content\images\3da\3d-6.jpg" /> |
117 | 599 | <Content Include="content\images\3da\3d-7.jpg" /> |
118 | 600 | <Content Include="content\images\3da\3d-8.jpg" /> |
601 | + <Content Include="content\images\aa\LeftMenu\all-pin.png" /> | |
602 | + <Content Include="content\images\aa\LeftMenu\hide-pin.png" /> | |
603 | + <Content Include="content\images\aa\thumbnails\aa_tni_2862.jpg" /> | |
604 | + <Content Include="content\images\aa\thumbnails\aa_tni_2863.jpg" /> | |
605 | + <Content Include="content\images\aa\thumbnails\aa_tni_2864.jpg" /> | |
606 | + <Content Include="content\images\aa\thumbnails\aa_tni_2865.jpg" /> | |
607 | + <Content Include="content\images\aa\thumbnails\aa_tni_2866.jpg" /> | |
608 | + <Content Include="content\images\aa\thumbnails\aa_tni_2867.jpg" /> | |
609 | + <Content Include="content\images\aa\thumbnails\aa_tni_2868.jpg" /> | |
610 | + <Content Include="content\images\aa\thumbnails\aa_tni_2869.jpg" /> | |
611 | + <Content Include="content\images\aa\thumbnails\aa_tni_2870.jpg" /> | |
612 | + <Content Include="content\images\aa\thumbnails\aa_tni_2871.jpg" /> | |
613 | + <Content Include="content\images\aa\thumbnails\aa_tni_2872.jpg" /> | |
614 | + <Content Include="content\images\aa\thumbnails\aa_tni_2873.jpg" /> | |
615 | + <Content Include="content\images\aa\thumbnails\aa_tni_2874.jpg" /> | |
616 | + <Content Include="content\images\aa\thumbnails\aa_tni_2875.jpg" /> | |
617 | + <Content Include="content\images\aa\thumbnails\aa_tni_2876.jpg" /> | |
618 | + <Content Include="content\images\aa\thumbnails\aa_tni_2877.jpg" /> | |
619 | + <Content Include="content\images\aa\thumbnails\aa_tni_2878.jpg" /> | |
620 | + <Content Include="content\images\aa\thumbnails\aa_tni_2879.jpg" /> | |
621 | + <Content Include="content\images\aa\thumbnails\aa_tni_2880.jpg" /> | |
622 | + <Content Include="content\images\aa\thumbnails\aa_tni_2881.jpg" /> | |
623 | + <Content Include="content\images\aa\thumbnails\aa_tni_2882.jpg" /> | |
624 | + <Content Include="content\images\aa\thumbnails\aa_tni_2883.jpg" /> | |
625 | + <Content Include="content\images\aa\thumbnails\aa_tni_2884.jpg" /> | |
626 | + <Content Include="content\images\aa\thumbnails\aa_tni_2885.jpg" /> | |
627 | + <Content Include="content\images\aa\thumbnails\aa_tni_2886.jpg" /> | |
628 | + <Content Include="content\images\aa\thumbnails\aa_tni_2887.jpg" /> | |
629 | + <Content Include="content\images\aa\thumbnails\aa_tni_2888.jpg" /> | |
630 | + <Content Include="content\images\aa\thumbnails\aa_tni_2889.jpg" /> | |
631 | + <Content Include="content\images\aa\thumbnails\aa_tni_2890.jpg" /> | |
632 | + <Content Include="content\images\aa\thumbnails\aa_tni_2891.jpg" /> | |
633 | + <Content Include="content\images\aa\thumbnails\aa_tni_2892.jpg" /> | |
634 | + <Content Include="content\images\aa\thumbnails\aa_tni_2893.jpg" /> | |
635 | + <Content Include="content\images\aa\thumbnails\aa_tni_2894.jpg" /> | |
636 | + <Content Include="content\images\aa\thumbnails\aa_tni_2895.jpg" /> | |
637 | + <Content Include="content\images\aa\thumbnails\aa_tni_2896.jpg" /> | |
638 | + <Content Include="content\images\aa\thumbnails\aa_tni_2897.jpg" /> | |
639 | + <Content Include="content\images\aa\thumbnails\aa_tni_2898.jpg" /> | |
640 | + <Content Include="content\images\aa\thumbnails\aa_tni_2899.jpg" /> | |
641 | + <Content Include="content\images\aa\thumbnails\aa_tni_2900.jpg" /> | |
642 | + <Content Include="content\images\aa\thumbnails\aa_tni_2901.jpg" /> | |
643 | + <Content Include="content\images\aa\thumbnails\aa_tni_2902.jpg" /> | |
644 | + <Content Include="content\images\aa\thumbnails\aa_tni_2903.jpg" /> | |
645 | + <Content Include="content\images\aa\thumbnails\aa_tni_2904.jpg" /> | |
646 | + <Content Include="content\images\aa\thumbnails\aa_tni_2905.jpg" /> | |
647 | + <Content Include="content\images\aa\thumbnails\aa_tni_2906.jpg" /> | |
648 | + <Content Include="content\images\aa\thumbnails\aa_tni_2907.jpg" /> | |
649 | + <Content Include="content\images\aa\thumbnails\aa_tni_2908.jpg" /> | |
650 | + <Content Include="content\images\aa\thumbnails\aa_tni_2909.jpg" /> | |
651 | + <Content Include="content\images\aa\thumbnails\aa_tni_2910.jpg" /> | |
652 | + <Content Include="content\images\aa\thumbnails\aa_tni_2911.jpg" /> | |
653 | + <Content Include="content\images\aa\thumbnails\aa_tni_2912.jpg" /> | |
654 | + <Content Include="content\images\aa\thumbnails\aa_tni_2913.jpg" /> | |
655 | + <Content Include="content\images\aa\thumbnails\aa_tni_2914.jpg" /> | |
656 | + <Content Include="content\images\aa\thumbnails\aa_tni_2915.jpg" /> | |
657 | + <Content Include="content\images\aa\thumbnails\aa_tni_2916.jpg" /> | |
658 | + <Content Include="content\images\aa\thumbnails\aa_tni_2917.jpg" /> | |
659 | + <Content Include="content\images\aa\thumbnails\aa_tni_2918.jpg" /> | |
660 | + <Content Include="content\images\aa\thumbnails\aa_tni_2919.jpg" /> | |
661 | + <Content Include="content\images\aa\thumbnails\aa_tni_2920.jpg" /> | |
662 | + <Content Include="content\images\aa\thumbnails\aa_tni_2921.jpg" /> | |
663 | + <Content Include="content\images\aa\thumbnails\aa_tni_2922.jpg" /> | |
664 | + <Content Include="content\images\aa\thumbnails\aa_tni_2923.jpg" /> | |
665 | + <Content Include="content\images\aa\thumbnails\aa_tni_2924.jpg" /> | |
666 | + <Content Include="content\images\aa\thumbnails\aa_tni_2925.jpg" /> | |
667 | + <Content Include="content\images\aa\thumbnails\aa_tni_2926.jpg" /> | |
668 | + <Content Include="content\images\aa\thumbnails\aa_tni_2927.jpg" /> | |
669 | + <Content Include="content\images\aa\thumbnails\aa_tni_2928.jpg" /> | |
670 | + <Content Include="content\images\aa\thumbnails\aa_tni_2929.jpg" /> | |
671 | + <Content Include="content\images\aa\thumbnails\aa_tni_2930.jpg" /> | |
672 | + <Content Include="content\images\aa\thumbnails\aa_tni_2931.jpg" /> | |
673 | + <Content Include="content\images\aa\thumbnails\aa_tni_2932.jpg" /> | |
674 | + <Content Include="content\images\aa\thumbnails\aa_tni_2933.jpg" /> | |
675 | + <Content Include="content\images\aa\thumbnails\aa_tni_2934.jpg" /> | |
676 | + <Content Include="content\images\aa\thumbnails\aa_tni_2935.jpg" /> | |
677 | + <Content Include="content\images\aa\thumbnails\aa_tni_2936.jpg" /> | |
678 | + <Content Include="content\images\aa\thumbnails\aa_tni_2937.jpg" /> | |
679 | + <Content Include="content\images\aa\thumbnails\aa_tni_2938.jpg" /> | |
680 | + <Content Include="content\images\aa\thumbnails\aa_tni_2939.jpg" /> | |
681 | + <Content Include="content\images\aa\thumbnails\aa_tni_2940.jpg" /> | |
682 | + <Content Include="content\images\aa\thumbnails\aa_tni_2941.jpg" /> | |
683 | + <Content Include="content\images\aa\thumbnails\aa_tni_2942.jpg" /> | |
684 | + <Content Include="content\images\aa\thumbnails\aa_tni_2943.jpg" /> | |
685 | + <Content Include="content\images\aa\thumbnails\aa_tni_2944.jpg" /> | |
686 | + <Content Include="content\images\aa\thumbnails\aa_tni_2945.jpg" /> | |
687 | + <Content Include="content\images\aa\thumbnails\aa_tni_2946.jpg" /> | |
688 | + <Content Include="content\images\aa\thumbnails\aa_tni_2947.jpg" /> | |
689 | + <Content Include="content\images\aa\thumbnails\aa_tni_2948.jpg" /> | |
690 | + <Content Include="content\images\aa\thumbnails\aa_tni_2949.jpg" /> | |
691 | + <Content Include="content\images\aa\thumbnails\aa_tni_2950.jpg" /> | |
692 | + <Content Include="content\images\aa\thumbnails\aa_tni_2951.jpg" /> | |
693 | + <Content Include="content\images\aa\thumbnails\aa_tni_2952.jpg" /> | |
694 | + <Content Include="content\images\aa\thumbnails\aa_tni_2953.jpg" /> | |
695 | + <Content Include="content\images\aa\thumbnails\aa_tni_2954.jpg" /> | |
696 | + <Content Include="content\images\aa\thumbnails\aa_tni_2955.jpg" /> | |
697 | + <Content Include="content\images\aa\thumbnails\aa_tni_2956.jpg" /> | |
698 | + <Content Include="content\images\aa\thumbnails\aa_tni_2957.jpg" /> | |
699 | + <Content Include="content\images\aa\thumbnails\aa_tni_2958.jpg" /> | |
700 | + <Content Include="content\images\aa\thumbnails\aa_tni_2959.jpg" /> | |
701 | + <Content Include="content\images\aa\thumbnails\aa_tni_2960.jpg" /> | |
702 | + <Content Include="content\images\aa\thumbnails\aa_tni_2961.jpg" /> | |
703 | + <Content Include="content\images\aa\thumbnails\aa_tni_2962.jpg" /> | |
704 | + <Content Include="content\images\aa\thumbnails\aa_tni_2963.jpg" /> | |
705 | + <Content Include="content\images\aa\thumbnails\aa_tni_2964.jpg" /> | |
706 | + <Content Include="content\images\aa\thumbnails\aa_tni_2965.jpg" /> | |
707 | + <Content Include="content\images\aa\thumbnails\aa_tni_2966.jpg" /> | |
708 | + <Content Include="content\images\aa\thumbnails\aa_tni_2967.jpg" /> | |
709 | + <Content Include="content\images\aa\thumbnails\aa_tni_2968.jpg" /> | |
710 | + <Content Include="content\images\aa\thumbnails\aa_tni_2969.jpg" /> | |
711 | + <Content Include="content\images\aa\thumbnails\aa_tni_2970.jpg" /> | |
712 | + <Content Include="content\images\aa\thumbnails\aa_tni_2971.jpg" /> | |
713 | + <Content Include="content\images\aa\thumbnails\aa_tni_2972.jpg" /> | |
714 | + <Content Include="content\images\aa\thumbnails\aa_tni_2973.jpg" /> | |
715 | + <Content Include="content\images\aa\thumbnails\aa_tni_2974.jpg" /> | |
716 | + <Content Include="content\images\aa\thumbnails\aa_tni_2975.jpg" /> | |
717 | + <Content Include="content\images\aa\thumbnails\aa_tni_2976.jpg" /> | |
718 | + <Content Include="content\images\aa\thumbnails\aa_tni_2977.jpg" /> | |
719 | + <Content Include="content\images\aa\thumbnails\aa_tni_2978.jpg" /> | |
720 | + <Content Include="content\images\aa\thumbnails\aa_tni_2979.jpg" /> | |
721 | + <Content Include="content\images\aa\thumbnails\aa_tni_2980.jpg" /> | |
722 | + <Content Include="content\images\aa\thumbnails\aa_tni_2981.jpg" /> | |
723 | + <Content Include="content\images\aa\thumbnails\aa_tni_2982.jpg" /> | |
724 | + <Content Include="content\images\aa\thumbnails\aa_tni_2983.jpg" /> | |
725 | + <Content Include="content\images\aa\thumbnails\aa_tni_2984.jpg" /> | |
726 | + <Content Include="content\images\aa\thumbnails\aa_tni_2985.jpg" /> | |
727 | + <Content Include="content\images\aa\thumbnails\aa_tni_2986.jpg" /> | |
728 | + <Content Include="content\images\aa\thumbnails\aa_tni_2987.jpg" /> | |
729 | + <Content Include="content\images\aa\thumbnails\aa_tni_2988.jpg" /> | |
730 | + <Content Include="content\images\aa\thumbnails\aa_tni_2989.jpg" /> | |
731 | + <Content Include="content\images\aa\thumbnails\aa_tni_2990.jpg" /> | |
732 | + <Content Include="content\images\aa\thumbnails\aa_tni_2991.jpg" /> | |
733 | + <Content Include="content\images\aa\thumbnails\aa_tni_2992.jpg" /> | |
734 | + <Content Include="content\images\aa\thumbnails\aa_tni_2993.jpg" /> | |
735 | + <Content Include="content\images\aa\thumbnails\aa_tni_2994.jpg" /> | |
736 | + <Content Include="content\images\aa\thumbnails\aa_tni_2995.jpg" /> | |
737 | + <Content Include="content\images\aa\thumbnails\aa_tni_2996.jpg" /> | |
738 | + <Content Include="content\images\aa\thumbnails\aa_tni_2997.jpg" /> | |
739 | + <Content Include="content\images\aa\thumbnails\aa_tni_2998.jpg" /> | |
740 | + <Content Include="content\images\aa\thumbnails\aa_tni_2999.jpg" /> | |
741 | + <Content Include="content\images\aa\thumbnails\aa_tni_3000.jpg" /> | |
742 | + <Content Include="content\images\aa\thumbnails\aa_tni_3001.jpg" /> | |
743 | + <Content Include="content\images\aa\thumbnails\aa_tni_3002.jpg" /> | |
744 | + <Content Include="content\images\aa\thumbnails\aa_tni_3003.jpg" /> | |
745 | + <Content Include="content\images\aa\thumbnails\aa_tni_3004.jpg" /> | |
746 | + <Content Include="content\images\aa\thumbnails\aa_tni_3005.jpg" /> | |
747 | + <Content Include="content\images\aa\thumbnails\aa_tni_3006.jpg" /> | |
748 | + <Content Include="content\images\aa\thumbnails\aa_tni_3007.jpg" /> | |
749 | + <Content Include="content\images\aa\thumbnails\aa_tni_3008.jpg" /> | |
750 | + <Content Include="content\images\aa\thumbnails\aa_tni_3009.jpg" /> | |
751 | + <Content Include="content\images\aa\thumbnails\aa_tni_3010.jpg" /> | |
752 | + <Content Include="content\images\aa\thumbnails\aa_tni_3011.jpg" /> | |
753 | + <Content Include="content\images\aa\thumbnails\aa_tni_3012.jpg" /> | |
754 | + <Content Include="content\images\aa\thumbnails\aa_tni_3013.jpg" /> | |
755 | + <Content Include="content\images\aa\thumbnails\aa_tni_3014.jpg" /> | |
756 | + <Content Include="content\images\aa\thumbnails\aa_tni_3015.jpg" /> | |
757 | + <Content Include="content\images\aa\thumbnails\aa_tni_3016.jpg" /> | |
758 | + <Content Include="content\images\aa\thumbnails\aa_tni_3017.jpg" /> | |
759 | + <Content Include="content\images\aa\thumbnails\aa_tni_3018.jpg" /> | |
760 | + <Content Include="content\images\aa\thumbnails\aa_tni_3019.jpg" /> | |
761 | + <Content Include="content\images\aa\thumbnails\aa_tni_3020.jpg" /> | |
762 | + <Content Include="content\images\aa\thumbnails\aa_tni_3021.jpg" /> | |
763 | + <Content Include="content\images\aa\thumbnails\aa_tni_3022.jpg" /> | |
764 | + <Content Include="content\images\aa\thumbnails\aa_tni_3023.jpg" /> | |
765 | + <Content Include="content\images\aa\thumbnails\aa_tni_3024.jpg" /> | |
766 | + <Content Include="content\images\aa\thumbnails\aa_tni_3025.jpg" /> | |
767 | + <Content Include="content\images\aa\thumbnails\aa_tni_3026.jpg" /> | |
768 | + <Content Include="content\images\aa\thumbnails\aa_tni_3027.jpg" /> | |
769 | + <Content Include="content\images\aa\thumbnails\aa_tni_3028.jpg" /> | |
770 | + <Content Include="content\images\aa\thumbnails\aa_tni_3029.jpg" /> | |
771 | + <Content Include="content\images\aa\thumbnails\aa_tni_3030.jpg" /> | |
772 | + <Content Include="content\images\aa\thumbnails\aa_tni_3031.jpg" /> | |
773 | + <Content Include="content\images\aa\thumbnails\aa_tni_3032.jpg" /> | |
774 | + <Content Include="content\images\aa\thumbnails\aa_tni_3033.jpg" /> | |
775 | + <Content Include="content\images\aa\thumbnails\aa_tni_3034.jpg" /> | |
776 | + <Content Include="content\images\aa\thumbnails\aa_tni_3035.jpg" /> | |
777 | + <Content Include="content\images\aa\thumbnails\aa_tni_3036.jpg" /> | |
778 | + <Content Include="content\images\aa\thumbnails\aa_tni_3037.jpg" /> | |
779 | + <Content Include="content\images\aa\thumbnails\aa_tni_3038.jpg" /> | |
780 | + <Content Include="content\images\aa\thumbnails\aa_tni_3039.jpg" /> | |
781 | + <Content Include="content\images\aa\thumbnails\aa_tni_3040.jpg" /> | |
782 | + <Content Include="content\images\aa\thumbnails\aa_tni_3041.jpg" /> | |
783 | + <Content Include="content\images\aa\thumbnails\aa_tni_3042.jpg" /> | |
784 | + <Content Include="content\images\aa\thumbnails\aa_tni_3043.jpg" /> | |
785 | + <Content Include="content\images\aa\thumbnails\aa_tni_3044.jpg" /> | |
786 | + <Content Include="content\images\aa\thumbnails\aa_tni_3045.jpg" /> | |
787 | + <Content Include="content\images\aa\thumbnails\aa_tni_3046.jpg" /> | |
788 | + <Content Include="content\images\aa\thumbnails\aa_tni_3047.jpg" /> | |
789 | + <Content Include="content\images\aa\thumbnails\aa_tni_3048.jpg" /> | |
790 | + <Content Include="content\images\aa\thumbnails\aa_tni_3049.jpg" /> | |
791 | + <Content Include="content\images\aa\thumbnails\aa_tni_3050.jpg" /> | |
792 | + <Content Include="content\images\aa\thumbnails\aa_tni_3051.jpg" /> | |
793 | + <Content Include="content\images\aa\thumbnails\aa_tni_3052.jpg" /> | |
794 | + <Content Include="content\images\aa\thumbnails\aa_tni_3053.jpg" /> | |
795 | + <Content Include="content\images\aa\thumbnails\aa_tni_3054.jpg" /> | |
796 | + <Content Include="content\images\aa\thumbnails\aa_tni_3055.jpg" /> | |
797 | + <Content Include="content\images\aa\thumbnails\aa_tni_3056.jpg" /> | |
798 | + <Content Include="content\images\aa\thumbnails\aa_tni_3057.jpg" /> | |
799 | + <Content Include="content\images\aa\thumbnails\aa_tni_3058.jpg" /> | |
800 | + <Content Include="content\images\aa\thumbnails\aa_tni_3059.jpg" /> | |
801 | + <Content Include="content\images\aa\thumbnails\aa_tni_3060.jpg" /> | |
802 | + <Content Include="content\images\aa\thumbnails\aa_tni_3061.jpg" /> | |
803 | + <Content Include="content\images\aa\thumbnails\aa_tni_3062.jpg" /> | |
804 | + <Content Include="content\images\aa\thumbnails\aa_tni_3063.jpg" /> | |
805 | + <Content Include="content\images\aa\thumbnails\aa_tni_3064.jpg" /> | |
806 | + <Content Include="content\images\aa\thumbnails\aa_tni_3065.jpg" /> | |
807 | + <Content Include="content\images\aa\thumbnails\aa_tni_3066.jpg" /> | |
808 | + <Content Include="content\images\aa\thumbnails\aa_tni_3067.jpg" /> | |
809 | + <Content Include="content\images\aa\thumbnails\aa_tni_3068.jpg" /> | |
810 | + <Content Include="content\images\aa\thumbnails\aa_tni_3069.jpg" /> | |
811 | + <Content Include="content\images\aa\thumbnails\aa_tni_3070.jpg" /> | |
812 | + <Content Include="content\images\aa\thumbnails\aa_tni_3071.jpg" /> | |
813 | + <Content Include="content\images\aa\thumbnails\aa_tni_3072.jpg" /> | |
814 | + <Content Include="content\images\aa\thumbnails\aa_tni_3073.jpg" /> | |
815 | + <Content Include="content\images\aa\thumbnails\aa_tni_3074.jpg" /> | |
816 | + <Content Include="content\images\aa\thumbnails\aa_tni_3075.jpg" /> | |
817 | + <Content Include="content\images\aa\thumbnails\aa_tni_3076.jpg" /> | |
818 | + <Content Include="content\images\aa\thumbnails\aa_tni_3077.jpg" /> | |
819 | + <Content Include="content\images\aa\thumbnails\aa_tni_3078.jpg" /> | |
820 | + <Content Include="content\images\aa\thumbnails\aa_tni_3079.jpg" /> | |
821 | + <Content Include="content\images\aa\thumbnails\aa_tni_3080.jpg" /> | |
822 | + <Content Include="content\images\aa\thumbnails\aa_tni_3081.jpg" /> | |
823 | + <Content Include="content\images\aa\thumbnails\aa_tni_3082.jpg" /> | |
824 | + <Content Include="content\images\aa\thumbnails\aa_tni_3083.jpg" /> | |
825 | + <Content Include="content\images\aa\thumbnails\aa_tni_3084.jpg" /> | |
826 | + <Content Include="content\images\aa\thumbnails\aa_tni_3085.jpg" /> | |
827 | + <Content Include="content\images\aa\thumbnails\aa_tni_3086.jpg" /> | |
828 | + <Content Include="content\images\aa\thumbnails\aa_tni_3087.jpg" /> | |
829 | + <Content Include="content\images\aa\thumbnails\aa_tni_3088.jpg" /> | |
830 | + <Content Include="content\images\aa\thumbnails\aa_tni_3089.jpg" /> | |
831 | + <Content Include="content\images\aa\thumbnails\aa_tni_3090.jpg" /> | |
832 | + <Content Include="content\images\aa\thumbnails\aa_tni_3091.jpg" /> | |
833 | + <Content Include="content\images\aa\thumbnails\aa_tni_3092.jpg" /> | |
834 | + <Content Include="content\images\aa\thumbnails\aa_tni_3093.jpg" /> | |
835 | + <Content Include="content\images\aa\thumbnails\aa_tni_3094.jpg" /> | |
836 | + <Content Include="content\images\aa\thumbnails\aa_tni_3095.jpg" /> | |
837 | + <Content Include="content\images\aa\thumbnails\aa_tni_3096.jpg" /> | |
838 | + <Content Include="content\images\aa\thumbnails\aa_tni_3097.jpg" /> | |
839 | + <Content Include="content\images\aa\thumbnails\aa_tni_3098.jpg" /> | |
840 | + <Content Include="content\images\aa\thumbnails\aa_tni_3099.jpg" /> | |
841 | + <Content Include="content\images\aa\thumbnails\aa_tni_3100.jpg" /> | |
842 | + <Content Include="content\images\aa\thumbnails\aa_tni_3101.jpg" /> | |
843 | + <Content Include="content\images\aa\thumbnails\aa_tni_3102.jpg" /> | |
844 | + <Content Include="content\images\aa\thumbnails\aa_tni_3103.jpg" /> | |
845 | + <Content Include="content\images\aa\thumbnails\aa_tni_3104.jpg" /> | |
846 | + <Content Include="content\images\aa\thumbnails\aa_tni_3105.jpg" /> | |
847 | + <Content Include="content\images\aa\thumbnails\aa_tni_3106.jpg" /> | |
848 | + <Content Include="content\images\aa\thumbnails\aa_tni_3107.jpg" /> | |
849 | + <Content Include="content\images\aa\thumbnails\aa_tni_3108.jpg" /> | |
850 | + <Content Include="content\images\aa\thumbnails\aa_tni_3109.jpg" /> | |
851 | + <Content Include="content\images\aa\thumbnails\aa_tni_3110.jpg" /> | |
852 | + <Content Include="content\images\aa\thumbnails\aa_tni_3111.jpg" /> | |
853 | + <Content Include="content\images\aa\thumbnails\aa_tni_3112.jpg" /> | |
854 | + <Content Include="content\images\aa\thumbnails\aa_tni_3113.jpg" /> | |
855 | + <Content Include="content\images\aa\thumbnails\aa_tni_3114.jpg" /> | |
856 | + <Content Include="content\images\aa\thumbnails\aa_tni_3115.jpg" /> | |
857 | + <Content Include="content\images\aa\thumbnails\aa_tni_3116.jpg" /> | |
858 | + <Content Include="content\images\aa\thumbnails\aa_tni_3117.jpg" /> | |
859 | + <Content Include="content\images\aa\thumbnails\aa_tni_3118.jpg" /> | |
860 | + <Content Include="content\images\aa\thumbnails\aa_tni_3119.jpg" /> | |
861 | + <Content Include="content\images\aa\thumbnails\aa_tni_3120.jpg" /> | |
862 | + <Content Include="content\images\aa\thumbnails\aa_tni_3121.jpg" /> | |
863 | + <Content Include="content\images\aa\thumbnails\aa_tni_3122.jpg" /> | |
864 | + <Content Include="content\images\aa\thumbnails\aa_tni_3123.jpg" /> | |
865 | + <Content Include="content\images\aa\thumbnails\aa_tni_3124.jpg" /> | |
866 | + <Content Include="content\images\aa\thumbnails\aa_tni_3125.jpg" /> | |
867 | + <Content Include="content\images\aa\thumbnails\aa_tni_3126.jpg" /> | |
868 | + <Content Include="content\images\aa\thumbnails\aa_tni_3127.jpg" /> | |
869 | + <Content Include="content\images\aa\thumbnails\aa_tni_3128.jpg" /> | |
870 | + <Content Include="content\images\aa\thumbnails\aa_tni_3129.jpg" /> | |
871 | + <Content Include="content\images\aa\thumbnails\aa_tni_3130.jpg" /> | |
872 | + <Content Include="content\images\aa\thumbnails\aa_tni_3131.jpg" /> | |
873 | + <Content Include="content\images\aa\thumbnails\aa_tni_3132.jpg" /> | |
874 | + <Content Include="content\images\aa\thumbnails\aa_tni_3133.jpg" /> | |
875 | + <Content Include="content\images\aa\thumbnails\aa_tni_3134.jpg" /> | |
876 | + <Content Include="content\images\aa\thumbnails\aa_tni_3135.jpg" /> | |
877 | + <Content Include="content\images\aa\thumbnails\aa_tni_3136.jpg" /> | |
878 | + <Content Include="content\images\aa\thumbnails\aa_tni_3137.jpg" /> | |
879 | + <Content Include="content\images\aa\thumbnails\aa_tni_3138.jpg" /> | |
880 | + <Content Include="content\images\aa\thumbnails\aa_tni_3139.jpg" /> | |
881 | + <Content Include="content\images\aa\thumbnails\aa_tni_3140.jpg" /> | |
882 | + <Content Include="content\images\aa\thumbnails\aa_tni_3141.jpg" /> | |
883 | + <Content Include="content\images\aa\thumbnails\aa_tni_3142.jpg" /> | |
884 | + <Content Include="content\images\aa\thumbnails\aa_tni_3143.jpg" /> | |
885 | + <Content Include="content\images\aa\thumbnails\aa_tni_3144.jpg" /> | |
886 | + <Content Include="content\images\aa\thumbnails\aa_tni_3145.jpg" /> | |
887 | + <Content Include="content\images\aa\thumbnails\aa_tni_3146.jpg" /> | |
888 | + <Content Include="content\images\aa\thumbnails\aa_tni_3147.jpg" /> | |
889 | + <Content Include="content\images\aa\thumbnails\aa_tni_3148.jpg" /> | |
890 | + <Content Include="content\images\aa\thumbnails\aa_tni_3149.jpg" /> | |
891 | + <Content Include="content\images\aa\thumbnails\aa_tni_3150.jpg" /> | |
892 | + <Content Include="content\images\aa\thumbnails\aa_tni_3151.jpg" /> | |
893 | + <Content Include="content\images\aa\thumbnails\aa_tni_3152.jpg" /> | |
894 | + <Content Include="content\images\aa\thumbnails\aa_tni_3153.jpg" /> | |
895 | + <Content Include="content\images\aa\thumbnails\aa_tni_3154.jpg" /> | |
896 | + <Content Include="content\images\aa\thumbnails\aa_tni_3155.jpg" /> | |
897 | + <Content Include="content\images\aa\thumbnails\aa_tni_3156.jpg" /> | |
898 | + <Content Include="content\images\aa\thumbnails\aa_tni_3157.jpg" /> | |
899 | + <Content Include="content\images\aa\thumbnails\aa_tni_3158.jpg" /> | |
900 | + <Content Include="content\images\aa\thumbnails\aa_tni_3159.jpg" /> | |
901 | + <Content Include="content\images\aa\thumbnails\aa_tni_3160.jpg" /> | |
902 | + <Content Include="content\images\aa\thumbnails\aa_tni_3161.jpg" /> | |
903 | + <Content Include="content\images\aa\thumbnails\aa_tni_3162.jpg" /> | |
904 | + <Content Include="content\images\aa\thumbnails\aa_tni_3163.jpg" /> | |
905 | + <Content Include="content\images\aa\thumbnails\aa_tni_3164.jpg" /> | |
906 | + <Content Include="content\images\aa\thumbnails\aa_tni_3165.jpg" /> | |
907 | + <Content Include="content\images\aa\thumbnails\aa_tni_3166.jpg" /> | |
908 | + <Content Include="content\images\aa\thumbnails\aa_tni_3167.jpg" /> | |
909 | + <Content Include="content\images\aa\thumbnails\aa_tni_3168.jpg" /> | |
910 | + <Content Include="content\images\aa\thumbnails\aa_tni_3169.jpg" /> | |
911 | + <Content Include="content\images\aa\thumbnails\aa_tni_3170.jpg" /> | |
912 | + <Content Include="content\images\aa\thumbnails\aa_tni_3171.jpg" /> | |
913 | + <Content Include="content\images\aa\thumbnails\aa_tni_3172.jpg" /> | |
914 | + <Content Include="content\images\aa\thumbnails\aa_tni_3173.jpg" /> | |
915 | + <Content Include="content\images\aa\thumbnails\aa_tni_3174.jpg" /> | |
916 | + <Content Include="content\images\aa\thumbnails\aa_tni_3175.jpg" /> | |
917 | + <Content Include="content\images\aa\thumbnails\aa_tni_3176.jpg" /> | |
918 | + <Content Include="content\images\aa\thumbnails\aa_tni_3177.jpg" /> | |
919 | + <Content Include="content\images\aa\thumbnails\aa_tni_3178.jpg" /> | |
920 | + <Content Include="content\images\aa\thumbnails\aa_tni_3179.jpg" /> | |
921 | + <Content Include="content\images\aa\thumbnails\aa_tni_3180.jpg" /> | |
922 | + <Content Include="content\images\aa\thumbnails\aa_tni_3181.jpg" /> | |
923 | + <Content Include="content\images\aa\thumbnails\aa_tni_3182.jpg" /> | |
924 | + <Content Include="content\images\aa\thumbnails\aa_tni_3183.jpg" /> | |
925 | + <Content Include="content\images\aa\thumbnails\aa_tni_3184.jpg" /> | |
926 | + <Content Include="content\images\aa\thumbnails\aa_tni_3185.jpg" /> | |
927 | + <Content Include="content\images\aa\thumbnails\aa_tni_3186.jpg" /> | |
928 | + <Content Include="content\images\aa\thumbnails\aa_tni_3187.jpg" /> | |
929 | + <Content Include="content\images\aa\thumbnails\aa_tni_3188.jpg" /> | |
930 | + <Content Include="content\images\aa\thumbnails\aa_tni_3189.jpg" /> | |
931 | + <Content Include="content\images\aa\thumbnails\aa_tni_3190.jpg" /> | |
932 | + <Content Include="content\images\aa\thumbnails\aa_tni_3191.jpg" /> | |
933 | + <Content Include="content\images\aa\thumbnails\aa_tni_3192.jpg" /> | |
934 | + <Content Include="content\images\aa\thumbnails\aa_tni_3193.jpg" /> | |
935 | + <Content Include="content\images\aa\thumbnails\aa_tni_3194.jpg" /> | |
936 | + <Content Include="content\images\aa\thumbnails\aa_tni_3195.jpg" /> | |
937 | + <Content Include="content\images\aa\thumbnails\aa_tni_3196.jpg" /> | |
938 | + <Content Include="content\images\aa\thumbnails\aa_tni_3197.jpg" /> | |
939 | + <Content Include="content\images\aa\thumbnails\aa_tni_3198.jpg" /> | |
940 | + <Content Include="content\images\aa\thumbnails\aa_tni_3199.jpg" /> | |
941 | + <Content Include="content\images\aa\thumbnails\aa_tni_3200.jpg" /> | |
942 | + <Content Include="content\images\aa\thumbnails\aa_tni_3201.jpg" /> | |
943 | + <Content Include="content\images\aa\thumbnails\aa_tni_3202.jpg" /> | |
944 | + <Content Include="content\images\aa\thumbnails\aa_tni_3203.jpg" /> | |
945 | + <Content Include="content\images\aa\thumbnails\aa_tni_3204.jpg" /> | |
946 | + <Content Include="content\images\aa\thumbnails\aa_tni_3205.jpg" /> | |
947 | + <Content Include="content\images\aa\thumbnails\aa_tni_3206.jpg" /> | |
948 | + <Content Include="content\images\aa\thumbnails\aa_tni_3207.jpg" /> | |
949 | + <Content Include="content\images\aa\thumbnails\aa_tni_3208.jpg" /> | |
950 | + <Content Include="content\images\aa\thumbnails\aa_tni_3209.jpg" /> | |
951 | + <Content Include="content\images\aa\thumbnails\aa_tni_3210.jpg" /> | |
952 | + <Content Include="content\images\aa\thumbnails\aa_tni_3211.jpg" /> | |
953 | + <Content Include="content\images\aa\thumbnails\aa_tni_3212.jpg" /> | |
954 | + <Content Include="content\images\aa\thumbnails\aa_tni_3213.jpg" /> | |
955 | + <Content Include="content\images\aa\thumbnails\aa_tni_3214.jpg" /> | |
956 | + <Content Include="content\images\aa\thumbnails\aa_tni_3215.jpg" /> | |
957 | + <Content Include="content\images\aa\thumbnails\aa_tni_3216.jpg" /> | |
958 | + <Content Include="content\images\aa\thumbnails\aa_tni_3217.jpg" /> | |
959 | + <Content Include="content\images\aa\thumbnails\aa_tni_3218.jpg" /> | |
960 | + <Content Include="content\images\aa\thumbnails\aa_tni_3219.jpg" /> | |
961 | + <Content Include="content\images\aa\thumbnails\aa_tni_3220.jpg" /> | |
962 | + <Content Include="content\images\aa\thumbnails\aa_tni_3221.jpg" /> | |
963 | + <Content Include="content\images\aa\thumbnails\aa_tni_3222.jpg" /> | |
964 | + <Content Include="content\images\aa\thumbnails\aa_tni_3223.jpg" /> | |
965 | + <Content Include="content\images\aa\thumbnails\aa_tni_3224.jpg" /> | |
966 | + <Content Include="content\images\aa\thumbnails\aa_tni_3225.jpg" /> | |
967 | + <Content Include="content\images\aa\thumbnails\aa_tni_3226.jpg" /> | |
968 | + <Content Include="content\images\aa\thumbnails\aa_tni_3227.jpg" /> | |
969 | + <Content Include="content\images\aa\thumbnails\aa_tni_3228.jpg" /> | |
970 | + <Content Include="content\images\aa\thumbnails\aa_tni_3229.jpg" /> | |
971 | + <Content Include="content\images\aa\thumbnails\aa_tni_3230.jpg" /> | |
972 | + <Content Include="content\images\aa\thumbnails\aa_tni_3231.jpg" /> | |
973 | + <Content Include="content\images\aa\thumbnails\aa_tni_3232.jpg" /> | |
974 | + <Content Include="content\images\aa\thumbnails\aa_tni_3233.jpg" /> | |
975 | + <Content Include="content\images\aa\thumbnails\aa_tni_3234.jpg" /> | |
976 | + <Content Include="content\images\aa\thumbnails\aa_tni_3235.jpg" /> | |
977 | + <Content Include="content\images\aa\thumbnails\aa_tni_3236.jpg" /> | |
978 | + <Content Include="content\images\aa\thumbnails\aa_tni_3237.jpg" /> | |
979 | + <Content Include="content\images\aa\thumbnails\aa_tni_3238.jpg" /> | |
980 | + <Content Include="content\images\aa\thumbnails\aa_tni_3239.jpg" /> | |
981 | + <Content Include="content\images\aa\thumbnails\aa_tni_3240.jpg" /> | |
982 | + <Content Include="content\images\aa\thumbnails\aa_tni_3241.jpg" /> | |
983 | + <Content Include="content\images\aa\thumbnails\aa_tni_3242.jpg" /> | |
984 | + <Content Include="content\images\aa\thumbnails\aa_tni_3243.jpg" /> | |
985 | + <Content Include="content\images\aa\thumbnails\aa_tni_3244.jpg" /> | |
986 | + <Content Include="content\images\aa\thumbnails\aa_tni_3245.jpg" /> | |
987 | + <Content Include="content\images\aa\thumbnails\aa_tni_3246.jpg" /> | |
988 | + <Content Include="content\images\aa\thumbnails\aa_tni_3247.jpg" /> | |
989 | + <Content Include="content\images\aa\thumbnails\aa_tni_3248.jpg" /> | |
990 | + <Content Include="content\images\aa\thumbnails\aa_tni_3249.jpg" /> | |
991 | + <Content Include="content\images\aa\thumbnails\aa_tni_3250.jpg" /> | |
992 | + <Content Include="content\images\aa\thumbnails\aa_tni_3251.jpg" /> | |
993 | + <Content Include="content\images\aa\thumbnails\aa_tni_3252.jpg" /> | |
994 | + <Content Include="content\images\aa\thumbnails\aa_tni_3253.jpg" /> | |
995 | + <Content Include="content\images\aa\thumbnails\aa_tni_3254.jpg" /> | |
996 | + <Content Include="content\images\aa\thumbnails\aa_tni_3255.jpg" /> | |
997 | + <Content Include="content\images\aa\thumbnails\aa_tni_3256.jpg" /> | |
998 | + <Content Include="content\images\aa\thumbnails\aa_tni_3257.jpg" /> | |
999 | + <Content Include="content\images\aa\thumbnails\aa_tni_3258.jpg" /> | |
1000 | + <Content Include="content\images\aa\thumbnails\aa_tni_3259.jpg" /> | |
1001 | + <Content Include="content\images\aa\thumbnails\aa_tni_3260.jpg" /> | |
1002 | + <Content Include="content\images\aa\thumbnails\aa_tni_3261.jpg" /> | |
1003 | + <Content Include="content\images\aa\thumbnails\aa_tni_3262.jpg" /> | |
1004 | + <Content Include="content\images\aa\thumbnails\aa_tni_3263.jpg" /> | |
1005 | + <Content Include="content\images\aa\thumbnails\aa_tni_3264.jpg" /> | |
1006 | + <Content Include="content\images\aa\thumbnails\aa_tni_3265.jpg" /> | |
1007 | + <Content Include="content\images\aa\thumbnails\aa_tni_3266.jpg" /> | |
1008 | + <Content Include="content\images\aa\thumbnails\aa_tni_3267.jpg" /> | |
1009 | + <Content Include="content\images\aa\thumbnails\aa_tni_3268.jpg" /> | |
1010 | + <Content Include="content\images\aa\thumbnails\aa_tni_3269.jpg" /> | |
1011 | + <Content Include="content\images\aa\thumbnails\aa_tni_3270.jpg" /> | |
1012 | + <Content Include="content\images\aa\thumbnails\aa_tni_3271.jpg" /> | |
1013 | + <Content Include="content\images\aa\thumbnails\aa_tni_3272.jpg" /> | |
1014 | + <Content Include="content\images\aa\thumbnails\aa_tni_3273.jpg" /> | |
1015 | + <Content Include="content\images\aa\thumbnails\aa_tni_3274.jpg" /> | |
1016 | + <Content Include="content\images\aa\thumbnails\aa_tni_3275.jpg" /> | |
1017 | + <Content Include="content\images\aa\thumbnails\aa_tni_3276.jpg" /> | |
1018 | + <Content Include="content\images\aa\thumbnails\aa_tni_3277.jpg" /> | |
1019 | + <Content Include="content\images\aa\thumbnails\aa_tni_3278.jpg" /> | |
1020 | + <Content Include="content\images\aa\thumbnails\aa_tni_3279.jpg" /> | |
1021 | + <Content Include="content\images\aa\thumbnails\aa_tni_3280.jpg" /> | |
1022 | + <Content Include="content\images\aa\thumbnails\aa_tni_3281.jpg" /> | |
1023 | + <Content Include="content\images\aa\thumbnails\aa_tni_3282.jpg" /> | |
1024 | + <Content Include="content\images\aa\thumbnails\aa_tni_3283.jpg" /> | |
1025 | + <Content Include="content\images\aa\thumbnails\aa_tni_3284.jpg" /> | |
1026 | + <Content Include="content\images\aa\thumbnails\aa_tni_3285.jpg" /> | |
1027 | + <Content Include="content\images\aa\thumbnails\aa_tni_3286.jpg" /> | |
1028 | + <Content Include="content\images\aa\thumbnails\aa_tni_3287.jpg" /> | |
1029 | + <Content Include="content\images\aa\thumbnails\aa_tni_3288.jpg" /> | |
1030 | + <Content Include="content\images\aa\thumbnails\aa_tni_3289.jpg" /> | |
1031 | + <Content Include="content\images\aa\thumbnails\aa_tni_3290.jpg" /> | |
1032 | + <Content Include="content\images\aa\thumbnails\aa_tni_3291.jpg" /> | |
1033 | + <Content Include="content\images\aa\thumbnails\aa_tni_3292.jpg" /> | |
1034 | + <Content Include="content\images\aa\thumbnails\aa_tni_3293.jpg" /> | |
1035 | + <Content Include="content\images\aa\thumbnails\aa_tni_3294.jpg" /> | |
1036 | + <Content Include="content\images\aa\thumbnails\aa_tni_3295.jpg" /> | |
1037 | + <Content Include="content\images\aa\thumbnails\aa_tni_3296.jpg" /> | |
1038 | + <Content Include="content\images\aa\thumbnails\aa_tni_3297.jpg" /> | |
1039 | + <Content Include="content\images\aa\thumbnails\aa_tni_3298.jpg" /> | |
1040 | + <Content Include="content\images\aa\thumbnails\aa_tni_3299.jpg" /> | |
1041 | + <Content Include="content\images\aa\thumbnails\aa_tni_3300.jpg" /> | |
1042 | + <Content Include="content\images\aa\thumbnails\aa_tni_3301.jpg" /> | |
1043 | + <Content Include="content\images\aa\thumbnails\aa_tni_3302.jpg" /> | |
1044 | + <Content Include="content\images\aa\thumbnails\aa_tni_3303.jpg" /> | |
1045 | + <Content Include="content\images\aa\thumbnails\aa_tni_3304.jpg" /> | |
1046 | + <Content Include="content\images\aa\thumbnails\aa_tni_3305.jpg" /> | |
1047 | + <Content Include="content\images\aa\thumbnails\aa_tni_3306.jpg" /> | |
1048 | + <Content Include="content\images\aa\thumbnails\aa_tni_3307.jpg" /> | |
1049 | + <Content Include="content\images\aa\thumbnails\aa_tni_3308.jpg" /> | |
1050 | + <Content Include="content\images\aa\thumbnails\aa_tni_3309.jpg" /> | |
1051 | + <Content Include="content\images\aa\thumbnails\aa_tni_3310.jpg" /> | |
1052 | + <Content Include="content\images\aa\thumbnails\aa_tni_3311.jpg" /> | |
1053 | + <Content Include="content\images\aa\thumbnails\aa_tni_3312.jpg" /> | |
1054 | + <Content Include="content\images\aa\thumbnails\aa_tni_3313.jpg" /> | |
1055 | + <Content Include="content\images\aa\thumbnails\aa_tni_3314.jpg" /> | |
1056 | + <Content Include="content\images\aa\thumbnails\aa_tni_3315.jpg" /> | |
1057 | + <Content Include="content\images\aa\thumbnails\aa_tni_3316.jpg" /> | |
1058 | + <Content Include="content\images\aa\thumbnails\aa_tni_3317.jpg" /> | |
1059 | + <Content Include="content\images\aa\thumbnails\aa_tni_3318.jpg" /> | |
1060 | + <Content Include="content\images\aa\thumbnails\aa_tni_3319.jpg" /> | |
1061 | + <Content Include="content\images\aa\thumbnails\aa_tni_3320.jpg" /> | |
1062 | + <Content Include="content\images\aa\thumbnails\aa_tni_3321.jpg" /> | |
1063 | + <Content Include="content\images\aa\thumbnails\aa_tni_3322.jpg" /> | |
1064 | + <Content Include="content\images\aa\thumbnails\aa_tni_3323.jpg" /> | |
1065 | + <Content Include="content\images\aa\thumbnails\aa_tni_3324.jpg" /> | |
1066 | + <Content Include="content\images\aa\thumbnails\aa_tni_3325.jpg" /> | |
1067 | + <Content Include="content\images\aa\thumbnails\aa_tni_3326.jpg" /> | |
1068 | + <Content Include="content\images\aa\thumbnails\aa_tni_3327.jpg" /> | |
1069 | + <Content Include="content\images\aa\thumbnails\aa_tni_3328.jpg" /> | |
1070 | + <Content Include="content\images\aa\thumbnails\aa_tni_3329.jpg" /> | |
1071 | + <Content Include="content\images\aa\thumbnails\aa_tni_3330.jpg" /> | |
1072 | + <Content Include="content\images\aa\thumbnails\aa_tni_3331.jpg" /> | |
1073 | + <Content Include="content\images\aa\thumbnails\aa_tni_3332.jpg" /> | |
1074 | + <Content Include="content\images\aa\thumbnails\aa_tni_3333.jpg" /> | |
1075 | + <Content Include="content\images\aa\thumbnails\aa_tni_3334.jpg" /> | |
119 | 1076 | <Content Include="content\images\ca\thumbnails\ca_tni_3377.jpg" /> |
120 | 1077 | <Content Include="content\images\ca\thumbnails\ca_tni_3378.jpg" /> |
121 | 1078 | <Content Include="content\images\ca\thumbnails\ca_tni_3379.jpg" /> |
... | ... | @@ -43138,6 +44095,7 @@ |
43138 | 44095 | <Content Include="libs\jcanvas\jcanvas.handle.min.js" /> |
43139 | 44096 | <Content Include="libs\jcanvas\jcanvas.min.js" /> |
43140 | 44097 | <Content Include="libs\jinqJs.js" /> |
44098 | + <Content Include="libs\jquery\jquery.sticky.js" /> | |
43141 | 44099 | <Content Include="libs\jquery\jquery_plugin\color-picker\jquery.minicolors.min.js" /> |
43142 | 44100 | <Content Include="libs\jquery\2.1.3\jquery.min.js" /> |
43143 | 44101 | <Content Include="libs\jquery\jquery_plugin\jqueryui.js" /> |
... | ... | @@ -43348,17 +44306,20 @@ |
43348 | 44306 | <Content Include="themes\default\scripts\bootstrap\3.3.6\bootstrap.js" /> |
43349 | 44307 | <Content Include="themes\default\scripts\bootstrap\3.3.6\bootstrap.min.js" /> |
43350 | 44308 | <Content Include="themes\default\scripts\bootstrap\3.3.6\npm.js" /> |
44309 | + <Content Include="themes\default\scripts\custom\custom.js" /> | |
43351 | 44310 | <Content Include="themes\default\scripts\custom\main.js" /> |
43352 | 44311 | <Content Include="themes\default\scripts\easyTree.js" /> |
43353 | 44312 | <Content Include="libs\jquery\jquery_plugin\slider-pips\jquery-ui-slider-pips.js" /> |
43354 | 44313 | <Content Include="libs\jquery\jquery_plugin\jquery.mCustomScrollbar.concat.min.js" /> |
43355 | 44314 | <Content Include="libs\jquery\jquery_plugin\jquery.sticky.js" /> |
43356 | 44315 | <Content Include="app\widget\TopMenu.html" /> |
44316 | + <Content Include="themes\jquery-ui-slider-pips.js" /> | |
43357 | 44317 | <Content Include="Web.config"> |
43358 | 44318 | <SubType>Designer</SubType> |
43359 | 44319 | </Content> |
43360 | 44320 | </ItemGroup> |
43361 | 44321 | <ItemGroup> |
44322 | + <Folder Include="content\images\aa\images\" /> | |
43362 | 44323 | <Folder Include="content\images\DA\75\body-views\4\layers\329\6\" /> |
43363 | 44324 | <Folder Include="Properties\" /> |
43364 | 44325 | </ItemGroup> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/AuthenticationController.js
... | ... | @@ -8,7 +8,6 @@ AIA.controller("AuthenticationController", ["$scope", "$log", "$location", '$win |
8 | 8 | |
9 | 9 | $scope.login = function () { |
10 | 10 | |
11 | - | |
12 | 11 | // alert('called controller'); |
13 | 12 | $scope.IsAuthenticated = AuthenticationService.authenticateUser('superadmin', 'education'); |
14 | 13 | if ($scope.IsAuthenticated) { | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -170,6 +170,9 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
170 | 170 | $('#MainImage').remove(); |
171 | 171 | } |
172 | 172 | $rootScope.currentActiveModuleTitle = Modules[0].Name; |
173 | + | |
174 | + alert('mod name: ' + Modules[0].Name) | |
175 | + | |
173 | 176 | $("#bodyViewList").empty(); |
174 | 177 | //for default load |
175 | 178 | if ($event == null || $event == undefined) { |
... | ... | @@ -265,7 +268,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
265 | 268 | |
266 | 269 | |
267 | 270 | $scope.openView = function ($event) { |
268 | - $rootScope.disableAnnotationTB = false; | |
271 | + | |
269 | 272 | $rootScope.MenuModuleName = "DA"; |
270 | 273 | //alert($rootScope.MenuModuleName); |
271 | 274 | $rootScope.isLoading = true; |
... | ... | @@ -1695,6 +1698,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
1695 | 1698 | // } |
1696 | 1699 | var maskCanvas = document.getElementById(maskCanvasId); |
1697 | 1700 | var maskCanvasContext = maskCanvas.getContext("2d"); |
1701 | + | |
1698 | 1702 | RGBColor = $scope.GetRGBColor(maskCanvasContext, actulalX, actualY, x, y); |
1699 | 1703 | annotationText = $scope.GetAnnotationText(parseInt(RGBColor)); |
1700 | 1704 | } | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js
1 | -'use strict'; | |
2 | - | |
3 | -AIA.controller("LinkController", ["$scope", "$rootScope","$log", "pages", "$routeParams", | |
4 | -function ($scope, $rootScope, log, pages, $routeParams) { | |
5 | - | |
6 | - //$rootScope.currentActiveModuleTitle = Modules[10].Name; | |
7 | - //$rootScope.currentActiveModuleTitle = $routeParams.modname; | |
8 | - $scope.links = [ | |
9 | - new link("encyclopedia", "Encyclopedia", 'http://aia5.adam.com/content.aspx?productId=117', "100%", "750px"), | |
10 | - new link("IP-10", "IP 10", "http://182.19.10.91:92/IPWeb10/index.aspx", "100%", "750px"), | |
11 | - new link("indepth-reports", "InDepth Reports", "http://aia5.adam.com/content.aspx?productId=10", "100%", "4000px"), | |
12 | - new link("complementary-and-alternate-medicine", "Complementary and Alternative Medicine", "http://182.19.10.91:92/CAMHome.aspx", "100%", "750px"), | |
13 | - new link("bodyguide", "Body Guide", "http://aia5.adam.com/content.aspx?productId=25", "100%", "1050px"), | |
14 | - new link("symptom-navigator", "Symptom Navigator", "http://aia5.adam.com/content.aspx?productId=44", "100%", "1000px"), | |
15 | - new link("wellness-tools", "The Wellness Tools", "http://aia5.adam.com/content.aspx?productId=20", "100%", "1500px") | |
16 | - ]; | |
17 | - | |
18 | - $scope.$on('$viewContentLoaded', function (event) { | |
19 | - // code that will be executed ... | |
20 | - // every time this view is loaded | |
21 | - | |
22 | - for (var i = 0; i < $scope.links.length; i++) { | |
23 | - if ($scope.links[i].modname == $routeParams.modname) { | |
24 | - $rootScope.currentActiveModuleTitle = $scope.links[i].title; | |
25 | - $scope.objdata = $scope.links[i].objurl; | |
26 | - $scope.myObj = $scope.links[i].objstyle; | |
27 | - } | |
28 | - } | |
29 | - }); | |
30 | - | |
31 | - $scope.showme = false; | |
32 | - $scope.IsVisible = function () { | |
33 | - $scope.scroll(); | |
34 | - | |
35 | - } | |
36 | - | |
37 | - $scope.scroll = function () { | |
38 | - // $window.scrollTo(0, 0); | |
39 | - $("html,body").scrollTop(0); | |
40 | - //alert("scroll"); | |
41 | - } | |
42 | -}] | |
43 | - | |
44 | - | |
45 | -); | |
46 | - | |
47 | - | |
1 | +'use strict'; | |
2 | + | |
3 | +AIA.controller("LinkController", ["$scope", "$rootScope","$log", "pages", "$routeParams", | |
4 | +function ($scope, $rootScope, log, pages, $routeParams) { | |
5 | + | |
6 | + //$rootScope.currentActiveModuleTitle = Modules[10].Name; | |
7 | + //$rootScope.currentActiveModuleTitle = $routeParams.modname; | |
8 | + $scope.links = [ | |
9 | + new link("encyclopedia", "Encyclopedia", 'http://aia5.adam.com/content.aspx?productId=117', "100%", "750px"), | |
10 | + new link("IP-10", "IP 10", "http://182.19.10.91:92/IPWeb10/index.aspx", "100%", "750px"), | |
11 | + new link("indepth-reports", "InDepth Reports", "http://aia5.adam.com/content.aspx?productId=10", "100%", "4000px"), | |
12 | + new link("complementary-and-alternate-medicine", "Complementary and Alternative Medicine", "http://182.19.10.91:92/CAMHome.aspx", "100%", "750px"), | |
13 | + new link("bodyguide", "Body Guide", "http://aia5.adam.com/content.aspx?productId=25", "100%", "1050px"), | |
14 | + new link("symptom-navigator", "Symptom Navigator", "http://aia5.adam.com/content.aspx?productId=44", "100%", "1000px"), | |
15 | + new link("wellness-tools", "The Wellness Tools", "http://aia5.adam.com/content.aspx?productId=20", "100%", "1500px") | |
16 | + ]; | |
17 | + | |
18 | + $scope.$on('$viewContentLoaded', function (event) { | |
19 | + // code that will be executed ... | |
20 | + // every time this view is loaded | |
21 | + | |
22 | + for (var i = 0; i < $scope.links.length; i++) { | |
23 | + if ($scope.links[i].modname == $routeParams.modname) { | |
24 | + $rootScope.currentActiveModuleTitle = $scope.links[i].title; | |
25 | + $scope.objdata = $scope.links[i].objurl; | |
26 | + $scope.myObj = $scope.links[i].objstyle; | |
27 | + } | |
28 | + } | |
29 | + }); | |
30 | + | |
31 | + $scope.showme = false; | |
32 | + $scope.IsVisible = function () { | |
33 | + $scope.scroll(); | |
34 | + | |
35 | + } | |
36 | + | |
37 | + $scope.scroll = function () { | |
38 | + // $window.scrollTo(0, 0); | |
39 | + $("html,body").scrollTop(0); | |
40 | + //alert("scroll"); | |
41 | + } | |
42 | +}] | |
43 | + | |
44 | + | |
45 | +); | |
46 | + | |
47 | + | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
0 → 100644
1 | +/// <reference path="../views/atlas-anatomy-detail.html" /> | |
2 | +/// <reference path="../views/atlas-anatomy-detail.html" /> | |
3 | +'use strict'; | |
4 | + | |
5 | +AIA.controller("TileViewListController", ["$scope", "$rootScope", "$compile", "$http", "$log", "$location", "BodyRegions", "BodySystems", "ViewOrientations", "ImageTypes", "$timeout", "Modules", "$routeParams", "DataService","ModuleService" , | |
6 | +function ($scope, $rootScope, $compile, $http, $log, $location, BodyRegions, BodySystems, ViewOrientations, ImageTypes, $timeout, Modules, $routeParam, DataService,ModuleService) | |
7 | +{ | |
8 | + var ATLAS_ANATOMY = 'Atlas Anatomy'; | |
9 | + var CLINICAL_ILLUSTRATION ='Clinical Illustrations'; | |
10 | + var CLINICAL_ANIMATION='Clinical Animations'; | |
11 | + | |
12 | + var moduleData = []; | |
13 | + | |
14 | + $scope.AllBodyRegion = []; | |
15 | + $scope.AllBodySystem = []; | |
16 | + $scope.AllOrientation = []; | |
17 | + $scope.AllImageType = []; | |
18 | + $scope.moduleData = []; | |
19 | + | |
20 | + $scope.loadForModuleById = function (moduleId) { | |
21 | + | |
22 | + $scope.moduleId = moduleId; | |
23 | + | |
24 | + console.log('loadForModuleById is called') | |
25 | + var moduleName = Modules[moduleId].Name; | |
26 | + var promise = ModuleService.loadModuleDataBasedOnModuleName(moduleName) | |
27 | + | |
28 | + .then( | |
29 | + function (result) { | |
30 | + $scope.moduleLandingData = result; | |
31 | + | |
32 | + console.log(JSON.stringify(result, null, 4)); | |
33 | + }, | |
34 | + function (error) { | |
35 | + // handle errors here | |
36 | + console.log(' error: ' + error.statusText); | |
37 | + } | |
38 | + ) | |
39 | + }, | |
40 | + | |
41 | + | |
42 | + // var abc= ModuleService.loadModuleDataBasedOnModuleName($scope.moduleName) | |
43 | + // abc.then( | |
44 | + // function (result) { | |
45 | + // var data = result; | |
46 | + // alert('returned data: ' + data); | |
47 | + | |
48 | + // }, | |
49 | + // function (error) { | |
50 | + // alert('returned error: ' + abc); | |
51 | + // console.log(' $rootScope.TermNumberData= ' + error.statusText); | |
52 | + // } | |
53 | + // ) | |
54 | + //}; | |
55 | + | |
56 | + //$scope.loadDataForModule = function (moduleName) | |
57 | + //{ | |
58 | + | |
59 | + // //0. load filter static data | |
60 | + | |
61 | + // $scope.AllBodyRegion = BodyRegions; | |
62 | + // $scope.AllBodySystem = BodySystems; | |
63 | + // $scope.AllOrientation = ViewOrientations; | |
64 | + // $scope.AllImageType = ImageTypes; | |
65 | + | |
66 | + // //1. load dynamic data for module specific images | |
67 | + // var jsonPath; | |
68 | + // if(moduleName==ATLAS_ANATOMY) | |
69 | + // { | |
70 | + // jsonPath ='~/../content/data/json/aa/aa_dat_contentlist.json'; | |
71 | + // } | |
72 | + // else if(moduleName == CLINICAL_ANIMATION) | |
73 | + // { | |
74 | + // //to do, in next phase of project | |
75 | + // jsonPath ='~/../content/data/json/ca/ca_dat_contentlist.json'; | |
76 | + // } | |
77 | + // else if(moduleName == CLINICAL_ILLUSTRATION) | |
78 | + // { | |
79 | + // //to do, in next phase of project | |
80 | + // jsonPath ='~/../content/data/json/ci/ci_dat_contentlist.json'; | |
81 | + // } | |
82 | + | |
83 | + // var promise = DataService.getJson(jsonPath) | |
84 | + // promise.then( | |
85 | + // function (result) { | |
86 | + // $scope.AtlasAnatomyData = result; | |
87 | + | |
88 | + // $scope.data = new jinqJs() | |
89 | + // .from($scope.AtlasAnatomyData.root.Item) | |
90 | + // .orderBy([{ field: '_Title', sort: 'asc' }]) | |
91 | + // .select(); | |
92 | + | |
93 | + // //console.log($scope.selectedCIListViewData); | |
94 | + // //$('#grid-view').empty(); | |
95 | + // angular.forEach($scope.data, function (value, key) | |
96 | + // { | |
97 | + // // $rootScope.moduleData = []; | |
98 | + // $scope.moduleData.push({ "id": value._Id, "imageID": value._ImageId, "TileName": value._TileImageName, "DivImageTitle": value._Title }); | |
99 | + // // $scope.moduleData.push(value._ImageId); | |
100 | + // // $scope.moduleData.push(value._TileImageName); | |
101 | + | |
102 | + // $scope.ImageName = value._TileImageName; | |
103 | + // $scope.imagePath = "~/../content/images/aa/thumbnails/" + value._TileImageName; | |
104 | + // $scope.TileViewId = value._Id; | |
105 | + | |
106 | + // var $el = $('<div id="' + value._Id + '" class="col-sm-3 col-md-3" title = "' + value._Title + '" data-ng-click="openModuleItem()">' | |
107 | + // + '<div class="thumbnail" >' | |
108 | + // + '<img class="tinyImg" id="' + value._Title + '"ng-src="' + $scope.imagePath + '" alt="" title="" >' | |
109 | + // + '<div class="caption"><p>' + value._Title + '</p></div></a></div></div>').appendTo('#grid-view'); | |
110 | + | |
111 | + | |
112 | + // $compile($el)($scope); | |
113 | + | |
114 | + // //$(".sidebar").mCustomScrollbar({ | |
115 | + // // autoHideScrollbar: true, | |
116 | + // // //theme:"rounded" | |
117 | + // //}); | |
118 | + | |
119 | + | |
120 | + // }); | |
121 | + | |
122 | + // $scope.scroll(); | |
123 | + | |
124 | + // }, | |
125 | + // function (error) { | |
126 | + // // handle errors here | |
127 | + // console.log(' $scope.IllustrationData = ' + error.statusText); | |
128 | + // } | |
129 | + // ); | |
130 | + | |
131 | + | |
132 | + //} | |
133 | + | |
134 | + $scope.scroll = function () { | |
135 | + $("html,body").scrollTop(0); | |
136 | + } | |
137 | + | |
138 | + $scope.openModuleItem = function (event) { | |
139 | + | |
140 | + alert('hi'); | |
141 | + //// debugger; | |
142 | + var moduleItemDataToBeSaved = event.target.id; | |
143 | + | |
144 | + var OpendTileData = []; | |
145 | + | |
146 | + OpendTileData = ModuleService.GetOpenedTileData(moduleItemDataToBeSaved, $scope.moduleLandingData); | |
147 | + | |
148 | + //var u = $location.url(); | |
149 | + $location.url('/atlas-anatomy-detail'); | |
150 | + | |
151 | + } | |
152 | + | |
153 | + | |
154 | +}]); | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
... | ... | @@ -24,6 +24,13 @@ AIA.constant('pages', [ |
24 | 24 | pageUrl: 'app/views/da/da-body-view.html', |
25 | 25 | pageController: 'DAController' |
26 | 26 | }, |
27 | + { | |
28 | + name: 'Tiny View List', | |
29 | + pageSlug: 'tile-view-list', | |
30 | + pageUrl: 'app/views/tile-view.html', | |
31 | + pageController: 'TileViewListController' | |
32 | + | |
33 | + }, | |
27 | 34 | { // id:3, |
28 | 35 | name: 'Clinical Illustrations', |
29 | 36 | pageSlug: 'clinical-illustrations', |
... | ... | @@ -166,6 +173,12 @@ AIA.constant('pages', [ |
166 | 173 | pageController: '3dAController' |
167 | 174 | |
168 | 175 | }, |
176 | + { //id:2, | |
177 | + name: 'Atlas Anatomy', | |
178 | + pageSlug: 'atlas-anatomy-detail', | |
179 | + pageUrl: 'app/views/atlas-anatomy-detail.html', | |
180 | + pageController: 'TileViewListController' | |
181 | + }, | |
169 | 182 | ]); |
170 | 183 | |
171 | 184 | |
... | ... | @@ -183,6 +196,7 @@ AIA.constant('DA', [ |
183 | 196 | ]); |
184 | 197 | |
185 | 198 | |
199 | + | |
186 | 200 | AIA.constant('Modules', [ |
187 | 201 | { |
188 | 202 | Id: 1, |
... | ... | @@ -256,6 +270,7 @@ AIA.constant('Modules', [ |
256 | 270 | }, |
257 | 271 | |
258 | 272 | ]); |
273 | + | |
259 | 274 | AIA.constant('BodyViewws', [ |
260 | 275 | { |
261 | 276 | Id: 1, | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/services/ModuleService.js
0 → 100644
1 | +var ATLAS_ANATOMY = 'Atlas Anatomy'; | |
2 | +var CLINICAL_ILLUSTRATION = 'Clinical Illustrations'; | |
3 | +var CLINICAL_ANIMATION = 'Clinical Animations'; | |
4 | +var OpenedModuleItemList = []; | |
5 | +var ModDetail = []; | |
6 | +var moduleData; | |
7 | +var modName; | |
8 | + | |
9 | +AIA.service('ModuleService', function($http, DataService) { | |
10 | + return { | |
11 | + loadModuleDataBasedOnModuleName: function(moduleName) { | |
12 | + var jsonPath; | |
13 | + | |
14 | + modName = moduleName; | |
15 | + | |
16 | + if (moduleName == ATLAS_ANATOMY) { | |
17 | + jsonPath = '~/../content/data/json/aa/aa_dat_contentlist.json'; | |
18 | + } | |
19 | + else if (moduleName == CLINICAL_ANIMATION) { | |
20 | + //to do, in next phase of project | |
21 | + jsonPath = '~/../content/data/json/ca/ca_dat_contentlist.json'; | |
22 | + } | |
23 | + else if (moduleName == CLINICAL_ILLUSTRATION) { | |
24 | + //to do, in next phase of project | |
25 | + jsonPath = '~/../content/data/json/ci/ci_dat_contentlist.json'; | |
26 | + } | |
27 | + | |
28 | + return $http.get(jsonPath, function (response) { | |
29 | + | |
30 | + moduleData = new jinqJs() | |
31 | + .from(response.data.root.Item) | |
32 | + .orderBy([{field: '_Title', sort: 'asc' }]) | |
33 | + .select(); | |
34 | + // console.log(JSON.stringify(response, null, 4)); | |
35 | + // response.data= moduleData; | |
36 | + // return response.data; | |
37 | + return moduleData; | |
38 | + }); | |
39 | + }, | |
40 | + | |
41 | + GetOpenedTileData: function (id,moduleJson) { | |
42 | + | |
43 | + if (modName == ATLAS_ANATOMY) | |
44 | + { | |
45 | + var AADataForSelectedItem = []; | |
46 | + | |
47 | + var title = id; | |
48 | + | |
49 | + alert(moduleJson.data.root.Item.length); | |
50 | + | |
51 | + var selectedTileData = new jinqJs() | |
52 | + .from(moduleJson.data.root.Item) | |
53 | + .where("_Title == " + title) | |
54 | + .select(); | |
55 | + | |
56 | + AADataForSelectedItem.push("imageId: " + selectedTileData[0]._ImageId); | |
57 | + AADataForSelectedItem.push("BodyRegion:" + selectedTileData[0]._BodyRegion); | |
58 | + AADataForSelectedItem.push("BodySystem: " + selectedTileData[0]._BodySystem); | |
59 | + AADataForSelectedItem.push("ImageName: " + selectedTileData[0]._ImageName); | |
60 | + AADataForSelectedItem.push("ImageType:" + selectedTileData[0]._ImageType); | |
61 | + AADataForSelectedItem.push("TileImageName: " + selectedTileData[0]._TileImageName); | |
62 | + | |
63 | + AADataForSelectedItem.push("ViewOrientation: " + selectedTileData[0]._ViewOrientation); | |
64 | + | |
65 | + return AADataForSelectedItem; | |
66 | + | |
67 | + } | |
68 | + | |
69 | + | |
70 | + //OpenedModuleItemList.push("imageId: " + moduleDetails[0]); | |
71 | + //OpenedModuleItemList.push("moduleId:" + moduleDetails[1]); | |
72 | + //OpenedModuleItemList.push("moduleName: " + moduleDetails[2]); | |
73 | + | |
74 | + | |
75 | + //var moduleId = moduleDetails.moduleId; | |
76 | + //OpenedModuleList.push(moduleId); | |
77 | + //OpenedModuleList.tileViewId = moduleDetails.TileViewId; | |
78 | + //OpenedModuleList.tileImageName = moduleDetails.imageName; | |
79 | + //OpenedModuleList.tileImageSRC = moduleDetails.imagePath; | |
80 | + | |
81 | + //moduleData.push($scope.moduleId); | |
82 | + //moduleData.push(value._Id); | |
83 | + //moduleData.push(value._ImageId); | |
84 | + //moduleData.push(value._Title); | |
85 | + //moduleData.push(value._ImageName); | |
86 | + //moduleData.push(value._BodySystem); | |
87 | + //moduleData.push(value._BodyRegion); | |
88 | + //moduleData.push(value._ViewOrientation); | |
89 | + //moduleData.push(value._ImageType); | |
90 | + //moduleData.push(value._TileImageName); | |
91 | + | |
92 | + | |
93 | + console.log('called service'); | |
94 | + | |
95 | + | |
96 | + //this.renderModuleItemById(); | |
97 | + | |
98 | + }, | |
99 | + | |
100 | + }; | |
101 | +}); | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/atlas-anatomy-detail.html
0 → 100644
1 | + | |
2 | +<div id="imaginary_container"> | |
3 | + <div class="input-group stylish-input-group paddTop5 hidden-sm"> | |
4 | + <input type="text" class="form-control width120" placeholder="Search"> | |
5 | + <span class="input-group-addon"> | |
6 | + <button type="submit"> | |
7 | + <span class="fa fa-search color-green"></span> | |
8 | + </button> | |
9 | + </span> | |
10 | + </div> | |
11 | + | |
12 | + <div class="visible-sm visible-md pull-right marginTop5"> | |
13 | + <div class="dropdown"> | |
14 | + <button class="btn btn-primary dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown"> | |
15 | + <i class="fa fa-search color-white"></i> | |
16 | + </button> | |
17 | + <!--<div class="hidden-xs marginR5 dropdown-toggle marginTop5" id="dropdownMenu1" data-toggle="dropdown" data-placement="top" title="Logout"><a href="index.html"><i class="fa fa-search color-white"></i></a></div>--> | |
18 | + <ul class="dropdown-menu right0" aria-labelledby="dropdownMenu1"> | |
19 | + <li> | |
20 | + <!--<div class="input-group"><input type="text" aria-label="Amount (to the nearest dollar)" class="form-control"> <span class="input-group-addon"><i class="fa fa-search color-green"></i></span> </div>--> | |
21 | + <div class="input-group stylish-input-group "> | |
22 | + <input type="text" class="form-control" placeholder="Search" style="width:100%;"> | |
23 | + <span class="input-group-addon"> | |
24 | + <button type="submit"> | |
25 | + <span class="fa fa-search color-green"></span> | |
26 | + </button> | |
27 | + </span> | |
28 | + </div> | |
29 | + </li> | |
30 | + </ul> | |
31 | + </div> | |
32 | + </div> | |
33 | +</div> | |
34 | + | |
35 | +<!--Body--> | |
36 | +<div class="bodyWrap row"> | |
37 | + <div class="col-sm-12 pageHeading"> | |
38 | + <!--<button type="button" class="btn btn-success pull-left toggleBar btn-sm" data-toggle="tooltip" data-placement="top" title="Show/Hide Sidebar"> <i class="fa fa-bars"></i> </button>--> | |
39 | + <!--<div class=" pull-left toggleBar toggleHeadingButton" data-toggle="tooltip" data-placement="top" title="Show/Hide Sidebar"> <i class="fa fa-exchange"></i> </div>--> | |
40 | + <h4 class="pull-left">1<sup>st</sup> & 2<sup>nd</sup> Intercostal Spaces</h4> | |
41 | + <div class="pull-right btn-group paddTop4 hidden-xs"> <a href="#" class="btn btn-xs btn-default"><i class="fa fa-minus"></i></a> <a href="#" class="btn btn-xs btn-default"><i class="fa fa-clone"></i></a> <a href="#" class="btn btn-xs btn-default"><i class="fa fa-close"></i></a> </div> | |
42 | + <div class="clearfix"></div> | |
43 | + </div> | |
44 | + <div class="tools pull-left" style="top:44px;"> | |
45 | + <div class="toggle-icon toggleBar toggleHeadingButton" data-toggle="tooltip" data-placement="top" title="Show/Hide Sidebar"></div> | |
46 | + <div class=""> | |
47 | + <div class="col-sm-6" title="Hide Pins"><button class="btn btn-black btn-sm"> <img src="../content/images/aa/LeftMenu/hide-pin.png" alt="" title=""></button> </div> | |
48 | + <div class="col-sm-6" title="Show Selected Pins"><button class="btn btn-black btn-sm pull-right"><img src="img/draw-pin.png" alt="" title=""></button></div> | |
49 | + <div class="col-sm-6" title="Show All Pins in System(s)"><button class="btn btn-primary btn-sm marginTop5"><img src="../content/images/aa/LeftMenu/all-pin.png" alt="" title=""></button></div> | |
50 | + <div class="col-sm-6" title="Select System"> | |
51 | + <button class="btn btn-black btn-sm pull-right marginTop5 dropdown-toggle" type="button" id="dropdownMenu221" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"><img src="img/icon-highlight.png" alt="" title=""></button> | |
52 | + <ul class="dropdown-menu" aria-labelledby="dropdownMenu221"> | |
53 | + <li><a href="#" title="Current Structure">All</a></li> | |
54 | + <li role="separator" class="divider"></li> | |
55 | + <li><a href="#" title="Cardiovascular">Cardiovascular</a></li> | |
56 | + <li><a href="#" title="Digestive">Digestive</a></li> | |
57 | + <li class="disabled"><a href="#" title="Endocrine">Endocrine</a></li> | |
58 | + <li class="disabled"><a href="#" title="Immune">Immune</a></li> | |
59 | + <li class="disabled"><a href="#" title="Integumentary">Integumentary</a></li> | |
60 | + <li class="disabled"><a href="#" title="Lymphatic">Lymphatic</a></li> | |
61 | + <li><a href="#" title="Muscular">Muscular</a></li> | |
62 | + <li class="disabled"><a href="#" title="Nervous">Nervous</a></li> | |
63 | + <li class="disabled"><a href="#" title="Reproductive">Reproductive</a></li> | |
64 | + <li class="disabled"><a href="#" title="Respiratory">Respiratory</a></li> | |
65 | + <li><a href="#" title="Skeletal">Skeletal</a></li> | |
66 | + <li class="disabled"><a href="#" title="Urinary">Urinary</a></li> | |
67 | + </ul> | |
68 | + | |
69 | + </div> | |
70 | + <div class="col-sm-12" data-toggle="tooltip" data-placement="top" title="Show/Hide Structure Name Boxes"><button class="btn btn-black btn-sm marginTop5 btn-block"> <img src="img/comment-box.png" alt="" title=""></button> </div> | |
71 | + </div> | |
72 | + <div class="pips-slider" style="margin-top:125px"> | |
73 | + <h3>Zoom <i class="fa fa-search-plus"></i></h3> | |
74 | + <div class="slider" id="vertical-slider"></div> | |
75 | + </div> | |
76 | + </div> | |
77 | +</div> | |
78 | + | |
79 | + | |
80 | + | |
81 | +<div class="col-sm-12 stickey-area"> | |
82 | + <div class="breadcrumb"> | |
83 | + <div class=""> | |
84 | + <div class="input-group col-sm-8 col-xs-7 col-md-10 pull-left"> | |
85 | + <input class="form-control input-sm " type="text" placeholder="Anterior cutaneous branch of first intercostal nerve"> | |
86 | + <!--<select class="form-control input-sm "> | |
87 | + <option>---Select---</option> | |
88 | + <option selected>Anterior cutaneous branch of first intercostal nerve</option> | |
89 | + <option>Anterior cutaneous branch of second intercostal nerve</option> | |
90 | + <option>Anterior cutaneous branch of third intercostal nerve</option> | |
91 | + <option>Anterior intercostal artery</option> | |
92 | + <option>Anterior intercostal vein</option> | |
93 | + </select>--> | |
94 | + <!--<div class="input-group-addon btn btn-primary btn-sm"></div>--> | |
95 | + </div> | |
96 | + | |
97 | + <!-- Single button --> | |
98 | + <div class="btn-group"> | |
99 | + <button type="button" class="btn btn-success dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
100 | + <i class="fa fa-arrow-circle-right"></i> | |
101 | + </button> | |
102 | + <!--<ul class="dropdown-menu"> | |
103 | + <li><a href="#">1<sup>st</sup> & 2<sup>nd</sup> Intercostal Spaces</a></li> | |
104 | + <li role="separator" class="divider"></li> | |
105 | + <li><a href="#">All</a></li> | |
106 | + </ul>--> | |
107 | + </div> | |
108 | + <div class="btn-group"> | |
109 | + <button type="button" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
110 | + <i class="fa fa-male"></i> | |
111 | + </button> | |
112 | + <ul class="dropdown-menu" style="min-width:auto;"> | |
113 | + <li><img src="img/position.jpg" class="img-responsive"></li> | |
114 | + </ul> | |
115 | + </div> | |
116 | + | |
117 | + </div> | |
118 | + </div> | |
119 | +</div> | |
120 | +<div class="col-sm-12"> | |
121 | + <div class="container-fluid"> | |
122 | + <div class="row"> | |
123 | + <div class="col-sm-12 img-thumbnail" align="center"><img src="img/1000x600.jpg" alt="" title="" class="img-responsive"></div> | |
124 | + <!--<div class="col-sm-1 img-thumbnail pull-right" align="center"><img src="img/500x300.jpg" alt="" title="" class="img-responsive"></div> | |
125 | + <div class="clearfix"></div>--> | |
126 | + </div> | |
127 | + </div> | |
128 | +</div> | |
129 | +<div class="clearfix"></div> | |
130 | + | |
131 | + | |
132 | +<!--<script src="../libs/jquery/1.11.3/jquery.min.js"></script>--> | |
133 | +<!--<script src="../../themes/default/scripts/bootstrap/3.3.5/bootstrap.js"></script> | |
134 | +<script src="../../themes/default/scripts/custom/custom.js"></script> | |
135 | +<script src="../../libs/jquery/jquery.sticky.js"></script> | |
136 | +<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>--> | |
137 | + | |
138 | +<script> | |
139 | + $(window).load(function () { | |
140 | + $(".stickey-area").sticky(); | |
141 | + }); | |
142 | +</script> | |
143 | +<script> | |
144 | + $(function () { | |
145 | + $("#slider-range-min-2").slider({ | |
146 | + range: "min", | |
147 | + min: 1, | |
148 | + max: 60, | |
149 | + value: 10, | |
150 | + slide: function (event, ui) { | |
151 | + $("#amount-2").val(ui.value); | |
152 | + } | |
153 | + }); | |
154 | + $("#amount-2").val($("#slider-vertical-2").slider("value")); | |
155 | + | |
156 | + }); | |
157 | +</script> | |
158 | + | |
159 | +<script> | |
160 | + $(document).ready(function () { | |
161 | + $('[data-toggle="tooltip"]').tooltip(); | |
162 | + }); | |
163 | +</script> | |
164 | + | |
165 | +<script src="../../libs/jquery/jquery_plugin/slider-pips/jquery-ui-slider-pips.js"></script> | |
166 | +<script> | |
167 | + $(".slider") | |
168 | + | |
169 | + .slider({ | |
170 | + min: 25, | |
171 | + max: 100, | |
172 | + value: 100, | |
173 | + range: "min", | |
174 | + orientation: "vertical" | |
175 | + }) | |
176 | + | |
177 | + .slider("pips", { | |
178 | + rest: "label", | |
179 | + step: "15" | |
180 | + }); | |
181 | +</script> | |
182 | + | |
183 | +<script> | |
184 | + $(function () { | |
185 | + $("#draggable").draggable(); | |
186 | + }); | |
187 | +</script> | |
188 | + | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
... | ... | @@ -337,6 +337,7 @@ |
337 | 337 | <div class="clearfix"></div> |
338 | 338 | </div> |
339 | 339 | </div> |
340 | + <div class="clearfix"></div> | |
340 | 341 | </div> |
341 | 342 | <div class="clearfix"></div> |
342 | 343 | <!--to prevent transparency scale from closing on click anywhere outside set data-backdrop="static" data-keyboard="false" --> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/module-item-view.html
0 → 100644
1 | +<!DOCTYPE html> | |
2 | +<html lang="en"> | |
3 | +<head> | |
4 | + <meta charset="utf-8"> | |
5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
6 | + <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | |
7 | + <title>A.D.A.M. Interactive Anatomy</title> | |
8 | + <link href="css/bootstrap.css" rel="stylesheet"> | |
9 | + <link href="css/main.css" rel="stylesheet"> | |
10 | + | |
11 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> | |
12 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,400italic"> | |
13 | + | |
14 | + <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | |
15 | + <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | |
16 | + <!--[if lt IE 9]> | |
17 | + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | |
18 | + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | |
19 | + <![endif]--> | |
20 | + <!-- include the jQuery and jQuery UI scripts --> | |
21 | + <script src="https://code.jquery.com/jquery-2.1.1.js"></script> | |
22 | + <script src="https://code.jquery.com/ui/1.11.1/jquery-ui.js"></script> | |
23 | + <!-- plus a jQuery UI theme, here I use "flick" --> | |
24 | + <link rel="stylesheet" href="css/jquery-ui-slider-pips.css"> | |
25 | + <link rel="stylesheet" href="css/jquery-ui.css"> | |
26 | +</head> | |
27 | +<body> | |
28 | + <div class="container-fluid "> | |
29 | + <!--Header--> | |
30 | + <nav class="navbar navbar-inverse navbar-fixed-top"> | |
31 | + <div class="container-fluid"> | |
32 | + <!-- Brand and toggle get grouped for better mobile display --> | |
33 | + <div class="navbar-header"> | |
34 | + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#topFixedNavbar1" aria-expanded="false"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button> | |
35 | + <a class="frameLogo navbar-brand" href="welcome.html"><img src="img/logo-main.png" class="img-responsive" alt=""></a> | |
36 | + </div> | |
37 | + <div class="collapse navbar-collapse" id="topFixedNavbar1"> | |
38 | + <ul class="nav navbar-nav toperMenu-spaceleft"> | |
39 | + <li class="dropdown"> | |
40 | + <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">File<span class="caret"></span></a> | |
41 | + <ul class="dropdown-menu"> | |
42 | + <li><a href="#">Open Resources</a></li> | |
43 | + <li><a href="#">Open My Pictures</a></li> | |
44 | + <li><a href="#">Open My Animations</a></li> | |
45 | + <li role="separator" class="divider"></li> | |
46 | + <li><a href="#">Test Creator</a></li> | |
47 | + <li><a href="#">Open Test</a></li> | |
48 | + <li><a href="#">Save Test As</a></li> | |
49 | + <li role="separator" class="divider"></li> | |
50 | + <li><a href="#">New Curriculum</a></li> | |
51 | + <li><a href="#">Open Existing Curriculum</a></li> | |
52 | + <li><a href="#">Save Curriculum As</a></li> | |
53 | + <li role="separator" class="divider"></li> | |
54 | + <li><a href="#">Export Image</a></li> | |
55 | + <li role="separator" class="divider"></li> | |
56 | + <li><a href="#">Print Active Viewer</a></li> | |
57 | + <li><a href="#">Print All Open Viewers</a></li> | |
58 | + <li><a href="#">Print Priview</a></li> | |
59 | + </ul> | |
60 | + </li> | |
61 | + <li><a href="#" data-toggle="modal" data-target=".bs-example-modal-sm">Annotation</a></li> | |
62 | + | |
63 | + | |
64 | + | |
65 | + <li class="dropdown"> | |
66 | + <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Options<span class="caret"></span></a> | |
67 | + <ul class="dropdown-menu"> | |
68 | + <li><a href="#">List Manager</a></li> | |
69 | + <li><a href="#">Annotation Toolbar</a></li> | |
70 | + <li><a href="#">Add to Existing Curriculum</a></li> | |
71 | + <li><a href="#">Settings</a></li> | |
72 | + <li role="separator" class="divider"></li> | |
73 | + <li><a href="#">Lab Exercises PDF</a></li> | |
74 | + </ul> | |
75 | + </li> | |
76 | + <li class="dropdown"> | |
77 | + <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Help<span class="caret"></span></a> | |
78 | + <ul class="dropdown-menu"> | |
79 | + <li><a href="#">Help Topics</a></li> | |
80 | + <li><a href="#">Customer Support</a></li> | |
81 | + <li role="separator" class="divider"></li> | |
82 | + <li><a href="#">About A.D.A.M.</a></li> | |
83 | + </ul> | |
84 | + </li> | |
85 | + <li><a href="#">Admin</a></li> | |
86 | + </ul> | |
87 | + <ul class="nav navbar-nav navbar-right"> | |
88 | + <li class="visible-xs"><a href="index.html">Logout</a></li> | |
89 | + <li class="hidden-xs marginR5" data-toggle="tooltip" data-placement="top" title="Logout"><a href="index.html"><i class="fa fa-power-off"></i></a></li> | |
90 | + </ul> | |
91 | + <!--<form class="navbar-form navbar-right" role="search"> | |
92 | + <div class="input-group"> | |
93 | + <select class="form-control"> | |
94 | + <option selected>----Select----</option> | |
95 | + <option>1</option> | |
96 | + <option>2</option> | |
97 | + <option>3</option> | |
98 | + <option>4</option> | |
99 | + </select> | |
100 | + <span class="input-group-btn"> | |
101 | + <button class="btn btn-success" type="button"><i class="fa fa-search"></i> Search</button> | |
102 | + </span> </div> | |
103 | + </form>--> | |
104 | + <div id="imaginary_container"> | |
105 | + <div class="input-group stylish-input-group paddTop5 hidden-sm"> | |
106 | + <input type="text" class="form-control width120" placeholder="Search"> | |
107 | + <span class="input-group-addon"> | |
108 | + <button type="submit"> | |
109 | + <span class="fa fa-search color-green"></span> | |
110 | + </button> | |
111 | + </span> | |
112 | + </div> | |
113 | + | |
114 | + <div class="visible-sm visible-md pull-right marginTop5"> | |
115 | + <div class="dropdown"> | |
116 | + <button class="btn btn-primary dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown"> | |
117 | + <i class="fa fa-search color-white"></i> | |
118 | + </button> | |
119 | + <!--<div class="hidden-xs marginR5 dropdown-toggle marginTop5" id="dropdownMenu1" data-toggle="dropdown" data-placement="top" title="Logout"><a href="index.html"><i class="fa fa-search color-white"></i></a></div>--> | |
120 | + <ul class="dropdown-menu right0" aria-labelledby="dropdownMenu1"> | |
121 | + <li> | |
122 | + <!--<div class="input-group"><input type="text" aria-label="Amount (to the nearest dollar)" class="form-control"> <span class="input-group-addon"><i class="fa fa-search color-green"></i></span> </div>--> | |
123 | + <div class="input-group stylish-input-group "> | |
124 | + <input type="text" class="form-control" placeholder="Search" style="width:100%;"> | |
125 | + <span class="input-group-addon"> | |
126 | + <button type="submit"> | |
127 | + <span class="fa fa-search color-green"></span> | |
128 | + </button> | |
129 | + </span> | |
130 | + </div> | |
131 | + </li> | |
132 | + </ul> | |
133 | + </div> | |
134 | + </div> | |
135 | + </div> | |
136 | + </div> | |
137 | + </div> | |
138 | + </nav> | |
139 | + <!--Body--> | |
140 | + <div class="bodyWrap row"> | |
141 | + <div class="col-sm-12 pageHeading"> | |
142 | + <!--<button type="button" class="btn btn-success pull-left toggleBar btn-sm" data-toggle="tooltip" data-placement="top" title="Show/Hide Sidebar"> <i class="fa fa-bars"></i> </button>--> | |
143 | + <!--<div class=" pull-left toggleBar toggleHeadingButton" data-toggle="tooltip" data-placement="top" title="Show/Hide Sidebar"> <i class="fa fa-exchange"></i> </div>--> | |
144 | + <h4 class="pull-left">1<sup>st</sup> & 2<sup>nd</sup> Intercostal Spaces</h4> | |
145 | + <div class="pull-right btn-group paddTop4 hidden-xs"> <a href="#" class="btn btn-xs btn-default"><i class="fa fa-minus"></i></a> <a href="#" class="btn btn-xs btn-default"><i class="fa fa-clone"></i></a> <a href="#" class="btn btn-xs btn-default"><i class="fa fa-close"></i></a> </div> | |
146 | + <div class="clearfix"></div> | |
147 | + </div> | |
148 | + <div class="tools pull-left" style="top:44px;"> | |
149 | + <div class="toggle-icon toggleBar toggleHeadingButton" data-toggle="tooltip" data-placement="top" title="Show/Hide Sidebar"></div> | |
150 | + <div class=""> | |
151 | + <div class="col-sm-6" title="Hide Pins"><button class="btn btn-black btn-sm"> <img src="img/hide-pin.png" alt="" title=""></button> </div> | |
152 | + <div class="col-sm-6" title="Show Selected Pins"><button class="btn btn-black btn-sm pull-right"><img src="img/draw-pin.png" alt="" title=""></button></div> | |
153 | + <div class="col-sm-6" title="Show All Pins in System(s)"><button class="btn btn-primary btn-sm marginTop5"><img src="img/all-pin.png" alt="" title=""></button></div> | |
154 | + <div class="col-sm-6" title="Select System"> | |
155 | + <button class="btn btn-black btn-sm pull-right marginTop5 dropdown-toggle" type="button" id="dropdownMenu221" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"><img src="img/icon-highlight.png" alt="" title=""></button> | |
156 | + <ul class="dropdown-menu" aria-labelledby="dropdownMenu221"> | |
157 | + <li><a href="#" title="Current Structure">All</a></li> | |
158 | + <li role="separator" class="divider"></li> | |
159 | + <li><a href="#" title="Cardiovascular">Cardiovascular</a></li> | |
160 | + <li><a href="#" title="Digestive">Digestive</a></li> | |
161 | + <li class="disabled"><a href="#" title="Endocrine">Endocrine</a></li> | |
162 | + <li class="disabled"><a href="#" title="Immune">Immune</a></li> | |
163 | + <li class="disabled"><a href="#" title="Integumentary">Integumentary</a></li> | |
164 | + <li class="disabled"><a href="#" title="Lymphatic">Lymphatic</a></li> | |
165 | + <li><a href="#" title="Muscular">Muscular</a></li> | |
166 | + <li class="disabled"><a href="#" title="Nervous">Nervous</a></li> | |
167 | + <li class="disabled"><a href="#" title="Reproductive">Reproductive</a></li> | |
168 | + <li class="disabled"><a href="#" title="Respiratory">Respiratory</a></li> | |
169 | + <li><a href="#" title="Skeletal">Skeletal</a></li> | |
170 | + <li class="disabled"><a href="#" title="Urinary">Urinary</a></li> | |
171 | + </ul> | |
172 | + | |
173 | + </div> | |
174 | + <div class="col-sm-12" data-toggle="tooltip" data-placement="top" title="Show/Hide Structure Name Boxes"><button class="btn btn-black btn-sm marginTop5 btn-block"> <img src="img/comment-box.png" alt="" title=""></button> </div> | |
175 | + </div> | |
176 | + <div class="pips-slider" style="margin-top:125px"> | |
177 | + <h3>Zoom <i class="fa fa-search-plus"></i></h3> | |
178 | + <div class="slider" id="vertical-slider"></div> | |
179 | + </div> | |
180 | + </div> | |
181 | + | |
182 | + <div class="main2"> | |
183 | + <div class="col-sm-12 stickey-area"> | |
184 | + <div class="breadcrumb"> | |
185 | + <div class=""> | |
186 | + <div class="input-group col-sm-8 col-xs-7 col-md-10 pull-left"> | |
187 | + <input class="form-control input-sm " type="text" placeholder="Anterior cutaneous branch of first intercostal nerve"> | |
188 | + <!--<select class="form-control input-sm "> | |
189 | + <option>---Select---</option> | |
190 | + <option selected>Anterior cutaneous branch of first intercostal nerve</option> | |
191 | + <option>Anterior cutaneous branch of second intercostal nerve</option> | |
192 | + <option>Anterior cutaneous branch of third intercostal nerve</option> | |
193 | + <option>Anterior intercostal artery</option> | |
194 | + <option>Anterior intercostal vein</option> | |
195 | + </select>--> | |
196 | + <!--<div class="input-group-addon btn btn-primary btn-sm"></div>--> | |
197 | + </div> | |
198 | + | |
199 | + <!-- Single button --> | |
200 | + <div class="btn-group"> | |
201 | + <button type="button" class="btn btn-success dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
202 | + <i class="fa fa-arrow-circle-right"></i> | |
203 | + </button> | |
204 | + <ul class="dropdown-menu"> | |
205 | + <li><a href="#">1<sup>st</sup> & 2<sup>nd</sup> Intercostal Spaces</a></li> | |
206 | + <li role="separator" class="divider"></li> | |
207 | + <li><a href="#">All</a></li> | |
208 | + </ul> | |
209 | + </div> | |
210 | + <div class="btn-group"> | |
211 | + <button type="button" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
212 | + <i class="fa fa-male"></i> | |
213 | + </button> | |
214 | + <ul class="dropdown-menu" style="min-width:auto;"> | |
215 | + <li><img src="img/position.jpg" class="img-responsive"></li> | |
216 | + </ul> | |
217 | + </div> | |
218 | + | |
219 | + </div> | |
220 | + </div> | |
221 | + </div> | |
222 | + <div class="col-sm-12"> | |
223 | + <div class="container-fluid"> | |
224 | + <div class="row"> | |
225 | + <div class="col-sm-12 img-thumbnail" align="center"><img src="img/1000x600.jpg" alt="" title="" class="img-responsive"></div> | |
226 | + <!--<div class="col-sm-1 img-thumbnail pull-right" align="center"><img src="img/500x300.jpg" alt="" title="" class="img-responsive"></div> | |
227 | + <div class="clearfix"></div>--> | |
228 | + </div> | |
229 | + </div> | |
230 | + </div> | |
231 | + <div class="clearfix"></div> | |
232 | + | |
233 | + | |
234 | + | |
235 | + </div> | |
236 | + </div> | |
237 | + </div> | |
238 | + | |
239 | + <!--Annotation Modal--> | |
240 | + <div class="modal fade bs-example-modal-sm" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" style="z-index:9999;" id="draggable"> | |
241 | + <div class="modal-dialog modal-sm" role="document"> | |
242 | + <div class="modal-content"> | |
243 | + <div class="modal-header annotation-modal-header"> | |
244 | + <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> | |
245 | + <h4 class="modal-title" id="myModalLabel">Annotation</h4> | |
246 | + </div> | |
247 | + <div class="modal-body"> | |
248 | + <div class="row"> | |
249 | + <div class="col-sm-12"> | |
250 | + <h5>Mode</h5> | |
251 | + <!--<div class="btn-group" role="group" aria-label="..."> | |
252 | + <button type="button" class="btn btn-primary btn-sm">Identify</button> | |
253 | + <button type="button" class="btn btn-primary btn-sm">Draw</button> | |
254 | + </div>--> | |
255 | + <div class="btn-group btn-group-justified" role="group" aria-label="..."> | |
256 | + <div class="btn-group" role="group"> | |
257 | + <button type="button" class="btn btn-sm btn-success">Identify</button> | |
258 | + </div> | |
259 | + <div class="btn-group" role="group"> | |
260 | + <button type="button" class="btn btn-sm btn-success">Draw</button> | |
261 | + </div> | |
262 | + </div> | |
263 | + | |
264 | + </div> | |
265 | + <div class="col-sm-12"> | |
266 | + <h5>Tools</h5> | |
267 | + <div class="well well-popup"> | |
268 | + <div class="" role="" aria-label="..."> | |
269 | + <div class="" role="group" align="center"> | |
270 | + <button type="button" class="btn btn-black btn-xs mrgnBtm5" data-toggle="tooltip" data-placement="top" title="Select Shapes(S)"><img src="img/icon-identity.png" alt="" title=""></button> | |
271 | + <button type="button" class="btn btn-black btn-xs mrgnBtm5" data-toggle="tooltip" data-placement="top" title="Draw Pin"><img src="img/draw-pin.png" alt="" title=""></button> | |
272 | + <button type="button" class="btn btn-black btn-xs mrgnBtm5" data-toggle="tooltip" data-placement="top" title="Draw Arrow"><img src="img/draw-arrow.png" alt="" title=""></button> | |
273 | + <button type="button" class="btn btn-black btn-xs mrgnBtm5" data-toggle="tooltip" data-placement="top" title="Draw Text"><img src="img/draw-text.png" alt="" title=""></button> | |
274 | + </div> | |
275 | + <div class="" role="group" align="center"> | |
276 | + <button type="button" class="btn btn-black btn-xs " data-toggle="tooltip" data-placement="top" title="Draw Line"><img src="img/draw-line.png" alt="" title=""></button> | |
277 | + <button type="button" class="btn btn-black btn-xs" data-toggle="tooltip" data-placement="top" title="Draw Rectangle"><img src="img/draw-rec.png" alt="" title=""></button> | |
278 | + <button type="button" class="btn btn-black btn-xs" data-toggle="tooltip" data-placement="top" title="Draw Circle"><img src="img/draw-cir.png" alt="" title=""></button> | |
279 | + <button type="button" class="btn btn-black btn-xs" data-toggle="tooltip" data-placement="top" title="Draw Polygon"><img src="img/draw-poly.png" alt="" title=""></button> | |
280 | + </div> | |
281 | + </div> | |
282 | + </div> | |
283 | + <div class="well-popup well"> | |
284 | + <img src="img/blank-shape.jpg" alt="..." class="img-rounded img-responsive"> | |
285 | + </div> | |
286 | + <div class="well well-popup"> | |
287 | + <div class="" role="group" aria-label="..."> | |
288 | + <div> | |
289 | + <button type="button" class="btn btn-primary btn-xs pull-left" data-toggle="tooltip" data-placement="top" title="Paint" style="margin-right:1%;"><i class="fa fa-paint-brush"></i></button> | |
290 | + <button type="button" class="btn btn-primary btn-xs pull-left" data-toggle="tooltip" data-placement="top" title="Erase"><i class="fa fa-eraser"></i></button> | |
291 | + <div class="marginL2 pull-left"><input type="number" id="amount-2" value="25" step="1" style="width:60px;"></div> | |
292 | + <div class="pull-left" style="width:45%; margin-left:2%;"> | |
293 | + <div id="slider-range-min-2"></div> | |
294 | + </div> | |
295 | + <div class="clearfix"></div> | |
296 | + </div> | |
297 | + | |
298 | + | |
299 | + </div> | |
300 | + | |
301 | + | |
302 | + </div> | |
303 | + | |
304 | + </div> | |
305 | + </div> | |
306 | + </div> | |
307 | + | |
308 | + </div> | |
309 | + </div> | |
310 | + </div> | |
311 | + | |
312 | + <script src="js/jquery-1.11.3.min.js"></script> | |
313 | + <script src="js/bootstrap.js"></script> | |
314 | + <script src="js/custom.js"></script> | |
315 | + <script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script> | |
316 | + <script src="js/jquery.sticky.js"></script> | |
317 | + <script> | |
318 | + $(window).load(function () { | |
319 | + $(".stickey-area").sticky(); | |
320 | + }); | |
321 | + </script> | |
322 | + <script> | |
323 | + $(function () { | |
324 | + $("#slider-range-min-2").slider({ | |
325 | + range: "min", | |
326 | + min: 1, | |
327 | + max: 60, | |
328 | + value: 10, | |
329 | + slide: function (event, ui) { | |
330 | + $("#amount-2").val(ui.value); | |
331 | + } | |
332 | + }); | |
333 | + $("#amount-2").val($("#slider-vertical-2").slider("value")); | |
334 | + | |
335 | + }); | |
336 | + </script> | |
337 | + | |
338 | + <script> | |
339 | + $(document).ready(function () { | |
340 | + $('[data-toggle="tooltip"]').tooltip(); | |
341 | + }); | |
342 | + </script> | |
343 | + <script src="js/jquery-ui-slider-pips.js"></script> | |
344 | + <script> | |
345 | + $(".slider") | |
346 | + | |
347 | + .slider({ | |
348 | + min: 25, | |
349 | + max: 100, | |
350 | + value: 100, | |
351 | + range: "min", | |
352 | + orientation: "vertical" | |
353 | + }) | |
354 | + | |
355 | + .slider("pips", { | |
356 | + rest: "label", | |
357 | + step: "15" | |
358 | + }); | |
359 | + </script> | |
360 | + | |
361 | + <script> | |
362 | + $(function () { | |
363 | + $("#draggable").draggable(); | |
364 | + }); | |
365 | + </script> | |
366 | + | |
367 | + | |
368 | +</body> | |
369 | +</html> | |
0 | 370 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/tile-view.html
0 → 100644
1 | +<div class="bodyWrap row no-scroll"> | |
2 | + <div ng-include=" 'app/widget/MainMenu.html' " /> | |
3 | + <div class="main"> | |
4 | + <div class="col-sm-12 stickey-area clsstickydiv"> | |
5 | + <div class="breadcrumb"> | |
6 | + <div class="row center-block"> | |
7 | + <h5 class="text-center text-primary txt-white f15">Display Image By</h5> | |
8 | + <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
9 | + <div class="form-group"> | |
10 | + <h6 class="text-center text-primary txt-white f11">Body Region</h6> | |
11 | + <select class="form-control input-sm" ng-model="query.selectedbodyregion" ng-options="item for item in AllBodyRegion track by item"> | |
12 | + <option value="">All</option> | |
13 | + </select> | |
14 | + </div> | |
15 | + </div> | |
16 | + <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
17 | + <div class="form-group"> | |
18 | + <h6 class="text-center text-primary txt-white f11">Body System</h6> | |
19 | + <select class="form-control input-sm" ng-model="query.selectedbodysystem" ng-options="item for item in AllBodySystem track by item"> | |
20 | + <option value="">All</option> | |
21 | + </select> | |
22 | + </div> | |
23 | + </div> | |
24 | + <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
25 | + <div class="form-group"> | |
26 | + <h6 class="text-center text-primary txt-white f11">View Orientation</h6> | |
27 | + <select class="form-control input-sm" ng-model="query.selectedorientation" ng-options="item for item in AllOrientation track by item"> | |
28 | + <option value="">All</option> | |
29 | + </select> | |
30 | + </div> | |
31 | + </div> | |
32 | + <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
33 | + <div class="form-group"> | |
34 | + <h6 class="text-center text-primary txt-white f11">Image Type</h6> | |
35 | + <select class="form-control input-sm" ng-model="query.selectedimagetype" ng-options="item for item in AllImageType track by item"> | |
36 | + <option value="">All</option> | |
37 | + </select> | |
38 | + </div> | |
39 | + </div> | |
40 | + <div class="col-md-2 col-sm-4 pad-lftrgt3" style="display:none"> | |
41 | + <div class="form-group"> | |
42 | + <h6 class="text-center text-primary txt-white f11">Medical Speciality</h6> | |
43 | + <select class="form-control input-sm" ng-model="query.selectedspecialty" ng-options="item for item in CIAllSpeciality track by item"> | |
44 | + <option value="">All</option> | |
45 | + </select> | |
46 | + </div> | |
47 | + </div> | |
48 | + <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
49 | + <div class="form-group"> | |
50 | + <h6 class="text-center text-primary txt-white f11">Search</h6> | |
51 | + <button class="btn btn-primary btn-sm" ng-click="ApplySearch(query)"><i class="fa fa-search"></i></button> <button class="btn btn-primary btn-sm col-md-9" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button> | |
52 | + </div> | |
53 | + </div> | |
54 | + </div> | |
55 | + </div> | |
56 | + </div> | |
57 | + | |
58 | + <div class="row tab-content" style="padding-left:25px; width:99%"> | |
59 | + <!--<div role="tabpanel" class="tab-pane active" id="grid-view">--> | |
60 | + <div role="tabpanel" id="grid-view"> | |
61 | + <div ng-repeat="(key,val) in moduleLandingData.data.root.Item"> | |
62 | + <div id="{{val._Id}}" class="col-sm-3 col-md-3" title="{{val._Title}}" ng-click="openModuleItem($event)"> | |
63 | + <div class="thumbnail"> | |
64 | + <img class="tinyImg" id="{{val._Title}}" ng-src="../content/images/aa/thumbnails/{{val._TileImageName}}" alt="" title=""> | |
65 | + <div class="caption"><p>{{val._Title}}</p></div> | |
66 | + </div> | |
67 | + </div> | |
68 | + | |
69 | + | |
70 | + <!--<div ng-if="!filterstring" ng-repeat="item in selectedCIListViewData"> | |
71 | + <div id="{{item._id}}" class="col-sm-3 col-lg-2" title="{{item._Title}}" data-ng-click="openView($event)"> | |
72 | + <div class="thumbnail"> | |
73 | + <img ng-src="~ /../content/images/ci/thumbnails/{{item._ThumbnailImage}}" alt="" title=""> | |
74 | + <div class="caption"> | |
75 | + <p>{{item._Title}}</p> | |
76 | + </div> | |
77 | + </div> | |
78 | + </div> | |
79 | + </div> | |
80 | + | |
81 | + <div ng-if="filterstring" ng-repeat="item in searchCIListViewData"> | |
82 | + <div id="{{item._id}}" class="col-sm-3 col-lg-2" title="{{item._Title}}" data-ng-click="openView($event)"> | |
83 | + <div class="thumbnail"> | |
84 | + <img ng-src="~ /../content/images/ci/thumbnails/{{item._ThumbnailImage}}" alt="" title=""> | |
85 | + <div class="caption"> | |
86 | + <p>{{item._Title}}</p> | |
87 | + </div> | |
88 | + </div> | |
89 | + </div> | |
90 | + </div>--> | |
91 | + </div> | |
92 | + </div> | |
93 | + <!--<div role="tabpanel" class="tab-pane" id="list-view">--> | |
94 | + <div role="tabpanel" ng-class="{'tab-pane active' : activeTab === 2,'tab-pane' : activeTab !==2 }" id="list-view"> | |
95 | + <!--<div class="col-sm-12 table-responsive">--> | |
96 | + <div class="panel col-sm-12 table-responsive" style="padding-left:0px; padding-right:0; margin-left:11px; margin-bottom:0; width:99%;"> | |
97 | + <!--<table class="table table-hover table-condensed bg-white" style="padding-left:25px; width:99%">--> | |
98 | + <table class="table table-hover table-fixed bg-white table-txt12" style="padding-left:25px; width:100%;"> | |
99 | + <thead class="clsthead"> | |
100 | + <tr class="active"> | |
101 | + <th width="15%">Title</th> | |
102 | + <th width="15%">Region</th> | |
103 | + <th width="15%">System</th> | |
104 | + <th width="15%">View</th> | |
105 | + <th width="15%">Type</th> | |
106 | + <th width="25%">Specialty</th> | |
107 | + </tr> | |
108 | + </thead> | |
109 | + <tbody ng-if="!filterstring" class="clstbody"> | |
110 | + <tr id="{{item._id}}" ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in selectedCIListViewData"> | |
111 | + <td width="15%"> | |
112 | + {{item._Title}} | |
113 | + </td> | |
114 | + <td width="15%"> | |
115 | + {{item._BodyRegion}} | |
116 | + </td> | |
117 | + <td width="15%"> | |
118 | + {{item._BodySystem}} | |
119 | + </td> | |
120 | + <td width="15%"> | |
121 | + {{item._ViewOrientation}} | |
122 | + </td> | |
123 | + <td width="15%"> | |
124 | + {{item._ImageType}} | |
125 | + </td> | |
126 | + <td width="25%" style="display:none"> | |
127 | + {{item._MedicalSpecialty}} | |
128 | + </td> | |
129 | + </tr> | |
130 | + </tbody> | |
131 | + <tbody ng-if="filterstring" class="clstbody"> | |
132 | + <tr ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in searchCIListViewData"> | |
133 | + <td width="15%"> | |
134 | + {{item._Title}} | |
135 | + </td> | |
136 | + <td width="15%"> | |
137 | + {{item._BodyRegion}} | |
138 | + </td> | |
139 | + <td width="15%"> | |
140 | + {{item._BodySystem}} | |
141 | + </td> | |
142 | + <td width="15%"> | |
143 | + {{item._ViewOrientation}} | |
144 | + </td> | |
145 | + <td width="15%"> | |
146 | + {{item._ImageType}} | |
147 | + </td> | |
148 | + <td width="25%" style="display:none"> | |
149 | + {{item._MedicalSpecialty}} | |
150 | + </td> | |
151 | + </tr> | |
152 | + <tr ng-if="typeof(searchCIListViewData) == 'undefined' || searchCIListViewData == null || searchCIListViewData == ''"> | |
153 | + <td colspan="6"><strong style="color:black;">No illustration found for the selected search criteria!</strong></td> | |
154 | + </tr> | |
155 | + </tbody> | |
156 | + </table> | |
157 | + </div> | |
158 | + <div class="col-sm-12" ng-show=" hiderow" style="padding-left:25px;padding-top:10px;"> | |
159 | + <div class="row well"> | |
160 | + <div title="{{SelectedCITitle}}" class="col-sm-3 col-lg-2 no-padding"> | |
161 | + <div class="thumbnail no-margin"> | |
162 | + <img id="{{SelectedCIId}}" src="{{SelectedCIthumbImage}}" alt="" title="{{SelectedCITitle}}" data-ng-click="openView($event)"> | |
163 | + </div> | |
164 | + </div> | |
165 | + <div class="col-sm-9 col-lg-9" style="padding-left:10px;"> | |
166 | + <p class="f11" ng-bind-html="SelectedCISummary"></p> | |
167 | + <button id="{{SelectedCIId}}" type="button" class="btn btn-primary btn-sm pull-right" data-ng-click="openView($event)">Open</button> | |
168 | + </div> | |
169 | + </div> | |
170 | + | |
171 | + </div> | |
172 | + </div> | |
173 | + </div> | |
174 | + </div> | |
175 | +</div> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | <div class="sidebar pull-left mCustomScrollbar _mCS_1 mCS-autoHide "> |
27 | 27 | <ul class="nav nav-sidebar" ng-init="hideScrollbar()"> |
28 | 28 | <li><a href="da-view-list" ng-click="IsVisible()">Dissectible Anatomy</a></li> |
29 | - <!--<li><a href="atlas-anatomy.html">Atlas Anatomy</a></li>--> | |
29 | + <li><a href="tile-view-list" ng-init="loadForModuleById(1)">Atlas Anatomy</a></li> | |
30 | 30 | <li><a href="3dAnatomy" ng-click="IsVisible()">3D Anatomy</a></li> |
31 | 31 | <li><a href="clinical-illustrations" ng-click="IsVisible()">Clinical Illustrations</a></li> |
32 | 32 | <li><a href="clinical-animations" ng-click="IsVisible()">Clinical Animations</a></li> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/css/main.css
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_dat_contentlist.json
0 → 100644
Changes suppressed. Click to show
1 | +{ | |
2 | + "root": { | |
3 | + "Item": [ | |
4 | + { | |
5 | + "_Id": "40", | |
6 | + "_ImageId": "2862", | |
7 | + "_Title": "Isolated Vertebrae (Post/Lat)", | |
8 | + "_ImageName": "aa_img_2862.jpg", | |
9 | + "_TileImageName": "aa_tni_2862.jpg", | |
10 | + "_BodySystem": "Skeletal", | |
11 | + "_BodyRegion": "Body Wall and Back", | |
12 | + "_ViewOrientation": "Non-standard", | |
13 | + "_ImageType": "Cadaver Photograph" | |
14 | + }, | |
15 | + { | |
16 | + "_Id": "41", | |
17 | + "_ImageId": "2863", | |
18 | + "_Title": "Isolated Vertebrae (Ant/Lat)", | |
19 | + "_ImageName": "aa_img_2863.jpg", | |
20 | + "_TileImageName": "aa_tni_2863.jpg", | |
21 | + "_BodySystem": "Skeletal", | |
22 | + "_BodyRegion": "Body Wall and Back", | |
23 | + "_ViewOrientation": "Non-standard", | |
24 | + "_ImageType": "Cadaver Photograph" | |
25 | + }, | |
26 | + { | |
27 | + "_Id": "42", | |
28 | + "_ImageId": "3244", | |
29 | + "_Title": "Lumbar Vertebrae (Ant/Lat)", | |
30 | + "_ImageName": "aa_img_3244.jpg", | |
31 | + "_TileImageName": "aa_tni_3244.jpg", | |
32 | + "_BodySystem": "Skeletal", | |
33 | + "_BodyRegion": "Body Wall and Back", | |
34 | + "_ViewOrientation": "Non-standard", | |
35 | + "_ImageType": "Cadaver Photograph" | |
36 | + }, | |
37 | + { | |
38 | + "_Id": "43", | |
39 | + "_ImageId": "3096", | |
40 | + "_Title": "Lumbar Vertebrae (Post/Lat)", | |
41 | + "_ImageName": "aa_img_3096.jpg", | |
42 | + "_TileImageName": "aa_tni_3096.jpg", | |
43 | + "_BodySystem": "Skeletal", | |
44 | + "_BodyRegion": "Body Wall and Back", | |
45 | + "_ViewOrientation": "Non-standard", | |
46 | + "_ImageType": "Cadaver Photograph" | |
47 | + }, | |
48 | + { | |
49 | + "_Id": "44", | |
50 | + "_ImageId": "3097", | |
51 | + "_Title": "Pelvic Surface of Sacrum", | |
52 | + "_ImageName": "aa_img_3097.jpg", | |
53 | + "_TileImageName": "aa_tni_3097.jpg", | |
54 | + "_BodySystem": "Skeletal", | |
55 | + "_BodyRegion": "Pelvis and Perineum", | |
56 | + "_ViewOrientation": "Anterior", | |
57 | + "_ImageType": "Cadaver Photograph" | |
58 | + }, | |
59 | + { | |
60 | + "_Id": "45", | |
61 | + "_ImageId": "3245", | |
62 | + "_Title": "Dorsal Surface of Sacrum", | |
63 | + "_ImageName": "aa_img_3245.jpg", | |
64 | + "_TileImageName": "aa_tni_3245.jpg", | |
65 | + "_BodySystem": "Skeletal", | |
66 | + "_BodyRegion": "Pelvis and Perineum", | |
67 | + "_ViewOrientation": "Posterior", | |
68 | + "_ImageType": "Cadaver Photograph" | |
69 | + }, | |
70 | + { | |
71 | + "_Id": "46", | |
72 | + "_ImageId": "2864", | |
73 | + "_Title": "1st, 3rd, & 8th Ribs", | |
74 | + "_ImageName": "aa_img_2864.jpg", | |
75 | + "_TileImageName": "aa_tni_2864.jpg", | |
76 | + "_BodySystem": "Skeletal", | |
77 | + "_BodyRegion": "Body Wall and Back", | |
78 | + "_ViewOrientation": "Inferior", | |
79 | + "_ImageType": "Cadaver Photograph" | |
80 | + }, | |
81 | + { | |
82 | + "_Id": "47", | |
83 | + "_ImageId": "2865", | |
84 | + "_Title": "T12 Vertebra (Sup)", | |
85 | + "_ImageName": "aa_img_2865.jpg", | |
86 | + "_TileImageName": "aa_tni_2865.jpg", | |
87 | + "_BodySystem": "Cardiovascular, Nervous, Skeletal", | |
88 | + "_BodyRegion": "Body Wall and Back", | |
89 | + "_ViewOrientation": "Superior", | |
90 | + "_ImageType": "Illustration" | |
91 | + }, | |
92 | + { | |
93 | + "_Id": "48", | |
94 | + "_ImageId": "2866", | |
95 | + "_Title": "Median Section of Lumbar Spine", | |
96 | + "_ImageName": "aa_img_2866.jpg", | |
97 | + "_TileImageName": "aa_tni_2866.jpg", | |
98 | + "_BodySystem": "Skeletal", | |
99 | + "_BodyRegion": "Body Wall and Back", | |
100 | + "_ViewOrientation": "Lateral", | |
101 | + "_ImageType": "Illustration" | |
102 | + }, | |
103 | + { | |
104 | + "_Id": "49", | |
105 | + "_ImageId": "3098", | |
106 | + "_Title": "Ligaments of Sternum (Ant)", | |
107 | + "_ImageName": "aa_img_3098.jpg", | |
108 | + "_TileImageName": "aa_tni_3098.jpg", | |
109 | + "_BodySystem": "Integumentary, Muscular, Skeletal", | |
110 | + "_BodyRegion": "Thorax", | |
111 | + "_ViewOrientation": "Anterior", | |
112 | + "_ImageType": "Illustration" | |
113 | + }, | |
114 | + { | |
115 | + "_Id": "50", | |
116 | + "_ImageId": "2867", | |
117 | + "_Title": "Ligaments of Thoracic Spine", | |
118 | + "_ImageName": "aa_img_2867.jpg", | |
119 | + "_TileImageName": "aa_tni_2867.jpg", | |
120 | + "_BodySystem": "Skeletal", | |
121 | + "_BodyRegion": "Body Wall and Back", | |
122 | + "_ViewOrientation": "Posterior", | |
123 | + "_ImageType": "Illustration" | |
124 | + }, | |
125 | + { | |
126 | + "_Id": "51", | |
127 | + "_ImageId": "3246", | |
128 | + "_Title": "Arteries of Trunk (Lat)", | |
129 | + "_ImageName": "aa_img_3246.jpg", | |
130 | + "_TileImageName": "aa_tni_3246.jpg", | |
131 | + "_BodySystem": "Cardiovascular, Muscular, Skeletal", | |
132 | + "_BodyRegion": "Body Wall and Back", | |
133 | + "_ViewOrientation": "Lateral", | |
134 | + "_ImageType": "Illustration" | |
135 | + }, | |
136 | + { | |
137 | + "_Id": "52", | |
138 | + "_ImageId": "3247", | |
139 | + "_Title": "Arteries of Trunk (Ant)", | |
140 | + "_ImageName": "aa_img_3247.jpg", | |
141 | + "_TileImageName": "aa_tni_3247.jpg", | |
142 | + "_BodySystem": "Cardiovascular, Skeletal", | |
143 | + "_BodyRegion": "Body Wall and Back", | |
144 | + "_ViewOrientation": "Anterior", | |
145 | + "_ImageType": "Illustration" | |
146 | + }, | |
147 | + { | |
148 | + "_Id": "53", | |
149 | + "_ImageId": "2868", | |
150 | + "_Title": "Parietal Veins of Trunk (Lat)", | |
151 | + "_ImageName": "aa_img_2868.jpg", | |
152 | + "_TileImageName": "aa_tni_2868.jpg", | |
153 | + "_BodySystem": "Cardiovascular, Skeletal", | |
154 | + "_BodyRegion": "Body Wall and Back", | |
155 | + "_ViewOrientation": "Lateral", | |
156 | + "_ImageType": "Illustration" | |
157 | + }, | |
158 | + { | |
159 | + "_Id": "54", | |
160 | + "_ImageId": "2869", | |
161 | + "_Title": "Parietal Veins of Trunk (Ant)", | |
162 | + "_ImageName": "aa_img_2869.jpg", | |
163 | + "_TileImageName": "aa_tni_2869.jpg", | |
164 | + "_BodySystem": "Cardiovascular", | |
165 | + "_BodyRegion": "Body Wall and Back", | |
166 | + "_ViewOrientation": "Anterior", | |
167 | + "_ImageType": "Illustration" | |
168 | + }, | |
169 | + { | |
170 | + "_Id": "55", | |
171 | + "_ImageId": "3248", | |
172 | + "_Title": "Posterior Thoracic Veins (Ant)", | |
173 | + "_ImageName": "aa_img_3248.jpg", | |
174 | + "_TileImageName": "aa_tni_3248.jpg", | |
175 | + "_BodySystem": "Cardiovascular, Skeletal", | |
176 | + "_BodyRegion": "Thorax", | |
177 | + "_ViewOrientation": "Anterior", | |
178 | + "_ImageType": "Illustration" | |
179 | + }, | |
180 | + { | |
181 | + "_Id": "56", | |
182 | + "_ImageId": "2870", | |
183 | + "_Title": "Vasculature of Thoracic Wall", | |
184 | + "_ImageName": "aa_img_2870.jpg", | |
185 | + "_TileImageName": "aa_tni_2870.jpg", | |
186 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
187 | + "_BodyRegion": "Thorax", | |
188 | + "_ViewOrientation": "Non-standard", | |
189 | + "_ImageType": "Illustration" | |
190 | + }, | |
191 | + { | |
192 | + "_Id": "57", | |
193 | + "_ImageId": "2871", | |
194 | + "_Title": "Arteries of Spinal Cord (Ant)", | |
195 | + "_ImageName": "aa_img_2871.jpg", | |
196 | + "_TileImageName": "aa_tni_2871.jpg", | |
197 | + "_BodySystem": "Cardiovascular, Nervous, Skeletal", | |
198 | + "_BodyRegion": "Body Wall and Back", | |
199 | + "_ViewOrientation": "Anterior", | |
200 | + "_ImageType": "Illustration" | |
201 | + }, | |
202 | + { | |
203 | + "_Id": "58", | |
204 | + "_ImageId": "2872", | |
205 | + "_Title": "Arteries of Spinal Cord (Post)", | |
206 | + "_ImageName": "aa_img_2872.jpg", | |
207 | + "_TileImageName": "aa_tni_2872.jpg", | |
208 | + "_BodySystem": "Cardiovascular, Nervous, Skeletal", | |
209 | + "_BodyRegion": "Body Wall and Back", | |
210 | + "_ViewOrientation": "Posterior", | |
211 | + "_ImageType": "Illustration" | |
212 | + }, | |
213 | + { | |
214 | + "_Id": "59", | |
215 | + "_ImageId": "3099", | |
216 | + "_Title": "Spinal Cord Vessels & Meninges", | |
217 | + "_ImageName": "aa_img_3099.jpg", | |
218 | + "_TileImageName": "aa_tni_3099.jpg", | |
219 | + "_BodySystem": "Cardiovascular, Nervous, Skeletal", | |
220 | + "_BodyRegion": "Body Wall and Back", | |
221 | + "_ViewOrientation": "Non-standard", | |
222 | + "_ImageType": "Illustration" | |
223 | + }, | |
224 | + { | |
225 | + "_Id": "60", | |
226 | + "_ImageId": "3100", | |
227 | + "_Title": "Dermatomes of Trunk (Ant)", | |
228 | + "_ImageName": "aa_img_3100.jpg", | |
229 | + "_TileImageName": "aa_tni_3100.jpg", | |
230 | + "_BodySystem": "Cardiovascular, Integumentary, Muscular, Nervous", | |
231 | + "_BodyRegion": "Body Wall and Back", | |
232 | + "_ViewOrientation": "Anterior", | |
233 | + "_ImageType": "Illustration" | |
234 | + }, | |
235 | + { | |
236 | + "_Id": "61", | |
237 | + "_ImageId": "3249", | |
238 | + "_Title": "Muscle Atts-Trunk (Ant)", | |
239 | + "_ImageName": "aa_img_3249.jpg", | |
240 | + "_TileImageName": "aa_tni_3249.jpg", | |
241 | + "_BodySystem": "Muscular, Skeletal", | |
242 | + "_BodyRegion": "Body Wall and Back", | |
243 | + "_ViewOrientation": "Anterior", | |
244 | + "_ImageType": "Illustration" | |
245 | + }, | |
246 | + { | |
247 | + "_Id": "62", | |
248 | + "_ImageId": "3101", | |
249 | + "_Title": "Dermatomes of Trunk (Post)", | |
250 | + "_ImageName": "aa_img_3101.jpg", | |
251 | + "_TileImageName": "aa_tni_3101.jpg", | |
252 | + "_BodySystem": "Integumentary, Nervous", | |
253 | + "_BodyRegion": "Body Wall and Back", | |
254 | + "_ViewOrientation": "Posterior", | |
255 | + "_ImageType": "Illustration" | |
256 | + }, | |
257 | + { | |
258 | + "_Id": "63", | |
259 | + "_ImageId": "3250", | |
260 | + "_Title": "Spinal Nerves of Trunk (Ant)", | |
261 | + "_ImageName": "aa_img_3250.jpg", | |
262 | + "_TileImageName": "aa_tni_3250.jpg", | |
263 | + "_BodySystem": "Integumentary, Nervous, Skeletal", | |
264 | + "_BodyRegion": "Body Wall and Back", | |
265 | + "_ViewOrientation": "Anterior", | |
266 | + "_ImageType": "Illustration" | |
267 | + }, | |
268 | + { | |
269 | + "_Id": "64", | |
270 | + "_ImageId": "2873", | |
271 | + "_Title": "Nerves of Thoracic Wall", | |
272 | + "_ImageName": "aa_img_2873.jpg", | |
273 | + "_TileImageName": "aa_tni_2873.jpg", | |
274 | + "_BodySystem": "Muscular, Nervous, Skeletal", | |
275 | + "_BodyRegion": "Thorax", | |
276 | + "_ViewOrientation": "Non-standard", | |
277 | + "_ImageType": "Illustration" | |
278 | + }, | |
279 | + { | |
280 | + "_Id": "65", | |
281 | + "_ImageId": "3251", | |
282 | + "_Title": "Lumbosacral Spinal Cord (Post)", | |
283 | + "_ImageName": "aa_img_3251.jpg", | |
284 | + "_TileImageName": "aa_tni_3251.jpg", | |
285 | + "_BodySystem": "Nervous, Skeletal", | |
286 | + "_BodyRegion": "Body Wall and Back", | |
287 | + "_ViewOrientation": "Posterior", | |
288 | + "_ImageType": "Illustration" | |
289 | + }, | |
290 | + { | |
291 | + "_Id": "66", | |
292 | + "_ImageId": "2874", | |
293 | + "_Title": "Sagittal Section of Lower Spine", | |
294 | + "_ImageName": "aa_img_2874.jpg", | |
295 | + "_TileImageName": "aa_tni_2874.jpg", | |
296 | + "_BodySystem": "Cardiovascular, Nervous, Skeletal", | |
297 | + "_BodyRegion": "Body Wall and Back", | |
298 | + "_ViewOrientation": "Medial", | |
299 | + "_ImageType": "Illustration" | |
300 | + }, | |
301 | + { | |
302 | + "_Id": "67", | |
303 | + "_ImageId": "3252", | |
304 | + "_Title": "Body Wall of Trunk (Ant)", | |
305 | + "_ImageName": "aa_img_3252.jpg", | |
306 | + "_TileImageName": "aa_tni_3252.jpg", | |
307 | + "_BodySystem": "Cardiovascular, Integumentary, Lymphatic, Muscular, Nervous, Reproductive, Skeletal", | |
308 | + "_BodyRegion": "Body Wall and Back", | |
309 | + "_ViewOrientation": "Anterior", | |
310 | + "_ImageType": "Illustration" | |
311 | + }, | |
312 | + { | |
313 | + "_Id": "68", | |
314 | + "_ImageId": "3102", | |
315 | + "_Title": "Deep Muscles of Trunk (Ant)", | |
316 | + "_ImageName": "aa_img_3102.jpg", | |
317 | + "_TileImageName": "aa_tni_3102.jpg", | |
318 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Reproductive, Respiratory, Skeletal", | |
319 | + "_BodyRegion": "Body Wall and Back", | |
320 | + "_ViewOrientation": "Anterior", | |
321 | + "_ImageType": "Illustration" | |
322 | + }, | |
323 | + { | |
324 | + "_Id": "69", | |
325 | + "_ImageId": "2875", | |
326 | + "_Title": "1st & 2nd Intercostal Spaces", | |
327 | + "_ImageName": "aa_img_2875.jpg", | |
328 | + "_TileImageName": "aa_tni_2875.jpg", | |
329 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Respiratory, Skeletal", | |
330 | + "_BodyRegion": "Thorax", | |
331 | + "_ViewOrientation": "Anterior", | |
332 | + "_ImageType": "Cadaver Photograph" | |
333 | + }, | |
334 | + { | |
335 | + "_Id": "70", | |
336 | + "_ImageId": "3253", | |
337 | + "_Title": "Anterior Trunk Wall (Post)", | |
338 | + "_ImageName": "aa_img_3253.jpg", | |
339 | + "_TileImageName": "aa_tni_3253.jpg", | |
340 | + "_BodySystem": "Cardiovascular, Integumentary, Muscular, Nervous, Reproductive, Respiratory, Skeletal, Urinary", | |
341 | + "_BodyRegion": "Body Wall and Back", | |
342 | + "_ViewOrientation": "Posterior", | |
343 | + "_ImageType": "Illustration" | |
344 | + }, | |
345 | + { | |
346 | + "_Id": "71", | |
347 | + "_ImageId": "3103", | |
348 | + "_Title": "Anterior Thoracic Wall (Post)", | |
349 | + "_ImageName": "aa_img_3103.jpg", | |
350 | + "_TileImageName": "aa_tni_3103.jpg", | |
351 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Respiratory, Skeletal", | |
352 | + "_BodyRegion": "Thorax", | |
353 | + "_ViewOrientation": "Posterior", | |
354 | + "_ImageType": "Cadaver Photograph" | |
355 | + }, | |
356 | + { | |
357 | + "_Id": "72", | |
358 | + "_ImageId": "3254", | |
359 | + "_Title": "Contents of Male Pelvis (Sup)", | |
360 | + "_ImageName": "aa_img_3254.jpg", | |
361 | + "_TileImageName": "aa_tni_3254.jpg", | |
362 | + "_BodySystem": "Digestive, Integumentary, Muscular, Skeletal", | |
363 | + "_BodyRegion": "Pelvis and Perineum", | |
364 | + "_ViewOrientation": "Superior", | |
365 | + "_ImageType": "Cadaver Photograph" | |
366 | + }, | |
367 | + { | |
368 | + "_Id": "73", | |
369 | + "_ImageId": "3104", | |
370 | + "_Title": "Superficial Femoral Triangle", | |
371 | + "_ImageName": "aa_img_3104.jpg", | |
372 | + "_TileImageName": "aa_tni_3104.jpg", | |
373 | + "_BodySystem": "Cardiovascular, Lymphatic, Muscular, Nervous", | |
374 | + "_BodyRegion": "Lower Limb", | |
375 | + "_ViewOrientation": "Anterior", | |
376 | + "_ImageType": "Cadaver Photograph" | |
377 | + }, | |
378 | + { | |
379 | + "_Id": "74", | |
380 | + "_ImageId": "2876", | |
381 | + "_Title": "Male Inguinal Canal-Superficial", | |
382 | + "_ImageName": "aa_img_2876.jpg", | |
383 | + "_TileImageName": "aa_tni_2876.jpg", | |
384 | + "_BodySystem": "Cardiovascular, Lymphatic, Muscular, Nervous, Reproductive", | |
385 | + "_BodyRegion": "Abdomen", | |
386 | + "_ViewOrientation": "Anterior", | |
387 | + "_ImageType": "Cadaver Photograph" | |
388 | + }, | |
389 | + { | |
390 | + "_Id": "75", | |
391 | + "_ImageId": "2877", | |
392 | + "_Title": "Male Inguinal Canal-Deep", | |
393 | + "_ImageName": "aa_img_2877.jpg", | |
394 | + "_TileImageName": "aa_tni_2877.jpg", | |
395 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Reproductive", | |
396 | + "_BodyRegion": "Abdomen", | |
397 | + "_ViewOrientation": "Anterior", | |
398 | + "_ImageType": "Cadaver Photograph" | |
399 | + }, | |
400 | + { | |
401 | + "_Id": "76", | |
402 | + "_ImageId": "3255", | |
403 | + "_Title": "Fascial Layer of Spermatic Cord", | |
404 | + "_ImageName": "aa_img_3255.jpg", | |
405 | + "_TileImageName": "aa_tni_3255.jpg", | |
406 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Reproductive, Skeletal", | |
407 | + "_BodyRegion": "Abdomen", | |
408 | + "_ViewOrientation": "Anterior", | |
409 | + "_ImageType": "Cadaver Photograph" | |
410 | + }, | |
411 | + { | |
412 | + "_Id": "77", | |
413 | + "_ImageId": "3105", | |
414 | + "_Title": "Bones of Trunk (Lat)", | |
415 | + "_ImageName": "aa_img_3105.jpg", | |
416 | + "_TileImageName": "aa_tni_3105.jpg", | |
417 | + "_BodySystem": "Skeletal", | |
418 | + "_BodyRegion": "Body Wall and Back", | |
419 | + "_ViewOrientation": "Lateral", | |
420 | + "_ImageType": "Illustration" | |
421 | + }, | |
422 | + { | |
423 | + "_Id": "78", | |
424 | + "_ImageId": "2878", | |
425 | + "_Title": "Dissection of Spermatic Cord", | |
426 | + "_ImageName": "aa_img_2878.jpg", | |
427 | + "_TileImageName": "aa_tni_2878.jpg", | |
428 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Reproductive, Skeletal", | |
429 | + "_BodyRegion": "Abdomen", | |
430 | + "_ViewOrientation": "Anterior", | |
431 | + "_ImageType": "Cadaver Photograph" | |
432 | + }, | |
433 | + { | |
434 | + "_Id": "79", | |
435 | + "_ImageId": "3256", | |
436 | + "_Title": "Intermediate Muscles of Back", | |
437 | + "_ImageName": "aa_img_3256.jpg", | |
438 | + "_TileImageName": "aa_tni_3256.jpg", | |
439 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
440 | + "_BodyRegion": "Body Wall and Back", | |
441 | + "_ViewOrientation": "Posterior", | |
442 | + "_ImageType": "Illustration" | |
443 | + }, | |
444 | + { | |
445 | + "_Id": "80", | |
446 | + "_ImageId": "3106", | |
447 | + "_Title": "Deep Muscles of Back", | |
448 | + "_ImageName": "aa_img_3106.jpg", | |
449 | + "_TileImageName": "aa_tni_3106.jpg", | |
450 | + "_BodySystem": "Integumentary, Muscular, Nervous, Skeletal", | |
451 | + "_BodyRegion": "Body Wall and Back", | |
452 | + "_ViewOrientation": "Posterior", | |
453 | + "_ImageType": "Illustration" | |
454 | + }, | |
455 | + { | |
456 | + "_Id": "81", | |
457 | + "_ImageId": "2879", | |
458 | + "_Title": "Suboccipital Triangle", | |
459 | + "_ImageName": "aa_img_2879.jpg", | |
460 | + "_TileImageName": "aa_tni_2879.jpg", | |
461 | + "_BodySystem": "Cardiovascular, Integumentary, Muscular, Nervous, Skeletal", | |
462 | + "_BodyRegion": "Body Wall and Back", | |
463 | + "_ViewOrientation": "Non-standard", | |
464 | + "_ImageType": "Cadaver Photograph" | |
465 | + }, | |
466 | + { | |
467 | + "_Id": "82", | |
468 | + "_ImageId": "3107", | |
469 | + "_Title": "Bones of Trunk (Med)", | |
470 | + "_ImageName": "aa_img_3107.jpg", | |
471 | + "_TileImageName": "aa_tni_3107.jpg", | |
472 | + "_BodySystem": "Skeletal", | |
473 | + "_BodyRegion": "Body Wall and Back", | |
474 | + "_ViewOrientation": "Medial", | |
475 | + "_ImageType": "Illustration" | |
476 | + }, | |
477 | + { | |
478 | + "_Id": "83", | |
479 | + "_ImageId": "3257", | |
480 | + "_Title": "Vertebral Column (Post)", | |
481 | + "_ImageName": "aa_img_3257.jpg", | |
482 | + "_TileImageName": "aa_tni_3257.jpg", | |
483 | + "_BodySystem": "Skeletal", | |
484 | + "_BodyRegion": "Body Wall and Back", | |
485 | + "_ViewOrientation": "Posterior", | |
486 | + "_ImageType": "Illustration" | |
487 | + }, | |
488 | + { | |
489 | + "_Id": "84", | |
490 | + "_ImageId": "3258", | |
491 | + "_Title": "Cervical Vertebrae (Ant/Lat)", | |
492 | + "_ImageName": "aa_img_3258.jpg", | |
493 | + "_TileImageName": "aa_tni_3258.jpg", | |
494 | + "_BodySystem": "Skeletal", | |
495 | + "_BodyRegion": "Head and Neck", | |
496 | + "_ViewOrientation": "Non-standard", | |
497 | + "_ImageType": "Cadaver Photograph" | |
498 | + }, | |
499 | + { | |
500 | + "_Id": "85", | |
501 | + "_ImageId": "3108", | |
502 | + "_Title": "Cervical Vertebrae (Post/Lat)", | |
503 | + "_ImageName": "aa_img_3108.jpg", | |
504 | + "_TileImageName": "aa_tni_3108.jpg", | |
505 | + "_BodySystem": "Skeletal", | |
506 | + "_BodyRegion": "Head and Neck", | |
507 | + "_ViewOrientation": "Non-standard", | |
508 | + "_ImageType": "Cadaver Photograph" | |
509 | + }, | |
510 | + { | |
511 | + "_Id": "86", | |
512 | + "_ImageId": "3109", | |
513 | + "_Title": "Planes of Thorax (Ant)", | |
514 | + "_ImageName": "aa_img_3109.jpg", | |
515 | + "_TileImageName": "aa_tni_3109.jpg", | |
516 | + "_BodySystem": "Integumentary, Muscular, Skeletal", | |
517 | + "_BodyRegion": "Thorax", | |
518 | + "_ViewOrientation": "Anterior", | |
519 | + "_ImageType": "Illustration" | |
520 | + }, | |
521 | + { | |
522 | + "_Id": "87", | |
523 | + "_ImageId": "3259", | |
524 | + "_Title": "Bronchial Tree (Post)", | |
525 | + "_ImageName": "aa_img_3259.jpg", | |
526 | + "_TileImageName": "aa_tni_3259.jpg", | |
527 | + "_BodySystem": "Muscular, Respiratory", | |
528 | + "_BodyRegion": "Thorax", | |
529 | + "_ViewOrientation": "Posterior", | |
530 | + "_ImageType": "Illustration" | |
531 | + }, | |
532 | + { | |
533 | + "_Id": "88", | |
534 | + "_ImageId": "2880", | |
535 | + "_Title": "Right Lung (Med)", | |
536 | + "_ImageName": "aa_img_2880.jpg", | |
537 | + "_TileImageName": "aa_tni_2880.jpg", | |
538 | + "_BodySystem": "Cardiovascular, Lymphatic, Muscular, Respiratory", | |
539 | + "_BodyRegion": "Thorax", | |
540 | + "_ViewOrientation": "Medial", | |
541 | + "_ImageType": "Illustration" | |
542 | + }, | |
543 | + { | |
544 | + "_Id": "89", | |
545 | + "_ImageId": "3110", | |
546 | + "_Title": "Left Lung (Med)", | |
547 | + "_ImageName": "aa_img_3110.jpg", | |
548 | + "_TileImageName": "aa_tni_3110.jpg", | |
549 | + "_BodySystem": "Cardiovascular, Lymphatic, Muscular, Respiratory", | |
550 | + "_BodyRegion": "Thorax", | |
551 | + "_ViewOrientation": "Medial", | |
552 | + "_ImageType": "Illustration" | |
553 | + }, | |
554 | + { | |
555 | + "_Id": "90", | |
556 | + "_ImageId": "2881", | |
557 | + "_Title": "T8 Vertebra (Inf)", | |
558 | + "_ImageName": "aa_img_2881.jpg", | |
559 | + "_TileImageName": "aa_tni_2881.jpg", | |
560 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Respiratory, Skeletal", | |
561 | + "_BodyRegion": "Thorax", | |
562 | + "_ViewOrientation": "Inferior", | |
563 | + "_ImageType": "Illustration" | |
564 | + }, | |
565 | + { | |
566 | + "_Id": "91", | |
567 | + "_ImageId": "3260", | |
568 | + "_Title": "Thoracic Viscera (Ant)", | |
569 | + "_ImageName": "aa_img_3260.jpg", | |
570 | + "_TileImageName": "aa_tni_3260.jpg", | |
571 | + "_BodySystem": "Cardiovascular, Endocrine, Nervous, Respiratory, Skeletal", | |
572 | + "_BodyRegion": "Thorax", | |
573 | + "_ViewOrientation": "Anterior", | |
574 | + "_ImageType": "Cadaver Photograph" | |
575 | + }, | |
576 | + { | |
577 | + "_Id": "92", | |
578 | + "_ImageId": "2882", | |
579 | + "_Title": "Heart & Great Vessels (Ant)", | |
580 | + "_ImageName": "aa_img_2882.jpg", | |
581 | + "_TileImageName": "aa_tni_2882.jpg", | |
582 | + "_BodySystem": "Cardiovascular", | |
583 | + "_BodyRegion": "Thorax", | |
584 | + "_ViewOrientation": "Anterior", | |
585 | + "_ImageType": "Illustration" | |
586 | + }, | |
587 | + { | |
588 | + "_Id": "93", | |
589 | + "_ImageId": "2883", | |
590 | + "_Title": "Heart & Great Vessels (Post)", | |
591 | + "_ImageName": "aa_img_2883.jpg", | |
592 | + "_TileImageName": "aa_tni_2883.jpg", | |
593 | + "_BodySystem": "Cardiovascular", | |
594 | + "_BodyRegion": "Thorax", | |
595 | + "_ViewOrientation": "Posterior", | |
596 | + "_ImageType": "Illustration" | |
597 | + }, | |
598 | + { | |
599 | + "_Id": "94", | |
600 | + "_ImageId": "2884", | |
601 | + "_Title": "Coronary Arteries (Sup)", | |
602 | + "_ImageName": "aa_img_2884.jpg", | |
603 | + "_TileImageName": "aa_tni_2884.jpg", | |
604 | + "_BodySystem": "Cardiovascular", | |
605 | + "_BodyRegion": "Thorax", | |
606 | + "_ViewOrientation": "Superior", | |
607 | + "_ImageType": "Illustration" | |
608 | + }, | |
609 | + { | |
610 | + "_Id": "95", | |
611 | + "_ImageId": "2885", | |
612 | + "_Title": "Cardiac Veins (Sup)", | |
613 | + "_ImageName": "aa_img_2885.jpg", | |
614 | + "_TileImageName": "aa_tni_2885.jpg", | |
615 | + "_BodySystem": "Cardiovascular", | |
616 | + "_BodyRegion": "Thorax", | |
617 | + "_ViewOrientation": "Superior", | |
618 | + "_ImageType": "Illustration" | |
619 | + }, | |
620 | + { | |
621 | + "_Id": "96", | |
622 | + "_ImageId": "2886", | |
623 | + "_Title": "Dissection of Pericardial Sac", | |
624 | + "_ImageName": "aa_img_2886.jpg", | |
625 | + "_TileImageName": "aa_tni_2886.jpg", | |
626 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Respiratory", | |
627 | + "_BodyRegion": "Thorax", | |
628 | + "_ViewOrientation": "Anterior", | |
629 | + "_ImageType": "Cadaver Photograph" | |
630 | + }, | |
631 | + { | |
632 | + "_Id": "97", | |
633 | + "_ImageId": "2887", | |
634 | + "_Title": "Coronary Arteries (Ant)", | |
635 | + "_ImageName": "aa_img_2887.jpg", | |
636 | + "_TileImageName": "aa_tni_2887.jpg", | |
637 | + "_BodySystem": "Cardiovascular", | |
638 | + "_BodyRegion": "Thorax", | |
639 | + "_ViewOrientation": "Anterior", | |
640 | + "_ImageType": "Illustration" | |
641 | + }, | |
642 | + { | |
643 | + "_Id": "98", | |
644 | + "_ImageId": "2888", | |
645 | + "_Title": "Coronary Arteries (Post)", | |
646 | + "_ImageName": "aa_img_2888.jpg", | |
647 | + "_TileImageName": "aa_tni_2888.jpg", | |
648 | + "_BodySystem": "Cardiovascular", | |
649 | + "_BodyRegion": "Thorax", | |
650 | + "_ViewOrientation": "Posterior", | |
651 | + "_ImageType": "Illustration" | |
652 | + }, | |
653 | + { | |
654 | + "_Id": "99", | |
655 | + "_ImageId": "2889", | |
656 | + "_Title": "Cardiac Veins (Ant)", | |
657 | + "_ImageName": "aa_img_2889.jpg", | |
658 | + "_TileImageName": "aa_tni_2889.jpg", | |
659 | + "_BodySystem": "Cardiovascular", | |
660 | + "_BodyRegion": "Thorax", | |
661 | + "_ViewOrientation": "Anterior", | |
662 | + "_ImageType": "Illustration" | |
663 | + }, | |
664 | + { | |
665 | + "_Id": "100", | |
666 | + "_ImageId": "3111", | |
667 | + "_Title": "Cardiac Veins (Post)", | |
668 | + "_ImageName": "aa_img_3111.jpg", | |
669 | + "_TileImageName": "aa_tni_3111.jpg", | |
670 | + "_BodySystem": "Cardiovascular", | |
671 | + "_BodyRegion": "Thorax", | |
672 | + "_ViewOrientation": "Posterior", | |
673 | + "_ImageType": "Illustration" | |
674 | + }, | |
675 | + { | |
676 | + "_Id": "101", | |
677 | + "_ImageId": "2890", | |
678 | + "_Title": "Axillary Planes", | |
679 | + "_ImageName": "aa_img_2890.jpg", | |
680 | + "_TileImageName": "aa_tni_2890.jpg", | |
681 | + "_BodySystem": "Cardiovascular, Integumentary, Muscular, Skeletal", | |
682 | + "_BodyRegion": "Thorax", | |
683 | + "_ViewOrientation": "Lateral", | |
684 | + "_ImageType": "Illustration" | |
685 | + }, | |
686 | + { | |
687 | + "_Id": "102", | |
688 | + "_ImageId": "2891", | |
689 | + "_Title": "Planes of Back (Post)", | |
690 | + "_ImageName": "aa_img_2891.jpg", | |
691 | + "_TileImageName": "aa_tni_2891.jpg", | |
692 | + "_BodySystem": "Integumentary, Skeletal", | |
693 | + "_BodyRegion": "Body Wall and Back", | |
694 | + "_ViewOrientation": "Posterior", | |
695 | + "_ImageType": "Illustration" | |
696 | + }, | |
697 | + { | |
698 | + "_Id": "103", | |
699 | + "_ImageId": "3112", | |
700 | + "_Title": "Right Atrium (Lat)", | |
701 | + "_ImageName": "aa_img_3112.jpg", | |
702 | + "_TileImageName": "aa_tni_3112.jpg", | |
703 | + "_BodySystem": "Cardiovascular", | |
704 | + "_BodyRegion": "Thorax", | |
705 | + "_ViewOrientation": "Lateral", | |
706 | + "_ImageType": "Illustration" | |
707 | + }, | |
708 | + { | |
709 | + "_Id": "104", | |
710 | + "_ImageId": "3261", | |
711 | + "_Title": "Right Ventricle (Ant)", | |
712 | + "_ImageName": "aa_img_3261.jpg", | |
713 | + "_TileImageName": "aa_tni_3261.jpg", | |
714 | + "_BodySystem": "Cardiovascular", | |
715 | + "_BodyRegion": "Thorax", | |
716 | + "_ViewOrientation": "Anterior", | |
717 | + "_ImageType": "Illustration" | |
718 | + }, | |
719 | + { | |
720 | + "_Id": "105", | |
721 | + "_ImageId": "2892", | |
722 | + "_Title": "Right Atrium & Ventricle (Ant)", | |
723 | + "_ImageName": "aa_img_2892.jpg", | |
724 | + "_TileImageName": "aa_tni_2892.jpg", | |
725 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Respiratory, Skeletal", | |
726 | + "_BodyRegion": "Thorax", | |
727 | + "_ViewOrientation": "Anterior", | |
728 | + "_ImageType": "Cadaver Photograph" | |
729 | + }, | |
730 | + { | |
731 | + "_Id": "106", | |
732 | + "_ImageId": "2893", | |
733 | + "_Title": "Left Ventricle (Lat)", | |
734 | + "_ImageName": "aa_img_2893.jpg", | |
735 | + "_TileImageName": "aa_tni_2893.jpg", | |
736 | + "_BodySystem": "Cardiovascular", | |
737 | + "_BodyRegion": "Thorax", | |
738 | + "_ViewOrientation": "Lateral", | |
739 | + "_ImageType": "Illustration" | |
740 | + }, | |
741 | + { | |
742 | + "_Id": "107", | |
743 | + "_ImageId": "2894", | |
744 | + "_Title": "Left Atrium & Ventricle (Lat)", | |
745 | + "_ImageName": "aa_img_2894.jpg", | |
746 | + "_TileImageName": "aa_tni_2894.jpg", | |
747 | + "_BodySystem": "Cardiovascular", | |
748 | + "_BodyRegion": "Thorax", | |
749 | + "_ViewOrientation": "Lateral", | |
750 | + "_ImageType": "Illustration" | |
751 | + }, | |
752 | + { | |
753 | + "_Id": "108", | |
754 | + "_ImageId": "3262", | |
755 | + "_Title": "Sagittal Section of Mediastinum", | |
756 | + "_ImageName": "aa_img_3262.jpg", | |
757 | + "_TileImageName": "aa_tni_3262.jpg", | |
758 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Respiratory, Skeletal", | |
759 | + "_BodyRegion": "Thorax", | |
760 | + "_ViewOrientation": "Medial", | |
761 | + "_ImageType": "Illustration" | |
762 | + }, | |
763 | + { | |
764 | + "_Id": "109", | |
765 | + "_ImageId": "2895", | |
766 | + "_Title": "Left Mediastinum", | |
767 | + "_ImageName": "aa_img_2895.jpg", | |
768 | + "_TileImageName": "aa_tni_2895.jpg", | |
769 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Respiratory, Skeletal", | |
770 | + "_BodyRegion": "Thorax", | |
771 | + "_ViewOrientation": "Lateral", | |
772 | + "_ImageType": "Illustration" | |
773 | + }, | |
774 | + { | |
775 | + "_Id": "110", | |
776 | + "_ImageId": "3113", | |
777 | + "_Title": "Dissection of Left Mediastinum", | |
778 | + "_ImageName": "aa_img_3113.jpg", | |
779 | + "_TileImageName": "aa_tni_3113.jpg", | |
780 | + "_BodySystem": "Cardiovascular, Immune, Lymphatic, Muscular, Nervous, Respiratory, Skeletal", | |
781 | + "_BodyRegion": "Thorax", | |
782 | + "_ViewOrientation": "Lateral", | |
783 | + "_ImageType": "Cadaver Photograph" | |
784 | + }, | |
785 | + { | |
786 | + "_Id": "111", | |
787 | + "_ImageId": "2896", | |
788 | + "_Title": "Right Mediastinum (Lat)", | |
789 | + "_ImageName": "aa_img_2896.jpg", | |
790 | + "_TileImageName": "aa_tni_2896.jpg", | |
791 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Respiratory, Skeletal", | |
792 | + "_BodyRegion": "Thorax", | |
793 | + "_ViewOrientation": "Lateral", | |
794 | + "_ImageType": "Illustration" | |
795 | + }, | |
796 | + { | |
797 | + "_Id": "112", | |
798 | + "_ImageId": "2897", | |
799 | + "_Title": "Landmarks of Thorax (Ant)", | |
800 | + "_ImageName": "aa_img_2897.jpg", | |
801 | + "_TileImageName": "aa_tni_2897.jpg", | |
802 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Muscular, Respiratory, Skeletal", | |
803 | + "_BodyRegion": "Thorax", | |
804 | + "_ViewOrientation": "Anterior", | |
805 | + "_ImageType": "Illustration" | |
806 | + }, | |
807 | + { | |
808 | + "_Id": "113", | |
809 | + "_ImageId": "3114", | |
810 | + "_Title": "Dissection of Right Mediastinum", | |
811 | + "_ImageName": "aa_img_3114.jpg", | |
812 | + "_TileImageName": "aa_tni_3114.jpg", | |
813 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Respiratory, Skeletal", | |
814 | + "_BodyRegion": "Thorax", | |
815 | + "_ViewOrientation": "Lateral", | |
816 | + "_ImageType": "Cadaver Photograph" | |
817 | + }, | |
818 | + { | |
819 | + "_Id": "114", | |
820 | + "_ImageId": "2898", | |
821 | + "_Title": "Vessels in Right Mediastinum", | |
822 | + "_ImageName": "aa_img_2898.jpg", | |
823 | + "_TileImageName": "aa_tni_2898.jpg", | |
824 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Respiratory, Skeletal", | |
825 | + "_BodyRegion": "Thorax", | |
826 | + "_ViewOrientation": "Non-standard", | |
827 | + "_ImageType": "Cadaver Photograph" | |
828 | + }, | |
829 | + { | |
830 | + "_Id": "115", | |
831 | + "_ImageId": "3115", | |
832 | + "_Title": "Vessels in Left Mediastinum", | |
833 | + "_ImageName": "aa_img_3115.jpg", | |
834 | + "_TileImageName": "aa_tni_3115.jpg", | |
835 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Respiratory, Skeletal", | |
836 | + "_BodyRegion": "Thorax", | |
837 | + "_ViewOrientation": "Non-standard", | |
838 | + "_ImageType": "Cadaver Photograph" | |
839 | + }, | |
840 | + { | |
841 | + "_Id": "116", | |
842 | + "_ImageId": "2899", | |
843 | + "_Title": "Posterior Mediastinum (Ant)", | |
844 | + "_ImageName": "aa_img_2899.jpg", | |
845 | + "_TileImageName": "aa_tni_2899.jpg", | |
846 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Respiratory, Skeletal", | |
847 | + "_BodyRegion": "Thorax", | |
848 | + "_ViewOrientation": "Anterior", | |
849 | + "_ImageType": "Cadaver Photograph" | |
850 | + }, | |
851 | + { | |
852 | + "_Id": "117", | |
853 | + "_ImageId": "3116", | |
854 | + "_Title": "Superior Thoracic Inlet (Inf)", | |
855 | + "_ImageName": "aa_img_3116.jpg", | |
856 | + "_TileImageName": "aa_tni_3116.jpg", | |
857 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Respiratory, Skeletal", | |
858 | + "_BodyRegion": "Thorax", | |
859 | + "_ViewOrientation": "Inferior", | |
860 | + "_ImageType": "Cadaver Photograph" | |
861 | + }, | |
862 | + { | |
863 | + "_Id": "118", | |
864 | + "_ImageId": "3117", | |
865 | + "_Title": "Thoracic Surface of Diaphragm", | |
866 | + "_ImageName": "aa_img_3117.jpg", | |
867 | + "_TileImageName": "aa_tni_3117.jpg", | |
868 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Respiratory, Skeletal", | |
869 | + "_BodyRegion": "Thorax", | |
870 | + "_ViewOrientation": "Superior", | |
871 | + "_ImageType": "Illustration" | |
872 | + }, | |
873 | + { | |
874 | + "_Id": "119", | |
875 | + "_ImageId": "2900", | |
876 | + "_Title": "Abdominal Surface of Diaphragm", | |
877 | + "_ImageName": "aa_img_2900.jpg", | |
878 | + "_TileImageName": "aa_tni_2900.jpg", | |
879 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Skeletal", | |
880 | + "_BodyRegion": "Abdomen", | |
881 | + "_ViewOrientation": "Inferior", | |
882 | + "_ImageType": "Illustration" | |
883 | + }, | |
884 | + { | |
885 | + "_Id": "120", | |
886 | + "_ImageId": "3263", | |
887 | + "_Title": "Landmarks of Thorax (Post)", | |
888 | + "_ImageName": "aa_img_3263.jpg", | |
889 | + "_TileImageName": "aa_tni_3263.jpg", | |
890 | + "_BodySystem": "Digestive, Endocrine, Immune, Muscular, Respiratory, Skeletal, Urinary", | |
891 | + "_BodyRegion": "Thorax", | |
892 | + "_ViewOrientation": "Posterior", | |
893 | + "_ImageType": "Illustration" | |
894 | + }, | |
895 | + { | |
896 | + "_Id": "121", | |
897 | + "_ImageId": "3118", | |
898 | + "_Title": "Dissection of Diaphragm (Inf)", | |
899 | + "_ImageName": "aa_img_3118.jpg", | |
900 | + "_TileImageName": "aa_tni_3118.jpg", | |
901 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Skeletal", | |
902 | + "_BodyRegion": "Abdomen", | |
903 | + "_ViewOrientation": "Inferior", | |
904 | + "_ImageType": "Cadaver Photograph" | |
905 | + }, | |
906 | + { | |
907 | + "_Id": "122", | |
908 | + "_ImageId": "2901", | |
909 | + "_Title": "Lymph Nodes of Thorax (Ant)", | |
910 | + "_ImageName": "aa_img_2901.jpg", | |
911 | + "_TileImageName": "aa_tni_2901.jpg", | |
912 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Lymphatic, Nervous, Respiratory", | |
913 | + "_BodyRegion": "Thorax", | |
914 | + "_ViewOrientation": "Anterior", | |
915 | + "_ImageType": "Illustration" | |
916 | + }, | |
917 | + { | |
918 | + "_Id": "123", | |
919 | + "_ImageId": "2902", | |
920 | + "_Title": "Mediastinum (Sup)", | |
921 | + "_ImageName": "aa_img_2902.jpg", | |
922 | + "_TileImageName": "aa_tni_2902.jpg", | |
923 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Respiratory, Skeletal", | |
924 | + "_BodyRegion": "Thorax", | |
925 | + "_ViewOrientation": "Superior", | |
926 | + "_ImageType": "Illustration" | |
927 | + }, | |
928 | + { | |
929 | + "_Id": "124", | |
930 | + "_ImageId": "3119", | |
931 | + "_Title": "Landmarks of Thorax (Lat)", | |
932 | + "_ImageName": "aa_img_3119.jpg", | |
933 | + "_TileImageName": "aa_tni_3119.jpg", | |
934 | + "_BodySystem": "Integumentary, Reproductive, Respiratory, Skeletal, Urinary", | |
935 | + "_BodyRegion": "Thorax", | |
936 | + "_ViewOrientation": "Lateral", | |
937 | + "_ImageType": "Illustration" | |
938 | + }, | |
939 | + { | |
940 | + "_Id": "125", | |
941 | + "_ImageId": "2903", | |
942 | + "_Title": "Heart Valve Auscultation Sites", | |
943 | + "_ImageName": "aa_img_2903.jpg", | |
944 | + "_TileImageName": "aa_tni_2903.jpg", | |
945 | + "_BodySystem": "Cardiovascular, Integumentary, Skeletal", | |
946 | + "_BodyRegion": "Thorax", | |
947 | + "_ViewOrientation": "Anterior", | |
948 | + "_ImageType": "Illustration" | |
949 | + }, | |
950 | + { | |
951 | + "_Id": "126", | |
952 | + "_ImageId": "3120", | |
953 | + "_Title": "Bronchial Tree (Ant)", | |
954 | + "_ImageName": "aa_img_3120.jpg", | |
955 | + "_TileImageName": "aa_tni_3120.jpg", | |
956 | + "_BodySystem": "Respiratory", | |
957 | + "_BodyRegion": "Thorax", | |
958 | + "_ViewOrientation": "Anterior", | |
959 | + "_ImageType": "Illustration" | |
960 | + }, | |
961 | + { | |
962 | + "_Id": "127", | |
963 | + "_ImageId": "2904", | |
964 | + "_Title": "Planes of Trunk (Ant)", | |
965 | + "_ImageName": "aa_img_2904.jpg", | |
966 | + "_TileImageName": "aa_tni_2904.jpg", | |
967 | + "_BodySystem": "Integumentary, Muscular, Skeletal", | |
968 | + "_BodyRegion": "Thorax", | |
969 | + "_ViewOrientation": "Anterior", | |
970 | + "_ImageType": "Illustration" | |
971 | + }, | |
972 | + { | |
973 | + "_Id": "128", | |
974 | + "_ImageId": "2905", | |
975 | + "_Title": "Stomach & Spleen (Ant) 2", | |
976 | + "_ImageName": "aa_img_2905.jpg", | |
977 | + "_TileImageName": "aa_tni_2905.jpg", | |
978 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Nervous", | |
979 | + "_BodyRegion": "Abdomen", | |
980 | + "_ViewOrientation": "Anterior", | |
981 | + "_ImageType": "Cadaver Photograph" | |
982 | + }, | |
983 | + { | |
984 | + "_Id": "129", | |
985 | + "_ImageId": "2906", | |
986 | + "_Title": "Blood Supply to Stomach", | |
987 | + "_ImageName": "aa_img_2906.jpg", | |
988 | + "_TileImageName": "aa_tni_2906.jpg", | |
989 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Nervous", | |
990 | + "_BodyRegion": "Abdomen", | |
991 | + "_ViewOrientation": "Anterior", | |
992 | + "_ImageType": "Illustration" | |
993 | + }, | |
994 | + { | |
995 | + "_Id": "130", | |
996 | + "_ImageId": "3121", | |
997 | + "_Title": "Stomach 2", | |
998 | + "_ImageName": "aa_img_3121.jpg", | |
999 | + "_TileImageName": "aa_tni_3121.jpg", | |
1000 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Nervous", | |
1001 | + "_BodyRegion": "Abdomen", | |
1002 | + "_ViewOrientation": "Anterior", | |
1003 | + "_ImageType": "Cadaver Photograph" | |
1004 | + }, | |
1005 | + { | |
1006 | + "_Id": "131", | |
1007 | + "_ImageId": "2907", | |
1008 | + "_Title": "Blood Supply to Pancreas/Spleen", | |
1009 | + "_ImageName": "aa_img_2907.jpg", | |
1010 | + "_TileImageName": "aa_tni_2907.jpg", | |
1011 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Nervous, Urinary", | |
1012 | + "_BodyRegion": "Abdomen", | |
1013 | + "_ViewOrientation": "Anterior", | |
1014 | + "_ImageType": "Illustration" | |
1015 | + }, | |
1016 | + { | |
1017 | + "_Id": "132", | |
1018 | + "_ImageId": "2908", | |
1019 | + "_Title": "Pancreas & Spleen (Ant)", | |
1020 | + "_ImageName": "aa_img_2908.jpg", | |
1021 | + "_TileImageName": "aa_tni_2908.jpg", | |
1022 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular", | |
1023 | + "_BodyRegion": "Abdomen", | |
1024 | + "_ViewOrientation": "Anterior", | |
1025 | + "_ImageType": "Cadaver Photograph" | |
1026 | + }, | |
1027 | + { | |
1028 | + "_Id": "133", | |
1029 | + "_ImageId": "2909", | |
1030 | + "_Title": "Pancreatic & Bile Ducts 1", | |
1031 | + "_ImageName": "aa_img_2909.jpg", | |
1032 | + "_TileImageName": "aa_tni_2909.jpg", | |
1033 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Nervous, Respiratory, Urinary", | |
1034 | + "_BodyRegion": "Abdomen", | |
1035 | + "_ViewOrientation": "Anterior", | |
1036 | + "_ImageType": "Illustration" | |
1037 | + }, | |
1038 | + { | |
1039 | + "_Id": "134", | |
1040 | + "_ImageId": "3122", | |
1041 | + "_Title": "Pancreatic & Bile Ducts 2", | |
1042 | + "_ImageName": "aa_img_3122.jpg", | |
1043 | + "_TileImageName": "aa_tni_3122.jpg", | |
1044 | + "_BodySystem": "Cardiovascular, Digestive, Nervous", | |
1045 | + "_BodyRegion": "Abdomen", | |
1046 | + "_ViewOrientation": "Anterior", | |
1047 | + "_ImageType": "Cadaver Photograph" | |
1048 | + }, | |
1049 | + { | |
1050 | + "_Id": "135", | |
1051 | + "_ImageId": "2910", | |
1052 | + "_Title": "Hepatic Portal Vein", | |
1053 | + "_ImageName": "aa_img_2910.jpg", | |
1054 | + "_TileImageName": "aa_tni_2910.jpg", | |
1055 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Nervous, Respiratory, Urinary", | |
1056 | + "_BodyRegion": "Abdomen", | |
1057 | + "_ViewOrientation": "Anterior", | |
1058 | + "_ImageType": "Illustration" | |
1059 | + }, | |
1060 | + { | |
1061 | + "_Id": "136", | |
1062 | + "_ImageId": "2911", | |
1063 | + "_Title": "Abdominopelvic Regions", | |
1064 | + "_ImageName": "aa_img_2911.jpg", | |
1065 | + "_TileImageName": "aa_tni_2911.jpg", | |
1066 | + "_BodySystem": "Digestive, Immune, Integumentary, Muscular, Skeletal, Urinary", | |
1067 | + "_BodyRegion": "Abdomen", | |
1068 | + "_ViewOrientation": "Anterior", | |
1069 | + "_ImageType": "Illustration" | |
1070 | + }, | |
1071 | + { | |
1072 | + "_Id": "137", | |
1073 | + "_ImageId": "2912", | |
1074 | + "_Title": "Abdominopelvic Quadrants", | |
1075 | + "_ImageName": "aa_img_2912.jpg", | |
1076 | + "_TileImageName": "aa_tni_2912.jpg", | |
1077 | + "_BodySystem": "Digestive, Immune, Integumentary, Muscular, Skeletal, Urinary", | |
1078 | + "_BodyRegion": "Abdomen", | |
1079 | + "_ViewOrientation": "Anterior", | |
1080 | + "_ImageType": "Illustration" | |
1081 | + }, | |
1082 | + { | |
1083 | + "_Id": "138", | |
1084 | + "_ImageId": "3123", | |
1085 | + "_Title": "Abdominal Quadrants (Post)", | |
1086 | + "_ImageName": "aa_img_3123.jpg", | |
1087 | + "_TileImageName": "aa_tni_3123.jpg", | |
1088 | + "_BodySystem": "Digestive, Immune, Integumentary, Respiratory, Skeletal, Urinary", | |
1089 | + "_BodyRegion": "Abdomen", | |
1090 | + "_ViewOrientation": "Posterior", | |
1091 | + "_ImageType": "Illustration" | |
1092 | + }, | |
1093 | + { | |
1094 | + "_Id": "139", | |
1095 | + "_ImageId": "3264", | |
1096 | + "_Title": "Dissection of Portal Vein", | |
1097 | + "_ImageName": "aa_img_3264.jpg", | |
1098 | + "_TileImageName": "aa_tni_3264.jpg", | |
1099 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Urinary", | |
1100 | + "_BodyRegion": "Abdomen", | |
1101 | + "_ViewOrientation": "Anterior", | |
1102 | + "_ImageType": "Cadaver Photograph" | |
1103 | + }, | |
1104 | + { | |
1105 | + "_Id": "140", | |
1106 | + "_ImageId": "2913", | |
1107 | + "_Title": "Liver (Inf)", | |
1108 | + "_ImageName": "aa_img_2913.jpg", | |
1109 | + "_TileImageName": "aa_tni_2913.jpg", | |
1110 | + "_BodySystem": "Cardiovascular, Digestive", | |
1111 | + "_BodyRegion": "Abdomen", | |
1112 | + "_ViewOrientation": "Inferior", | |
1113 | + "_ImageType": "Illustration" | |
1114 | + }, | |
1115 | + { | |
1116 | + "_Id": "141", | |
1117 | + "_ImageId": "3124", | |
1118 | + "_Title": "Liver (Post)", | |
1119 | + "_ImageName": "aa_img_3124.jpg", | |
1120 | + "_TileImageName": "aa_tni_3124.jpg", | |
1121 | + "_BodySystem": "Cardiovascular, Digestive", | |
1122 | + "_BodyRegion": "Abdomen", | |
1123 | + "_ViewOrientation": "Posterior", | |
1124 | + "_ImageType": "Illustration" | |
1125 | + }, | |
1126 | + { | |
1127 | + "_Id": "142", | |
1128 | + "_ImageId": "2914", | |
1129 | + "_Title": "Posterior Peritoneum (Ant) 1", | |
1130 | + "_ImageName": "aa_img_2914.jpg", | |
1131 | + "_TileImageName": "aa_tni_2914.jpg", | |
1132 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Respiratory, Urinary", | |
1133 | + "_BodyRegion": "Abdomen", | |
1134 | + "_ViewOrientation": "Anterior", | |
1135 | + "_ImageType": "Illustration" | |
1136 | + }, | |
1137 | + { | |
1138 | + "_Id": "143", | |
1139 | + "_ImageId": "3125", | |
1140 | + "_Title": "Stomach & Spleen (Ant) 1", | |
1141 | + "_ImageName": "aa_img_3125.jpg", | |
1142 | + "_TileImageName": "aa_tni_3125.jpg", | |
1143 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Nervous, Respiratory", | |
1144 | + "_BodyRegion": "Abdomen", | |
1145 | + "_ViewOrientation": "Anterior", | |
1146 | + "_ImageType": "Illustration" | |
1147 | + }, | |
1148 | + { | |
1149 | + "_Id": "144", | |
1150 | + "_ImageId": "2915", | |
1151 | + "_Title": "Superior Mesenteric Artery 1", | |
1152 | + "_ImageName": "aa_img_2915.jpg", | |
1153 | + "_TileImageName": "aa_tni_2915.jpg", | |
1154 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Nervous, Skeletal", | |
1155 | + "_BodyRegion": "Abdomen", | |
1156 | + "_ViewOrientation": "Anterior", | |
1157 | + "_ImageType": "Illustration" | |
1158 | + }, | |
1159 | + { | |
1160 | + "_Id": "145", | |
1161 | + "_ImageId": "3126", | |
1162 | + "_Title": "Superior Mesenteric Artery 2", | |
1163 | + "_ImageName": "aa_img_3126.jpg", | |
1164 | + "_TileImageName": "aa_tni_3126.jpg", | |
1165 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic", | |
1166 | + "_BodyRegion": "Abdomen", | |
1167 | + "_ViewOrientation": "Anterior", | |
1168 | + "_ImageType": "Cadaver Photograph" | |
1169 | + }, | |
1170 | + { | |
1171 | + "_Id": "146", | |
1172 | + "_ImageId": "3265", | |
1173 | + "_Title": "Inferior Mesenteric Artery 1", | |
1174 | + "_ImageName": "aa_img_3265.jpg", | |
1175 | + "_TileImageName": "aa_tni_3265.jpg", | |
1176 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Nervous, Skeletal", | |
1177 | + "_BodyRegion": "Abdomen", | |
1178 | + "_ViewOrientation": "Anterior", | |
1179 | + "_ImageType": "Illustration" | |
1180 | + }, | |
1181 | + { | |
1182 | + "_Id": "147", | |
1183 | + "_ImageId": "3127", | |
1184 | + "_Title": "Large Intestine In Situ", | |
1185 | + "_ImageName": "aa_img_3127.jpg", | |
1186 | + "_TileImageName": "aa_tni_3127.jpg", | |
1187 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Skeletal", | |
1188 | + "_BodyRegion": "Abdomen", | |
1189 | + "_ViewOrientation": "Anterior", | |
1190 | + "_ImageType": "Illustration" | |
1191 | + }, | |
1192 | + { | |
1193 | + "_Id": "148", | |
1194 | + "_ImageId": "2916", | |
1195 | + "_Title": "Inferior Mesenteric Artery 2", | |
1196 | + "_ImageName": "aa_img_2916.jpg", | |
1197 | + "_TileImageName": "aa_tni_2916.jpg", | |
1198 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Urinary", | |
1199 | + "_BodyRegion": "Abdomen", | |
1200 | + "_ViewOrientation": "Anterior", | |
1201 | + "_ImageType": "Cadaver Photograph" | |
1202 | + }, | |
1203 | + { | |
1204 | + "_Id": "149", | |
1205 | + "_ImageId": "2917", | |
1206 | + "_Title": "Mesenteric Veins", | |
1207 | + "_ImageName": "aa_img_2917.jpg", | |
1208 | + "_TileImageName": "aa_tni_2917.jpg", | |
1209 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Nervous, Respiratory, Skeletal, Urinary", | |
1210 | + "_BodyRegion": "Abdomen", | |
1211 | + "_ViewOrientation": "Anterior", | |
1212 | + "_ImageType": "Illustration" | |
1213 | + }, | |
1214 | + { | |
1215 | + "_Id": "150", | |
1216 | + "_ImageId": "2918", | |
1217 | + "_Title": "Posterior Peritoneum (Ant) 2", | |
1218 | + "_ImageName": "aa_img_2918.jpg", | |
1219 | + "_TileImageName": "aa_tni_2918.jpg", | |
1220 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Nervous, Skeletal, Urinary", | |
1221 | + "_BodyRegion": "Abdomen", | |
1222 | + "_ViewOrientation": "Anterior", | |
1223 | + "_ImageType": "Illustration" | |
1224 | + }, | |
1225 | + { | |
1226 | + "_Id": "151", | |
1227 | + "_ImageId": "2919", | |
1228 | + "_Title": "Dissection of Kidneys (Ant)", | |
1229 | + "_ImageName": "aa_img_2919.jpg", | |
1230 | + "_TileImageName": "aa_tni_2919.jpg", | |
1231 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Lymphatic, Muscular, Nervous, Urinary", | |
1232 | + "_BodyRegion": "Abdomen", | |
1233 | + "_ViewOrientation": "Anterior", | |
1234 | + "_ImageType": "Cadaver Photograph" | |
1235 | + }, | |
1236 | + { | |
1237 | + "_Id": "152", | |
1238 | + "_ImageId": "3128", | |
1239 | + "_Title": "Female Peritoneal Cavity (Med)", | |
1240 | + "_ImageName": "aa_img_3128.jpg", | |
1241 | + "_TileImageName": "aa_tni_3128.jpg", | |
1242 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Lymphatic, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1243 | + "_BodyRegion": "Abdomen", | |
1244 | + "_ViewOrientation": "Medial", | |
1245 | + "_ImageType": "Illustration" | |
1246 | + }, | |
1247 | + { | |
1248 | + "_Id": "153", | |
1249 | + "_ImageId": "2920", | |
1250 | + "_Title": "Abdomen at T12 Vertebra (Inf)", | |
1251 | + "_ImageName": "aa_img_2920.jpg", | |
1252 | + "_TileImageName": "aa_tni_2920.jpg", | |
1253 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Immune, Lymphatic, Muscular, Nervous, Skeletal, Urinary", | |
1254 | + "_BodyRegion": "Abdomen", | |
1255 | + "_ViewOrientation": "Inferior", | |
1256 | + "_ImageType": "Illustration" | |
1257 | + }, | |
1258 | + { | |
1259 | + "_Id": "154", | |
1260 | + "_ImageId": "2921", | |
1261 | + "_Title": "Abdomen at L5 Vertebra (Inf)", | |
1262 | + "_ImageName": "aa_img_2921.jpg", | |
1263 | + "_TileImageName": "aa_tni_2921.jpg", | |
1264 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Skeletal", | |
1265 | + "_BodyRegion": "Abdomen", | |
1266 | + "_ViewOrientation": "Inferior", | |
1267 | + "_ImageType": "Illustration" | |
1268 | + }, | |
1269 | + { | |
1270 | + "_Id": "155", | |
1271 | + "_ImageId": "2922", | |
1272 | + "_Title": "Posterior Abdominal Wall (Ant)", | |
1273 | + "_ImageName": "aa_img_2922.jpg", | |
1274 | + "_TileImageName": "aa_tni_2922.jpg", | |
1275 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Muscular, Nervous, Urinary", | |
1276 | + "_BodyRegion": "Abdomen", | |
1277 | + "_ViewOrientation": "Anterior", | |
1278 | + "_ImageType": "Cadaver Photograph" | |
1279 | + }, | |
1280 | + { | |
1281 | + "_Id": "156", | |
1282 | + "_ImageId": "3266", | |
1283 | + "_Title": "Renal Arteries", | |
1284 | + "_ImageName": "aa_img_3266.jpg", | |
1285 | + "_TileImageName": "aa_tni_3266.jpg", | |
1286 | + "_BodySystem": "Cardiovascular, Urinary", | |
1287 | + "_BodyRegion": "Abdomen", | |
1288 | + "_ViewOrientation": "Posterior", | |
1289 | + "_ImageType": "Illustration" | |
1290 | + }, | |
1291 | + { | |
1292 | + "_Id": "157", | |
1293 | + "_ImageId": "3267", | |
1294 | + "_Title": "Dissection of Suprarenal Gland", | |
1295 | + "_ImageName": "aa_img_3267.jpg", | |
1296 | + "_TileImageName": "aa_tni_3267.jpg", | |
1297 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Muscular, Nervous, Urinary", | |
1298 | + "_BodyRegion": "Abdomen", | |
1299 | + "_ViewOrientation": "Anterior", | |
1300 | + "_ImageType": "Cadaver Photograph" | |
1301 | + }, | |
1302 | + { | |
1303 | + "_Id": "158", | |
1304 | + "_ImageId": "3129", | |
1305 | + "_Title": "Abdominal Viscera", | |
1306 | + "_ImageName": "aa_img_3129.jpg", | |
1307 | + "_TileImageName": "aa_tni_3129.jpg", | |
1308 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular", | |
1309 | + "_BodyRegion": "Abdomen", | |
1310 | + "_ViewOrientation": "Anterior", | |
1311 | + "_ImageType": "Cadaver Photograph" | |
1312 | + }, | |
1313 | + { | |
1314 | + "_Id": "159", | |
1315 | + "_ImageId": "3268", | |
1316 | + "_Title": "Intestines & Mesentery", | |
1317 | + "_ImageName": "aa_img_3268.jpg", | |
1318 | + "_TileImageName": "aa_tni_3268.jpg", | |
1319 | + "_BodySystem": "Digestive, Muscular", | |
1320 | + "_BodyRegion": "Abdomen", | |
1321 | + "_ViewOrientation": "Anterior", | |
1322 | + "_ImageType": "Cadaver Photograph" | |
1323 | + }, | |
1324 | + { | |
1325 | + "_Id": "160", | |
1326 | + "_ImageId": "3269", | |
1327 | + "_Title": "Stomach 1", | |
1328 | + "_ImageName": "aa_img_3269.jpg", | |
1329 | + "_TileImageName": "aa_tni_3269.jpg", | |
1330 | + "_BodySystem": "Cardiovascular, Digestive, Immune, Muscular, Respiratory", | |
1331 | + "_BodyRegion": "Abdomen", | |
1332 | + "_ViewOrientation": "Anterior", | |
1333 | + "_ImageType": "Illustration" | |
1334 | + }, | |
1335 | + { | |
1336 | + "_Id": "161", | |
1337 | + "_ImageId": "2923", | |
1338 | + "_Title": "Bony Landmarks of Male Pelvis", | |
1339 | + "_ImageName": "aa_img_2923.jpg", | |
1340 | + "_TileImageName": "aa_tni_2923.jpg", | |
1341 | + "_BodySystem": "Integumentary, Muscular, Reproductive, Skeletal, Urinary", | |
1342 | + "_BodyRegion": "Pelvis and Perineum", | |
1343 | + "_ViewOrientation": "Anterior", | |
1344 | + "_ImageType": "Illustration" | |
1345 | + }, | |
1346 | + { | |
1347 | + "_Id": "162", | |
1348 | + "_ImageId": "2924", | |
1349 | + "_Title": "Triangles of Perineum (Male)", | |
1350 | + "_ImageName": "aa_img_2924.jpg", | |
1351 | + "_TileImageName": "aa_tni_2924.jpg", | |
1352 | + "_BodySystem": "Digestive, Integumentary, Reproductive, Skeletal, Urinary", | |
1353 | + "_BodyRegion": "Pelvis and Perineum", | |
1354 | + "_ViewOrientation": "Inferior", | |
1355 | + "_ImageType": "Illustration" | |
1356 | + }, | |
1357 | + { | |
1358 | + "_Id": "163", | |
1359 | + "_ImageId": "3130", | |
1360 | + "_Title": "Blood Supply to Male Pelvis", | |
1361 | + "_ImageName": "aa_img_3130.jpg", | |
1362 | + "_TileImageName": "aa_tni_3130.jpg", | |
1363 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
1364 | + "_BodyRegion": "Pelvis and Perineum", | |
1365 | + "_ViewOrientation": "Medial", | |
1366 | + "_ImageType": "Illustration" | |
1367 | + }, | |
1368 | + { | |
1369 | + "_Id": "164", | |
1370 | + "_ImageId": "2925", | |
1371 | + "_Title": "Blood Supply to Female Pelvis", | |
1372 | + "_ImageName": "aa_img_2925.jpg", | |
1373 | + "_TileImageName": "aa_tni_2925.jpg", | |
1374 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1375 | + "_BodyRegion": "Pelvis and Perineum", | |
1376 | + "_ViewOrientation": "Medial", | |
1377 | + "_ImageType": "Illustration" | |
1378 | + }, | |
1379 | + { | |
1380 | + "_Id": "165", | |
1381 | + "_ImageId": "2926", | |
1382 | + "_Title": "Veins of Male Pelvis (Med)", | |
1383 | + "_ImageName": "aa_img_2926.jpg", | |
1384 | + "_TileImageName": "aa_tni_2926.jpg", | |
1385 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1386 | + "_BodyRegion": "Pelvis and Perineum", | |
1387 | + "_ViewOrientation": "Medial", | |
1388 | + "_ImageType": "Illustration" | |
1389 | + }, | |
1390 | + { | |
1391 | + "_Id": "166", | |
1392 | + "_ImageId": "2927", | |
1393 | + "_Title": "Veins of Female Pelvis", | |
1394 | + "_ImageName": "aa_img_2927.jpg", | |
1395 | + "_TileImageName": "aa_tni_2927.jpg", | |
1396 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1397 | + "_BodyRegion": "Pelvis and Perineum", | |
1398 | + "_ViewOrientation": "Medial", | |
1399 | + "_ImageType": "Illustration" | |
1400 | + }, | |
1401 | + { | |
1402 | + "_Id": "167", | |
1403 | + "_ImageId": "2928", | |
1404 | + "_Title": "Dermatomes of Male Pelvis", | |
1405 | + "_ImageName": "aa_img_2928.jpg", | |
1406 | + "_TileImageName": "aa_tni_2928.jpg", | |
1407 | + "_BodySystem": "Cardiovascular, Integumentary, Nervous", | |
1408 | + "_BodyRegion": "Pelvis and Perineum", | |
1409 | + "_ViewOrientation": "Anterior", | |
1410 | + "_ImageType": "Illustration" | |
1411 | + }, | |
1412 | + { | |
1413 | + "_Id": "168", | |
1414 | + "_ImageId": "3131", | |
1415 | + "_Title": "Dermatomes of Male Perineum", | |
1416 | + "_ImageName": "aa_img_3131.jpg", | |
1417 | + "_TileImageName": "aa_tni_3131.jpg", | |
1418 | + "_BodySystem": "Integumentary, Nervous", | |
1419 | + "_BodyRegion": "Pelvis and Perineum", | |
1420 | + "_ViewOrientation": "Inferior", | |
1421 | + "_ImageType": "Illustration" | |
1422 | + }, | |
1423 | + { | |
1424 | + "_Id": "169", | |
1425 | + "_ImageId": "2929", | |
1426 | + "_Title": "Dermatomes of Female Pelvis", | |
1427 | + "_ImageName": "aa_img_2929.jpg", | |
1428 | + "_TileImageName": "aa_tni_2929.jpg", | |
1429 | + "_BodySystem": "Cardiovascular, Integumentary, Nervous", | |
1430 | + "_BodyRegion": "Pelvis and Perineum", | |
1431 | + "_ViewOrientation": "Anterior", | |
1432 | + "_ImageType": "Illustration" | |
1433 | + }, | |
1434 | + { | |
1435 | + "_Id": "170", | |
1436 | + "_ImageId": "2930", | |
1437 | + "_Title": "Dermatomes of Female Perineum", | |
1438 | + "_ImageName": "aa_img_2930.jpg", | |
1439 | + "_TileImageName": "aa_tni_2930.jpg", | |
1440 | + "_BodySystem": "Integumentary, Nervous", | |
1441 | + "_BodyRegion": "Pelvis and Perineum", | |
1442 | + "_ViewOrientation": "Inferior", | |
1443 | + "_ImageType": "Illustration" | |
1444 | + }, | |
1445 | + { | |
1446 | + "_Id": "171", | |
1447 | + "_ImageId": "2931", | |
1448 | + "_Title": "Nerves of Male Pelvis (Med)", | |
1449 | + "_ImageName": "aa_img_2931.jpg", | |
1450 | + "_TileImageName": "aa_tni_2931.jpg", | |
1451 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1452 | + "_BodyRegion": "Pelvis and Perineum", | |
1453 | + "_ViewOrientation": "Medial", | |
1454 | + "_ImageType": "Illustration" | |
1455 | + }, | |
1456 | + { | |
1457 | + "_Id": "172", | |
1458 | + "_ImageId": "2932", | |
1459 | + "_Title": "Nerves of Female Pelvis (Med)", | |
1460 | + "_ImageName": "aa_img_2932.jpg", | |
1461 | + "_TileImageName": "aa_tni_2932.jpg", | |
1462 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1463 | + "_BodyRegion": "Pelvis and Perineum", | |
1464 | + "_ViewOrientation": "Medial", | |
1465 | + "_ImageType": "Illustration" | |
1466 | + }, | |
1467 | + { | |
1468 | + "_Id": "173", | |
1469 | + "_ImageId": "2933", | |
1470 | + "_Title": "Inguinal Lymph Nodes of Female", | |
1471 | + "_ImageName": "aa_img_2933.jpg", | |
1472 | + "_TileImageName": "aa_tni_2933.jpg", | |
1473 | + "_BodySystem": "Cardiovascular, Integumentary, Lymphatic, Muscular, Reproductive, Urinary", | |
1474 | + "_BodyRegion": "Pelvis and Perineum", | |
1475 | + "_ViewOrientation": "Inferior", | |
1476 | + "_ImageType": "Illustration" | |
1477 | + }, | |
1478 | + { | |
1479 | + "_Id": "174", | |
1480 | + "_ImageId": "3132", | |
1481 | + "_Title": "Lymph Nodes of Male Pelvis", | |
1482 | + "_ImageName": "aa_img_3132.jpg", | |
1483 | + "_TileImageName": "aa_tni_3132.jpg", | |
1484 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Reproductive, Urinary", | |
1485 | + "_BodyRegion": "Pelvis and Perineum", | |
1486 | + "_ViewOrientation": "Medial", | |
1487 | + "_ImageType": "Illustration" | |
1488 | + }, | |
1489 | + { | |
1490 | + "_Id": "175", | |
1491 | + "_ImageId": "2934", | |
1492 | + "_Title": "Bony Landmarks of Female Pelvis", | |
1493 | + "_ImageName": "aa_img_2934.jpg", | |
1494 | + "_TileImageName": "aa_tni_2934.jpg", | |
1495 | + "_BodySystem": "Integumentary, Muscular, Reproductive, Skeletal", | |
1496 | + "_BodyRegion": "Pelvis and Perineum", | |
1497 | + "_ViewOrientation": "Anterior", | |
1498 | + "_ImageType": "Illustration" | |
1499 | + }, | |
1500 | + { | |
1501 | + "_Id": "176", | |
1502 | + "_ImageId": "3270", | |
1503 | + "_Title": "Triangles of Perineum (Female)", | |
1504 | + "_ImageName": "aa_img_3270.jpg", | |
1505 | + "_TileImageName": "aa_tni_3270.jpg", | |
1506 | + "_BodySystem": "Digestive, Integumentary, Reproductive, Skeletal, Urinary", | |
1507 | + "_BodyRegion": "Pelvis and Perineum", | |
1508 | + "_ViewOrientation": "Inferior", | |
1509 | + "_ImageType": "Illustration" | |
1510 | + }, | |
1511 | + { | |
1512 | + "_Id": "177", | |
1513 | + "_ImageId": "3133", | |
1514 | + "_Title": "Female Pelvic Organs (Ant)", | |
1515 | + "_ImageName": "aa_img_3133.jpg", | |
1516 | + "_TileImageName": "aa_tni_3133.jpg", | |
1517 | + "_BodySystem": "Reproductive, Urinary", | |
1518 | + "_BodyRegion": "Pelvis and Perineum", | |
1519 | + "_ViewOrientation": "Anterior", | |
1520 | + "_ImageType": "Illustration" | |
1521 | + }, | |
1522 | + { | |
1523 | + "_Id": "178", | |
1524 | + "_ImageId": "2935", | |
1525 | + "_Title": "Female Pelvic Organs (Lat)", | |
1526 | + "_ImageName": "aa_img_2935.jpg", | |
1527 | + "_TileImageName": "aa_tni_2935.jpg", | |
1528 | + "_BodySystem": "Muscular, Reproductive, Skeletal, Urinary", | |
1529 | + "_BodyRegion": "Pelvis and Perineum", | |
1530 | + "_ViewOrientation": "Lateral", | |
1531 | + "_ImageType": "Illustration" | |
1532 | + }, | |
1533 | + { | |
1534 | + "_Id": "179", | |
1535 | + "_ImageId": "3271", | |
1536 | + "_Title": "Male Pelvic Organs (Ant)", | |
1537 | + "_ImageName": "aa_img_3271.jpg", | |
1538 | + "_TileImageName": "aa_tni_3271.jpg", | |
1539 | + "_BodySystem": "Reproductive, Urinary", | |
1540 | + "_BodyRegion": "Pelvis and Perineum", | |
1541 | + "_ViewOrientation": "Anterior", | |
1542 | + "_ImageType": "Illustration" | |
1543 | + }, | |
1544 | + { | |
1545 | + "_Id": "180", | |
1546 | + "_ImageId": "3134", | |
1547 | + "_Title": "Male Pelvic Organs (Lat)", | |
1548 | + "_ImageName": "aa_img_3134.jpg", | |
1549 | + "_TileImageName": "aa_tni_3134.jpg", | |
1550 | + "_BodySystem": "Muscular, Reproductive, Skeletal, Urinary", | |
1551 | + "_BodyRegion": "Pelvis and Perineum", | |
1552 | + "_ViewOrientation": "Lateral", | |
1553 | + "_ImageType": "Illustration" | |
1554 | + }, | |
1555 | + { | |
1556 | + "_Id": "181", | |
1557 | + "_ImageId": "2936", | |
1558 | + "_Title": "Female Pelvic Organs (Med) 1", | |
1559 | + "_ImageName": "aa_img_2936.jpg", | |
1560 | + "_TileImageName": "aa_tni_2936.jpg", | |
1561 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1562 | + "_BodyRegion": "Pelvis and Perineum", | |
1563 | + "_ViewOrientation": "Medial", | |
1564 | + "_ImageType": "Illustration" | |
1565 | + }, | |
1566 | + { | |
1567 | + "_Id": "182", | |
1568 | + "_ImageId": "3135", | |
1569 | + "_Title": "Female Pelvic Organs (Med) 2", | |
1570 | + "_ImageName": "aa_img_3135.jpg", | |
1571 | + "_TileImageName": "aa_tni_3135.jpg", | |
1572 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Nervous, Reproductive, Skeletal, Urinary", | |
1573 | + "_BodyRegion": "Pelvis and Perineum", | |
1574 | + "_ViewOrientation": "Medial", | |
1575 | + "_ImageType": "Cadaver Photograph" | |
1576 | + }, | |
1577 | + { | |
1578 | + "_Id": "183", | |
1579 | + "_ImageId": "3136", | |
1580 | + "_Title": "Ligaments of Pelvis (Ant)", | |
1581 | + "_ImageName": "aa_img_3136.jpg", | |
1582 | + "_TileImageName": "aa_tni_3136.jpg", | |
1583 | + "_BodySystem": "Muscular, Skeletal", | |
1584 | + "_BodyRegion": "Pelvis and Perineum", | |
1585 | + "_ViewOrientation": "Anterior", | |
1586 | + "_ImageType": "Illustration" | |
1587 | + }, | |
1588 | + { | |
1589 | + "_Id": "184", | |
1590 | + "_ImageId": "2937", | |
1591 | + "_Title": "Ligaments of Pelvis (Post)", | |
1592 | + "_ImageName": "aa_img_2937.jpg", | |
1593 | + "_TileImageName": "aa_tni_2937.jpg", | |
1594 | + "_BodySystem": "Muscular, Skeletal", | |
1595 | + "_BodyRegion": "Pelvis and Perineum", | |
1596 | + "_ViewOrientation": "Posterior", | |
1597 | + "_ImageType": "Illustration" | |
1598 | + }, | |
1599 | + { | |
1600 | + "_Id": "185", | |
1601 | + "_ImageId": "3137", | |
1602 | + "_Title": "Male Pelvic Organs (Med) 1", | |
1603 | + "_ImageName": "aa_img_3137.jpg", | |
1604 | + "_TileImageName": "aa_tni_3137.jpg", | |
1605 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1606 | + "_BodyRegion": "Pelvis and Perineum", | |
1607 | + "_ViewOrientation": "Medial", | |
1608 | + "_ImageType": "Illustration" | |
1609 | + }, | |
1610 | + { | |
1611 | + "_Id": "186", | |
1612 | + "_ImageId": "3138", | |
1613 | + "_Title": "Male Pelvic Organs (Med) 2", | |
1614 | + "_ImageName": "aa_img_3138.jpg", | |
1615 | + "_TileImageName": "aa_tni_3138.jpg", | |
1616 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1617 | + "_BodyRegion": "Pelvis and Perineum", | |
1618 | + "_ViewOrientation": "Medial", | |
1619 | + "_ImageType": "Cadaver Photograph" | |
1620 | + }, | |
1621 | + { | |
1622 | + "_Id": "187", | |
1623 | + "_ImageId": "2938", | |
1624 | + "_Title": "Fascia in Female Pelvis (Med)", | |
1625 | + "_ImageName": "aa_img_2938.jpg", | |
1626 | + "_TileImageName": "aa_tni_2938.jpg", | |
1627 | + "_BodySystem": "Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
1628 | + "_BodyRegion": "Pelvis and Perineum", | |
1629 | + "_ViewOrientation": "Medial", | |
1630 | + "_ImageType": "Illustration" | |
1631 | + }, | |
1632 | + { | |
1633 | + "_Id": "188", | |
1634 | + "_ImageId": "2939", | |
1635 | + "_Title": "Fascia in Male Pelvis (Med)", | |
1636 | + "_ImageName": "aa_img_2939.jpg", | |
1637 | + "_TileImageName": "aa_tni_2939.jpg", | |
1638 | + "_BodySystem": "Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
1639 | + "_BodyRegion": "Pelvis and Perineum", | |
1640 | + "_ViewOrientation": "Medial", | |
1641 | + "_ImageType": "Illustration" | |
1642 | + }, | |
1643 | + { | |
1644 | + "_Id": "189", | |
1645 | + "_ImageId": "2940", | |
1646 | + "_Title": "Fascia of Female Perineum 2", | |
1647 | + "_ImageName": "aa_img_2940.jpg", | |
1648 | + "_TileImageName": "aa_tni_2940.jpg", | |
1649 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Muscular, Nervous, Reproductive, Skeletal", | |
1650 | + "_BodyRegion": "Pelvis and Perineum", | |
1651 | + "_ViewOrientation": "Inferior", | |
1652 | + "_ImageType": "Cadaver Photograph" | |
1653 | + }, | |
1654 | + { | |
1655 | + "_Id": "190", | |
1656 | + "_ImageId": "2941", | |
1657 | + "_Title": "Fascia of Male Perineum 1", | |
1658 | + "_ImageName": "aa_img_2941.jpg", | |
1659 | + "_TileImageName": "aa_tni_2941.jpg", | |
1660 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Reproductive, Skeletal", | |
1661 | + "_BodyRegion": "Pelvis and Perineum", | |
1662 | + "_ViewOrientation": "Inferior", | |
1663 | + "_ImageType": "Illustration" | |
1664 | + }, | |
1665 | + { | |
1666 | + "_Id": "191", | |
1667 | + "_ImageId": "3139", | |
1668 | + "_Title": "Fascia of Male Perineum 2", | |
1669 | + "_ImageName": "aa_img_3139.jpg", | |
1670 | + "_TileImageName": "aa_tni_3139.jpg", | |
1671 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Muscular, Nervous, Reproductive, Skeletal", | |
1672 | + "_BodyRegion": "Pelvis and Perineum", | |
1673 | + "_ViewOrientation": "Inferior", | |
1674 | + "_ImageType": "Cadaver Photograph" | |
1675 | + }, | |
1676 | + { | |
1677 | + "_Id": "192", | |
1678 | + "_ImageId": "2942", | |
1679 | + "_Title": "Vessels of Female Perineum 3", | |
1680 | + "_ImageName": "aa_img_2942.jpg", | |
1681 | + "_TileImageName": "aa_tni_2942.jpg", | |
1682 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1683 | + "_BodyRegion": "Pelvis and Perineum", | |
1684 | + "_ViewOrientation": "Inferior", | |
1685 | + "_ImageType": "Illustration" | |
1686 | + }, | |
1687 | + { | |
1688 | + "_Id": "193", | |
1689 | + "_ImageId": "2943", | |
1690 | + "_Title": "Vessels of Male Perineum 1", | |
1691 | + "_ImageName": "aa_img_2943.jpg", | |
1692 | + "_TileImageName": "aa_tni_2943.jpg", | |
1693 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1694 | + "_BodyRegion": "Pelvis and Perineum", | |
1695 | + "_ViewOrientation": "Inferior", | |
1696 | + "_ImageType": "Illustration" | |
1697 | + }, | |
1698 | + { | |
1699 | + "_Id": "194", | |
1700 | + "_ImageId": "2944", | |
1701 | + "_Title": "Vessels of Male Perineum 2", | |
1702 | + "_ImageName": "aa_img_2944.jpg", | |
1703 | + "_TileImageName": "aa_tni_2944.jpg", | |
1704 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Muscular, Nervous, Reproductive, Skeletal", | |
1705 | + "_BodyRegion": "Pelvis and Perineum", | |
1706 | + "_ViewOrientation": "Inferior", | |
1707 | + "_ImageType": "Cadaver Photograph" | |
1708 | + }, | |
1709 | + { | |
1710 | + "_Id": "195", | |
1711 | + "_ImageId": "2945", | |
1712 | + "_Title": "Ligaments of Pelvis (Lat)", | |
1713 | + "_ImageName": "aa_img_2945.jpg", | |
1714 | + "_TileImageName": "aa_tni_2945.jpg", | |
1715 | + "_BodySystem": "Muscular, Skeletal", | |
1716 | + "_BodyRegion": "Pelvis and Perineum", | |
1717 | + "_ViewOrientation": "Lateral", | |
1718 | + "_ImageType": "Illustration" | |
1719 | + }, | |
1720 | + { | |
1721 | + "_Id": "196", | |
1722 | + "_ImageId": "2946", | |
1723 | + "_Title": "Ligaments of Pelvis (Med)", | |
1724 | + "_ImageName": "aa_img_2946.jpg", | |
1725 | + "_TileImageName": "aa_tni_2946.jpg", | |
1726 | + "_BodySystem": "Muscular, Skeletal", | |
1727 | + "_BodyRegion": "Pelvis and Perineum", | |
1728 | + "_ViewOrientation": "Medial", | |
1729 | + "_ImageType": "Illustration" | |
1730 | + }, | |
1731 | + { | |
1732 | + "_Id": "197", | |
1733 | + "_ImageId": "2947", | |
1734 | + "_Title": "Female Superf. Perineal Space 1", | |
1735 | + "_ImageName": "aa_img_2947.jpg", | |
1736 | + "_TileImageName": "aa_tni_2947.jpg", | |
1737 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1738 | + "_BodyRegion": "Pelvis and Perineum", | |
1739 | + "_ViewOrientation": "Inferior", | |
1740 | + "_ImageType": "Illustration" | |
1741 | + }, | |
1742 | + { | |
1743 | + "_Id": "198", | |
1744 | + "_ImageId": "2948", | |
1745 | + "_Title": "Female Superf. Perineal Space 2", | |
1746 | + "_ImageName": "aa_img_2948.jpg", | |
1747 | + "_TileImageName": "aa_tni_2948.jpg", | |
1748 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
1749 | + "_BodyRegion": "Pelvis and Perineum", | |
1750 | + "_ViewOrientation": "Inferior", | |
1751 | + "_ImageType": "Cadaver Photograph" | |
1752 | + }, | |
1753 | + { | |
1754 | + "_Id": "199", | |
1755 | + "_ImageId": "2949", | |
1756 | + "_Title": "Male Superf. Perineal Space 1", | |
1757 | + "_ImageName": "aa_img_2949.jpg", | |
1758 | + "_TileImageName": "aa_tni_2949.jpg", | |
1759 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1760 | + "_BodyRegion": "Pelvis and Perineum", | |
1761 | + "_ViewOrientation": "Inferior", | |
1762 | + "_ImageType": "Illustration" | |
1763 | + }, | |
1764 | + { | |
1765 | + "_Id": "200", | |
1766 | + "_ImageId": "2950", | |
1767 | + "_Title": "Male Superf. Perineal Space 2", | |
1768 | + "_ImageName": "aa_img_2950.jpg", | |
1769 | + "_TileImageName": "aa_tni_2950.jpg", | |
1770 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Reproductive, Skeletal", | |
1771 | + "_BodyRegion": "Pelvis and Perineum", | |
1772 | + "_ViewOrientation": "Inferior", | |
1773 | + "_ImageType": "Cadaver Photograph" | |
1774 | + }, | |
1775 | + { | |
1776 | + "_Id": "201", | |
1777 | + "_ImageId": "3272", | |
1778 | + "_Title": "Male Erectile Tissue (Inf) 1", | |
1779 | + "_ImageName": "aa_img_3272.jpg", | |
1780 | + "_TileImageName": "aa_tni_3272.jpg", | |
1781 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1782 | + "_BodyRegion": "Pelvis and Perineum", | |
1783 | + "_ViewOrientation": "Inferior", | |
1784 | + "_ImageType": "Illustration" | |
1785 | + }, | |
1786 | + { | |
1787 | + "_Id": "202", | |
1788 | + "_ImageId": "3273", | |
1789 | + "_Title": "Male Erectile Tissue (Inf) 2", | |
1790 | + "_ImageName": "aa_img_3273.jpg", | |
1791 | + "_TileImageName": "aa_tni_3273.jpg", | |
1792 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Reproductive, Skeletal", | |
1793 | + "_BodyRegion": "Pelvis and Perineum", | |
1794 | + "_ViewOrientation": "Inferior", | |
1795 | + "_ImageType": "Cadaver Photograph" | |
1796 | + }, | |
1797 | + { | |
1798 | + "_Id": "203", | |
1799 | + "_ImageId": "2951", | |
1800 | + "_Title": "Vessels of Female Perineum 2", | |
1801 | + "_ImageName": "aa_img_2951.jpg", | |
1802 | + "_TileImageName": "aa_tni_2951.jpg", | |
1803 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
1804 | + "_BodyRegion": "Pelvis and Perineum", | |
1805 | + "_ViewOrientation": "Inferior", | |
1806 | + "_ImageType": "Cadaver Photograph" | |
1807 | + }, | |
1808 | + { | |
1809 | + "_Id": "204", | |
1810 | + "_ImageId": "3140", | |
1811 | + "_Title": "Inf. Rectal Vessels-Female 2", | |
1812 | + "_ImageName": "aa_img_3140.jpg", | |
1813 | + "_TileImageName": "aa_tni_3140.jpg", | |
1814 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
1815 | + "_BodyRegion": "Pelvis and Perineum", | |
1816 | + "_ViewOrientation": "Inferior", | |
1817 | + "_ImageType": "Cadaver Photograph" | |
1818 | + }, | |
1819 | + { | |
1820 | + "_Id": "205", | |
1821 | + "_ImageId": "2952", | |
1822 | + "_Title": "Deep Pouch of Male Perineum 1", | |
1823 | + "_ImageName": "aa_img_2952.jpg", | |
1824 | + "_TileImageName": "aa_tni_2952.jpg", | |
1825 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
1826 | + "_BodyRegion": "Pelvis and Perineum", | |
1827 | + "_ViewOrientation": "Inferior", | |
1828 | + "_ImageType": "Illustration" | |
1829 | + }, | |
1830 | + { | |
1831 | + "_Id": "206", | |
1832 | + "_ImageId": "3141", | |
1833 | + "_Title": "Deep Pouch of Male Perineum 2", | |
1834 | + "_ImageName": "aa_img_3141.jpg", | |
1835 | + "_TileImageName": "aa_tni_3141.jpg", | |
1836 | + "_BodySystem": "Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
1837 | + "_BodyRegion": "Pelvis and Perineum", | |
1838 | + "_ViewOrientation": "Inferior", | |
1839 | + "_ImageType": "Cadaver Photograph" | |
1840 | + }, | |
1841 | + { | |
1842 | + "_Id": "207", | |
1843 | + "_ImageId": "2953", | |
1844 | + "_Title": "Deep Structures of Hip (Post)", | |
1845 | + "_ImageName": "aa_img_2953.jpg", | |
1846 | + "_TileImageName": "aa_tni_2953.jpg", | |
1847 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
1848 | + "_BodyRegion": "Lower Limb", | |
1849 | + "_ViewOrientation": "Posterior", | |
1850 | + "_ImageType": "Illustration" | |
1851 | + }, | |
1852 | + { | |
1853 | + "_Id": "208", | |
1854 | + "_ImageId": "2954", | |
1855 | + "_Title": "Pudendal Canal (Inf/Post)", | |
1856 | + "_ImageName": "aa_img_2954.jpg", | |
1857 | + "_TileImageName": "aa_tni_2954.jpg", | |
1858 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Reproductive, Skeletal", | |
1859 | + "_BodyRegion": "Pelvis and Perineum", | |
1860 | + "_ViewOrientation": "Posterior", | |
1861 | + "_ImageType": "Cadaver Photograph" | |
1862 | + }, | |
1863 | + { | |
1864 | + "_Id": "209", | |
1865 | + "_ImageId": "3274", | |
1866 | + "_Title": "Pudendal Canal-Female (Med)", | |
1867 | + "_ImageName": "aa_img_3274.jpg", | |
1868 | + "_TileImageName": "aa_tni_3274.jpg", | |
1869 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
1870 | + "_BodyRegion": "Pelvis and Perineum", | |
1871 | + "_ViewOrientation": "Medial", | |
1872 | + "_ImageType": "Cadaver Photograph" | |
1873 | + }, | |
1874 | + { | |
1875 | + "_Id": "210", | |
1876 | + "_ImageId": "3142", | |
1877 | + "_Title": "Male Bony Pelvis (Ant)", | |
1878 | + "_ImageName": "aa_img_3142.jpg", | |
1879 | + "_TileImageName": "aa_tni_3142.jpg", | |
1880 | + "_BodySystem": "Skeletal", | |
1881 | + "_BodyRegion": "Pelvis and Perineum", | |
1882 | + "_ViewOrientation": "Anterior", | |
1883 | + "_ImageType": "Cadaver Photograph" | |
1884 | + }, | |
1885 | + { | |
1886 | + "_Id": "211", | |
1887 | + "_ImageId": "3275", | |
1888 | + "_Title": "Male Bony Pelvis (Sup)", | |
1889 | + "_ImageName": "aa_img_3275.jpg", | |
1890 | + "_TileImageName": "aa_tni_3275.jpg", | |
1891 | + "_BodySystem": "Skeletal", | |
1892 | + "_BodyRegion": "Pelvis and Perineum", | |
1893 | + "_ViewOrientation": "Superior", | |
1894 | + "_ImageType": "Cadaver Photograph" | |
1895 | + }, | |
1896 | + { | |
1897 | + "_Id": "212", | |
1898 | + "_ImageId": "2955", | |
1899 | + "_Title": "Male Bony Pelvis (Lat)", | |
1900 | + "_ImageName": "aa_img_2955.jpg", | |
1901 | + "_TileImageName": "aa_tni_2955.jpg", | |
1902 | + "_BodySystem": "Skeletal", | |
1903 | + "_BodyRegion": "Pelvis and Perineum", | |
1904 | + "_ViewOrientation": "Lateral", | |
1905 | + "_ImageType": "Cadaver Photograph" | |
1906 | + }, | |
1907 | + { | |
1908 | + "_Id": "213", | |
1909 | + "_ImageId": "3143", | |
1910 | + "_Title": "Arterial Supply to Rectum", | |
1911 | + "_ImageName": "aa_img_3143.jpg", | |
1912 | + "_TileImageName": "aa_tni_3143.jpg", | |
1913 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
1914 | + "_BodyRegion": "Pelvis and Perineum", | |
1915 | + "_ViewOrientation": "Posterior", | |
1916 | + "_ImageType": "Illustration" | |
1917 | + }, | |
1918 | + { | |
1919 | + "_Id": "214", | |
1920 | + "_ImageId": "2956", | |
1921 | + "_Title": "Venous Drainage of Rectum (Ant)", | |
1922 | + "_ImageName": "aa_img_2956.jpg", | |
1923 | + "_TileImageName": "aa_tni_2956.jpg", | |
1924 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Reproductive", | |
1925 | + "_BodyRegion": "Pelvis and Perineum", | |
1926 | + "_ViewOrientation": "Anterior", | |
1927 | + "_ImageType": "Illustration" | |
1928 | + }, | |
1929 | + { | |
1930 | + "_Id": "215", | |
1931 | + "_ImageId": "3276", | |
1932 | + "_Title": "Frontal Section of Anal Canal", | |
1933 | + "_ImageName": "aa_img_3276.jpg", | |
1934 | + "_TileImageName": "aa_tni_3276.jpg", | |
1935 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Reproductive, Skeletal", | |
1936 | + "_BodyRegion": "Pelvis and Perineum", | |
1937 | + "_ViewOrientation": "Anterior", | |
1938 | + "_ImageType": "Illustration" | |
1939 | + }, | |
1940 | + { | |
1941 | + "_Id": "216", | |
1942 | + "_ImageId": "2957", | |
1943 | + "_Title": "Female Bony Pelvis (Ant)", | |
1944 | + "_ImageName": "aa_img_2957.jpg", | |
1945 | + "_TileImageName": "aa_tni_2957.jpg", | |
1946 | + "_BodySystem": "Skeletal", | |
1947 | + "_BodyRegion": "Pelvis and Perineum", | |
1948 | + "_ViewOrientation": "Anterior", | |
1949 | + "_ImageType": "Cadaver Photograph" | |
1950 | + }, | |
1951 | + { | |
1952 | + "_Id": "217", | |
1953 | + "_ImageId": "3144", | |
1954 | + "_Title": "Female Bony Pelvis (Inf)", | |
1955 | + "_ImageName": "aa_img_3144.jpg", | |
1956 | + "_TileImageName": "aa_tni_3144.jpg", | |
1957 | + "_BodySystem": "Skeletal", | |
1958 | + "_BodyRegion": "Pelvis and Perineum", | |
1959 | + "_ViewOrientation": "Inferior", | |
1960 | + "_ImageType": "Cadaver Photograph" | |
1961 | + }, | |
1962 | + { | |
1963 | + "_Id": "218", | |
1964 | + "_ImageId": "3145", | |
1965 | + "_Title": "Female Bony Pelvis (Sup)", | |
1966 | + "_ImageName": "aa_img_3145.jpg", | |
1967 | + "_TileImageName": "aa_tni_3145.jpg", | |
1968 | + "_BodySystem": "Skeletal", | |
1969 | + "_BodyRegion": "Pelvis and Perineum", | |
1970 | + "_ViewOrientation": "Superior", | |
1971 | + "_ImageType": "Cadaver Photograph" | |
1972 | + }, | |
1973 | + { | |
1974 | + "_Id": "219", | |
1975 | + "_ImageId": "2958", | |
1976 | + "_Title": "Female Bony Pelvis (Lat)", | |
1977 | + "_ImageName": "aa_img_2958.jpg", | |
1978 | + "_TileImageName": "aa_tni_2958.jpg", | |
1979 | + "_BodySystem": "Skeletal", | |
1980 | + "_BodyRegion": "Pelvis and Perineum", | |
1981 | + "_ViewOrientation": "Lateral", | |
1982 | + "_ImageType": "Cadaver Photograph" | |
1983 | + }, | |
1984 | + { | |
1985 | + "_Id": "220", | |
1986 | + "_ImageId": "2959", | |
1987 | + "_Title": "Perineal Muscles of Male Pelvis", | |
1988 | + "_ImageName": "aa_img_2959.jpg", | |
1989 | + "_TileImageName": "aa_tni_2959.jpg", | |
1990 | + "_BodySystem": "Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
1991 | + "_BodyRegion": "Pelvis and Perineum", | |
1992 | + "_ViewOrientation": "Inferior", | |
1993 | + "_ImageType": "Illustration" | |
1994 | + }, | |
1995 | + { | |
1996 | + "_Id": "221", | |
1997 | + "_ImageId": "2960", | |
1998 | + "_Title": "Male Pelvic Diaphragm (Inf)", | |
1999 | + "_ImageName": "aa_img_2960.jpg", | |
2000 | + "_TileImageName": "aa_tni_2960.jpg", | |
2001 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
2002 | + "_BodyRegion": "Pelvis and Perineum", | |
2003 | + "_ViewOrientation": "Inferior", | |
2004 | + "_ImageType": "Illustration" | |
2005 | + }, | |
2006 | + { | |
2007 | + "_Id": "222", | |
2008 | + "_ImageId": "3146", | |
2009 | + "_Title": "Female Superf. Perineal Muscles", | |
2010 | + "_ImageName": "aa_img_3146.jpg", | |
2011 | + "_TileImageName": "aa_tni_3146.jpg", | |
2012 | + "_BodySystem": "Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
2013 | + "_BodyRegion": "Pelvis and Perineum", | |
2014 | + "_ViewOrientation": "Inferior", | |
2015 | + "_ImageType": "Illustration" | |
2016 | + }, | |
2017 | + { | |
2018 | + "_Id": "223", | |
2019 | + "_ImageId": "2961", | |
2020 | + "_Title": "Female Pelvic Diaphragm (Inf)", | |
2021 | + "_ImageName": "aa_img_2961.jpg", | |
2022 | + "_TileImageName": "aa_tni_2961.jpg", | |
2023 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
2024 | + "_BodyRegion": "Pelvis and Perineum", | |
2025 | + "_ViewOrientation": "Inferior", | |
2026 | + "_ImageType": "Illustration" | |
2027 | + }, | |
2028 | + { | |
2029 | + "_Id": "224", | |
2030 | + "_ImageId": "3277", | |
2031 | + "_Title": "Pelvic Diaphragm (Med)", | |
2032 | + "_ImageName": "aa_img_3277.jpg", | |
2033 | + "_TileImageName": "aa_tni_3277.jpg", | |
2034 | + "_BodySystem": "Digestive, Muscular, Skeletal", | |
2035 | + "_BodyRegion": "Pelvis and Perineum", | |
2036 | + "_ViewOrientation": "Medial", | |
2037 | + "_ImageType": "Illustration" | |
2038 | + }, | |
2039 | + { | |
2040 | + "_Id": "225", | |
2041 | + "_ImageId": "2962", | |
2042 | + "_Title": "Female Pelvic Floor (Lat)", | |
2043 | + "_ImageName": "aa_img_2962.jpg", | |
2044 | + "_TileImageName": "aa_tni_2962.jpg", | |
2045 | + "_BodySystem": "Digestive, Muscular, Reproductive, Skeletal, Urinary", | |
2046 | + "_BodyRegion": "Pelvis and Perineum", | |
2047 | + "_ViewOrientation": "Lateral", | |
2048 | + "_ImageType": "Illustration" | |
2049 | + }, | |
2050 | + { | |
2051 | + "_Id": "226", | |
2052 | + "_ImageId": "2963", | |
2053 | + "_Title": "Sagittal Section of Rectum", | |
2054 | + "_ImageName": "aa_img_2963.jpg", | |
2055 | + "_TileImageName": "aa_tni_2963.jpg", | |
2056 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Skeletal", | |
2057 | + "_BodyRegion": "Pelvis and Perineum", | |
2058 | + "_ViewOrientation": "Medial", | |
2059 | + "_ImageType": "Illustration" | |
2060 | + }, | |
2061 | + { | |
2062 | + "_Id": "227", | |
2063 | + "_ImageId": "3147", | |
2064 | + "_Title": "Section of Male Bladder (Ant)", | |
2065 | + "_ImageName": "aa_img_3147.jpg", | |
2066 | + "_TileImageName": "aa_tni_3147.jpg", | |
2067 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
2068 | + "_BodyRegion": "Pelvis and Perineum", | |
2069 | + "_ViewOrientation": "Anterior", | |
2070 | + "_ImageType": "Illustration" | |
2071 | + }, | |
2072 | + { | |
2073 | + "_Id": "228", | |
2074 | + "_ImageId": "3148", | |
2075 | + "_Title": "Section of Female Bladder (Ant)", | |
2076 | + "_ImageName": "aa_img_3148.jpg", | |
2077 | + "_TileImageName": "aa_tni_3148.jpg", | |
2078 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
2079 | + "_BodyRegion": "Pelvis and Perineum", | |
2080 | + "_ViewOrientation": "Anterior", | |
2081 | + "_ImageType": "Illustration" | |
2082 | + }, | |
2083 | + { | |
2084 | + "_Id": "229", | |
2085 | + "_ImageId": "2964", | |
2086 | + "_Title": "Arteries of Lower Limb (Ant)", | |
2087 | + "_ImageName": "aa_img_2964.jpg", | |
2088 | + "_TileImageName": "aa_tni_2964.jpg", | |
2089 | + "_BodySystem": "Cardiovascular, Skeletal", | |
2090 | + "_BodyRegion": "Lower Limb", | |
2091 | + "_ViewOrientation": "Anterior", | |
2092 | + "_ImageType": "Illustration" | |
2093 | + }, | |
2094 | + { | |
2095 | + "_Id": "230", | |
2096 | + "_ImageId": "3149", | |
2097 | + "_Title": "Arteries of Lower Limb (Post)", | |
2098 | + "_ImageName": "aa_img_3149.jpg", | |
2099 | + "_TileImageName": "aa_tni_3149.jpg", | |
2100 | + "_BodySystem": "Cardiovascular, Skeletal", | |
2101 | + "_BodyRegion": "Lower Limb", | |
2102 | + "_ViewOrientation": "Posterior", | |
2103 | + "_ImageType": "Illustration" | |
2104 | + }, | |
2105 | + { | |
2106 | + "_Id": "231", | |
2107 | + "_ImageId": "3278", | |
2108 | + "_Title": "Deep Veins of Lower Limb (Ant)", | |
2109 | + "_ImageName": "aa_img_3278.jpg", | |
2110 | + "_TileImageName": "aa_tni_3278.jpg", | |
2111 | + "_BodySystem": "Cardiovascular, Skeletal", | |
2112 | + "_BodyRegion": "Lower Limb", | |
2113 | + "_ViewOrientation": "Anterior", | |
2114 | + "_ImageType": "Illustration" | |
2115 | + }, | |
2116 | + { | |
2117 | + "_Id": "232", | |
2118 | + "_ImageId": "3150", | |
2119 | + "_Title": "Deep Veins of Lower Limb (Post)", | |
2120 | + "_ImageName": "aa_img_3150.jpg", | |
2121 | + "_TileImageName": "aa_tni_3150.jpg", | |
2122 | + "_BodySystem": "Cardiovascular, Skeletal", | |
2123 | + "_BodyRegion": "Lower Limb", | |
2124 | + "_ViewOrientation": "Posterior", | |
2125 | + "_ImageType": "Illustration" | |
2126 | + }, | |
2127 | + { | |
2128 | + "_Id": "233", | |
2129 | + "_ImageId": "2965", | |
2130 | + "_Title": "Dermatomes of Lower Limb (Ant)", | |
2131 | + "_ImageName": "aa_img_2965.jpg", | |
2132 | + "_TileImageName": "aa_tni_2965.jpg", | |
2133 | + "_BodySystem": "Integumentary", | |
2134 | + "_BodyRegion": "Lower Limb", | |
2135 | + "_ViewOrientation": "Anterior", | |
2136 | + "_ImageType": "Illustration" | |
2137 | + }, | |
2138 | + { | |
2139 | + "_Id": "234", | |
2140 | + "_ImageId": "2966", | |
2141 | + "_Title": "Dermatomes of Lower Limb (Post)", | |
2142 | + "_ImageName": "aa_img_2966.jpg", | |
2143 | + "_TileImageName": "aa_tni_2966.jpg", | |
2144 | + "_BodySystem": "Integumentary", | |
2145 | + "_BodyRegion": "Lower Limb", | |
2146 | + "_ViewOrientation": "Posterior", | |
2147 | + "_ImageType": "Illustration" | |
2148 | + }, | |
2149 | + { | |
2150 | + "_Id": "235", | |
2151 | + "_ImageId": "3151", | |
2152 | + "_Title": "Sacral Plexus (Ant)", | |
2153 | + "_ImageName": "aa_img_3151.jpg", | |
2154 | + "_TileImageName": "aa_tni_3151.jpg", | |
2155 | + "_BodySystem": "Muscular, Nervous, Skeletal", | |
2156 | + "_BodyRegion": "Lower Limb", | |
2157 | + "_ViewOrientation": "Anterior", | |
2158 | + "_ImageType": "Illustration" | |
2159 | + }, | |
2160 | + { | |
2161 | + "_Id": "236", | |
2162 | + "_ImageId": "2967", | |
2163 | + "_Title": "Deep Nerves of Lower Limb (Ant)", | |
2164 | + "_ImageName": "aa_img_2967.jpg", | |
2165 | + "_TileImageName": "aa_tni_2967.jpg", | |
2166 | + "_BodySystem": "Nervous, Skeletal", | |
2167 | + "_BodyRegion": "Lower Limb", | |
2168 | + "_ViewOrientation": "Anterior", | |
2169 | + "_ImageType": "Illustration" | |
2170 | + }, | |
2171 | + { | |
2172 | + "_Id": "237", | |
2173 | + "_ImageId": "3152", | |
2174 | + "_Title": "Sacral Plexus (Med)", | |
2175 | + "_ImageName": "aa_img_3152.jpg", | |
2176 | + "_TileImageName": "aa_tni_3152.jpg", | |
2177 | + "_BodySystem": "Nervous, Skeletal", | |
2178 | + "_BodyRegion": "Lower Limb", | |
2179 | + "_ViewOrientation": "Medial", | |
2180 | + "_ImageType": "Illustration" | |
2181 | + }, | |
2182 | + { | |
2183 | + "_Id": "238", | |
2184 | + "_ImageId": "3153", | |
2185 | + "_Title": "Lumbar Plexus In Situ (Ant)", | |
2186 | + "_ImageName": "aa_img_3153.jpg", | |
2187 | + "_TileImageName": "aa_tni_3153.jpg", | |
2188 | + "_BodySystem": "Muscular, Nervous, Skeletal", | |
2189 | + "_BodyRegion": "Lower Limb", | |
2190 | + "_ViewOrientation": "Anterior", | |
2191 | + "_ImageType": "Illustration" | |
2192 | + }, | |
2193 | + { | |
2194 | + "_Id": "239", | |
2195 | + "_ImageId": "3154", | |
2196 | + "_Title": "Contents of Femoral Triangle", | |
2197 | + "_ImageName": "aa_img_3154.jpg", | |
2198 | + "_TileImageName": "aa_tni_3154.jpg", | |
2199 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Skeletal, Urinary", | |
2200 | + "_BodyRegion": "Lower Limb", | |
2201 | + "_ViewOrientation": "Anterior", | |
2202 | + "_ImageType": "Illustration" | |
2203 | + }, | |
2204 | + { | |
2205 | + "_Id": "240", | |
2206 | + "_ImageId": "2968", | |
2207 | + "_Title": "Bones of Lower Limb (Ant)", | |
2208 | + "_ImageName": "aa_img_2968.jpg", | |
2209 | + "_TileImageName": "aa_tni_2968.jpg", | |
2210 | + "_BodySystem": "Skeletal", | |
2211 | + "_BodyRegion": "Lower Limb", | |
2212 | + "_ViewOrientation": "Anterior", | |
2213 | + "_ImageType": "Illustration" | |
2214 | + }, | |
2215 | + { | |
2216 | + "_Id": "241", | |
2217 | + "_ImageId": "3155", | |
2218 | + "_Title": "Posterior Thigh", | |
2219 | + "_ImageName": "aa_img_3155.jpg", | |
2220 | + "_TileImageName": "aa_tni_3155.jpg", | |
2221 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2222 | + "_BodyRegion": "Lower Limb", | |
2223 | + "_ViewOrientation": "Posterior", | |
2224 | + "_ImageType": "Illustration" | |
2225 | + }, | |
2226 | + { | |
2227 | + "_Id": "242", | |
2228 | + "_ImageId": "2969", | |
2229 | + "_Title": "Gluteal Region (Post)", | |
2230 | + "_ImageName": "aa_img_2969.jpg", | |
2231 | + "_TileImageName": "aa_tni_2969.jpg", | |
2232 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2233 | + "_BodyRegion": "Lower Limb", | |
2234 | + "_ViewOrientation": "Posterior", | |
2235 | + "_ImageType": "Illustration" | |
2236 | + }, | |
2237 | + { | |
2238 | + "_Id": "243", | |
2239 | + "_ImageId": "3156", | |
2240 | + "_Title": "Dissection of Gluteal Region", | |
2241 | + "_ImageName": "aa_img_3156.jpg", | |
2242 | + "_TileImageName": "aa_tni_3156.jpg", | |
2243 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Skeletal", | |
2244 | + "_BodyRegion": "Lower Limb", | |
2245 | + "_ViewOrientation": "Lateral", | |
2246 | + "_ImageType": "Cadaver Photograph" | |
2247 | + }, | |
2248 | + { | |
2249 | + "_Id": "244", | |
2250 | + "_ImageId": "2970", | |
2251 | + "_Title": "Medial Thigh", | |
2252 | + "_ImageName": "aa_img_2970.jpg", | |
2253 | + "_TileImageName": "aa_tni_2970.jpg", | |
2254 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2255 | + "_BodyRegion": "Lower Limb", | |
2256 | + "_ViewOrientation": "Medial", | |
2257 | + "_ImageType": "Illustration" | |
2258 | + }, | |
2259 | + { | |
2260 | + "_Id": "245", | |
2261 | + "_ImageId": "2971", | |
2262 | + "_Title": "Proximal Thigh (Inf)", | |
2263 | + "_ImageName": "aa_img_2971.jpg", | |
2264 | + "_TileImageName": "aa_tni_2971.jpg", | |
2265 | + "_BodySystem": "Cardiovascular, Muscular, Nervous", | |
2266 | + "_BodyRegion": "Lower Limb", | |
2267 | + "_ViewOrientation": "Inferior", | |
2268 | + "_ImageType": "Illustration" | |
2269 | + }, | |
2270 | + { | |
2271 | + "_Id": "246", | |
2272 | + "_ImageId": "3157", | |
2273 | + "_Title": "Distal Thigh (Inf)", | |
2274 | + "_ImageName": "aa_img_3157.jpg", | |
2275 | + "_TileImageName": "aa_tni_3157.jpg", | |
2276 | + "_BodySystem": "Cardiovascular, Muscular, Nervous", | |
2277 | + "_BodyRegion": "Lower Limb", | |
2278 | + "_ViewOrientation": "Inferior", | |
2279 | + "_ImageType": "Illustration" | |
2280 | + }, | |
2281 | + { | |
2282 | + "_Id": "247", | |
2283 | + "_ImageId": "3158", | |
2284 | + "_Title": "Anterior Thigh", | |
2285 | + "_ImageName": "aa_img_3158.jpg", | |
2286 | + "_TileImageName": "aa_tni_3158.jpg", | |
2287 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2288 | + "_BodyRegion": "Lower Limb", | |
2289 | + "_ViewOrientation": "Anterior", | |
2290 | + "_ImageType": "Cadaver Photograph" | |
2291 | + }, | |
2292 | + { | |
2293 | + "_Id": "248", | |
2294 | + "_ImageId": "2972", | |
2295 | + "_Title": "Dissection of Posterior Thigh", | |
2296 | + "_ImageName": "aa_img_2972.jpg", | |
2297 | + "_TileImageName": "aa_tni_2972.jpg", | |
2298 | + "_BodySystem": "Cardiovascular, Muscular, Nervous", | |
2299 | + "_BodyRegion": "Lower Limb", | |
2300 | + "_ViewOrientation": "Posterior", | |
2301 | + "_ImageType": "Cadaver Photograph" | |
2302 | + }, | |
2303 | + { | |
2304 | + "_Id": "249", | |
2305 | + "_ImageId": "2973", | |
2306 | + "_Title": "Bones of Lower Limb (Post)", | |
2307 | + "_ImageName": "aa_img_2973.jpg", | |
2308 | + "_TileImageName": "aa_tni_2973.jpg", | |
2309 | + "_BodySystem": "Skeletal", | |
2310 | + "_BodyRegion": "Lower Limb", | |
2311 | + "_ViewOrientation": "Posterior", | |
2312 | + "_ImageType": "Illustration" | |
2313 | + }, | |
2314 | + { | |
2315 | + "_Id": "250", | |
2316 | + "_ImageId": "2974", | |
2317 | + "_Title": "Anterior Leg", | |
2318 | + "_ImageName": "aa_img_2974.jpg", | |
2319 | + "_TileImageName": "aa_tni_2974.jpg", | |
2320 | + "_BodySystem": "Muscular, Skeletal", | |
2321 | + "_BodyRegion": "Lower Limb", | |
2322 | + "_ViewOrientation": "Anterior", | |
2323 | + "_ImageType": "Cadaver Photograph" | |
2324 | + }, | |
2325 | + { | |
2326 | + "_Id": "251", | |
2327 | + "_ImageId": "3159", | |
2328 | + "_Title": "Lateral Leg & Foot", | |
2329 | + "_ImageName": "aa_img_3159.jpg", | |
2330 | + "_TileImageName": "aa_tni_3159.jpg", | |
2331 | + "_BodySystem": "Muscular, Nervous, Skeletal", | |
2332 | + "_BodyRegion": "Lower Limb", | |
2333 | + "_ViewOrientation": "Lateral", | |
2334 | + "_ImageType": "Cadaver Photograph" | |
2335 | + }, | |
2336 | + { | |
2337 | + "_Id": "252", | |
2338 | + "_ImageId": "3279", | |
2339 | + "_Title": "Proximal Leg (Inf)", | |
2340 | + "_ImageName": "aa_img_3279.jpg", | |
2341 | + "_TileImageName": "aa_tni_3279.jpg", | |
2342 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2343 | + "_BodyRegion": "Lower Limb", | |
2344 | + "_ViewOrientation": "Inferior", | |
2345 | + "_ImageType": "Illustration" | |
2346 | + }, | |
2347 | + { | |
2348 | + "_Id": "253", | |
2349 | + "_ImageId": "3280", | |
2350 | + "_Title": "Distal Leg (Inf)", | |
2351 | + "_ImageName": "aa_img_3280.jpg", | |
2352 | + "_TileImageName": "aa_tni_3280.jpg", | |
2353 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2354 | + "_BodyRegion": "Lower Limb", | |
2355 | + "_ViewOrientation": "Inferior", | |
2356 | + "_ImageType": "Illustration" | |
2357 | + }, | |
2358 | + { | |
2359 | + "_Id": "254", | |
2360 | + "_ImageId": "3160", | |
2361 | + "_Title": "Dissection of Medial Leg & Foot", | |
2362 | + "_ImageName": "aa_img_3160.jpg", | |
2363 | + "_TileImageName": "aa_tni_3160.jpg", | |
2364 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2365 | + "_BodyRegion": "Lower Limb", | |
2366 | + "_ViewOrientation": "Medial", | |
2367 | + "_ImageType": "Cadaver Photograph" | |
2368 | + }, | |
2369 | + { | |
2370 | + "_Id": "255", | |
2371 | + "_ImageId": "2975", | |
2372 | + "_Title": "Bones of Leg & Foot (Ant)", | |
2373 | + "_ImageName": "aa_img_2975.jpg", | |
2374 | + "_TileImageName": "aa_tni_2975.jpg", | |
2375 | + "_BodySystem": "Skeletal", | |
2376 | + "_BodyRegion": "Lower Limb", | |
2377 | + "_ViewOrientation": "Anterior", | |
2378 | + "_ImageType": "Illustration" | |
2379 | + }, | |
2380 | + { | |
2381 | + "_Id": "256", | |
2382 | + "_ImageId": "3161", | |
2383 | + "_Title": "Knee Joint (Post)", | |
2384 | + "_ImageName": "aa_img_3161.jpg", | |
2385 | + "_TileImageName": "aa_tni_3161.jpg", | |
2386 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2387 | + "_BodyRegion": "Lower Limb", | |
2388 | + "_ViewOrientation": "Posterior", | |
2389 | + "_ImageType": "Illustration" | |
2390 | + }, | |
2391 | + { | |
2392 | + "_Id": "257", | |
2393 | + "_ImageId": "3281", | |
2394 | + "_Title": "Articular Surface of Femur", | |
2395 | + "_ImageName": "aa_img_3281.jpg", | |
2396 | + "_TileImageName": "aa_tni_3281.jpg", | |
2397 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2398 | + "_BodyRegion": "Lower Limb", | |
2399 | + "_ViewOrientation": "Inferior", | |
2400 | + "_ImageType": "Illustration" | |
2401 | + }, | |
2402 | + { | |
2403 | + "_Id": "258", | |
2404 | + "_ImageId": "3282", | |
2405 | + "_Title": "Articular Surface of Tibia", | |
2406 | + "_ImageName": "aa_img_3282.jpg", | |
2407 | + "_TileImageName": "aa_tni_3282.jpg", | |
2408 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2409 | + "_BodyRegion": "Lower Limb", | |
2410 | + "_ViewOrientation": "Superior", | |
2411 | + "_ImageType": "Illustration" | |
2412 | + }, | |
2413 | + { | |
2414 | + "_Id": "259", | |
2415 | + "_ImageId": "2976", | |
2416 | + "_Title": "Dorsum of Foot", | |
2417 | + "_ImageName": "aa_img_2976.jpg", | |
2418 | + "_TileImageName": "aa_tni_2976.jpg", | |
2419 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2420 | + "_BodyRegion": "Lower Limb", | |
2421 | + "_ViewOrientation": "Anterior", | |
2422 | + "_ImageType": "Cadaver Photograph" | |
2423 | + }, | |
2424 | + { | |
2425 | + "_Id": "260", | |
2426 | + "_ImageId": "3162", | |
2427 | + "_Title": "Tendons of Dorsum of Foot", | |
2428 | + "_ImageName": "aa_img_3162.jpg", | |
2429 | + "_TileImageName": "aa_tni_3162.jpg", | |
2430 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2431 | + "_BodyRegion": "Lower Limb", | |
2432 | + "_ViewOrientation": "Anterior", | |
2433 | + "_ImageType": "Cadaver Photograph" | |
2434 | + }, | |
2435 | + { | |
2436 | + "_Id": "261", | |
2437 | + "_ImageId": "3163", | |
2438 | + "_Title": "Plantar Aponeurosis of Foot", | |
2439 | + "_ImageName": "aa_img_3163.jpg", | |
2440 | + "_TileImageName": "aa_tni_3163.jpg", | |
2441 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2442 | + "_BodyRegion": "Lower Limb", | |
2443 | + "_ViewOrientation": "Inferior", | |
2444 | + "_ImageType": "Cadaver Photograph" | |
2445 | + }, | |
2446 | + { | |
2447 | + "_Id": "262", | |
2448 | + "_ImageId": "3283", | |
2449 | + "_Title": "Deep Muscles of Sole of Foot", | |
2450 | + "_ImageName": "aa_img_3283.jpg", | |
2451 | + "_TileImageName": "aa_tni_3283.jpg", | |
2452 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2453 | + "_BodyRegion": "Lower Limb", | |
2454 | + "_ViewOrientation": "Inferior", | |
2455 | + "_ImageType": "Cadaver Photograph" | |
2456 | + }, | |
2457 | + { | |
2458 | + "_Id": "263", | |
2459 | + "_ImageId": "3284", | |
2460 | + "_Title": "Bones of Foot (Dorsal)", | |
2461 | + "_ImageName": "aa_img_3284.jpg", | |
2462 | + "_TileImageName": "aa_tni_3284.jpg", | |
2463 | + "_BodySystem": "Skeletal", | |
2464 | + "_BodyRegion": "Lower Limb", | |
2465 | + "_ViewOrientation": "Superior", | |
2466 | + "_ImageType": "Illustration" | |
2467 | + }, | |
2468 | + { | |
2469 | + "_Id": "264", | |
2470 | + "_ImageId": "3285", | |
2471 | + "_Title": "Bones of Foot (Plantar)", | |
2472 | + "_ImageName": "aa_img_3285.jpg", | |
2473 | + "_TileImageName": "aa_tni_3285.jpg", | |
2474 | + "_BodySystem": "Skeletal", | |
2475 | + "_BodyRegion": "Lower Limb", | |
2476 | + "_ViewOrientation": "Inferior", | |
2477 | + "_ImageType": "Illustration" | |
2478 | + }, | |
2479 | + { | |
2480 | + "_Id": "265", | |
2481 | + "_ImageId": "3286", | |
2482 | + "_Title": "Bones of Leg & Foot (Post)", | |
2483 | + "_ImageName": "aa_img_3286.jpg", | |
2484 | + "_TileImageName": "aa_tni_3286.jpg", | |
2485 | + "_BodySystem": "Skeletal", | |
2486 | + "_BodyRegion": "Lower Limb", | |
2487 | + "_ViewOrientation": "Posterior", | |
2488 | + "_ImageType": "Illustration" | |
2489 | + }, | |
2490 | + { | |
2491 | + "_Id": "266", | |
2492 | + "_ImageId": "3164", | |
2493 | + "_Title": "Arteries of Upper Limb (Ant)", | |
2494 | + "_ImageName": "aa_img_3164.jpg", | |
2495 | + "_TileImageName": "aa_tni_3164.jpg", | |
2496 | + "_BodySystem": "Cardiovascular, Skeletal", | |
2497 | + "_BodyRegion": "Upper Limb", | |
2498 | + "_ViewOrientation": "Anterior", | |
2499 | + "_ImageType": "Illustration" | |
2500 | + }, | |
2501 | + { | |
2502 | + "_Id": "267", | |
2503 | + "_ImageId": "2977", | |
2504 | + "_Title": "Arteries of Upper Limb (Post)", | |
2505 | + "_ImageName": "aa_img_2977.jpg", | |
2506 | + "_TileImageName": "aa_tni_2977.jpg", | |
2507 | + "_BodySystem": "Cardiovascular, Skeletal", | |
2508 | + "_BodyRegion": "Upper Limb", | |
2509 | + "_ViewOrientation": "Posterior", | |
2510 | + "_ImageType": "Illustration" | |
2511 | + }, | |
2512 | + { | |
2513 | + "_Id": "268", | |
2514 | + "_ImageId": "2978", | |
2515 | + "_Title": "Deep Veins of Upper Limb (Ant)", | |
2516 | + "_ImageName": "aa_img_2978.jpg", | |
2517 | + "_TileImageName": "aa_tni_2978.jpg", | |
2518 | + "_BodySystem": "Cardiovascular, Skeletal", | |
2519 | + "_BodyRegion": "Upper Limb", | |
2520 | + "_ViewOrientation": "Anterior", | |
2521 | + "_ImageType": "Illustration" | |
2522 | + }, | |
2523 | + { | |
2524 | + "_Id": "269", | |
2525 | + "_ImageId": "3287", | |
2526 | + "_Title": "Dermatomes of Upper Limb (Ant)", | |
2527 | + "_ImageName": "aa_img_3287.jpg", | |
2528 | + "_TileImageName": "aa_tni_3287.jpg", | |
2529 | + "_BodySystem": "Integumentary", | |
2530 | + "_BodyRegion": "Upper Limb", | |
2531 | + "_ViewOrientation": "Anterior", | |
2532 | + "_ImageType": "Illustration" | |
2533 | + }, | |
2534 | + { | |
2535 | + "_Id": "270", | |
2536 | + "_ImageId": "3165", | |
2537 | + "_Title": "Dermatomes of Upper Limb (Post)", | |
2538 | + "_ImageName": "aa_img_3165.jpg", | |
2539 | + "_TileImageName": "aa_tni_3165.jpg", | |
2540 | + "_BodySystem": "Integumentary", | |
2541 | + "_BodyRegion": "Upper Limb", | |
2542 | + "_ViewOrientation": "Posterior", | |
2543 | + "_ImageType": "Illustration" | |
2544 | + }, | |
2545 | + { | |
2546 | + "_Id": "271", | |
2547 | + "_ImageId": "2979", | |
2548 | + "_Title": "Nerves of Upper Limb (Ant)", | |
2549 | + "_ImageName": "aa_img_2979.jpg", | |
2550 | + "_TileImageName": "aa_tni_2979.jpg", | |
2551 | + "_BodySystem": "Nervous, Skeletal", | |
2552 | + "_BodyRegion": "Upper Limb", | |
2553 | + "_ViewOrientation": "Anterior", | |
2554 | + "_ImageType": "Illustration" | |
2555 | + }, | |
2556 | + { | |
2557 | + "_Id": "272", | |
2558 | + "_ImageId": "2980", | |
2559 | + "_Title": "Nerves of Upper Limb (Post)", | |
2560 | + "_ImageName": "aa_img_2980.jpg", | |
2561 | + "_TileImageName": "aa_tni_2980.jpg", | |
2562 | + "_BodySystem": "Nervous, Skeletal", | |
2563 | + "_BodyRegion": "Upper Limb", | |
2564 | + "_ViewOrientation": "Posterior", | |
2565 | + "_ImageType": "Illustration" | |
2566 | + }, | |
2567 | + { | |
2568 | + "_Id": "273", | |
2569 | + "_ImageId": "2981", | |
2570 | + "_Title": "Axillary Fossa", | |
2571 | + "_ImageName": "aa_img_2981.jpg", | |
2572 | + "_TileImageName": "aa_tni_2981.jpg", | |
2573 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2574 | + "_BodyRegion": "Upper Limb", | |
2575 | + "_ViewOrientation": "Anterior", | |
2576 | + "_ImageType": "Cadaver Photograph" | |
2577 | + }, | |
2578 | + { | |
2579 | + "_Id": "274", | |
2580 | + "_ImageId": "3288", | |
2581 | + "_Title": "Bones of Arm & Shoulder (Ant)", | |
2582 | + "_ImageName": "aa_img_3288.jpg", | |
2583 | + "_TileImageName": "aa_tni_3288.jpg", | |
2584 | + "_BodySystem": "Skeletal", | |
2585 | + "_BodyRegion": "Upper Limb", | |
2586 | + "_ViewOrientation": "Anterior", | |
2587 | + "_ImageType": "Illustration" | |
2588 | + }, | |
2589 | + { | |
2590 | + "_Id": "275", | |
2591 | + "_ImageId": "2982", | |
2592 | + "_Title": "Brachial Plexus", | |
2593 | + "_ImageName": "aa_img_2982.jpg", | |
2594 | + "_TileImageName": "aa_tni_2982.jpg", | |
2595 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2596 | + "_BodyRegion": "Upper Limb", | |
2597 | + "_ViewOrientation": "Anterior", | |
2598 | + "_ImageType": "Cadaver Photograph" | |
2599 | + }, | |
2600 | + { | |
2601 | + "_Id": "276", | |
2602 | + "_ImageId": "2983", | |
2603 | + "_Title": "Anterior Shoulder", | |
2604 | + "_ImageName": "aa_img_2983.jpg", | |
2605 | + "_TileImageName": "aa_tni_2983.jpg", | |
2606 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2607 | + "_BodyRegion": "Upper Limb", | |
2608 | + "_ViewOrientation": "Anterior", | |
2609 | + "_ImageType": "Cadaver Photograph" | |
2610 | + }, | |
2611 | + { | |
2612 | + "_Id": "277", | |
2613 | + "_ImageId": "2984", | |
2614 | + "_Title": "Deep Muscles of Anterior Arm", | |
2615 | + "_ImageName": "aa_img_2984.jpg", | |
2616 | + "_TileImageName": "aa_tni_2984.jpg", | |
2617 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2618 | + "_BodyRegion": "Upper Limb", | |
2619 | + "_ViewOrientation": "Anterior", | |
2620 | + "_ImageType": "Illustration" | |
2621 | + }, | |
2622 | + { | |
2623 | + "_Id": "278", | |
2624 | + "_ImageId": "3166", | |
2625 | + "_Title": "Anterior Arm", | |
2626 | + "_ImageName": "aa_img_3166.jpg", | |
2627 | + "_TileImageName": "aa_tni_3166.jpg", | |
2628 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2629 | + "_BodyRegion": "Upper Limb", | |
2630 | + "_ViewOrientation": "Anterior", | |
2631 | + "_ImageType": "Cadaver Photograph" | |
2632 | + }, | |
2633 | + { | |
2634 | + "_Id": "279", | |
2635 | + "_ImageId": "2985", | |
2636 | + "_Title": "Bones of Arm & Shoulder (Post)", | |
2637 | + "_ImageName": "aa_img_2985.jpg", | |
2638 | + "_TileImageName": "aa_tni_2985.jpg", | |
2639 | + "_BodySystem": "Skeletal", | |
2640 | + "_BodyRegion": "Upper Limb", | |
2641 | + "_ViewOrientation": "Posterior", | |
2642 | + "_ImageType": "Illustration" | |
2643 | + }, | |
2644 | + { | |
2645 | + "_Id": "280", | |
2646 | + "_ImageId": "3167", | |
2647 | + "_Title": "Dissection of Medial Arm", | |
2648 | + "_ImageName": "aa_img_3167.jpg", | |
2649 | + "_TileImageName": "aa_tni_3167.jpg", | |
2650 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2651 | + "_BodyRegion": "Upper Limb", | |
2652 | + "_ViewOrientation": "Anterior", | |
2653 | + "_ImageType": "Cadaver Photograph" | |
2654 | + }, | |
2655 | + { | |
2656 | + "_Id": "281", | |
2657 | + "_ImageId": "2986", | |
2658 | + "_Title": "Vessels of Cubital Fossa", | |
2659 | + "_ImageName": "aa_img_2986.jpg", | |
2660 | + "_TileImageName": "aa_tni_2986.jpg", | |
2661 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2662 | + "_BodyRegion": "Upper Limb", | |
2663 | + "_ViewOrientation": "Anterior", | |
2664 | + "_ImageType": "Illustration" | |
2665 | + }, | |
2666 | + { | |
2667 | + "_Id": "282", | |
2668 | + "_ImageId": "2987", | |
2669 | + "_Title": "Forearm (Inf)", | |
2670 | + "_ImageName": "aa_img_2987.jpg", | |
2671 | + "_TileImageName": "aa_tni_2987.jpg", | |
2672 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2673 | + "_BodyRegion": "Upper Limb", | |
2674 | + "_ViewOrientation": "Inferior", | |
2675 | + "_ImageType": "Illustration" | |
2676 | + }, | |
2677 | + { | |
2678 | + "_Id": "283", | |
2679 | + "_ImageId": "2988", | |
2680 | + "_Title": "Bones of Forearm & Hand (Ant)", | |
2681 | + "_ImageName": "aa_img_2988.jpg", | |
2682 | + "_TileImageName": "aa_tni_2988.jpg", | |
2683 | + "_BodySystem": "Skeletal", | |
2684 | + "_BodyRegion": "Upper Limb", | |
2685 | + "_ViewOrientation": "Anterior", | |
2686 | + "_ImageType": "Illustration" | |
2687 | + }, | |
2688 | + { | |
2689 | + "_Id": "284", | |
2690 | + "_ImageId": "3168", | |
2691 | + "_Title": "Anatomical Snuff Box", | |
2692 | + "_ImageName": "aa_img_3168.jpg", | |
2693 | + "_TileImageName": "aa_tni_3168.jpg", | |
2694 | + "_BodySystem": "Cardiovascular, Integumentary, Muscular, Nervous, Skeletal", | |
2695 | + "_BodyRegion": "Upper Limb", | |
2696 | + "_ViewOrientation": "Lateral", | |
2697 | + "_ImageType": "Cadaver Photograph" | |
2698 | + }, | |
2699 | + { | |
2700 | + "_Id": "285", | |
2701 | + "_ImageId": "2989", | |
2702 | + "_Title": "Extensor Retinaculum of Wrist", | |
2703 | + "_ImageName": "aa_img_2989.jpg", | |
2704 | + "_TileImageName": "aa_tni_2989.jpg", | |
2705 | + "_BodySystem": "Cardiovascular, Muscular, Skeletal", | |
2706 | + "_BodyRegion": "Upper Limb", | |
2707 | + "_ViewOrientation": "Posterior", | |
2708 | + "_ImageType": "Illustration" | |
2709 | + }, | |
2710 | + { | |
2711 | + "_Id": "286", | |
2712 | + "_ImageId": "3289", | |
2713 | + "_Title": "Extensor Tendons of Hand", | |
2714 | + "_ImageName": "aa_img_3289.jpg", | |
2715 | + "_TileImageName": "aa_tni_3289.jpg", | |
2716 | + "_BodySystem": "Cardiovascular, Muscular, Skeletal", | |
2717 | + "_BodyRegion": "Upper Limb", | |
2718 | + "_ViewOrientation": "Posterior", | |
2719 | + "_ImageType": "Illustration" | |
2720 | + }, | |
2721 | + { | |
2722 | + "_Id": "287", | |
2723 | + "_ImageId": "2990", | |
2724 | + "_Title": "Deep Veins of Hand", | |
2725 | + "_ImageName": "aa_img_2990.jpg", | |
2726 | + "_TileImageName": "aa_tni_2990.jpg", | |
2727 | + "_BodySystem": "Cardiovascular, Muscular, Skeletal", | |
2728 | + "_BodyRegion": "Upper Limb", | |
2729 | + "_ViewOrientation": "Posterior", | |
2730 | + "_ImageType": "Illustration" | |
2731 | + }, | |
2732 | + { | |
2733 | + "_Id": "288", | |
2734 | + "_ImageId": "3169", | |
2735 | + "_Title": "Deep Arteries of Hand", | |
2736 | + "_ImageName": "aa_img_3169.jpg", | |
2737 | + "_TileImageName": "aa_tni_3169.jpg", | |
2738 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2739 | + "_BodyRegion": "Upper Limb", | |
2740 | + "_ViewOrientation": "Posterior", | |
2741 | + "_ImageType": "Illustration" | |
2742 | + }, | |
2743 | + { | |
2744 | + "_Id": "289", | |
2745 | + "_ImageId": "3290", | |
2746 | + "_Title": "Palmar Aponeurosis", | |
2747 | + "_ImageName": "aa_img_3290.jpg", | |
2748 | + "_TileImageName": "aa_tni_3290.jpg", | |
2749 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2750 | + "_BodyRegion": "Upper Limb", | |
2751 | + "_ViewOrientation": "Anterior", | |
2752 | + "_ImageType": "Illustration" | |
2753 | + }, | |
2754 | + { | |
2755 | + "_Id": "290", | |
2756 | + "_ImageId": "2991", | |
2757 | + "_Title": "Superficial Palmar Arch 1", | |
2758 | + "_ImageName": "aa_img_2991.jpg", | |
2759 | + "_TileImageName": "aa_tni_2991.jpg", | |
2760 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2761 | + "_BodyRegion": "Upper Limb", | |
2762 | + "_ViewOrientation": "Anterior", | |
2763 | + "_ImageType": "Illustration" | |
2764 | + }, | |
2765 | + { | |
2766 | + "_Id": "291", | |
2767 | + "_ImageId": "3170", | |
2768 | + "_Title": "Dissection of Hand (Ant)", | |
2769 | + "_ImageName": "aa_img_3170.jpg", | |
2770 | + "_TileImageName": "aa_tni_3170.jpg", | |
2771 | + "_BodySystem": "Cardiovascular, Muscular, Nervous", | |
2772 | + "_BodyRegion": "Upper Limb", | |
2773 | + "_ViewOrientation": "Anterior", | |
2774 | + "_ImageType": "Cadaver Photograph" | |
2775 | + }, | |
2776 | + { | |
2777 | + "_Id": "292", | |
2778 | + "_ImageId": "3291", | |
2779 | + "_Title": "Superficial Palmar Arch 2", | |
2780 | + "_ImageName": "aa_img_3291.jpg", | |
2781 | + "_TileImageName": "aa_tni_3291.jpg", | |
2782 | + "_BodySystem": "Cardiovascular, Muscular, Nervous", | |
2783 | + "_BodyRegion": "Upper Limb", | |
2784 | + "_ViewOrientation": "Anterior", | |
2785 | + "_ImageType": "Cadaver Photograph" | |
2786 | + }, | |
2787 | + { | |
2788 | + "_Id": "293", | |
2789 | + "_ImageId": "3292", | |
2790 | + "_Title": "Superficial Muscles of Palm", | |
2791 | + "_ImageName": "aa_img_3292.jpg", | |
2792 | + "_TileImageName": "aa_tni_3292.jpg", | |
2793 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2794 | + "_BodyRegion": "Upper Limb", | |
2795 | + "_ViewOrientation": "Anterior", | |
2796 | + "_ImageType": "Illustration" | |
2797 | + }, | |
2798 | + { | |
2799 | + "_Id": "294", | |
2800 | + "_ImageId": "2992", | |
2801 | + "_Title": "Flexor Tendons of Hand", | |
2802 | + "_ImageName": "aa_img_2992.jpg", | |
2803 | + "_TileImageName": "aa_tni_2992.jpg", | |
2804 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2805 | + "_BodyRegion": "Upper Limb", | |
2806 | + "_ViewOrientation": "Anterior", | |
2807 | + "_ImageType": "Illustration" | |
2808 | + }, | |
2809 | + { | |
2810 | + "_Id": "295", | |
2811 | + "_ImageId": "3293", | |
2812 | + "_Title": "Wrist (Inf)", | |
2813 | + "_ImageName": "aa_img_3293.jpg", | |
2814 | + "_TileImageName": "aa_tni_3293.jpg", | |
2815 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2816 | + "_BodyRegion": "Upper Limb", | |
2817 | + "_ViewOrientation": "Inferior", | |
2818 | + "_ImageType": "Illustration" | |
2819 | + }, | |
2820 | + { | |
2821 | + "_Id": "296", | |
2822 | + "_ImageId": "2993", | |
2823 | + "_Title": "Deep Muscles of Palm", | |
2824 | + "_ImageName": "aa_img_2993.jpg", | |
2825 | + "_TileImageName": "aa_tni_2993.jpg", | |
2826 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2827 | + "_BodyRegion": "Upper Limb", | |
2828 | + "_ViewOrientation": "Anterior", | |
2829 | + "_ImageType": "Illustration" | |
2830 | + }, | |
2831 | + { | |
2832 | + "_Id": "297", | |
2833 | + "_ImageId": "3294", | |
2834 | + "_Title": "Deep Arterial Arch of Palm 1", | |
2835 | + "_ImageName": "aa_img_3294.jpg", | |
2836 | + "_TileImageName": "aa_tni_3294.jpg", | |
2837 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2838 | + "_BodyRegion": "Upper Limb", | |
2839 | + "_ViewOrientation": "Anterior", | |
2840 | + "_ImageType": "Illustration" | |
2841 | + }, | |
2842 | + { | |
2843 | + "_Id": "298", | |
2844 | + "_ImageId": "3295", | |
2845 | + "_Title": "Bones of Forearm & Hand (Post)", | |
2846 | + "_ImageName": "aa_img_3295.jpg", | |
2847 | + "_TileImageName": "aa_tni_3295.jpg", | |
2848 | + "_BodySystem": "Skeletal", | |
2849 | + "_BodyRegion": "Upper Limb", | |
2850 | + "_ViewOrientation": "Posterior", | |
2851 | + "_ImageType": "Illustration" | |
2852 | + }, | |
2853 | + { | |
2854 | + "_Id": "299", | |
2855 | + "_ImageId": "3171", | |
2856 | + "_Title": "Deep Arterial Arch of Palm 2", | |
2857 | + "_ImageName": "aa_img_3171.jpg", | |
2858 | + "_TileImageName": "aa_tni_3171.jpg", | |
2859 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
2860 | + "_BodyRegion": "Upper Limb", | |
2861 | + "_ViewOrientation": "Anterior", | |
2862 | + "_ImageType": "Cadaver Photograph" | |
2863 | + }, | |
2864 | + { | |
2865 | + "_Id": "300", | |
2866 | + "_ImageId": "2994", | |
2867 | + "_Title": "Bones of Hand (Post)", | |
2868 | + "_ImageName": "aa_img_2994.jpg", | |
2869 | + "_TileImageName": "aa_tni_2994.jpg", | |
2870 | + "_BodySystem": "Skeletal", | |
2871 | + "_BodyRegion": "Upper Limb", | |
2872 | + "_ViewOrientation": "Posterior", | |
2873 | + "_ImageType": "Illustration" | |
2874 | + }, | |
2875 | + { | |
2876 | + "_Id": "301", | |
2877 | + "_ImageId": "2995", | |
2878 | + "_Title": "Bones of Hand (Ant)", | |
2879 | + "_ImageName": "aa_img_2995.jpg", | |
2880 | + "_TileImageName": "aa_tni_2995.jpg", | |
2881 | + "_BodySystem": "Skeletal", | |
2882 | + "_BodyRegion": "Upper Limb", | |
2883 | + "_ViewOrientation": "Anterior", | |
2884 | + "_ImageType": "Illustration" | |
2885 | + }, | |
2886 | + { | |
2887 | + "_Id": "302", | |
2888 | + "_ImageId": "2996", | |
2889 | + "_Title": "Ligaments of Hand (Post)", | |
2890 | + "_ImageName": "aa_img_2996.jpg", | |
2891 | + "_TileImageName": "aa_tni_2996.jpg", | |
2892 | + "_BodySystem": "Skeletal", | |
2893 | + "_BodyRegion": "Upper Limb", | |
2894 | + "_ViewOrientation": "Posterior", | |
2895 | + "_ImageType": "Illustration" | |
2896 | + }, | |
2897 | + { | |
2898 | + "_Id": "303", | |
2899 | + "_ImageId": "2997", | |
2900 | + "_Title": "Ligaments of Hand (Ant)", | |
2901 | + "_ImageName": "aa_img_2997.jpg", | |
2902 | + "_TileImageName": "aa_tni_2997.jpg", | |
2903 | + "_BodySystem": "Skeletal", | |
2904 | + "_BodyRegion": "Upper Limb", | |
2905 | + "_ViewOrientation": "Anterior", | |
2906 | + "_ImageType": "Illustration" | |
2907 | + }, | |
2908 | + { | |
2909 | + "_Id": "304", | |
2910 | + "_ImageId": "2998", | |
2911 | + "_Title": "Surface Anatomy of Head (Ant)", | |
2912 | + "_ImageName": "aa_img_2998.jpg", | |
2913 | + "_TileImageName": "aa_tni_2998.jpg", | |
2914 | + "_BodySystem": "Integumentary, Muscular, Skeletal", | |
2915 | + "_BodyRegion": "Head and Neck", | |
2916 | + "_ViewOrientation": "Anterior", | |
2917 | + "_ImageType": "Illustration" | |
2918 | + }, | |
2919 | + { | |
2920 | + "_Id": "305", | |
2921 | + "_ImageId": "2999", | |
2922 | + "_Title": "Surface Anatomy of Head (Post)", | |
2923 | + "_ImageName": "aa_img_2999.jpg", | |
2924 | + "_TileImageName": "aa_tni_2999.jpg", | |
2925 | + "_BodySystem": "Integumentary, Muscular, Skeletal", | |
2926 | + "_BodyRegion": "Head and Neck", | |
2927 | + "_ViewOrientation": "Posterior", | |
2928 | + "_ImageType": "Illustration" | |
2929 | + }, | |
2930 | + { | |
2931 | + "_Id": "306", | |
2932 | + "_ImageId": "3296", | |
2933 | + "_Title": "Skull (Lat) 1", | |
2934 | + "_ImageName": "aa_img_3296.jpg", | |
2935 | + "_TileImageName": "aa_tni_3296.jpg", | |
2936 | + "_BodySystem": "Skeletal", | |
2937 | + "_BodyRegion": "Head and Neck", | |
2938 | + "_ViewOrientation": "Lateral", | |
2939 | + "_ImageType": "Cadaver Photograph" | |
2940 | + }, | |
2941 | + { | |
2942 | + "_Id": "307", | |
2943 | + "_ImageId": "3297", | |
2944 | + "_Title": "Cranial Cavities (Sup) 1", | |
2945 | + "_ImageName": "aa_img_3297.jpg", | |
2946 | + "_TileImageName": "aa_tni_3297.jpg", | |
2947 | + "_BodySystem": "Skeletal", | |
2948 | + "_BodyRegion": "Head and Neck", | |
2949 | + "_ViewOrientation": "Superior", | |
2950 | + "_ImageType": "Cadaver Photograph" | |
2951 | + }, | |
2952 | + { | |
2953 | + "_Id": "308", | |
2954 | + "_ImageId": "3000", | |
2955 | + "_Title": "Walls of Orbit (Ant)", | |
2956 | + "_ImageName": "aa_img_3000.jpg", | |
2957 | + "_TileImageName": "aa_tni_3000.jpg", | |
2958 | + "_BodySystem": "Skeletal", | |
2959 | + "_BodyRegion": "Head and Neck", | |
2960 | + "_ViewOrientation": "Anterior", | |
2961 | + "_ImageType": "Cadaver Photograph" | |
2962 | + }, | |
2963 | + { | |
2964 | + "_Id": "309", | |
2965 | + "_ImageId": "3298", | |
2966 | + "_Title": "Bony Wall of Nasal Cavity", | |
2967 | + "_ImageName": "aa_img_3298.jpg", | |
2968 | + "_TileImageName": "aa_tni_3298.jpg", | |
2969 | + "_BodySystem": "Respiratory, Skeletal", | |
2970 | + "_BodyRegion": "Head and Neck", | |
2971 | + "_ViewOrientation": "Medial", | |
2972 | + "_ImageType": "Cadaver Photograph" | |
2973 | + }, | |
2974 | + { | |
2975 | + "_Id": "310", | |
2976 | + "_ImageId": "3001", | |
2977 | + "_Title": "Cervical Vertebrae (Lat)", | |
2978 | + "_ImageName": "aa_img_3001.jpg", | |
2979 | + "_TileImageName": "aa_tni_3001.jpg", | |
2980 | + "_BodySystem": "Skeletal", | |
2981 | + "_BodyRegion": "Head and Neck", | |
2982 | + "_ViewOrientation": "Lateral", | |
2983 | + "_ImageType": "Illustration" | |
2984 | + }, | |
2985 | + { | |
2986 | + "_Id": "311", | |
2987 | + "_ImageId": "3002", | |
2988 | + "_Title": "Extrinsic Eye Muscles (Lat)", | |
2989 | + "_ImageName": "aa_img_3002.jpg", | |
2990 | + "_TileImageName": "aa_tni_3002.jpg", | |
2991 | + "_BodySystem": "Muscular, Respiratory, Skeletal", | |
2992 | + "_BodyRegion": "Head and Neck", | |
2993 | + "_ViewOrientation": "Lateral", | |
2994 | + "_ImageType": "Illustration" | |
2995 | + }, | |
2996 | + { | |
2997 | + "_Id": "312", | |
2998 | + "_ImageId": "3172", | |
2999 | + "_Title": "Muscles of Pharynx (Lat)", | |
3000 | + "_ImageName": "aa_img_3172.jpg", | |
3001 | + "_TileImageName": "aa_tni_3172.jpg", | |
3002 | + "_BodySystem": "Digestive, Muscular, Respiratory, Skeletal", | |
3003 | + "_BodyRegion": "Head and Neck", | |
3004 | + "_ViewOrientation": "Lateral", | |
3005 | + "_ImageType": "Illustration" | |
3006 | + }, | |
3007 | + { | |
3008 | + "_Id": "313", | |
3009 | + "_ImageId": "3173", | |
3010 | + "_Title": "Triangles of Neck (Ant)", | |
3011 | + "_ImageName": "aa_img_3173.jpg", | |
3012 | + "_TileImageName": "aa_tni_3173.jpg", | |
3013 | + "_BodySystem": "Integumentary, Muscular, Skeletal", | |
3014 | + "_BodyRegion": "Head and Neck", | |
3015 | + "_ViewOrientation": "Anterior", | |
3016 | + "_ImageType": "Illustration" | |
3017 | + }, | |
3018 | + { | |
3019 | + "_Id": "314", | |
3020 | + "_ImageId": "3174", | |
3021 | + "_Title": "Hyoid Muscles (Lat)", | |
3022 | + "_ImageName": "aa_img_3174.jpg", | |
3023 | + "_TileImageName": "aa_tni_3174.jpg", | |
3024 | + "_BodySystem": "Digestive, Muscular, Respiratory, Skeletal", | |
3025 | + "_BodyRegion": "Head and Neck", | |
3026 | + "_ViewOrientation": "Lateral", | |
3027 | + "_ImageType": "Illustration" | |
3028 | + }, | |
3029 | + { | |
3030 | + "_Id": "315", | |
3031 | + "_ImageId": "3175", | |
3032 | + "_Title": "Pharyngeal Constrictor Muscles", | |
3033 | + "_ImageName": "aa_img_3175.jpg", | |
3034 | + "_TileImageName": "aa_tni_3175.jpg", | |
3035 | + "_BodySystem": "Muscular, Skeletal", | |
3036 | + "_BodyRegion": "Head and Neck", | |
3037 | + "_ViewOrientation": "Lateral", | |
3038 | + "_ImageType": "Illustration" | |
3039 | + }, | |
3040 | + { | |
3041 | + "_Id": "316", | |
3042 | + "_ImageId": "3299", | |
3043 | + "_Title": "Muscles of Tongue (Lat)", | |
3044 | + "_ImageName": "aa_img_3299.jpg", | |
3045 | + "_TileImageName": "aa_tni_3299.jpg", | |
3046 | + "_BodySystem": "Muscular, Respiratory, Skeletal", | |
3047 | + "_BodyRegion": "Head and Neck", | |
3048 | + "_ViewOrientation": "Lateral", | |
3049 | + "_ImageType": "Illustration" | |
3050 | + }, | |
3051 | + { | |
3052 | + "_Id": "317", | |
3053 | + "_ImageId": "3003", | |
3054 | + "_Title": "Laryngeal Muscles (Ant)", | |
3055 | + "_ImageName": "aa_img_3003.jpg", | |
3056 | + "_TileImageName": "aa_tni_3003.jpg", | |
3057 | + "_BodySystem": "Muscular, Respiratory, Skeletal", | |
3058 | + "_BodyRegion": "Head and Neck", | |
3059 | + "_ViewOrientation": "Anterior", | |
3060 | + "_ImageType": "Illustration" | |
3061 | + }, | |
3062 | + { | |
3063 | + "_Id": "318", | |
3064 | + "_ImageId": "3300", | |
3065 | + "_Title": "Laryngeal Muscles (Sup)", | |
3066 | + "_ImageName": "aa_img_3300.jpg", | |
3067 | + "_TileImageName": "aa_tni_3300.jpg", | |
3068 | + "_BodySystem": "Muscular, Respiratory, Skeletal", | |
3069 | + "_BodyRegion": "Head and Neck", | |
3070 | + "_ViewOrientation": "Superior", | |
3071 | + "_ImageType": "Illustration" | |
3072 | + }, | |
3073 | + { | |
3074 | + "_Id": "319", | |
3075 | + "_ImageId": "3176", | |
3076 | + "_Title": "Neck at C5 Vertebra (Sup)", | |
3077 | + "_ImageName": "aa_img_3176.jpg", | |
3078 | + "_TileImageName": "aa_tni_3176.jpg", | |
3079 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Respiratory, Skeletal", | |
3080 | + "_BodyRegion": "Head and Neck", | |
3081 | + "_ViewOrientation": "Superior", | |
3082 | + "_ImageType": "Illustration" | |
3083 | + }, | |
3084 | + { | |
3085 | + "_Id": "320", | |
3086 | + "_ImageId": "3004", | |
3087 | + "_Title": "Neck at T1 Vertebra (Sup)", | |
3088 | + "_ImageName": "aa_img_3004.jpg", | |
3089 | + "_TileImageName": "aa_tni_3004.jpg", | |
3090 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Muscular, Nervous, Respiratory, Skeletal", | |
3091 | + "_BodyRegion": "Head and Neck", | |
3092 | + "_ViewOrientation": "Superior", | |
3093 | + "_ImageType": "Illustration" | |
3094 | + }, | |
3095 | + { | |
3096 | + "_Id": "321", | |
3097 | + "_ImageId": "3005", | |
3098 | + "_Title": "Sagittal Section of Neck", | |
3099 | + "_ImageName": "aa_img_3005.jpg", | |
3100 | + "_TileImageName": "aa_tni_3005.jpg", | |
3101 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Immune, Muscular, Nervous, Respiratory, Skeletal", | |
3102 | + "_BodyRegion": "Head and Neck", | |
3103 | + "_ViewOrientation": "Medial", | |
3104 | + "_ImageType": "Illustration" | |
3105 | + }, | |
3106 | + { | |
3107 | + "_Id": "322", | |
3108 | + "_ImageId": "3177", | |
3109 | + "_Title": "Arteries of Head & Neck", | |
3110 | + "_ImageName": "aa_img_3177.jpg", | |
3111 | + "_TileImageName": "aa_tni_3177.jpg", | |
3112 | + "_BodySystem": "Cardiovascular", | |
3113 | + "_BodyRegion": "Head and Neck", | |
3114 | + "_ViewOrientation": "Lateral", | |
3115 | + "_ImageType": "Illustration" | |
3116 | + }, | |
3117 | + { | |
3118 | + "_Id": "323", | |
3119 | + "_ImageId": "3006", | |
3120 | + "_Title": "Deep Arteries of Head (Lat)", | |
3121 | + "_ImageName": "aa_img_3006.jpg", | |
3122 | + "_TileImageName": "aa_tni_3006.jpg", | |
3123 | + "_BodySystem": "Cardiovascular, Skeletal", | |
3124 | + "_BodyRegion": "Head and Neck", | |
3125 | + "_ViewOrientation": "Lateral", | |
3126 | + "_ImageType": "Illustration" | |
3127 | + }, | |
3128 | + { | |
3129 | + "_Id": "324", | |
3130 | + "_ImageId": "3007", | |
3131 | + "_Title": "Veins of Head & Neck (Lat)", | |
3132 | + "_ImageName": "aa_img_3007.jpg", | |
3133 | + "_TileImageName": "aa_tni_3007.jpg", | |
3134 | + "_BodySystem": "Cardiovascular", | |
3135 | + "_BodyRegion": "Head and Neck", | |
3136 | + "_ViewOrientation": "Lateral", | |
3137 | + "_ImageType": "Illustration" | |
3138 | + }, | |
3139 | + { | |
3140 | + "_Id": "325", | |
3141 | + "_ImageId": "3008", | |
3142 | + "_Title": "Deep Veins of Head (Lat)", | |
3143 | + "_ImageName": "aa_img_3008.jpg", | |
3144 | + "_TileImageName": "aa_tni_3008.jpg", | |
3145 | + "_BodySystem": "Cardiovascular, Nervous, Skeletal", | |
3146 | + "_BodyRegion": "Head and Neck", | |
3147 | + "_ViewOrientation": "Lateral", | |
3148 | + "_ImageType": "Illustration" | |
3149 | + }, | |
3150 | + { | |
3151 | + "_Id": "326", | |
3152 | + "_ImageId": "3178", | |
3153 | + "_Title": "Dermatomes of Head/Neck (Ant)", | |
3154 | + "_ImageName": "aa_img_3178.jpg", | |
3155 | + "_TileImageName": "aa_tni_3178.jpg", | |
3156 | + "_BodySystem": "Integumentary, Muscular, Nervous", | |
3157 | + "_BodyRegion": "Head and Neck", | |
3158 | + "_ViewOrientation": "Anterior", | |
3159 | + "_ImageType": "Illustration" | |
3160 | + }, | |
3161 | + { | |
3162 | + "_Id": "327", | |
3163 | + "_ImageId": "3009", | |
3164 | + "_Title": "Dermatomes of Head/Neck (Post)", | |
3165 | + "_ImageName": "aa_img_3009.jpg", | |
3166 | + "_TileImageName": "aa_tni_3009.jpg", | |
3167 | + "_BodySystem": "Integumentary, Muscular, Nervous", | |
3168 | + "_BodyRegion": "Head and Neck", | |
3169 | + "_ViewOrientation": "Posterior", | |
3170 | + "_ImageType": "Illustration" | |
3171 | + }, | |
3172 | + { | |
3173 | + "_Id": "328", | |
3174 | + "_ImageId": "3179", | |
3175 | + "_Title": "Dermatomes of Head/Neck (Lat)", | |
3176 | + "_ImageName": "aa_img_3179.jpg", | |
3177 | + "_TileImageName": "aa_tni_3179.jpg", | |
3178 | + "_BodySystem": "Integumentary, Nervous", | |
3179 | + "_BodyRegion": "Head and Neck", | |
3180 | + "_ViewOrientation": "Lateral", | |
3181 | + "_ImageType": "Illustration" | |
3182 | + }, | |
3183 | + { | |
3184 | + "_Id": "329", | |
3185 | + "_ImageId": "3010", | |
3186 | + "_Title": "Base of Brain (Inf)", | |
3187 | + "_ImageName": "aa_img_3010.jpg", | |
3188 | + "_TileImageName": "aa_tni_3010.jpg", | |
3189 | + "_BodySystem": "Endocrine, Nervous", | |
3190 | + "_BodyRegion": "Head and Neck", | |
3191 | + "_ViewOrientation": "Inferior", | |
3192 | + "_ImageType": "Illustration" | |
3193 | + }, | |
3194 | + { | |
3195 | + "_Id": "330", | |
3196 | + "_ImageId": "3301", | |
3197 | + "_Title": "Brain (Lat)", | |
3198 | + "_ImageName": "aa_img_3301.jpg", | |
3199 | + "_TileImageName": "aa_tni_3301.jpg", | |
3200 | + "_BodySystem": "Nervous", | |
3201 | + "_BodyRegion": "Head and Neck", | |
3202 | + "_ViewOrientation": "Lateral", | |
3203 | + "_ImageType": "Illustration" | |
3204 | + }, | |
3205 | + { | |
3206 | + "_Id": "331", | |
3207 | + "_ImageId": "3011", | |
3208 | + "_Title": "Sagittal Section of Brain", | |
3209 | + "_ImageName": "aa_img_3011.jpg", | |
3210 | + "_TileImageName": "aa_tni_3011.jpg", | |
3211 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Nervous, Respiratory, Skeletal", | |
3212 | + "_BodyRegion": "Head and Neck", | |
3213 | + "_ViewOrientation": "Medial", | |
3214 | + "_ImageType": "Illustration" | |
3215 | + }, | |
3216 | + { | |
3217 | + "_Id": "332", | |
3218 | + "_ImageId": "3302", | |
3219 | + "_Title": "Basal Ganglia (Sup)", | |
3220 | + "_ImageName": "aa_img_3302.jpg", | |
3221 | + "_TileImageName": "aa_tni_3302.jpg", | |
3222 | + "_BodySystem": "Cardiovascular, Nervous", | |
3223 | + "_BodyRegion": "Head and Neck", | |
3224 | + "_ViewOrientation": "Superior", | |
3225 | + "_ImageType": "Illustration" | |
3226 | + }, | |
3227 | + { | |
3228 | + "_Id": "333", | |
3229 | + "_ImageId": "3012", | |
3230 | + "_Title": "Surface of Tongue (Dorsal)", | |
3231 | + "_ImageName": "aa_img_3012.jpg", | |
3232 | + "_TileImageName": "aa_tni_3012.jpg", | |
3233 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Respiratory", | |
3234 | + "_BodyRegion": "Head and Neck", | |
3235 | + "_ViewOrientation": "Superior", | |
3236 | + "_ImageType": "Illustration" | |
3237 | + }, | |
3238 | + { | |
3239 | + "_Id": "334", | |
3240 | + "_ImageId": "3013", | |
3241 | + "_Title": "Muscles of Facial Expression", | |
3242 | + "_ImageName": "aa_img_3013.jpg", | |
3243 | + "_TileImageName": "aa_tni_3013.jpg", | |
3244 | + "_BodySystem": "Cardiovascular, Integumentary, Muscular, Nervous, Skeletal", | |
3245 | + "_BodyRegion": "Head and Neck", | |
3246 | + "_ViewOrientation": "Lateral", | |
3247 | + "_ImageType": "Cadaver Photograph" | |
3248 | + }, | |
3249 | + { | |
3250 | + "_Id": "335", | |
3251 | + "_ImageId": "3180", | |
3252 | + "_Title": "Superf. Nerves of Head (Lat)", | |
3253 | + "_ImageName": "aa_img_3180.jpg", | |
3254 | + "_TileImageName": "aa_tni_3180.jpg", | |
3255 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Skeletal", | |
3256 | + "_BodyRegion": "Head and Neck", | |
3257 | + "_ViewOrientation": "Lateral", | |
3258 | + "_ImageType": "Illustration" | |
3259 | + }, | |
3260 | + { | |
3261 | + "_Id": "336", | |
3262 | + "_ImageId": "3014", | |
3263 | + "_Title": "Dissection of Facial Nerve", | |
3264 | + "_ImageName": "aa_img_3014.jpg", | |
3265 | + "_TileImageName": "aa_tni_3014.jpg", | |
3266 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Skeletal", | |
3267 | + "_BodyRegion": "Head and Neck", | |
3268 | + "_ViewOrientation": "Lateral", | |
3269 | + "_ImageType": "Cadaver Photograph" | |
3270 | + }, | |
3271 | + { | |
3272 | + "_Id": "337", | |
3273 | + "_ImageId": "3015", | |
3274 | + "_Title": "Facial Nerve (Lat) 2", | |
3275 | + "_ImageName": "aa_img_3015.jpg", | |
3276 | + "_TileImageName": "aa_tni_3015.jpg", | |
3277 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Skeletal", | |
3278 | + "_BodyRegion": "Head and Neck", | |
3279 | + "_ViewOrientation": "Lateral", | |
3280 | + "_ImageType": "Cadaver Photograph" | |
3281 | + }, | |
3282 | + { | |
3283 | + "_Id": "338", | |
3284 | + "_ImageId": "3016", | |
3285 | + "_Title": "Superf. Muscles of Neck (Ant)", | |
3286 | + "_ImageName": "aa_img_3016.jpg", | |
3287 | + "_TileImageName": "aa_tni_3016.jpg", | |
3288 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
3289 | + "_BodyRegion": "Head and Neck", | |
3290 | + "_ViewOrientation": "Anterior", | |
3291 | + "_ImageType": "Cadaver Photograph" | |
3292 | + }, | |
3293 | + { | |
3294 | + "_Id": "339", | |
3295 | + "_ImageId": "3181", | |
3296 | + "_Title": "Posterior Triangle of Neck", | |
3297 | + "_ImageName": "aa_img_3181.jpg", | |
3298 | + "_TileImageName": "aa_tni_3181.jpg", | |
3299 | + "_BodySystem": "Cardiovascular, Lymphatic, Muscular, Nervous", | |
3300 | + "_BodyRegion": "Head and Neck", | |
3301 | + "_ViewOrientation": "Lateral", | |
3302 | + "_ImageType": "Cadaver Photograph" | |
3303 | + }, | |
3304 | + { | |
3305 | + "_Id": "340", | |
3306 | + "_ImageId": "3182", | |
3307 | + "_Title": "Cervical Plexus (Lat)", | |
3308 | + "_ImageName": "aa_img_3182.jpg", | |
3309 | + "_TileImageName": "aa_tni_3182.jpg", | |
3310 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
3311 | + "_BodyRegion": "Head and Neck", | |
3312 | + "_ViewOrientation": "Lateral", | |
3313 | + "_ImageType": "Illustration" | |
3314 | + }, | |
3315 | + { | |
3316 | + "_Id": "341", | |
3317 | + "_ImageId": "3303", | |
3318 | + "_Title": "Anterior Triangles of Neck", | |
3319 | + "_ImageName": "aa_img_3303.jpg", | |
3320 | + "_TileImageName": "aa_tni_3303.jpg", | |
3321 | + "_BodySystem": "Cardiovascular, Endocrine, Muscular, Nervous, Respiratory, Skeletal", | |
3322 | + "_BodyRegion": "Head and Neck", | |
3323 | + "_ViewOrientation": "Anterior", | |
3324 | + "_ImageType": "Cadaver Photograph" | |
3325 | + }, | |
3326 | + { | |
3327 | + "_Id": "342", | |
3328 | + "_ImageId": "3183", | |
3329 | + "_Title": "Deep Structures of Neck (Lat)", | |
3330 | + "_ImageName": "aa_img_3183.jpg", | |
3331 | + "_TileImageName": "aa_tni_3183.jpg", | |
3332 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Skeletal", | |
3333 | + "_BodyRegion": "Head and Neck", | |
3334 | + "_ViewOrientation": "Lateral", | |
3335 | + "_ImageType": "Illustration" | |
3336 | + }, | |
3337 | + { | |
3338 | + "_Id": "343", | |
3339 | + "_ImageId": "3304", | |
3340 | + "_Title": "Dissection of Neck (Ant/Lat)", | |
3341 | + "_ImageName": "aa_img_3304.jpg", | |
3342 | + "_TileImageName": "aa_tni_3304.jpg", | |
3343 | + "_BodySystem": "Cardiovascular, Lymphatic, Muscular, Nervous, Respiratory, Skeletal", | |
3344 | + "_BodyRegion": "Head and Neck", | |
3345 | + "_ViewOrientation": "Non-standard", | |
3346 | + "_ImageType": "Cadaver Photograph" | |
3347 | + }, | |
3348 | + { | |
3349 | + "_Id": "344", | |
3350 | + "_ImageId": "3017", | |
3351 | + "_Title": "Dissection of Larynx (Ant/Lat)", | |
3352 | + "_ImageName": "aa_img_3017.jpg", | |
3353 | + "_TileImageName": "aa_tni_3017.jpg", | |
3354 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Respiratory, Skeletal", | |
3355 | + "_BodyRegion": "Head and Neck", | |
3356 | + "_ViewOrientation": "Non-standard", | |
3357 | + "_ImageType": "Cadaver Photograph" | |
3358 | + }, | |
3359 | + { | |
3360 | + "_Id": "345", | |
3361 | + "_ImageId": "3018", | |
3362 | + "_Title": "Dissection of Larynx (Post)", | |
3363 | + "_ImageName": "aa_img_3018.jpg", | |
3364 | + "_TileImageName": "aa_tni_3018.jpg", | |
3365 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Respiratory, Skeletal", | |
3366 | + "_BodyRegion": "Head and Neck", | |
3367 | + "_ViewOrientation": "Posterior", | |
3368 | + "_ImageType": "Cadaver Photograph" | |
3369 | + }, | |
3370 | + { | |
3371 | + "_Id": "346", | |
3372 | + "_ImageId": "3305", | |
3373 | + "_Title": "Dissection of Larynx (Sup)", | |
3374 | + "_ImageName": "aa_img_3305.jpg", | |
3375 | + "_TileImageName": "aa_tni_3305.jpg", | |
3376 | + "_BodySystem": "Cardiovascular, Nervous, Respiratory", | |
3377 | + "_BodyRegion": "Head and Neck", | |
3378 | + "_ViewOrientation": "Superior", | |
3379 | + "_ImageType": "Cadaver Photograph" | |
3380 | + }, | |
3381 | + { | |
3382 | + "_Id": "347", | |
3383 | + "_ImageId": "3184", | |
3384 | + "_Title": "Sagittal Section of Larynx", | |
3385 | + "_ImageName": "aa_img_3184.jpg", | |
3386 | + "_TileImageName": "aa_tni_3184.jpg", | |
3387 | + "_BodySystem": "Digestive, Lymphatic, Muscular, Respiratory, Skeletal", | |
3388 | + "_BodyRegion": "Head and Neck", | |
3389 | + "_ViewOrientation": "Medial", | |
3390 | + "_ImageType": "Cadaver Photograph" | |
3391 | + }, | |
3392 | + { | |
3393 | + "_Id": "348", | |
3394 | + "_ImageId": "3306", | |
3395 | + "_Title": "Post. Wall of Pharynx (Post)", | |
3396 | + "_ImageName": "aa_img_3306.jpg", | |
3397 | + "_TileImageName": "aa_tni_3306.jpg", | |
3398 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Skeletal", | |
3399 | + "_BodyRegion": "Head and Neck", | |
3400 | + "_ViewOrientation": "Posterior", | |
3401 | + "_ImageType": "Cadaver Photograph" | |
3402 | + }, | |
3403 | + { | |
3404 | + "_Id": "349", | |
3405 | + "_ImageId": "3307", | |
3406 | + "_Title": "Anterior Wall of Pharynx", | |
3407 | + "_ImageName": "aa_img_3307.jpg", | |
3408 | + "_TileImageName": "aa_tni_3307.jpg", | |
3409 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Respiratory, Skeletal", | |
3410 | + "_BodyRegion": "Head and Neck", | |
3411 | + "_ViewOrientation": "Posterior", | |
3412 | + "_ImageType": "Cadaver Photograph" | |
3413 | + }, | |
3414 | + { | |
3415 | + "_Id": "350", | |
3416 | + "_ImageId": "3185", | |
3417 | + "_Title": "Auricle of Ear", | |
3418 | + "_ImageName": "aa_img_3185.jpg", | |
3419 | + "_TileImageName": "aa_tni_3185.jpg", | |
3420 | + "_BodySystem": "Integumentary, Skeletal", | |
3421 | + "_BodyRegion": "Head and Neck", | |
3422 | + "_ViewOrientation": "Lateral", | |
3423 | + "_ImageType": "Illustration" | |
3424 | + }, | |
3425 | + { | |
3426 | + "_Id": "351", | |
3427 | + "_ImageId": "3186", | |
3428 | + "_Title": "Larynx & Oral Cavity (Med)", | |
3429 | + "_ImageName": "aa_img_3186.jpg", | |
3430 | + "_TileImageName": "aa_tni_3186.jpg", | |
3431 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Respiratory, Skeletal", | |
3432 | + "_BodyRegion": "Head and Neck", | |
3433 | + "_ViewOrientation": "Medial", | |
3434 | + "_ImageType": "Cadaver Photograph" | |
3435 | + }, | |
3436 | + { | |
3437 | + "_Id": "352", | |
3438 | + "_ImageId": "3019", | |
3439 | + "_Title": "Dissection of Sublingual Region", | |
3440 | + "_ImageName": "aa_img_3019.jpg", | |
3441 | + "_TileImageName": "aa_tni_3019.jpg", | |
3442 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Skeletal", | |
3443 | + "_BodyRegion": "Head and Neck", | |
3444 | + "_ViewOrientation": "Lateral", | |
3445 | + "_ImageType": "Cadaver Photograph" | |
3446 | + }, | |
3447 | + { | |
3448 | + "_Id": "353", | |
3449 | + "_ImageId": "3308", | |
3450 | + "_Title": "Lateral Wall of Palate", | |
3451 | + "_ImageName": "aa_img_3308.jpg", | |
3452 | + "_TileImageName": "aa_tni_3308.jpg", | |
3453 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Respiratory, Skeletal", | |
3454 | + "_BodyRegion": "Head and Neck", | |
3455 | + "_ViewOrientation": "Lateral", | |
3456 | + "_ImageType": "Cadaver Photograph" | |
3457 | + }, | |
3458 | + { | |
3459 | + "_Id": "354", | |
3460 | + "_ImageId": "3187", | |
3461 | + "_Title": "Lateral Wall of Nasal Cavity", | |
3462 | + "_ImageName": "aa_img_3187.jpg", | |
3463 | + "_TileImageName": "aa_tni_3187.jpg", | |
3464 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Muscular, Nervous, Respiratory, Skeletal", | |
3465 | + "_BodyRegion": "Head and Neck", | |
3466 | + "_ViewOrientation": "Lateral", | |
3467 | + "_ImageType": "Cadaver Photograph" | |
3468 | + }, | |
3469 | + { | |
3470 | + "_Id": "355", | |
3471 | + "_ImageId": "3020", | |
3472 | + "_Title": "Sagittal Section of Head & Neck", | |
3473 | + "_ImageName": "aa_img_3020.jpg", | |
3474 | + "_TileImageName": "aa_tni_3020.jpg", | |
3475 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Lymphatic, Muscular, Nervous, Respiratory, Skeletal", | |
3476 | + "_BodyRegion": "Head and Neck", | |
3477 | + "_ViewOrientation": "Medial", | |
3478 | + "_ImageType": "Cadaver Photograph" | |
3479 | + }, | |
3480 | + { | |
3481 | + "_Id": "356", | |
3482 | + "_ImageId": "3188", | |
3483 | + "_Title": "Orbicularis Oculi Muscle (Ant)", | |
3484 | + "_ImageName": "aa_img_3188.jpg", | |
3485 | + "_TileImageName": "aa_tni_3188.jpg", | |
3486 | + "_BodySystem": "Cardiovascular, Integumentary, Muscular, Nervous", | |
3487 | + "_BodyRegion": "Head and Neck", | |
3488 | + "_ViewOrientation": "Anterior", | |
3489 | + "_ImageType": "Cadaver Photograph" | |
3490 | + }, | |
3491 | + { | |
3492 | + "_Id": "357", | |
3493 | + "_ImageId": "3021", | |
3494 | + "_Title": "Eyeball & Extrinsic Eye Muscles", | |
3495 | + "_ImageName": "aa_img_3021.jpg", | |
3496 | + "_TileImageName": "aa_tni_3021.jpg", | |
3497 | + "_BodySystem": "Cardiovascular, Endocrine, Muscular, Nervous, Skeletal", | |
3498 | + "_BodyRegion": "Head and Neck", | |
3499 | + "_ViewOrientation": "Anterior", | |
3500 | + "_ImageType": "Cadaver Photograph" | |
3501 | + }, | |
3502 | + { | |
3503 | + "_Id": "358", | |
3504 | + "_ImageId": "3022", | |
3505 | + "_Title": "Dissection of Eye Muscles (Ant)", | |
3506 | + "_ImageName": "aa_img_3022.jpg", | |
3507 | + "_TileImageName": "aa_tni_3022.jpg", | |
3508 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Respiratory", | |
3509 | + "_BodyRegion": "Head and Neck", | |
3510 | + "_ViewOrientation": "Anterior", | |
3511 | + "_ImageType": "Cadaver Photograph" | |
3512 | + }, | |
3513 | + { | |
3514 | + "_Id": "359", | |
3515 | + "_ImageId": "3309", | |
3516 | + "_Title": "Sagittal Section of Eyeball", | |
3517 | + "_ImageName": "aa_img_3309.jpg", | |
3518 | + "_TileImageName": "aa_tni_3309.jpg", | |
3519 | + "_BodySystem": "Cardiovascular, Muscular, Nervous", | |
3520 | + "_BodyRegion": "Head and Neck", | |
3521 | + "_ViewOrientation": "Medial", | |
3522 | + "_ImageType": "Cadaver Photograph" | |
3523 | + }, | |
3524 | + { | |
3525 | + "_Id": "360", | |
3526 | + "_ImageId": "3023", | |
3527 | + "_Title": "Dissection of Orbit (Sup) 1", | |
3528 | + "_ImageName": "aa_img_3023.jpg", | |
3529 | + "_TileImageName": "aa_tni_3023.jpg", | |
3530 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
3531 | + "_BodyRegion": "Head and Neck", | |
3532 | + "_ViewOrientation": "Superior", | |
3533 | + "_ImageType": "Cadaver Photograph" | |
3534 | + }, | |
3535 | + { | |
3536 | + "_Id": "361", | |
3537 | + "_ImageId": "3189", | |
3538 | + "_Title": "Dissection of Orbit (Lat)", | |
3539 | + "_ImageName": "aa_img_3189.jpg", | |
3540 | + "_TileImageName": "aa_tni_3189.jpg", | |
3541 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Respiratory", | |
3542 | + "_BodyRegion": "Head and Neck", | |
3543 | + "_ViewOrientation": "Lateral", | |
3544 | + "_ImageType": "Cadaver Photograph" | |
3545 | + }, | |
3546 | + { | |
3547 | + "_Id": "362", | |
3548 | + "_ImageId": "3024", | |
3549 | + "_Title": "Infratemporal Fossa 1", | |
3550 | + "_ImageName": "aa_img_3024.jpg", | |
3551 | + "_TileImageName": "aa_tni_3024.jpg", | |
3552 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Muscular, Nervous, Skeletal", | |
3553 | + "_BodyRegion": "Head and Neck", | |
3554 | + "_ViewOrientation": "Lateral", | |
3555 | + "_ImageType": "Illustration" | |
3556 | + }, | |
3557 | + { | |
3558 | + "_Id": "363", | |
3559 | + "_ImageId": "3025", | |
3560 | + "_Title": "Infratemporal Fossa 2", | |
3561 | + "_ImageName": "aa_img_3025.jpg", | |
3562 | + "_TileImageName": "aa_tni_3025.jpg", | |
3563 | + "_BodySystem": "Cardiovascular, Endocrine, Muscular, Nervous, Skeletal", | |
3564 | + "_BodyRegion": "Head and Neck", | |
3565 | + "_ViewOrientation": "Lateral", | |
3566 | + "_ImageType": "Cadaver Photograph" | |
3567 | + }, | |
3568 | + { | |
3569 | + "_Id": "364", | |
3570 | + "_ImageId": "3190", | |
3571 | + "_Title": "Vessels of Infratemporal Fossa", | |
3572 | + "_ImageName": "aa_img_3190.jpg", | |
3573 | + "_TileImageName": "aa_tni_3190.jpg", | |
3574 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
3575 | + "_BodyRegion": "Head and Neck", | |
3576 | + "_ViewOrientation": "Lateral", | |
3577 | + "_ImageType": "Cadaver Photograph" | |
3578 | + }, | |
3579 | + { | |
3580 | + "_Id": "365", | |
3581 | + "_ImageId": "3026", | |
3582 | + "_Title": "Walls of Pharynx (Lat)", | |
3583 | + "_ImageName": "aa_img_3026.jpg", | |
3584 | + "_TileImageName": "aa_tni_3026.jpg", | |
3585 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Respiratory, Skeletal", | |
3586 | + "_BodyRegion": "Head and Neck", | |
3587 | + "_ViewOrientation": "Lateral", | |
3588 | + "_ImageType": "Cadaver Photograph" | |
3589 | + }, | |
3590 | + { | |
3591 | + "_Id": "366", | |
3592 | + "_ImageId": "3191", | |
3593 | + "_Title": "Trigeminal Nerve (Lat)", | |
3594 | + "_ImageName": "aa_img_3191.jpg", | |
3595 | + "_TileImageName": "aa_tni_3191.jpg", | |
3596 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Skeletal", | |
3597 | + "_BodyRegion": "Head and Neck", | |
3598 | + "_ViewOrientation": "Lateral", | |
3599 | + "_ImageType": "Illustration" | |
3600 | + }, | |
3601 | + { | |
3602 | + "_Id": "367", | |
3603 | + "_ImageId": "3027", | |
3604 | + "_Title": "Pterygopalatine Fossa (Inf/Lat)", | |
3605 | + "_ImageName": "aa_img_3027.jpg", | |
3606 | + "_TileImageName": "aa_tni_3027.jpg", | |
3607 | + "_BodySystem": "Skeletal", | |
3608 | + "_BodyRegion": "Head and Neck", | |
3609 | + "_ViewOrientation": "Non-standard", | |
3610 | + "_ImageType": "Cadaver Photograph" | |
3611 | + }, | |
3612 | + { | |
3613 | + "_Id": "368", | |
3614 | + "_ImageId": "3028", | |
3615 | + "_Title": "Dissection of Tympanic Cavity", | |
3616 | + "_ImageName": "aa_img_3028.jpg", | |
3617 | + "_TileImageName": "aa_tni_3028.jpg", | |
3618 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
3619 | + "_BodyRegion": "Head and Neck", | |
3620 | + "_ViewOrientation": "Lateral", | |
3621 | + "_ImageType": "Cadaver Photograph" | |
3622 | + }, | |
3623 | + { | |
3624 | + "_Id": "369", | |
3625 | + "_ImageId": "3029", | |
3626 | + "_Title": "Cranial Cavities (Sup) 2", | |
3627 | + "_ImageName": "aa_img_3029.jpg", | |
3628 | + "_TileImageName": "aa_tni_3029.jpg", | |
3629 | + "_BodySystem": "Skeletal", | |
3630 | + "_BodyRegion": "Head and Neck", | |
3631 | + "_ViewOrientation": "Superior", | |
3632 | + "_ImageType": "Illustration" | |
3633 | + }, | |
3634 | + { | |
3635 | + "_Id": "370", | |
3636 | + "_ImageId": "3192", | |
3637 | + "_Title": "Abducent Nerve in Orbit", | |
3638 | + "_ImageName": "aa_img_3192.jpg", | |
3639 | + "_TileImageName": "aa_tni_3192.jpg", | |
3640 | + "_BodySystem": "Muscular, Nervous, Skeletal", | |
3641 | + "_BodyRegion": "Head and Neck", | |
3642 | + "_ViewOrientation": "Anterior", | |
3643 | + "_ImageType": "Illustration" | |
3644 | + }, | |
3645 | + { | |
3646 | + "_Id": "371", | |
3647 | + "_ImageId": "3310", | |
3648 | + "_Title": "Lateral Rectus Muscle (Lat)", | |
3649 | + "_ImageName": "aa_img_3310.jpg", | |
3650 | + "_TileImageName": "aa_tni_3310.jpg", | |
3651 | + "_BodySystem": "Endocrine, Muscular, Nervous, Respiratory, Skeletal", | |
3652 | + "_BodyRegion": "Head and Neck", | |
3653 | + "_ViewOrientation": "Lateral", | |
3654 | + "_ImageType": "Illustration" | |
3655 | + }, | |
3656 | + { | |
3657 | + "_Id": "372", | |
3658 | + "_ImageId": "3193", | |
3659 | + "_Title": "Facial Nerve (Lat) 1", | |
3660 | + "_ImageName": "aa_img_3193.jpg", | |
3661 | + "_TileImageName": "aa_tni_3193.jpg", | |
3662 | + "_BodySystem": "Digestive, Muscular, Nervous, Skeletal", | |
3663 | + "_BodyRegion": "Head and Neck", | |
3664 | + "_ViewOrientation": "Lateral", | |
3665 | + "_ImageType": "Illustration" | |
3666 | + }, | |
3667 | + { | |
3668 | + "_Id": "373", | |
3669 | + "_ImageId": "3030", | |
3670 | + "_Title": "Facial Nerve (Ant)", | |
3671 | + "_ImageName": "aa_img_3030.jpg", | |
3672 | + "_TileImageName": "aa_tni_3030.jpg", | |
3673 | + "_BodySystem": "Digestive, Muscular, Nervous, Skeletal", | |
3674 | + "_BodyRegion": "Head and Neck", | |
3675 | + "_ViewOrientation": "Anterior", | |
3676 | + "_ImageType": "Illustration" | |
3677 | + }, | |
3678 | + { | |
3679 | + "_Id": "374", | |
3680 | + "_ImageId": "3311", | |
3681 | + "_Title": "External, Middle, & Inner Ear", | |
3682 | + "_ImageName": "aa_img_3311.jpg", | |
3683 | + "_TileImageName": "aa_tni_3311.jpg", | |
3684 | + "_BodySystem": "Nervous, Skeletal", | |
3685 | + "_BodyRegion": "Head and Neck", | |
3686 | + "_ViewOrientation": "Superior", | |
3687 | + "_ImageType": "Illustration" | |
3688 | + }, | |
3689 | + { | |
3690 | + "_Id": "375", | |
3691 | + "_ImageId": "3194", | |
3692 | + "_Title": "Vagus Nerve (Lat)", | |
3693 | + "_ImageName": "aa_img_3194.jpg", | |
3694 | + "_TileImageName": "aa_tni_3194.jpg", | |
3695 | + "_BodySystem": "Muscular, Nervous, Skeletal", | |
3696 | + "_BodyRegion": "Head and Neck", | |
3697 | + "_ViewOrientation": "Lateral", | |
3698 | + "_ImageType": "Illustration" | |
3699 | + }, | |
3700 | + { | |
3701 | + "_Id": "376", | |
3702 | + "_ImageId": "3031", | |
3703 | + "_Title": "Olfactory Nerve in Nasal Cavity", | |
3704 | + "_ImageName": "aa_img_3031.jpg", | |
3705 | + "_TileImageName": "aa_tni_3031.jpg", | |
3706 | + "_BodySystem": "Digestive, Endocrine, Integumentary, Nervous, Respiratory, Skeletal", | |
3707 | + "_BodyRegion": "Head and Neck", | |
3708 | + "_ViewOrientation": "Medial", | |
3709 | + "_ImageType": "Illustration" | |
3710 | + }, | |
3711 | + { | |
3712 | + "_Id": "377", | |
3713 | + "_ImageId": "3195", | |
3714 | + "_Title": "Accessory Nerve (Lat)", | |
3715 | + "_ImageName": "aa_img_3195.jpg", | |
3716 | + "_TileImageName": "aa_tni_3195.jpg", | |
3717 | + "_BodySystem": "Digestive, Integumentary, Muscular, Nervous, Skeletal", | |
3718 | + "_BodyRegion": "Head and Neck", | |
3719 | + "_ViewOrientation": "Lateral", | |
3720 | + "_ImageType": "Illustration" | |
3721 | + }, | |
3722 | + { | |
3723 | + "_Id": "378", | |
3724 | + "_ImageId": "3196", | |
3725 | + "_Title": "Ansa Cervicalis (Lat)", | |
3726 | + "_ImageName": "aa_img_3196.jpg", | |
3727 | + "_TileImageName": "aa_tni_3196.jpg", | |
3728 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Skeletal", | |
3729 | + "_BodyRegion": "Head and Neck", | |
3730 | + "_ViewOrientation": "Lateral", | |
3731 | + "_ImageType": "Illustration" | |
3732 | + }, | |
3733 | + { | |
3734 | + "_Id": "379", | |
3735 | + "_ImageId": "3032", | |
3736 | + "_Title": "Isolated Cervical Plexus (Lat)", | |
3737 | + "_ImageName": "aa_img_3032.jpg", | |
3738 | + "_TileImageName": "aa_tni_3032.jpg", | |
3739 | + "_BodySystem": "Muscular, Nervous, Skeletal", | |
3740 | + "_BodyRegion": "Head and Neck", | |
3741 | + "_ViewOrientation": "Lateral", | |
3742 | + "_ImageType": "Illustration" | |
3743 | + }, | |
3744 | + { | |
3745 | + "_Id": "380", | |
3746 | + "_ImageId": "3197", | |
3747 | + "_Title": "Extrinsic Eye Muscles (Ant)", | |
3748 | + "_ImageName": "aa_img_3197.jpg", | |
3749 | + "_TileImageName": "aa_tni_3197.jpg", | |
3750 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
3751 | + "_BodyRegion": "Head and Neck", | |
3752 | + "_ViewOrientation": "Anterior", | |
3753 | + "_ImageType": "Illustration" | |
3754 | + }, | |
3755 | + { | |
3756 | + "_Id": "381", | |
3757 | + "_ImageId": "3198", | |
3758 | + "_Title": "Optic Nerve in Orbit (Lat)", | |
3759 | + "_ImageName": "aa_img_3198.jpg", | |
3760 | + "_TileImageName": "aa_tni_3198.jpg", | |
3761 | + "_BodySystem": "Endocrine, Muscular, Nervous, Respiratory, Skeletal", | |
3762 | + "_BodyRegion": "Head and Neck", | |
3763 | + "_ViewOrientation": "Lateral", | |
3764 | + "_ImageType": "Illustration" | |
3765 | + }, | |
3766 | + { | |
3767 | + "_Id": "382", | |
3768 | + "_ImageId": "3033", | |
3769 | + "_Title": "Oculomotor Nerve in Orbit (Ant)", | |
3770 | + "_ImageName": "aa_img_3033.jpg", | |
3771 | + "_TileImageName": "aa_tni_3033.jpg", | |
3772 | + "_BodySystem": "Endocrine, Muscular, Nervous, Skeletal", | |
3773 | + "_BodyRegion": "Head and Neck", | |
3774 | + "_ViewOrientation": "Anterior", | |
3775 | + "_ImageType": "Illustration" | |
3776 | + }, | |
3777 | + { | |
3778 | + "_Id": "383", | |
3779 | + "_ImageId": "3312", | |
3780 | + "_Title": "Oculomotor Nerve in Orbit (Lat)", | |
3781 | + "_ImageName": "aa_img_3312.jpg", | |
3782 | + "_TileImageName": "aa_tni_3312.jpg", | |
3783 | + "_BodySystem": "Endocrine, Muscular, Nervous, Respiratory, Skeletal", | |
3784 | + "_BodyRegion": "Head and Neck", | |
3785 | + "_ViewOrientation": "Lateral", | |
3786 | + "_ImageType": "Illustration" | |
3787 | + }, | |
3788 | + { | |
3789 | + "_Id": "384", | |
3790 | + "_ImageId": "3199", | |
3791 | + "_Title": "Trochlear Nerve (Ant)", | |
3792 | + "_ImageName": "aa_img_3199.jpg", | |
3793 | + "_TileImageName": "aa_tni_3199.jpg", | |
3794 | + "_BodySystem": "Muscular, Nervous, Skeletal", | |
3795 | + "_BodyRegion": "Head and Neck", | |
3796 | + "_ViewOrientation": "Anterior", | |
3797 | + "_ImageType": "Illustration" | |
3798 | + }, | |
3799 | + { | |
3800 | + "_Id": "385", | |
3801 | + "_ImageId": "3034", | |
3802 | + "_Title": "Trochlear Nerve (Lat)", | |
3803 | + "_ImageName": "aa_img_3034.jpg", | |
3804 | + "_TileImageName": "aa_tni_3034.jpg", | |
3805 | + "_BodySystem": "Endocrine, Muscular, Nervous, Respiratory, Skeletal", | |
3806 | + "_BodyRegion": "Head and Neck", | |
3807 | + "_ViewOrientation": "Lateral", | |
3808 | + "_ImageType": "Illustration" | |
3809 | + }, | |
3810 | + { | |
3811 | + "_Id": "386", | |
3812 | + "_ImageId": "3035", | |
3813 | + "_Title": "Trigeminal Nerve-V1", | |
3814 | + "_ImageName": "aa_img_3035.jpg", | |
3815 | + "_TileImageName": "aa_tni_3035.jpg", | |
3816 | + "_BodySystem": "Endocrine, Muscular, Nervous, Respiratory, Skeletal", | |
3817 | + "_BodyRegion": "Head and Neck", | |
3818 | + "_ViewOrientation": "Lateral", | |
3819 | + "_ImageType": "Illustration" | |
3820 | + }, | |
3821 | + { | |
3822 | + "_Id": "387", | |
3823 | + "_ImageId": "3200", | |
3824 | + "_Title": "Nerves of Lacrimal Gland (Ant)", | |
3825 | + "_ImageName": "aa_img_3200.jpg", | |
3826 | + "_TileImageName": "aa_tni_3200.jpg", | |
3827 | + "_BodySystem": "Endocrine, Muscular, Nervous, Skeletal", | |
3828 | + "_BodyRegion": "Head and Neck", | |
3829 | + "_ViewOrientation": "Anterior", | |
3830 | + "_ImageType": "Illustration" | |
3831 | + }, | |
3832 | + { | |
3833 | + "_Id": "388", | |
3834 | + "_ImageId": "3036", | |
3835 | + "_Title": "Trigeminal Nerve-V2", | |
3836 | + "_ImageName": "aa_img_3036.jpg", | |
3837 | + "_TileImageName": "aa_tni_3036.jpg", | |
3838 | + "_BodySystem": "Endocrine, Muscular, Nervous, Respiratory, Skeletal", | |
3839 | + "_BodyRegion": "Head and Neck", | |
3840 | + "_ViewOrientation": "Lateral", | |
3841 | + "_ImageType": "Illustration" | |
3842 | + }, | |
3843 | + { | |
3844 | + "_Id": "389", | |
3845 | + "_ImageId": "3201", | |
3846 | + "_Title": "Trigeminal Nerve-V3", | |
3847 | + "_ImageName": "aa_img_3201.jpg", | |
3848 | + "_TileImageName": "aa_tni_3201.jpg", | |
3849 | + "_BodySystem": "Muscular, Nervous, Skeletal", | |
3850 | + "_BodyRegion": "Head and Neck", | |
3851 | + "_ViewOrientation": "Lateral", | |
3852 | + "_ImageType": "Illustration" | |
3853 | + }, | |
3854 | + { | |
3855 | + "_Id": "390", | |
3856 | + "_ImageId": "3202", | |
3857 | + "_Title": "Midarm (Inf)", | |
3858 | + "_ImageName": "aa_img_3202.jpg", | |
3859 | + "_TileImageName": "aa_tni_3202.jpg", | |
3860 | + "_BodySystem": "Cardiovascular, Muscular, Nervous, Skeletal", | |
3861 | + "_BodyRegion": "Upper Limb", | |
3862 | + "_ViewOrientation": "Inferior", | |
3863 | + "_ImageType": "Illustration" | |
3864 | + }, | |
3865 | + { | |
3866 | + "_Id": "391", | |
3867 | + "_ImageId": "3037", | |
3868 | + "_Title": "Viscera of Female Pelvis (Sup)", | |
3869 | + "_ImageName": "aa_img_3037.jpg", | |
3870 | + "_TileImageName": "aa_tni_3037.jpg", | |
3871 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
3872 | + "_BodyRegion": "Pelvis and Perineum", | |
3873 | + "_ViewOrientation": "Superior", | |
3874 | + "_ImageType": "Illustration" | |
3875 | + }, | |
3876 | + { | |
3877 | + "_Id": "392", | |
3878 | + "_ImageId": "3203", | |
3879 | + "_Title": "Contents of Female Pelvis (Sup)", | |
3880 | + "_ImageName": "aa_img_3203.jpg", | |
3881 | + "_TileImageName": "aa_tni_3203.jpg", | |
3882 | + "_BodySystem": "Digestive, Reproductive, Urinary", | |
3883 | + "_BodyRegion": "Pelvis and Perineum", | |
3884 | + "_ViewOrientation": "Superior", | |
3885 | + "_ImageType": "Cadaver Photograph" | |
3886 | + }, | |
3887 | + { | |
3888 | + "_Id": "393", | |
3889 | + "_ImageId": "3204", | |
3890 | + "_Title": "Ankle (Ant/Post)", | |
3891 | + "_ImageName": "aa_img_3204.jpg", | |
3892 | + "_TileImageName": "aa_tni_3204.jpg", | |
3893 | + "_BodySystem": "Skeletal", | |
3894 | + "_BodyRegion": "Lower Limb", | |
3895 | + "_ViewOrientation": "Anterior", | |
3896 | + "_ImageType": "Radiograph" | |
3897 | + }, | |
3898 | + { | |
3899 | + "_Id": "394", | |
3900 | + "_ImageId": "3038", | |
3901 | + "_Title": "Ankle (Lat)", | |
3902 | + "_ImageName": "aa_img_3038.jpg", | |
3903 | + "_TileImageName": "aa_tni_3038.jpg", | |
3904 | + "_BodySystem": "Skeletal", | |
3905 | + "_BodyRegion": "Lower Limb", | |
3906 | + "_ViewOrientation": "Lateral", | |
3907 | + "_ImageType": "Radiograph" | |
3908 | + }, | |
3909 | + { | |
3910 | + "_Id": "395", | |
3911 | + "_ImageId": "3039", | |
3912 | + "_Title": "Diagram of Renal Glomerulus", | |
3913 | + "_ImageName": "aa_img_3039.jpg", | |
3914 | + "_TileImageName": "aa_tni_3039.jpg", | |
3915 | + "_BodySystem": "Cardiovascular, Urinary", | |
3916 | + "_BodyRegion": "Abdomen", | |
3917 | + "_ViewOrientation": "Non-standard", | |
3918 | + "_ImageType": "Illustration" | |
3919 | + }, | |
3920 | + { | |
3921 | + "_Id": "396", | |
3922 | + "_ImageId": "3205", | |
3923 | + "_Title": "Foot (Dorsoplantar)", | |
3924 | + "_ImageName": "aa_img_3205.jpg", | |
3925 | + "_TileImageName": "aa_tni_3205.jpg", | |
3926 | + "_BodySystem": "Skeletal", | |
3927 | + "_BodyRegion": "Lower Limb", | |
3928 | + "_ViewOrientation": "Anterior", | |
3929 | + "_ImageType": "Radiograph" | |
3930 | + }, | |
3931 | + { | |
3932 | + "_Id": "397", | |
3933 | + "_ImageId": "3206", | |
3934 | + "_Title": "Diagram of Nephron", | |
3935 | + "_ImageName": "aa_img_3206.jpg", | |
3936 | + "_TileImageName": "aa_tni_3206.jpg", | |
3937 | + "_BodySystem": "Cardiovascular, Urinary", | |
3938 | + "_BodyRegion": "Abdomen", | |
3939 | + "_ViewOrientation": "Non-standard", | |
3940 | + "_ImageType": "Illustration" | |
3941 | + }, | |
3942 | + { | |
3943 | + "_Id": "398", | |
3944 | + "_ImageId": "3040", | |
3945 | + "_Title": "Muscle Atts-Trunk (Lat)", | |
3946 | + "_ImageName": "aa_img_3040.jpg", | |
3947 | + "_TileImageName": "aa_tni_3040.jpg", | |
3948 | + "_BodySystem": "Muscular, Skeletal", | |
3949 | + "_BodyRegion": "Body Wall and Back", | |
3950 | + "_ViewOrientation": "Lateral", | |
3951 | + "_ImageType": "Illustration" | |
3952 | + }, | |
3953 | + { | |
3954 | + "_Id": "399", | |
3955 | + "_ImageId": "3041", | |
3956 | + "_Title": "Foot (Lat)", | |
3957 | + "_ImageName": "aa_img_3041.jpg", | |
3958 | + "_TileImageName": "aa_tni_3041.jpg", | |
3959 | + "_BodySystem": "Skeletal", | |
3960 | + "_BodyRegion": "Lower Limb", | |
3961 | + "_ViewOrientation": "Lateral", | |
3962 | + "_ImageType": "Radiograph" | |
3963 | + }, | |
3964 | + { | |
3965 | + "_Id": "400", | |
3966 | + "_ImageId": "3313", | |
3967 | + "_Title": "Muscle Atts-Back (Post) 1", | |
3968 | + "_ImageName": "aa_img_3313.jpg", | |
3969 | + "_TileImageName": "aa_tni_3313.jpg", | |
3970 | + "_BodySystem": "Muscular, Skeletal", | |
3971 | + "_BodyRegion": "Body Wall and Back", | |
3972 | + "_ViewOrientation": "Posterior", | |
3973 | + "_ImageType": "Illustration" | |
3974 | + }, | |
3975 | + { | |
3976 | + "_Id": "401", | |
3977 | + "_ImageId": "3314", | |
3978 | + "_Title": "Muscle Atts-Back (Post) 2", | |
3979 | + "_ImageName": "aa_img_3314.jpg", | |
3980 | + "_TileImageName": "aa_tni_3314.jpg", | |
3981 | + "_BodySystem": "Muscular, Skeletal", | |
3982 | + "_BodyRegion": "Body Wall and Back", | |
3983 | + "_ViewOrientation": "Posterior", | |
3984 | + "_ImageType": "Illustration" | |
3985 | + }, | |
3986 | + { | |
3987 | + "_Id": "402", | |
3988 | + "_ImageId": "3042", | |
3989 | + "_Title": "Knee (Ant/Post)", | |
3990 | + "_ImageName": "aa_img_3042.jpg", | |
3991 | + "_TileImageName": "aa_tni_3042.jpg", | |
3992 | + "_BodySystem": "Skeletal", | |
3993 | + "_BodyRegion": "Lower Limb", | |
3994 | + "_ViewOrientation": "Anterior", | |
3995 | + "_ImageType": "Radiograph" | |
3996 | + }, | |
3997 | + { | |
3998 | + "_Id": "403", | |
3999 | + "_ImageId": "3043", | |
4000 | + "_Title": "Flexed Knee (Lat)", | |
4001 | + "_ImageName": "aa_img_3043.jpg", | |
4002 | + "_TileImageName": "aa_tni_3043.jpg", | |
4003 | + "_BodySystem": "Skeletal", | |
4004 | + "_BodyRegion": "Lower Limb", | |
4005 | + "_ViewOrientation": "Lateral", | |
4006 | + "_ImageType": "Radiograph" | |
4007 | + }, | |
4008 | + { | |
4009 | + "_Id": "404", | |
4010 | + "_ImageId": "3315", | |
4011 | + "_Title": "Urogenital Diaphragm - Female", | |
4012 | + "_ImageName": "aa_img_3315.jpg", | |
4013 | + "_TileImageName": "aa_tni_3315.jpg", | |
4014 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
4015 | + "_BodyRegion": "Pelvis and Perineum", | |
4016 | + "_ViewOrientation": "Inferior", | |
4017 | + "_ImageType": "Illustration" | |
4018 | + }, | |
4019 | + { | |
4020 | + "_Id": "405", | |
4021 | + "_ImageId": "3044", | |
4022 | + "_Title": "Tunnel View of Knee (Ant/Post)", | |
4023 | + "_ImageName": "aa_img_3044.jpg", | |
4024 | + "_TileImageName": "aa_tni_3044.jpg", | |
4025 | + "_BodySystem": "Skeletal", | |
4026 | + "_BodyRegion": "Lower Limb", | |
4027 | + "_ViewOrientation": "Anterior", | |
4028 | + "_ImageType": "Radiograph" | |
4029 | + }, | |
4030 | + { | |
4031 | + "_Id": "406", | |
4032 | + "_ImageId": "3207", | |
4033 | + "_Title": "Leg (Ant/Post)", | |
4034 | + "_ImageName": "aa_img_3207.jpg", | |
4035 | + "_TileImageName": "aa_tni_3207.jpg", | |
4036 | + "_BodySystem": "Skeletal", | |
4037 | + "_BodyRegion": "Lower Limb", | |
4038 | + "_ViewOrientation": "Anterior", | |
4039 | + "_ImageType": "Radiograph" | |
4040 | + }, | |
4041 | + { | |
4042 | + "_Id": "407", | |
4043 | + "_ImageId": "3208", | |
4044 | + "_Title": "Deep Pouch of Male Perineum 3", | |
4045 | + "_ImageName": "aa_img_3208.jpg", | |
4046 | + "_TileImageName": "aa_tni_3208.jpg", | |
4047 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
4048 | + "_BodyRegion": "Pelvis and Perineum", | |
4049 | + "_ViewOrientation": "Inferior", | |
4050 | + "_ImageType": "Illustration" | |
4051 | + }, | |
4052 | + { | |
4053 | + "_Id": "408", | |
4054 | + "_ImageId": "3045", | |
4055 | + "_Title": "Inf. Rectal Vessels-Female 1", | |
4056 | + "_ImageName": "aa_img_3045.jpg", | |
4057 | + "_TileImageName": "aa_tni_3045.jpg", | |
4058 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
4059 | + "_BodyRegion": "Pelvis and Perineum", | |
4060 | + "_ViewOrientation": "Inferior", | |
4061 | + "_ImageType": "Illustration" | |
4062 | + }, | |
4063 | + { | |
4064 | + "_Id": "409", | |
4065 | + "_ImageId": "3046", | |
4066 | + "_Title": "Muscle Atts-Hip & Thigh (Ant)", | |
4067 | + "_ImageName": "aa_img_3046.jpg", | |
4068 | + "_TileImageName": "aa_tni_3046.jpg", | |
4069 | + "_BodySystem": "Muscular, Skeletal", | |
4070 | + "_BodyRegion": "Lower Limb", | |
4071 | + "_ViewOrientation": "Anterior", | |
4072 | + "_ImageType": "Illustration" | |
4073 | + }, | |
4074 | + { | |
4075 | + "_Id": "410", | |
4076 | + "_ImageId": "3209", | |
4077 | + "_Title": "Popliteal Angiogram (Ant)", | |
4078 | + "_ImageName": "aa_img_3209.jpg", | |
4079 | + "_TileImageName": "aa_tni_3209.jpg", | |
4080 | + "_BodySystem": "Cardiovascular, Skeletal", | |
4081 | + "_BodyRegion": "Lower Limb", | |
4082 | + "_ViewOrientation": "Anterior", | |
4083 | + "_ImageType": "Radiograph" | |
4084 | + }, | |
4085 | + { | |
4086 | + "_Id": "411", | |
4087 | + "_ImageId": "3210", | |
4088 | + "_Title": "Frog Lateral Projection of Hip", | |
4089 | + "_ImageName": "aa_img_3210.jpg", | |
4090 | + "_TileImageName": "aa_tni_3210.jpg", | |
4091 | + "_BodySystem": "Skeletal", | |
4092 | + "_BodyRegion": "Lower Limb", | |
4093 | + "_ViewOrientation": "Anterior", | |
4094 | + "_ImageType": "Radiograph" | |
4095 | + }, | |
4096 | + { | |
4097 | + "_Id": "412", | |
4098 | + "_ImageId": "3047", | |
4099 | + "_Title": "Muscle Atts-Hip & Thigh (Post)", | |
4100 | + "_ImageName": "aa_img_3047.jpg", | |
4101 | + "_TileImageName": "aa_tni_3047.jpg", | |
4102 | + "_BodySystem": "Muscular, Skeletal", | |
4103 | + "_BodyRegion": "Lower Limb", | |
4104 | + "_ViewOrientation": "Posterior", | |
4105 | + "_ImageType": "Illustration" | |
4106 | + }, | |
4107 | + { | |
4108 | + "_Id": "413", | |
4109 | + "_ImageId": "3316", | |
4110 | + "_Title": "Shoulder (Ant/Post)", | |
4111 | + "_ImageName": "aa_img_3316.jpg", | |
4112 | + "_TileImageName": "aa_tni_3316.jpg", | |
4113 | + "_BodySystem": "Skeletal", | |
4114 | + "_BodyRegion": "Upper Limb", | |
4115 | + "_ViewOrientation": "Anterior", | |
4116 | + "_ImageType": "Radiograph" | |
4117 | + }, | |
4118 | + { | |
4119 | + "_Id": "414", | |
4120 | + "_ImageId": "3048", | |
4121 | + "_Title": "Muscle Atts-Leg (Ant)", | |
4122 | + "_ImageName": "aa_img_3048.jpg", | |
4123 | + "_TileImageName": "aa_tni_3048.jpg", | |
4124 | + "_BodySystem": "Muscular, Skeletal", | |
4125 | + "_BodyRegion": "Lower Limb", | |
4126 | + "_ViewOrientation": "Anterior", | |
4127 | + "_ImageType": "Illustration" | |
4128 | + }, | |
4129 | + { | |
4130 | + "_Id": "415", | |
4131 | + "_ImageId": "3317", | |
4132 | + "_Title": "Muscle Atts-Leg (Post)", | |
4133 | + "_ImageName": "aa_img_3317.jpg", | |
4134 | + "_TileImageName": "aa_tni_3317.jpg", | |
4135 | + "_BodySystem": "Muscular, Skeletal", | |
4136 | + "_BodyRegion": "Lower Limb", | |
4137 | + "_ViewOrientation": "Posterior", | |
4138 | + "_ImageType": "Illustration" | |
4139 | + }, | |
4140 | + { | |
4141 | + "_Id": "416", | |
4142 | + "_ImageId": "3211", | |
4143 | + "_Title": "Humerus (Ant/Post)", | |
4144 | + "_ImageName": "aa_img_3211.jpg", | |
4145 | + "_TileImageName": "aa_tni_3211.jpg", | |
4146 | + "_BodySystem": "Skeletal", | |
4147 | + "_BodyRegion": "Upper Limb", | |
4148 | + "_ViewOrientation": "Anterior", | |
4149 | + "_ImageType": "Radiograph" | |
4150 | + }, | |
4151 | + { | |
4152 | + "_Id": "417", | |
4153 | + "_ImageId": "3318", | |
4154 | + "_Title": "Ventricles of Brain (Sup)", | |
4155 | + "_ImageName": "aa_img_3318.jpg", | |
4156 | + "_TileImageName": "aa_tni_3318.jpg", | |
4157 | + "_BodySystem": "Cardiovascular, Nervous", | |
4158 | + "_BodyRegion": "Head and Neck", | |
4159 | + "_ViewOrientation": "Superior", | |
4160 | + "_ImageType": "Illustration" | |
4161 | + }, | |
4162 | + { | |
4163 | + "_Id": "418", | |
4164 | + "_ImageId": "3049", | |
4165 | + "_Title": "Flexed Elbow (Lat)", | |
4166 | + "_ImageName": "aa_img_3049.jpg", | |
4167 | + "_TileImageName": "aa_tni_3049.jpg", | |
4168 | + "_BodySystem": "Skeletal", | |
4169 | + "_BodyRegion": "Upper Limb", | |
4170 | + "_ViewOrientation": "Lateral", | |
4171 | + "_ImageType": "Radiograph" | |
4172 | + }, | |
4173 | + { | |
4174 | + "_Id": "419", | |
4175 | + "_ImageId": "3050", | |
4176 | + "_Title": "Flexed Elbow (Ant/Post)", | |
4177 | + "_ImageName": "aa_img_3050.jpg", | |
4178 | + "_TileImageName": "aa_tni_3050.jpg", | |
4179 | + "_BodySystem": "Skeletal", | |
4180 | + "_BodyRegion": "Upper Limb", | |
4181 | + "_ViewOrientation": "Anterior", | |
4182 | + "_ImageType": "Radiograph" | |
4183 | + }, | |
4184 | + { | |
4185 | + "_Id": "420", | |
4186 | + "_ImageId": "3212", | |
4187 | + "_Title": "Wrist (Post/Ant)", | |
4188 | + "_ImageName": "aa_img_3212.jpg", | |
4189 | + "_TileImageName": "aa_tni_3212.jpg", | |
4190 | + "_BodySystem": "Skeletal", | |
4191 | + "_BodyRegion": "Upper Limb", | |
4192 | + "_ViewOrientation": "Posterior", | |
4193 | + "_ImageType": "Radiograph" | |
4194 | + }, | |
4195 | + { | |
4196 | + "_Id": "421", | |
4197 | + "_ImageId": "3213", | |
4198 | + "_Title": "Navicular View of Wrist", | |
4199 | + "_ImageName": "aa_img_3213.jpg", | |
4200 | + "_TileImageName": "aa_tni_3213.jpg", | |
4201 | + "_BodySystem": "Skeletal", | |
4202 | + "_BodyRegion": "Upper Limb", | |
4203 | + "_ViewOrientation": "Anterior", | |
4204 | + "_ImageType": "Radiograph" | |
4205 | + }, | |
4206 | + { | |
4207 | + "_Id": "422", | |
4208 | + "_ImageId": "3051", | |
4209 | + "_Title": "Muscle Atts-Arm (Ant)", | |
4210 | + "_ImageName": "aa_img_3051.jpg", | |
4211 | + "_TileImageName": "aa_tni_3051.jpg", | |
4212 | + "_BodySystem": "Muscular, Skeletal", | |
4213 | + "_BodyRegion": "Upper Limb", | |
4214 | + "_ViewOrientation": "Anterior", | |
4215 | + "_ImageType": "Illustration" | |
4216 | + }, | |
4217 | + { | |
4218 | + "_Id": "423", | |
4219 | + "_ImageId": "3052", | |
4220 | + "_Title": "Wrist (Lat)", | |
4221 | + "_ImageName": "aa_img_3052.jpg", | |
4222 | + "_TileImageName": "aa_tni_3052.jpg", | |
4223 | + "_BodySystem": "Skeletal", | |
4224 | + "_BodyRegion": "Upper Limb", | |
4225 | + "_ViewOrientation": "Lateral", | |
4226 | + "_ImageType": "Radiograph" | |
4227 | + }, | |
4228 | + { | |
4229 | + "_Id": "424", | |
4230 | + "_ImageId": "3053", | |
4231 | + "_Title": "Hand (Post/Ant)", | |
4232 | + "_ImageName": "aa_img_3053.jpg", | |
4233 | + "_TileImageName": "aa_tni_3053.jpg", | |
4234 | + "_BodySystem": "Skeletal", | |
4235 | + "_BodyRegion": "Upper Limb", | |
4236 | + "_ViewOrientation": "Posterior", | |
4237 | + "_ImageType": "Radiograph" | |
4238 | + }, | |
4239 | + { | |
4240 | + "_Id": "425", | |
4241 | + "_ImageId": "3214", | |
4242 | + "_Title": "Muscle Atts-Arm (Post)", | |
4243 | + "_ImageName": "aa_img_3214.jpg", | |
4244 | + "_TileImageName": "aa_tni_3214.jpg", | |
4245 | + "_BodySystem": "Muscular, Skeletal", | |
4246 | + "_BodyRegion": "Upper Limb", | |
4247 | + "_ViewOrientation": "Posterior", | |
4248 | + "_ImageType": "Illustration" | |
4249 | + }, | |
4250 | + { | |
4251 | + "_Id": "426", | |
4252 | + "_ImageId": "3054", | |
4253 | + "_Title": "Muscle Atts-Forearm (Ant)", | |
4254 | + "_ImageName": "aa_img_3054.jpg", | |
4255 | + "_TileImageName": "aa_tni_3054.jpg", | |
4256 | + "_BodySystem": "Muscular, Skeletal", | |
4257 | + "_BodyRegion": "Upper Limb", | |
4258 | + "_ViewOrientation": "Anterior", | |
4259 | + "_ImageType": "Illustration" | |
4260 | + }, | |
4261 | + { | |
4262 | + "_Id": "427", | |
4263 | + "_ImageId": "3215", | |
4264 | + "_Title": "Muscle Atts-Forearm (Post)", | |
4265 | + "_ImageName": "aa_img_3215.jpg", | |
4266 | + "_TileImageName": "aa_tni_3215.jpg", | |
4267 | + "_BodySystem": "Muscular, Skeletal", | |
4268 | + "_BodyRegion": "Upper Limb", | |
4269 | + "_ViewOrientation": "Posterior", | |
4270 | + "_ImageType": "Illustration" | |
4271 | + }, | |
4272 | + { | |
4273 | + "_Id": "428", | |
4274 | + "_ImageId": "3319", | |
4275 | + "_Title": "Muscle Atts-Skull (Lat)", | |
4276 | + "_ImageName": "aa_img_3319.jpg", | |
4277 | + "_TileImageName": "aa_tni_3319.jpg", | |
4278 | + "_BodySystem": "Muscular, Skeletal", | |
4279 | + "_BodyRegion": "Head and Neck", | |
4280 | + "_ViewOrientation": "Lateral", | |
4281 | + "_ImageType": "Cadaver Photograph" | |
4282 | + }, | |
4283 | + { | |
4284 | + "_Id": "429", | |
4285 | + "_ImageId": "3055", | |
4286 | + "_Title": "Abdominal Aortic Angiogram", | |
4287 | + "_ImageName": "aa_img_3055.jpg", | |
4288 | + "_TileImageName": "aa_tni_3055.jpg", | |
4289 | + "_BodySystem": "Cardiovascular", | |
4290 | + "_BodyRegion": "Abdomen", | |
4291 | + "_ViewOrientation": "Anterior", | |
4292 | + "_ImageType": "Radiograph" | |
4293 | + }, | |
4294 | + { | |
4295 | + "_Id": "430", | |
4296 | + "_ImageId": "3056", | |
4297 | + "_Title": "Celiac Trunk Angiogram (Ant)", | |
4298 | + "_ImageName": "aa_img_3056.jpg", | |
4299 | + "_TileImageName": "aa_tni_3056.jpg", | |
4300 | + "_BodySystem": "Cardiovascular", | |
4301 | + "_BodyRegion": "Abdomen", | |
4302 | + "_ViewOrientation": "Anterior", | |
4303 | + "_ImageType": "Radiograph" | |
4304 | + }, | |
4305 | + { | |
4306 | + "_Id": "431", | |
4307 | + "_ImageId": "3057", | |
4308 | + "_Title": "Cholangiopancreatogram (Ant)", | |
4309 | + "_ImageName": "aa_img_3057.jpg", | |
4310 | + "_TileImageName": "aa_tni_3057.jpg", | |
4311 | + "_BodySystem": "Digestive, Skeletal", | |
4312 | + "_BodyRegion": "Abdomen", | |
4313 | + "_ViewOrientation": "Anterior", | |
4314 | + "_ImageType": "Radiograph" | |
4315 | + }, | |
4316 | + { | |
4317 | + "_Id": "432", | |
4318 | + "_ImageId": "3058", | |
4319 | + "_Title": "Muscle Atts-Infratemporal Fossa", | |
4320 | + "_ImageName": "aa_img_3058.jpg", | |
4321 | + "_TileImageName": "aa_tni_3058.jpg", | |
4322 | + "_BodySystem": "Muscular, Respiratory, Skeletal", | |
4323 | + "_BodyRegion": "Head and Neck", | |
4324 | + "_ViewOrientation": "Inferior", | |
4325 | + "_ImageType": "Cadaver Photograph" | |
4326 | + }, | |
4327 | + { | |
4328 | + "_Id": "433", | |
4329 | + "_ImageId": "3320", | |
4330 | + "_Title": "Hepatic Angiogram (Ant)", | |
4331 | + "_ImageName": "aa_img_3320.jpg", | |
4332 | + "_TileImageName": "aa_tni_3320.jpg", | |
4333 | + "_BodySystem": "Cardiovascular, Skeletal", | |
4334 | + "_BodyRegion": "Abdomen", | |
4335 | + "_ViewOrientation": "Anterior", | |
4336 | + "_ImageType": "Radiograph" | |
4337 | + }, | |
4338 | + { | |
4339 | + "_Id": "434", | |
4340 | + "_ImageId": "3216", | |
4341 | + "_Title": "Hysterosalpingogram", | |
4342 | + "_ImageName": "aa_img_3216.jpg", | |
4343 | + "_TileImageName": "aa_tni_3216.jpg", | |
4344 | + "_BodySystem": "Reproductive", | |
4345 | + "_BodyRegion": "Pelvis and Perineum", | |
4346 | + "_ViewOrientation": "Anterior", | |
4347 | + "_ImageType": "Radiograph" | |
4348 | + }, | |
4349 | + { | |
4350 | + "_Id": "435", | |
4351 | + "_ImageId": "3217", | |
4352 | + "_Title": "Inferior Mesenteric Angiogram", | |
4353 | + "_ImageName": "aa_img_3217.jpg", | |
4354 | + "_TileImageName": "aa_tni_3217.jpg", | |
4355 | + "_BodySystem": "Cardiovascular, Digestive", | |
4356 | + "_BodyRegion": "Abdomen", | |
4357 | + "_ViewOrientation": "Anterior", | |
4358 | + "_ImageType": "Radiograph" | |
4359 | + }, | |
4360 | + { | |
4361 | + "_Id": "436", | |
4362 | + "_ImageId": "3059", | |
4363 | + "_Title": "Muscle Atts-Skull (Inf)", | |
4364 | + "_ImageName": "aa_img_3059.jpg", | |
4365 | + "_TileImageName": "aa_tni_3059.jpg", | |
4366 | + "_BodySystem": "Muscular, Respiratory, Skeletal", | |
4367 | + "_BodyRegion": "Head and Neck", | |
4368 | + "_ViewOrientation": "Inferior", | |
4369 | + "_ImageType": "Cadaver Photograph" | |
4370 | + }, | |
4371 | + { | |
4372 | + "_Id": "437", | |
4373 | + "_ImageId": "3060", | |
4374 | + "_Title": "Infratemporal Fossa (Inf)", | |
4375 | + "_ImageName": "aa_img_3060.jpg", | |
4376 | + "_TileImageName": "aa_tni_3060.jpg", | |
4377 | + "_BodySystem": "Muscular, Skeletal", | |
4378 | + "_BodyRegion": "Head and Neck", | |
4379 | + "_ViewOrientation": "Inferior", | |
4380 | + "_ImageType": "Cadaver Photograph" | |
4381 | + }, | |
4382 | + { | |
4383 | + "_Id": "438", | |
4384 | + "_ImageId": "3218", | |
4385 | + "_Title": "Muscle Atts-Palatine Bone Area", | |
4386 | + "_ImageName": "aa_img_3218.jpg", | |
4387 | + "_TileImageName": "aa_tni_3218.jpg", | |
4388 | + "_BodySystem": "Muscular, Skeletal", | |
4389 | + "_BodyRegion": "Head and Neck", | |
4390 | + "_ViewOrientation": "Inferior", | |
4391 | + "_ImageType": "Cadaver Photograph" | |
4392 | + }, | |
4393 | + { | |
4394 | + "_Id": "439", | |
4395 | + "_ImageId": "3321", | |
4396 | + "_Title": "Mandible (Sup)", | |
4397 | + "_ImageName": "aa_img_3321.jpg", | |
4398 | + "_TileImageName": "aa_tni_3321.jpg", | |
4399 | + "_BodySystem": "Muscular, Skeletal", | |
4400 | + "_BodyRegion": "Head and Neck", | |
4401 | + "_ViewOrientation": "Superior", | |
4402 | + "_ImageType": "Cadaver Photograph" | |
4403 | + }, | |
4404 | + { | |
4405 | + "_Id": "440", | |
4406 | + "_ImageId": "3219", | |
4407 | + "_Title": "Mandible (Post)", | |
4408 | + "_ImageName": "aa_img_3219.jpg", | |
4409 | + "_TileImageName": "aa_tni_3219.jpg", | |
4410 | + "_BodySystem": "Muscular, Skeletal", | |
4411 | + "_BodyRegion": "Head and Neck", | |
4412 | + "_ViewOrientation": "Posterior", | |
4413 | + "_ImageType": "Cadaver Photograph" | |
4414 | + }, | |
4415 | + { | |
4416 | + "_Id": "441", | |
4417 | + "_ImageId": "3322", | |
4418 | + "_Title": "Intravenous Pyelogram", | |
4419 | + "_ImageName": "aa_img_3322.jpg", | |
4420 | + "_TileImageName": "aa_tni_3322.jpg", | |
4421 | + "_BodySystem": "Skeletal, Urinary", | |
4422 | + "_BodyRegion": "Abdomen", | |
4423 | + "_ViewOrientation": "Anterior", | |
4424 | + "_ImageType": "Radiograph" | |
4425 | + }, | |
4426 | + { | |
4427 | + "_Id": "442", | |
4428 | + "_ImageId": "3220", | |
4429 | + "_Title": "Pelvic Arteriogram (Ant)", | |
4430 | + "_ImageName": "aa_img_3220.jpg", | |
4431 | + "_TileImageName": "aa_tni_3220.jpg", | |
4432 | + "_BodySystem": "Cardiovascular", | |
4433 | + "_BodyRegion": "Abdomen", | |
4434 | + "_ViewOrientation": "Anterior", | |
4435 | + "_ImageType": "Radiograph" | |
4436 | + }, | |
4437 | + { | |
4438 | + "_Id": "443", | |
4439 | + "_ImageId": "3221", | |
4440 | + "_Title": "Pelvis (Ant/Post)", | |
4441 | + "_ImageName": "aa_img_3221.jpg", | |
4442 | + "_TileImageName": "aa_tni_3221.jpg", | |
4443 | + "_BodySystem": "Skeletal", | |
4444 | + "_BodyRegion": "Pelvis and Perineum", | |
4445 | + "_ViewOrientation": "Anterior", | |
4446 | + "_ImageType": "Radiograph" | |
4447 | + }, | |
4448 | + { | |
4449 | + "_Id": "444", | |
4450 | + "_ImageId": "3061", | |
4451 | + "_Title": "Retrograde Urography", | |
4452 | + "_ImageName": "aa_img_3061.jpg", | |
4453 | + "_TileImageName": "aa_tni_3061.jpg", | |
4454 | + "_BodySystem": "Skeletal, Urinary", | |
4455 | + "_BodyRegion": "Abdomen", | |
4456 | + "_ViewOrientation": "Anterior", | |
4457 | + "_ImageType": "Radiograph" | |
4458 | + }, | |
4459 | + { | |
4460 | + "_Id": "445", | |
4461 | + "_ImageId": "3323", | |
4462 | + "_Title": "Superior Mesenteric Angiogram", | |
4463 | + "_ImageName": "aa_img_3323.jpg", | |
4464 | + "_TileImageName": "aa_tni_3323.jpg", | |
4465 | + "_BodySystem": "Cardiovascular", | |
4466 | + "_BodyRegion": "Abdomen", | |
4467 | + "_ViewOrientation": "Anterior", | |
4468 | + "_ImageType": "Radiograph" | |
4469 | + }, | |
4470 | + { | |
4471 | + "_Id": "446", | |
4472 | + "_ImageId": "3324", | |
4473 | + "_Title": "Mandible (Inf)", | |
4474 | + "_ImageName": "aa_img_3324.jpg", | |
4475 | + "_TileImageName": "aa_tni_3324.jpg", | |
4476 | + "_BodySystem": "Muscular, Skeletal", | |
4477 | + "_BodyRegion": "Head and Neck", | |
4478 | + "_ViewOrientation": "Inferior", | |
4479 | + "_ImageType": "Cadaver Photograph" | |
4480 | + }, | |
4481 | + { | |
4482 | + "_Id": "447", | |
4483 | + "_ImageId": "3062", | |
4484 | + "_Title": "Muscle Atts-Larynx (Ant)", | |
4485 | + "_ImageName": "aa_img_3062.jpg", | |
4486 | + "_TileImageName": "aa_tni_3062.jpg", | |
4487 | + "_BodySystem": "Muscular, Respiratory, Skeletal", | |
4488 | + "_BodyRegion": "Head and Neck", | |
4489 | + "_ViewOrientation": "Anterior", | |
4490 | + "_ImageType": "Cadaver Photograph" | |
4491 | + }, | |
4492 | + { | |
4493 | + "_Id": "448", | |
4494 | + "_ImageId": "3063", | |
4495 | + "_Title": "Muscle Atts-Larynx (Post)", | |
4496 | + "_ImageName": "aa_img_3063.jpg", | |
4497 | + "_TileImageName": "aa_tni_3063.jpg", | |
4498 | + "_BodySystem": "Muscular, Respiratory, Skeletal", | |
4499 | + "_BodyRegion": "Head and Neck", | |
4500 | + "_ViewOrientation": "Posterior", | |
4501 | + "_ImageType": "Cadaver Photograph" | |
4502 | + }, | |
4503 | + { | |
4504 | + "_Id": "449", | |
4505 | + "_ImageId": "3222", | |
4506 | + "_Title": "Muscle Atts-Larynx (Sup)", | |
4507 | + "_ImageName": "aa_img_3222.jpg", | |
4508 | + "_TileImageName": "aa_tni_3222.jpg", | |
4509 | + "_BodySystem": "Muscular, Respiratory, Skeletal", | |
4510 | + "_BodyRegion": "Head and Neck", | |
4511 | + "_ViewOrientation": "Superior", | |
4512 | + "_ImageType": "Cadaver Photograph" | |
4513 | + }, | |
4514 | + { | |
4515 | + "_Id": "450", | |
4516 | + "_ImageId": "3223", | |
4517 | + "_Title": "Muscle Atts-Larynx (Ant/Lat)", | |
4518 | + "_ImageName": "aa_img_3223.jpg", | |
4519 | + "_TileImageName": "aa_tni_3223.jpg", | |
4520 | + "_BodySystem": "Muscular, Skeletal", | |
4521 | + "_BodyRegion": "Head and Neck", | |
4522 | + "_ViewOrientation": "Non-standard", | |
4523 | + "_ImageType": "Cadaver Photograph" | |
4524 | + }, | |
4525 | + { | |
4526 | + "_Id": "451", | |
4527 | + "_ImageId": "3064", | |
4528 | + "_Title": "Aortic Angiogram (Ant/Lat)", | |
4529 | + "_ImageName": "aa_img_3064.jpg", | |
4530 | + "_TileImageName": "aa_tni_3064.jpg", | |
4531 | + "_BodySystem": "Cardiovascular", | |
4532 | + "_BodyRegion": "Thorax", | |
4533 | + "_ViewOrientation": "Non-standard", | |
4534 | + "_ImageType": "Radiograph" | |
4535 | + }, | |
4536 | + { | |
4537 | + "_Id": "452", | |
4538 | + "_ImageId": "3224", | |
4539 | + "_Title": "Aortic Angiogram (Lat)", | |
4540 | + "_ImageName": "aa_img_3224.jpg", | |
4541 | + "_TileImageName": "aa_tni_3224.jpg", | |
4542 | + "_BodySystem": "Cardiovascular", | |
4543 | + "_BodyRegion": "Thorax", | |
4544 | + "_ViewOrientation": "Lateral", | |
4545 | + "_ImageType": "Radiograph" | |
4546 | + }, | |
4547 | + { | |
4548 | + "_Id": "453", | |
4549 | + "_ImageId": "3325", | |
4550 | + "_Title": "Thorax (Ant/Post)", | |
4551 | + "_ImageName": "aa_img_3325.jpg", | |
4552 | + "_TileImageName": "aa_tni_3325.jpg", | |
4553 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Reproductive, Respiratory, Skeletal", | |
4554 | + "_BodyRegion": "Thorax", | |
4555 | + "_ViewOrientation": "Anterior", | |
4556 | + "_ImageType": "Radiograph" | |
4557 | + }, | |
4558 | + { | |
4559 | + "_Id": "454", | |
4560 | + "_ImageId": "3225", | |
4561 | + "_Title": "Thorax (Lat)", | |
4562 | + "_ImageName": "aa_img_3225.jpg", | |
4563 | + "_TileImageName": "aa_tni_3225.jpg", | |
4564 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Respiratory, Skeletal", | |
4565 | + "_BodyRegion": "Thorax", | |
4566 | + "_ViewOrientation": "Lateral", | |
4567 | + "_ImageType": "Radiograph" | |
4568 | + }, | |
4569 | + { | |
4570 | + "_Id": "455", | |
4571 | + "_ImageId": "3065", | |
4572 | + "_Title": "Left Lung Angiogram", | |
4573 | + "_ImageName": "aa_img_3065.jpg", | |
4574 | + "_TileImageName": "aa_tni_3065.jpg", | |
4575 | + "_BodySystem": "Cardiovascular, Respiratory", | |
4576 | + "_BodyRegion": "Thorax", | |
4577 | + "_ViewOrientation": "Anterior", | |
4578 | + "_ImageType": "Radiograph" | |
4579 | + }, | |
4580 | + { | |
4581 | + "_Id": "456", | |
4582 | + "_ImageId": "3066", | |
4583 | + "_Title": "Ear Ossicles (Lat)", | |
4584 | + "_ImageName": "aa_img_3066.jpg", | |
4585 | + "_TileImageName": "aa_tni_3066.jpg", | |
4586 | + "_BodySystem": "Muscular, Skeletal", | |
4587 | + "_BodyRegion": "Head and Neck", | |
4588 | + "_ViewOrientation": "Lateral", | |
4589 | + "_ImageType": "Cadaver Photograph" | |
4590 | + }, | |
4591 | + { | |
4592 | + "_Id": "457", | |
4593 | + "_ImageId": "3067", | |
4594 | + "_Title": "Right Lung Angiogram", | |
4595 | + "_ImageName": "aa_img_3067.jpg", | |
4596 | + "_TileImageName": "aa_tni_3067.jpg", | |
4597 | + "_BodySystem": "Cardiovascular, Respiratory", | |
4598 | + "_BodyRegion": "Thorax", | |
4599 | + "_ViewOrientation": "Anterior", | |
4600 | + "_ImageType": "Radiograph" | |
4601 | + }, | |
4602 | + { | |
4603 | + "_Id": "458", | |
4604 | + "_ImageId": "3068", | |
4605 | + "_Title": "Ear Ossicles (Med)", | |
4606 | + "_ImageName": "aa_img_3068.jpg", | |
4607 | + "_TileImageName": "aa_tni_3068.jpg", | |
4608 | + "_BodySystem": "Muscular, Skeletal", | |
4609 | + "_BodyRegion": "Head and Neck", | |
4610 | + "_ViewOrientation": "Medial", | |
4611 | + "_ImageType": "Cadaver Photograph" | |
4612 | + }, | |
4613 | + { | |
4614 | + "_Id": "459", | |
4615 | + "_ImageId": "3069", | |
4616 | + "_Title": "Hippocampus & Fornix (Sup)", | |
4617 | + "_ImageName": "aa_img_3069.jpg", | |
4618 | + "_TileImageName": "aa_tni_3069.jpg", | |
4619 | + "_BodySystem": "Cardiovascular, Nervous", | |
4620 | + "_BodyRegion": "Head and Neck", | |
4621 | + "_ViewOrientation": "Superior", | |
4622 | + "_ImageType": "Illustration" | |
4623 | + }, | |
4624 | + { | |
4625 | + "_Id": "460", | |
4626 | + "_ImageId": "3070", | |
4627 | + "_Title": "Muscle Atts-Skull (Ant)", | |
4628 | + "_ImageName": "aa_img_3070.jpg", | |
4629 | + "_TileImageName": "aa_tni_3070.jpg", | |
4630 | + "_BodySystem": "Muscular, Skeletal", | |
4631 | + "_BodyRegion": "Head and Neck", | |
4632 | + "_ViewOrientation": "Anterior", | |
4633 | + "_ImageType": "Cadaver Photograph" | |
4634 | + }, | |
4635 | + { | |
4636 | + "_Id": "461", | |
4637 | + "_ImageId": "3071", | |
4638 | + "_Title": "Muscle Atts-Skull (Med)", | |
4639 | + "_ImageName": "aa_img_3071.jpg", | |
4640 | + "_TileImageName": "aa_tni_3071.jpg", | |
4641 | + "_BodySystem": "Muscular, Respiratory, Skeletal", | |
4642 | + "_BodyRegion": "Head and Neck", | |
4643 | + "_ViewOrientation": "Medial", | |
4644 | + "_ImageType": "Cadaver Photograph" | |
4645 | + }, | |
4646 | + { | |
4647 | + "_Id": "462", | |
4648 | + "_ImageId": "3072", | |
4649 | + "_Title": "Barium in Stomach (Ant)", | |
4650 | + "_ImageName": "aa_img_3072.jpg", | |
4651 | + "_TileImageName": "aa_tni_3072.jpg", | |
4652 | + "_BodySystem": "Digestive", | |
4653 | + "_BodyRegion": "Abdomen", | |
4654 | + "_ViewOrientation": "Anterior", | |
4655 | + "_ImageType": "Radiograph" | |
4656 | + }, | |
4657 | + { | |
4658 | + "_Id": "463", | |
4659 | + "_ImageId": "3326", | |
4660 | + "_Title": "Pterygopalatine Ganglion 1", | |
4661 | + "_ImageName": "aa_img_3326.jpg", | |
4662 | + "_TileImageName": "aa_tni_3326.jpg", | |
4663 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Nervous, Respiratory, Skeletal", | |
4664 | + "_BodyRegion": "Head and Neck", | |
4665 | + "_ViewOrientation": "Lateral", | |
4666 | + "_ImageType": "Illustration" | |
4667 | + }, | |
4668 | + { | |
4669 | + "_Id": "464", | |
4670 | + "_ImageId": "3073", | |
4671 | + "_Title": "Barium Swallow (Ant)", | |
4672 | + "_ImageName": "aa_img_3073.jpg", | |
4673 | + "_TileImageName": "aa_tni_3073.jpg", | |
4674 | + "_BodySystem": "Cardiovascular, Digestive, Muscular, Respiratory, Skeletal", | |
4675 | + "_BodyRegion": "Thorax", | |
4676 | + "_ViewOrientation": "Anterior", | |
4677 | + "_ImageType": "Radiograph" | |
4678 | + }, | |
4679 | + { | |
4680 | + "_Id": "465", | |
4681 | + "_ImageId": "3226", | |
4682 | + "_Title": "Pterygopalatine Ganglion 2", | |
4683 | + "_ImageName": "aa_img_3226.jpg", | |
4684 | + "_TileImageName": "aa_tni_3226.jpg", | |
4685 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Muscular, Nervous, Respiratory, Skeletal", | |
4686 | + "_BodyRegion": "Head and Neck", | |
4687 | + "_ViewOrientation": "Lateral", | |
4688 | + "_ImageType": "Illustration" | |
4689 | + }, | |
4690 | + { | |
4691 | + "_Id": "466", | |
4692 | + "_ImageId": "3327", | |
4693 | + "_Title": "Barium Swallow (Ant/Lat)", | |
4694 | + "_ImageName": "aa_img_3327.jpg", | |
4695 | + "_TileImageName": "aa_tni_3327.jpg", | |
4696 | + "_BodySystem": "Cardiovascular, Muscular, Skeletal", | |
4697 | + "_BodyRegion": "Thorax", | |
4698 | + "_ViewOrientation": "Non-standard", | |
4699 | + "_ImageType": "Radiograph" | |
4700 | + }, | |
4701 | + { | |
4702 | + "_Id": "467", | |
4703 | + "_ImageId": "3328", | |
4704 | + "_Title": "Barium in Stomach (Ant/Lat)", | |
4705 | + "_ImageName": "aa_img_3328.jpg", | |
4706 | + "_TileImageName": "aa_tni_3328.jpg", | |
4707 | + "_BodySystem": "Digestive", | |
4708 | + "_BodyRegion": "Abdomen", | |
4709 | + "_ViewOrientation": "Non-standard", | |
4710 | + "_ImageType": "Radiograph" | |
4711 | + }, | |
4712 | + { | |
4713 | + "_Id": "468", | |
4714 | + "_ImageId": "3227", | |
4715 | + "_Title": "Submandibular Ganglion", | |
4716 | + "_ImageName": "aa_img_3227.jpg", | |
4717 | + "_TileImageName": "aa_tni_3227.jpg", | |
4718 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Muscular, Nervous, Respiratory, Skeletal", | |
4719 | + "_BodyRegion": "Head and Neck", | |
4720 | + "_ViewOrientation": "Lateral", | |
4721 | + "_ImageType": "Illustration" | |
4722 | + }, | |
4723 | + { | |
4724 | + "_Id": "469", | |
4725 | + "_ImageId": "3074", | |
4726 | + "_Title": "Glossopharyngeal Nerve 2", | |
4727 | + "_ImageName": "aa_img_3074.jpg", | |
4728 | + "_TileImageName": "aa_tni_3074.jpg", | |
4729 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Nervous, Respiratory, Skeletal", | |
4730 | + "_BodyRegion": "Head and Neck", | |
4731 | + "_ViewOrientation": "Non-standard", | |
4732 | + "_ImageType": "Illustration" | |
4733 | + }, | |
4734 | + { | |
4735 | + "_Id": "470", | |
4736 | + "_ImageId": "3075", | |
4737 | + "_Title": "Barium in Small Bowel", | |
4738 | + "_ImageName": "aa_img_3075.jpg", | |
4739 | + "_TileImageName": "aa_tni_3075.jpg", | |
4740 | + "_BodySystem": "Digestive, Skeletal", | |
4741 | + "_BodyRegion": "Abdomen", | |
4742 | + "_ViewOrientation": "Anterior", | |
4743 | + "_ImageType": "Radiograph" | |
4744 | + }, | |
4745 | + { | |
4746 | + "_Id": "471", | |
4747 | + "_ImageId": "3076", | |
4748 | + "_Title": "Glossopharyngeal Nerve 1", | |
4749 | + "_ImageName": "aa_img_3076.jpg", | |
4750 | + "_TileImageName": "aa_tni_3076.jpg", | |
4751 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Nervous, Respiratory, Skeletal", | |
4752 | + "_BodyRegion": "Head and Neck", | |
4753 | + "_ViewOrientation": "Non-standard", | |
4754 | + "_ImageType": "Illustration" | |
4755 | + }, | |
4756 | + { | |
4757 | + "_Id": "472", | |
4758 | + "_ImageId": "3077", | |
4759 | + "_Title": "Autonomic NS-Viscera 1", | |
4760 | + "_ImageName": "aa_img_3077.jpg", | |
4761 | + "_TileImageName": "aa_tni_3077.jpg", | |
4762 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Integumentary, Muscular, Nervous, Respiratory, Urinary", | |
4763 | + "_BodyRegion": "Abdomen", | |
4764 | + "_ViewOrientation": "Non-standard", | |
4765 | + "_ImageType": "Illustration" | |
4766 | + }, | |
4767 | + { | |
4768 | + "_Id": "473", | |
4769 | + "_ImageId": "3078", | |
4770 | + "_Title": "Barium in Large Bowel", | |
4771 | + "_ImageName": "aa_img_3078.jpg", | |
4772 | + "_TileImageName": "aa_tni_3078.jpg", | |
4773 | + "_BodySystem": "Digestive, Skeletal", | |
4774 | + "_BodyRegion": "Abdomen", | |
4775 | + "_ViewOrientation": "Anterior", | |
4776 | + "_ImageType": "Radiograph" | |
4777 | + }, | |
4778 | + { | |
4779 | + "_Id": "474", | |
4780 | + "_ImageId": "3329", | |
4781 | + "_Title": "Autonomic NS-Viscera 2", | |
4782 | + "_ImageName": "aa_img_3329.jpg", | |
4783 | + "_TileImageName": "aa_tni_3329.jpg", | |
4784 | + "_BodySystem": "Cardiovascular, Digestive, Endocrine, Integumentary, Muscular, Nervous, Respiratory, Urinary", | |
4785 | + "_BodyRegion": "Abdomen", | |
4786 | + "_ViewOrientation": "Non-standard", | |
4787 | + "_ImageType": "Illustration" | |
4788 | + }, | |
4789 | + { | |
4790 | + "_Id": "475", | |
4791 | + "_ImageId": "3330", | |
4792 | + "_Title": "Carotid Angiogram (Lat) 2", | |
4793 | + "_ImageName": "aa_img_3330.jpg", | |
4794 | + "_TileImageName": "aa_tni_3330.jpg", | |
4795 | + "_BodySystem": "Cardiovascular", | |
4796 | + "_BodyRegion": "Head and Neck", | |
4797 | + "_ViewOrientation": "Lateral", | |
4798 | + "_ImageType": "Radiograph" | |
4799 | + }, | |
4800 | + { | |
4801 | + "_Id": "476", | |
4802 | + "_ImageId": "3228", | |
4803 | + "_Title": "Carotid Angiogram-Veins (Ant)", | |
4804 | + "_ImageName": "aa_img_3228.jpg", | |
4805 | + "_TileImageName": "aa_tni_3228.jpg", | |
4806 | + "_BodySystem": "Cardiovascular", | |
4807 | + "_BodyRegion": "Head and Neck", | |
4808 | + "_ViewOrientation": "Anterior", | |
4809 | + "_ImageType": "Radiograph" | |
4810 | + }, | |
4811 | + { | |
4812 | + "_Id": "477", | |
4813 | + "_ImageId": "3079", | |
4814 | + "_Title": "Autonomic NS-Male Organs 1", | |
4815 | + "_ImageName": "aa_img_3079.jpg", | |
4816 | + "_TileImageName": "aa_tni_3079.jpg", | |
4817 | + "_BodySystem": "Cardiovascular, Digestive, Nervous, Reproductive, Urinary", | |
4818 | + "_BodyRegion": "Pelvis and Perineum", | |
4819 | + "_ViewOrientation": "Non-standard", | |
4820 | + "_ImageType": "Illustration" | |
4821 | + }, | |
4822 | + { | |
4823 | + "_Id": "478", | |
4824 | + "_ImageId": "3229", | |
4825 | + "_Title": "Carotid Angiogram (Ant)", | |
4826 | + "_ImageName": "aa_img_3229.jpg", | |
4827 | + "_TileImageName": "aa_tni_3229.jpg", | |
4828 | + "_BodySystem": "Cardiovascular", | |
4829 | + "_BodyRegion": "Head and Neck", | |
4830 | + "_ViewOrientation": "Anterior", | |
4831 | + "_ImageType": "Radiograph" | |
4832 | + }, | |
4833 | + { | |
4834 | + "_Id": "479", | |
4835 | + "_ImageId": "3080", | |
4836 | + "_Title": "Autonomic NS-Male Organs 2", | |
4837 | + "_ImageName": "aa_img_3080.jpg", | |
4838 | + "_TileImageName": "aa_tni_3080.jpg", | |
4839 | + "_BodySystem": "Cardiovascular, Digestive, Nervous, Reproductive, Urinary", | |
4840 | + "_BodyRegion": "Pelvis and Perineum", | |
4841 | + "_ViewOrientation": "Non-standard", | |
4842 | + "_ImageType": "Illustration" | |
4843 | + }, | |
4844 | + { | |
4845 | + "_Id": "480", | |
4846 | + "_ImageId": "3230", | |
4847 | + "_Title": "Carotid Angiogram (Ant/Lat)", | |
4848 | + "_ImageName": "aa_img_3230.jpg", | |
4849 | + "_TileImageName": "aa_tni_3230.jpg", | |
4850 | + "_BodySystem": "Cardiovascular", | |
4851 | + "_BodyRegion": "Head and Neck", | |
4852 | + "_ViewOrientation": "Non-standard", | |
4853 | + "_ImageType": "Radiograph" | |
4854 | + }, | |
4855 | + { | |
4856 | + "_Id": "481", | |
4857 | + "_ImageId": "3081", | |
4858 | + "_Title": "Autonomic NS-Female Organs 1", | |
4859 | + "_ImageName": "aa_img_3081.jpg", | |
4860 | + "_TileImageName": "aa_tni_3081.jpg", | |
4861 | + "_BodySystem": "Cardiovascular, Digestive, Nervous, Reproductive, Urinary", | |
4862 | + "_BodyRegion": "Pelvis and Perineum", | |
4863 | + "_ViewOrientation": "Non-standard", | |
4864 | + "_ImageType": "Illustration" | |
4865 | + }, | |
4866 | + { | |
4867 | + "_Id": "482", | |
4868 | + "_ImageId": "3082", | |
4869 | + "_Title": "Autonomic NS-Female Organs 2", | |
4870 | + "_ImageName": "aa_img_3082.jpg", | |
4871 | + "_TileImageName": "aa_tni_3082.jpg", | |
4872 | + "_BodySystem": "Cardiovascular, Digestive, Nervous, Reproductive, Urinary", | |
4873 | + "_BodyRegion": "Pelvis and Perineum", | |
4874 | + "_ViewOrientation": "Non-standard", | |
4875 | + "_ImageType": "Illustration" | |
4876 | + }, | |
4877 | + { | |
4878 | + "_Id": "483", | |
4879 | + "_ImageId": "3083", | |
4880 | + "_Title": "Ciliary Ganglion-Pathways 1", | |
4881 | + "_ImageName": "aa_img_3083.jpg", | |
4882 | + "_TileImageName": "aa_tni_3083.jpg", | |
4883 | + "_BodySystem": "Cardiovascular, Muscular, Nervous", | |
4884 | + "_BodyRegion": "Head and Neck", | |
4885 | + "_ViewOrientation": "Non-standard", | |
4886 | + "_ImageType": "Illustration" | |
4887 | + }, | |
4888 | + { | |
4889 | + "_Id": "484", | |
4890 | + "_ImageId": "3084", | |
4891 | + "_Title": "Carotid Angiogram (Lat) 1", | |
4892 | + "_ImageName": "aa_img_3084.jpg", | |
4893 | + "_TileImageName": "aa_tni_3084.jpg", | |
4894 | + "_BodySystem": "Cardiovascular", | |
4895 | + "_BodyRegion": "Head and Neck", | |
4896 | + "_ViewOrientation": "Lateral", | |
4897 | + "_ImageType": "Radiograph" | |
4898 | + }, | |
4899 | + { | |
4900 | + "_Id": "485", | |
4901 | + "_ImageId": "3085", | |
4902 | + "_Title": "Ciliary Ganglion-Pathways 2", | |
4903 | + "_ImageName": "aa_img_3085.jpg", | |
4904 | + "_TileImageName": "aa_tni_3085.jpg", | |
4905 | + "_BodySystem": "Cardiovascular, Muscular, Nervous", | |
4906 | + "_BodyRegion": "Head and Neck", | |
4907 | + "_ViewOrientation": "Non-standard", | |
4908 | + "_ImageType": "Illustration" | |
4909 | + }, | |
4910 | + { | |
4911 | + "_Id": "486", | |
4912 | + "_ImageId": "3086", | |
4913 | + "_Title": "Dissection of Thorax (Ant)", | |
4914 | + "_ImageName": "aa_img_3086.jpg", | |
4915 | + "_TileImageName": "aa_tni_3086.jpg", | |
4916 | + "_BodySystem": "Cardiovascular, Endocrine, Immune, Muscular, Nervous, Respiratory, Skeletal", | |
4917 | + "_BodyRegion": "Thorax", | |
4918 | + "_ViewOrientation": "Anterior", | |
4919 | + "_ImageType": "Cadaver Photograph" | |
4920 | + }, | |
4921 | + { | |
4922 | + "_Id": "487", | |
4923 | + "_ImageId": "3087", | |
4924 | + "_Title": "Vertebral Angiogram (Lat)", | |
4925 | + "_ImageName": "aa_img_3087.jpg", | |
4926 | + "_TileImageName": "aa_tni_3087.jpg", | |
4927 | + "_BodySystem": "Cardiovascular", | |
4928 | + "_BodyRegion": "Head and Neck", | |
4929 | + "_ViewOrientation": "Lateral", | |
4930 | + "_ImageType": "Radiograph" | |
4931 | + }, | |
4932 | + { | |
4933 | + "_Id": "488", | |
4934 | + "_ImageId": "3231", | |
4935 | + "_Title": "Fascia of Female Perineum 1", | |
4936 | + "_ImageName": "aa_img_3231.jpg", | |
4937 | + "_TileImageName": "aa_tni_3231.jpg", | |
4938 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
4939 | + "_BodyRegion": "Pelvis and Perineum", | |
4940 | + "_ViewOrientation": "Inferior", | |
4941 | + "_ImageType": "Illustration" | |
4942 | + }, | |
4943 | + { | |
4944 | + "_Id": "489", | |
4945 | + "_ImageId": "3088", | |
4946 | + "_Title": "Vessels of Female Perineum 1", | |
4947 | + "_ImageName": "aa_img_3088.jpg", | |
4948 | + "_TileImageName": "aa_tni_3088.jpg", | |
4949 | + "_BodySystem": "Cardiovascular, Digestive, Integumentary, Muscular, Nervous, Reproductive, Skeletal, Urinary", | |
4950 | + "_BodyRegion": "Pelvis and Perineum", | |
4951 | + "_ViewOrientation": "Inferior", | |
4952 | + "_ImageType": "Illustration" | |
4953 | + }, | |
4954 | + { | |
4955 | + "_Id": "490", | |
4956 | + "_ImageId": "3232", | |
4957 | + "_Title": "Skull (Ant/Post)", | |
4958 | + "_ImageName": "aa_img_3232.jpg", | |
4959 | + "_TileImageName": "aa_tni_3232.jpg", | |
4960 | + "_BodySystem": "Respiratory, Skeletal", | |
4961 | + "_BodyRegion": "Head and Neck", | |
4962 | + "_ViewOrientation": "Anterior", | |
4963 | + "_ImageType": "Radiograph" | |
4964 | + }, | |
4965 | + { | |
4966 | + "_Id": "491", | |
4967 | + "_ImageId": "3089", | |
4968 | + "_Title": "Dissection of Heart Chambers", | |
4969 | + "_ImageName": "aa_img_3089.jpg", | |
4970 | + "_TileImageName": "aa_tni_3089.jpg", | |
4971 | + "_BodySystem": "Cardiovascular, Muscular, Respiratory, Skeletal", | |
4972 | + "_BodyRegion": "Thorax", | |
4973 | + "_ViewOrientation": "Anterior", | |
4974 | + "_ImageType": "Cadaver Photograph" | |
4975 | + }, | |
4976 | + { | |
4977 | + "_Id": "492", | |
4978 | + "_ImageId": "3331", | |
4979 | + "_Title": "Skull (Lat) 2", | |
4980 | + "_ImageName": "aa_img_3331.jpg", | |
4981 | + "_TileImageName": "aa_tni_3331.jpg", | |
4982 | + "_BodySystem": "Respiratory, Skeletal", | |
4983 | + "_BodyRegion": "Head and Neck", | |
4984 | + "_ViewOrientation": "Lateral", | |
4985 | + "_ImageType": "Radiograph" | |
4986 | + }, | |
4987 | + { | |
4988 | + "_Id": "493", | |
4989 | + "_ImageId": "3233", | |
4990 | + "_Title": "Paranasal Sinuses (Ant/Inf)", | |
4991 | + "_ImageName": "aa_img_3233.jpg", | |
4992 | + "_TileImageName": "aa_tni_3233.jpg", | |
4993 | + "_BodySystem": "Respiratory, Skeletal", | |
4994 | + "_BodyRegion": "Head and Neck", | |
4995 | + "_ViewOrientation": "Anterior", | |
4996 | + "_ImageType": "Radiograph" | |
4997 | + }, | |
4998 | + { | |
4999 | + "_Id": "494", | |
5000 | + "_ImageId": "3234", | |
5001 | + "_Title": "Liver (Ant)", | |
5002 | + "_ImageName": "aa_img_3234.jpg", | |
5003 | + "_TileImageName": "aa_tni_3234.jpg", | |
5004 | + "_BodySystem": "Cardiovascular, Digestive", | |
5005 | + "_BodyRegion": "Abdomen", | |
5006 | + "_ViewOrientation": "Anterior", | |
5007 | + "_ImageType": "Illustration" | |
5008 | + }, | |
5009 | + { | |
5010 | + "_Id": "495", | |
5011 | + "_ImageId": "3090", | |
5012 | + "_Title": "Dermatomes of Lower Limb (Lat)", | |
5013 | + "_ImageName": "aa_img_3090.jpg", | |
5014 | + "_TileImageName": "aa_tni_3090.jpg", | |
5015 | + "_BodySystem": "Integumentary", | |
5016 | + "_BodyRegion": "Lower Limb", | |
5017 | + "_ViewOrientation": "Lateral", | |
5018 | + "_ImageType": "Illustration" | |
5019 | + }, | |
5020 | + { | |
5021 | + "_Id": "496", | |
5022 | + "_ImageId": "3091", | |
5023 | + "_Title": "Hand (Sup)", | |
5024 | + "_ImageName": "aa_img_3091.jpg", | |
5025 | + "_TileImageName": "aa_tni_3091.jpg", | |
5026 | + "_BodySystem": "Cardiovascular, Muscular, Skeletal", | |
5027 | + "_BodyRegion": "Upper Limb", | |
5028 | + "_ViewOrientation": "Superior", | |
5029 | + "_ImageType": "Illustration" | |
5030 | + }, | |
5031 | + { | |
5032 | + "_Id": "497", | |
5033 | + "_ImageId": "3332", | |
5034 | + "_Title": "Laryngeal Muscles (Post) 1", | |
5035 | + "_ImageName": "aa_img_3332.jpg", | |
5036 | + "_TileImageName": "aa_tni_3332.jpg", | |
5037 | + "_BodySystem": "Muscular, Respiratory, Skeletal", | |
5038 | + "_BodyRegion": "Head and Neck", | |
5039 | + "_ViewOrientation": "Posterior", | |
5040 | + "_ImageType": "Illustration" | |
5041 | + }, | |
5042 | + { | |
5043 | + "_Id": "498", | |
5044 | + "_ImageId": "3235", | |
5045 | + "_Title": "Laryngeal Muscles (Post) 2", | |
5046 | + "_ImageName": "aa_img_3235.jpg", | |
5047 | + "_TileImageName": "aa_tni_3235.jpg", | |
5048 | + "_BodySystem": "Muscular, Respiratory, Skeletal", | |
5049 | + "_BodyRegion": "Head and Neck", | |
5050 | + "_ViewOrientation": "Posterior", | |
5051 | + "_ImageType": "Illustration" | |
5052 | + }, | |
5053 | + { | |
5054 | + "_Id": "499", | |
5055 | + "_ImageId": "3092", | |
5056 | + "_Title": "Extended Cervical Spine (Lat)", | |
5057 | + "_ImageName": "aa_img_3092.jpg", | |
5058 | + "_TileImageName": "aa_tni_3092.jpg", | |
5059 | + "_BodySystem": "Skeletal", | |
5060 | + "_BodyRegion": "Head and Neck", | |
5061 | + "_ViewOrientation": "Lateral", | |
5062 | + "_ImageType": "Radiograph" | |
5063 | + }, | |
5064 | + { | |
5065 | + "_Id": "500", | |
5066 | + "_ImageId": "3093", | |
5067 | + "_Title": "Flexed Cervical Spine (Lat)", | |
5068 | + "_ImageName": "aa_img_3093.jpg", | |
5069 | + "_TileImageName": "aa_tni_3093.jpg", | |
5070 | + "_BodySystem": "Respiratory, Skeletal", | |
5071 | + "_BodyRegion": "Head and Neck", | |
5072 | + "_ViewOrientation": "Lateral", | |
5073 | + "_ImageType": "Radiograph" | |
5074 | + }, | |
5075 | + { | |
5076 | + "_Id": "501", | |
5077 | + "_ImageId": "3094", | |
5078 | + "_Title": "Lymph Flow of Head (Lat)", | |
5079 | + "_ImageName": "aa_img_3094.jpg", | |
5080 | + "_TileImageName": "aa_tni_3094.jpg", | |
5081 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular", | |
5082 | + "_BodyRegion": "Head and Neck", | |
5083 | + "_ViewOrientation": "Lateral", | |
5084 | + "_ImageType": "Illustration" | |
5085 | + }, | |
5086 | + { | |
5087 | + "_Id": "502", | |
5088 | + "_ImageId": "3236", | |
5089 | + "_Title": "Deep Lymph Flow of Head (Lat)", | |
5090 | + "_ImageName": "aa_img_3236.jpg", | |
5091 | + "_TileImageName": "aa_tni_3236.jpg", | |
5092 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Respiratory, Skeletal", | |
5093 | + "_BodyRegion": "Head and Neck", | |
5094 | + "_ViewOrientation": "Lateral", | |
5095 | + "_ImageType": "Illustration" | |
5096 | + }, | |
5097 | + { | |
5098 | + "_Id": "503", | |
5099 | + "_ImageId": "3095", | |
5100 | + "_Title": "Lymph Flow of Tongue (Dorsal)", | |
5101 | + "_ImageName": "aa_img_3095.jpg", | |
5102 | + "_TileImageName": "aa_tni_3095.jpg", | |
5103 | + "_BodySystem": "Cardiovascular, Digestive, Lymphatic, Muscular, Respiratory", | |
5104 | + "_BodyRegion": "Head and Neck", | |
5105 | + "_ViewOrientation": "Superior", | |
5106 | + "_ImageType": "Illustration" | |
5107 | + }, | |
5108 | + { | |
5109 | + "_Id": "504", | |
5110 | + "_ImageId": "3237", | |
5111 | + "_Title": "Cervical Spine (Odontoid)", | |
5112 | + "_ImageName": "aa_img_3237.jpg", | |
5113 | + "_TileImageName": "aa_tni_3237.jpg", | |
5114 | + "_BodySystem": "Skeletal", | |
5115 | + "_BodyRegion": "Head and Neck", | |
5116 | + "_ViewOrientation": "Anterior", | |
5117 | + "_ImageType": "Radiograph" | |
5118 | + }, | |
5119 | + { | |
5120 | + "_Id": "505", | |
5121 | + "_ImageId": "3238", | |
5122 | + "_Title": "Thoracic Spine (Ant/Post)", | |
5123 | + "_ImageName": "aa_img_3238.jpg", | |
5124 | + "_TileImageName": "aa_tni_3238.jpg", | |
5125 | + "_BodySystem": "Skeletal", | |
5126 | + "_BodyRegion": "Body Wall and Back", | |
5127 | + "_ViewOrientation": "Anterior", | |
5128 | + "_ImageType": "Radiograph" | |
5129 | + }, | |
5130 | + { | |
5131 | + "_Id": "506", | |
5132 | + "_ImageId": "3239", | |
5133 | + "_Title": "Lymph Flow of Neck (Ant)", | |
5134 | + "_ImageName": "aa_img_3239.jpg", | |
5135 | + "_TileImageName": "aa_tni_3239.jpg", | |
5136 | + "_BodySystem": "Cardiovascular, Endocrine, Lymphatic, Muscular, Respiratory, Skeletal", | |
5137 | + "_BodyRegion": "Head and Neck", | |
5138 | + "_ViewOrientation": "Anterior", | |
5139 | + "_ImageType": "Illustration" | |
5140 | + }, | |
5141 | + { | |
5142 | + "_Id": "507", | |
5143 | + "_ImageId": "3240", | |
5144 | + "_Title": "Lumbar Spine (Lat)", | |
5145 | + "_ImageName": "aa_img_3240.jpg", | |
5146 | + "_TileImageName": "aa_tni_3240.jpg", | |
5147 | + "_BodySystem": "Skeletal", | |
5148 | + "_BodyRegion": "Body Wall and Back", | |
5149 | + "_ViewOrientation": "Lateral", | |
5150 | + "_ImageType": "Radiograph" | |
5151 | + }, | |
5152 | + { | |
5153 | + "_Id": "508", | |
5154 | + "_ImageId": "3333", | |
5155 | + "_Title": "Glands of Head & Neck (Lat)", | |
5156 | + "_ImageName": "aa_img_3333.jpg", | |
5157 | + "_TileImageName": "aa_tni_3333.jpg", | |
5158 | + "_BodySystem": "Digestive, Endocrine, Respiratory, Skeletal", | |
5159 | + "_BodyRegion": "Head and Neck", | |
5160 | + "_ViewOrientation": "Lateral", | |
5161 | + "_ImageType": "Illustration" | |
5162 | + }, | |
5163 | + { | |
5164 | + "_Id": "509", | |
5165 | + "_ImageId": "3241", | |
5166 | + "_Title": "Skull (Inf)", | |
5167 | + "_ImageName": "aa_img_3241.jpg", | |
5168 | + "_TileImageName": "aa_tni_3241.jpg", | |
5169 | + "_BodySystem": "Respiratory, Skeletal", | |
5170 | + "_BodyRegion": "Head and Neck", | |
5171 | + "_ViewOrientation": "Inferior", | |
5172 | + "_ImageType": "Illustration" | |
5173 | + }, | |
5174 | + { | |
5175 | + "_Id": "510", | |
5176 | + "_ImageId": "3242", | |
5177 | + "_Title": "Cerebral Arterial Circle (Inf)", | |
5178 | + "_ImageName": "aa_img_3242.jpg", | |
5179 | + "_TileImageName": "aa_tni_3242.jpg", | |
5180 | + "_BodySystem": "Cardiovascular, Endocrine, Nervous", | |
5181 | + "_BodyRegion": "Head and Neck", | |
5182 | + "_ViewOrientation": "Inferior", | |
5183 | + "_ImageType": "Illustration" | |
5184 | + }, | |
5185 | + { | |
5186 | + "_Id": "511", | |
5187 | + "_ImageId": "3334", | |
5188 | + "_Title": "Temporomandibular Joint (Lat)", | |
5189 | + "_ImageName": "aa_img_3334.jpg", | |
5190 | + "_TileImageName": "aa_tni_3334.jpg", | |
5191 | + "_BodySystem": "Muscular, Skeletal", | |
5192 | + "_BodyRegion": "Head and Neck", | |
5193 | + "_ViewOrientation": "Lateral", | |
5194 | + "_ImageType": "Illustration" | |
5195 | + }, | |
5196 | + { | |
5197 | + "_Id": "512", | |
5198 | + "_ImageId": "3243", | |
5199 | + "_Title": "Deep Veins of Upper Limb (Post)", | |
5200 | + "_ImageName": "aa_img_3243.jpg", | |
5201 | + "_TileImageName": "aa_tni_3243.jpg", | |
5202 | + "_BodySystem": "Cardiovascular, Skeletal", | |
5203 | + "_BodyRegion": "Upper Limb", | |
5204 | + "_ViewOrientation": "Posterior", | |
5205 | + "_ImageType": "Illustration" | |
5206 | + } | |
5207 | + ] | |
5208 | + } | |
5209 | +} | |
0 | 5210 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata.json
0 → 100644
1 | +{ "root": { "it": [ {"_ImageId": "2862", "_HasOrientImage": "True", "_PinCount": "14", "_OrientImageId": "001" }, {"_ImageId": "2863", "_HasOrientImage": "True", "_PinCount": "15", "_OrientImageId": "002" }, {"_ImageId": "3244", "_HasOrientImage": "True", "_PinCount": "24", "_OrientImageId": "003" }, {"_ImageId": "3096", "_HasOrientImage": "True", "_PinCount": "33", "_OrientImageId": "004" }, {"_ImageId": "3097", "_HasOrientImage": "True", "_PinCount": "16", "_OrientImageId": "005" }, {"_ImageId": "3245", "_HasOrientImage": "True", "_PinCount": "18", "_OrientImageId": "006" }, {"_ImageId": "2864", "_HasOrientImage": "True", "_PinCount": "16", "_OrientImageId": "007" }, {"_ImageId": "2865", "_HasOrientImage": "True", "_PinCount": "39", "_OrientImageId": "008" }, {"_ImageId": "2866", "_HasOrientImage": "True", "_PinCount": "32", "_OrientImageId": "009" }, {"_ImageId": "3098", "_HasOrientImage": "True", "_PinCount": "43", "_OrientImageId": "010" }, {"_ImageId": "2867", "_HasOrientImage": "True", "_PinCount": "19", "_OrientImageId": "011" }, {"_ImageId": "3246", "_HasOrientImage": "False", "_PinCount": "46", "_OrientImageId": "" }, {"_ImageId": "3247", "_HasOrientImage": "False", "_PinCount": "52", "_OrientImageId": "" }, {"_ImageId": "2868", "_HasOrientImage": "False", "_PinCount": "41", "_OrientImageId": "" }, {"_ImageId": "2869", "_HasOrientImage": "False", "_PinCount": "46", "_OrientImageId": "" }, {"_ImageId": "3248", "_HasOrientImage": "True", "_PinCount": "55", "_OrientImageId": "012" }, {"_ImageId": "2870", "_HasOrientImage": "True", "_PinCount": "56", "_OrientImageId": "013" }, {"_ImageId": "2871", "_HasOrientImage": "True", "_PinCount": "57", "_OrientImageId": "014" }, {"_ImageId": "2872", "_HasOrientImage": "True", "_PinCount": "54", "_OrientImageId": "015" }, {"_ImageId": "3099", "_HasOrientImage": "True", "_PinCount": "31", "_OrientImageId": "016" }, {"_ImageId": "3100", "_HasOrientImage": "False", "_PinCount": "62", "_OrientImageId": "" }, {"_ImageId": "3249", "_HasOrientImage": "False", "_PinCount": "67", "_OrientImageId": "" }, {"_ImageId": "3101", "_HasOrientImage": "False", "_PinCount": "68", "_OrientImageId": "" }, {"_ImageId": "3250", "_HasOrientImage": "False", "_PinCount": "90", "_OrientImageId": "" }, {"_ImageId": "2873", "_HasOrientImage": "True", "_PinCount": "36", "_OrientImageId": "017" }, {"_ImageId": "3251", "_HasOrientImage": "True", "_PinCount": "80", "_OrientImageId": "018" }, {"_ImageId": "2874", "_HasOrientImage": "True", "_PinCount": "41", "_OrientImageId": "019" }, {"_ImageId": "3252", "_HasOrientImage": "False", "_PinCount": "50", "_OrientImageId": "" }, {"_ImageId": "3102", "_HasOrientImage": "False", "_PinCount": "82", "_OrientImageId": "" }, {"_ImageId": "2875", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "020" }, {"_ImageId": "3253", "_HasOrientImage": "True", "_PinCount": "98", "_OrientImageId": "021" }, {"_ImageId": "3103", "_HasOrientImage": "True", "_PinCount": "36", "_OrientImageId": "022" }, {"_ImageId": "3254", "_HasOrientImage": "True", "_PinCount": "22", "_OrientImageId": "023" }, {"_ImageId": "3104", "_HasOrientImage": "True", "_PinCount": "17", "_OrientImageId": "024" }, {"_ImageId": "2876", "_HasOrientImage": "True", "_PinCount": "17", "_OrientImageId": "025" }, {"_ImageId": "2877", "_HasOrientImage": "True", "_PinCount": "18", "_OrientImageId": "026" }, {"_ImageId": "3255", "_HasOrientImage": "True", "_PinCount": "24", "_OrientImageId": "027" }, {"_ImageId": "3105", "_HasOrientImage": "False", "_PinCount": "65", "_OrientImageId": "" }, {"_ImageId": "2878", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "028" }, {"_ImageId": "3256", "_HasOrientImage": "False", "_PinCount": "48", "_OrientImageId": "" }, {"_ImageId": "3106", "_HasOrientImage": "False", "_PinCount": "48", "_OrientImageId": "" }, {"_ImageId": "2879", "_HasOrientImage": "True", "_PinCount": "19", "_OrientImageId": "029" }, {"_ImageId": "3107", "_HasOrientImage": "False", "_PinCount": "73", "_OrientImageId": "" }, {"_ImageId": "3257", "_HasOrientImage": "True", "_PinCount": "57", "_OrientImageId": "030" }, {"_ImageId": "3258", "_HasOrientImage": "True", "_PinCount": "31", "_OrientImageId": "031" }, {"_ImageId": "3108", "_HasOrientImage": "True", "_PinCount": "39", "_OrientImageId": "032" }, {"_ImageId": "3109", "_HasOrientImage": "False", "_PinCount": "32", "_OrientImageId": "" }, {"_ImageId": "3259", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "033" }, {"_ImageId": "2880", "_HasOrientImage": "True", "_PinCount": "29", "_OrientImageId": "034" }, {"_ImageId": "3110", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "035" }, {"_ImageId": "2881", "_HasOrientImage": "True", "_PinCount": "62", "_OrientImageId": "036" }, {"_ImageId": "3260", "_HasOrientImage": "True", "_PinCount": "35", "_OrientImageId": "037" }, {"_ImageId": "2882", "_HasOrientImage": "True", "_PinCount": "36", "_OrientImageId": "038" }, {"_ImageId": "2883", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "039" }, {"_ImageId": "2884", "_HasOrientImage": "True", "_PinCount": "24", "_OrientImageId": "040" }, {"_ImageId": "2885", "_HasOrientImage": "True", "_PinCount": "23", "_OrientImageId": "041" }, {"_ImageId": "2886", "_HasOrientImage": "True", "_PinCount": "21", "_OrientImageId": "042" }, {"_ImageId": "2887", "_HasOrientImage": "True", "_PinCount": "36", "_OrientImageId": "043" }, {"_ImageId": "2888", "_HasOrientImage": "True", "_PinCount": "34", "_OrientImageId": "044" }, {"_ImageId": "2889", "_HasOrientImage": "True", "_PinCount": "34", "_OrientImageId": "045" }, {"_ImageId": "3111", "_HasOrientImage": "True", "_PinCount": "33", "_OrientImageId": "046" }, {"_ImageId": "2890", "_HasOrientImage": "False", "_PinCount": "57", "_OrientImageId": "" }, {"_ImageId": "2891", "_HasOrientImage": "False", "_PinCount": "36", "_OrientImageId": "" }, {"_ImageId": "3112", "_HasOrientImage": "True", "_PinCount": "34", "_OrientImageId": "047" }, {"_ImageId": "3261", "_HasOrientImage": "True", "_PinCount": "44", "_OrientImageId": "048" }, {"_ImageId": "2892", "_HasOrientImage": "True", "_PinCount": "34", "_OrientImageId": "049" }, {"_ImageId": "2893", "_HasOrientImage": "True", "_PinCount": "34", "_OrientImageId": "050" }, {"_ImageId": "2894", "_HasOrientImage": "True", "_PinCount": "35", "_OrientImageId": "051" }, {"_ImageId": "3262", "_HasOrientImage": "True", "_PinCount": "46", "_OrientImageId": "052" }, {"_ImageId": "2895", "_HasOrientImage": "True", "_PinCount": "39", "_OrientImageId": "053" }, {"_ImageId": "3113", "_HasOrientImage": "True", "_PinCount": "43", "_OrientImageId": "054" }, {"_ImageId": "2896", "_HasOrientImage": "True", "_PinCount": "46", "_OrientImageId": "055" }, {"_ImageId": "2897", "_HasOrientImage": "False", "_PinCount": "57", "_OrientImageId": "" }, {"_ImageId": "3114", "_HasOrientImage": "True", "_PinCount": "41", "_OrientImageId": "056" }, {"_ImageId": "2898", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "057" }, {"_ImageId": "3115", "_HasOrientImage": "True", "_PinCount": "42", "_OrientImageId": "058" }, {"_ImageId": "2899", "_HasOrientImage": "True", "_PinCount": "39", "_OrientImageId": "059" }, {"_ImageId": "3116", "_HasOrientImage": "True", "_PinCount": "41", "_OrientImageId": "060" }, {"_ImageId": "3117", "_HasOrientImage": "True", "_PinCount": "49", "_OrientImageId": "061" }, {"_ImageId": "2900", "_HasOrientImage": "True", "_PinCount": "44", "_OrientImageId": "062" }, {"_ImageId": "3263", "_HasOrientImage": "False", "_PinCount": "39", "_OrientImageId": "" }, {"_ImageId": "3118", "_HasOrientImage": "True", "_PinCount": "31", "_OrientImageId": "063" }, {"_ImageId": "2901", "_HasOrientImage": "False", "_PinCount": "37", "_OrientImageId": "" }, {"_ImageId": "2902", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "064" }, {"_ImageId": "3119", "_HasOrientImage": "False", "_PinCount": "36", "_OrientImageId": "" }, {"_ImageId": "2903", "_HasOrientImage": "False", "_PinCount": "53", "_OrientImageId": "" }, {"_ImageId": "3120", "_HasOrientImage": "True", "_PinCount": "29", "_OrientImageId": "065" }, {"_ImageId": "2904", "_HasOrientImage": "False", "_PinCount": "35", "_OrientImageId": "" }, {"_ImageId": "2905", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "066" }, {"_ImageId": "2906", "_HasOrientImage": "True", "_PinCount": "50", "_OrientImageId": "067" }, {"_ImageId": "3121", "_HasOrientImage": "True", "_PinCount": "33", "_OrientImageId": "068" }, {"_ImageId": "2907", "_HasOrientImage": "True", "_PinCount": "50", "_OrientImageId": "069" }, {"_ImageId": "2908", "_HasOrientImage": "True", "_PinCount": "43", "_OrientImageId": "070" }, {"_ImageId": "2909", "_HasOrientImage": "True", "_PinCount": "71", "_OrientImageId": "071" }, {"_ImageId": "3122", "_HasOrientImage": "True", "_PinCount": "42", "_OrientImageId": "072" }, {"_ImageId": "2910", "_HasOrientImage": "True", "_PinCount": "57", "_OrientImageId": "073" }, {"_ImageId": "2911", "_HasOrientImage": "False", "_PinCount": "40", "_OrientImageId": "" }, {"_ImageId": "2912", "_HasOrientImage": "False", "_PinCount": "26", "_OrientImageId": "" }, {"_ImageId": "3123", "_HasOrientImage": "False", "_PinCount": "24", "_OrientImageId": "" }, {"_ImageId": "3264", "_HasOrientImage": "True", "_PinCount": "41", "_OrientImageId": "074" }, {"_ImageId": "2913", "_HasOrientImage": "True", "_PinCount": "32", "_OrientImageId": "075" }, {"_ImageId": "3124", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "076" }, {"_ImageId": "2914", "_HasOrientImage": "True", "_PinCount": "69", "_OrientImageId": "077" }, {"_ImageId": "3125", "_HasOrientImage": "True", "_PinCount": "53", "_OrientImageId": "078" }, {"_ImageId": "2915", "_HasOrientImage": "False", "_PinCount": "61", "_OrientImageId": "" }, {"_ImageId": "3126", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "79" }, {"_ImageId": "3265", "_HasOrientImage": "False", "_PinCount": "62", "_OrientImageId": "" }, {"_ImageId": "3127", "_HasOrientImage": "False", "_PinCount": "63", "_OrientImageId": "" }, {"_ImageId": "2916", "_HasOrientImage": "True", "_PinCount": "32", "_OrientImageId": "080" }, {"_ImageId": "2917", "_HasOrientImage": "False", "_PinCount": "86", "_OrientImageId": "" }, {"_ImageId": "2918", "_HasOrientImage": "False", "_PinCount": "65", "_OrientImageId": "" }, {"_ImageId": "2919", "_HasOrientImage": "True", "_PinCount": "53", "_OrientImageId": "081" }, {"_ImageId": "3128", "_HasOrientImage": "True", "_PinCount": "68", "_OrientImageId": "082" }, {"_ImageId": "2920", "_HasOrientImage": "True", "_PinCount": "29", "_OrientImageId": "083" }, {"_ImageId": "2921", "_HasOrientImage": "True", "_PinCount": "46", "_OrientImageId": "084" }, {"_ImageId": "2922", "_HasOrientImage": "True", "_PinCount": "51", "_OrientImageId": "085" }, {"_ImageId": "3266", "_HasOrientImage": "True", "_PinCount": "26", "_OrientImageId": "086" }, {"_ImageId": "3267", "_HasOrientImage": "True", "_PinCount": "29", "_OrientImageId": "087" }, {"_ImageId": "3129", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "088" }, {"_ImageId": "3268", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "089" }, {"_ImageId": "3269", "_HasOrientImage": "True", "_PinCount": "44", "_OrientImageId": "090" }, {"_ImageId": "2923", "_HasOrientImage": "False", "_PinCount": "20", "_OrientImageId": "" }, {"_ImageId": "2924", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "091" }, {"_ImageId": "3130", "_HasOrientImage": "False", "_PinCount": "66", "_OrientImageId": "" }, {"_ImageId": "2925", "_HasOrientImage": "False", "_PinCount": "67", "_OrientImageId": "" }, {"_ImageId": "2926", "_HasOrientImage": "False", "_PinCount": "50", "_OrientImageId": "" }, {"_ImageId": "2927", "_HasOrientImage": "False", "_PinCount": "50", "_OrientImageId": "" }, {"_ImageId": "2928", "_HasOrientImage": "False", "_PinCount": "25", "_OrientImageId": "" }, {"_ImageId": "3131", "_HasOrientImage": "True", "_PinCount": "22", "_OrientImageId": "092" }, {"_ImageId": "2929", "_HasOrientImage": "False", "_PinCount": "23", "_OrientImageId": "" }, {"_ImageId": "2930", "_HasOrientImage": "True", "_PinCount": "23", "_OrientImageId": "093" }, {"_ImageId": "2931", "_HasOrientImage": "False", "_PinCount": "38", "_OrientImageId": "" }, {"_ImageId": "2932", "_HasOrientImage": "False", "_PinCount": "39", "_OrientImageId": "" }, {"_ImageId": "2933", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "094" }, {"_ImageId": "3132", "_HasOrientImage": "False", "_PinCount": "28", "_OrientImageId": "" }, {"_ImageId": "2934", "_HasOrientImage": "False", "_PinCount": "14", "_OrientImageId": "" }, {"_ImageId": "3270", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "095" }, {"_ImageId": "3133", "_HasOrientImage": "False", "_PinCount": "13", "_OrientImageId": "" }, {"_ImageId": "2935", "_HasOrientImage": "False", "_PinCount": "22", "_OrientImageId": "" }, {"_ImageId": "3271", "_HasOrientImage": "False", "_PinCount": "15", "_OrientImageId": "" }, {"_ImageId": "3134", "_HasOrientImage": "False", "_PinCount": "24", "_OrientImageId": "" }, {"_ImageId": "2936", "_HasOrientImage": "False", "_PinCount": "65", "_OrientImageId": "" }, {"_ImageId": "3135", "_HasOrientImage": "True", "_PinCount": "33", "_OrientImageId": "096" }, {"_ImageId": "3136", "_HasOrientImage": "True", "_PinCount": "31", "_OrientImageId": "097" }, {"_ImageId": "2937", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "098" }, {"_ImageId": "3137", "_HasOrientImage": "False", "_PinCount": "75", "_OrientImageId": "" }, {"_ImageId": "3138", "_HasOrientImage": "True", "_PinCount": "44", "_OrientImageId": "099" }, {"_ImageId": "2938", "_HasOrientImage": "False", "_PinCount": "42", "_OrientImageId": "" }, {"_ImageId": "2939", "_HasOrientImage": "False", "_PinCount": "60", "_OrientImageId": "" }, {"_ImageId": "2940", "_HasOrientImage": "True", "_PinCount": "29", "_OrientImageId": "100" }, {"_ImageId": "2941", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "101" }, {"_ImageId": "3139", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "102" }, {"_ImageId": "2942", "_HasOrientImage": "True", "_PinCount": "33", "_OrientImageId": "103" }, {"_ImageId": "2943", "_HasOrientImage": "True", "_PinCount": "41", "_OrientImageId": "104" }, {"_ImageId": "2944", "_HasOrientImage": "True", "_PinCount": "34", "_OrientImageId": "105" }, {"_ImageId": "2945", "_HasOrientImage": "True", "_PinCount": "39", "_OrientImageId": "106" }, {"_ImageId": "2946", "_HasOrientImage": "True", "_PinCount": "31", "_OrientImageId": "107" }, {"_ImageId": "2947", "_HasOrientImage": "True", "_PinCount": "33", "_OrientImageId": "108" }, {"_ImageId": "2948", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "109" }, {"_ImageId": "2949", "_HasOrientImage": "True", "_PinCount": "40", "_OrientImageId": "110" }, {"_ImageId": "2950", "_HasOrientImage": "True", "_PinCount": "22", "_OrientImageId": "111" }, {"_ImageId": "3272", "_HasOrientImage": "True", "_PinCount": "38", "_OrientImageId": "112" }, {"_ImageId": "3273", "_HasOrientImage": "True", "_PinCount": "15", "_OrientImageId": "113" }, {"_ImageId": "2951", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "114" }, {"_ImageId": "3140", "_HasOrientImage": "True", "_PinCount": "23", "_OrientImageId": "115" }, {"_ImageId": "2952", "_HasOrientImage": "True", "_PinCount": "31", "_OrientImageId": "116" }, {"_ImageId": "3141", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "117" }, {"_ImageId": "2953", "_HasOrientImage": "True", "_PinCount": "42", "_OrientImageId": "118" }, {"_ImageId": "2954", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "119" }, {"_ImageId": "3274", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "120" }, {"_ImageId": "3142", "_HasOrientImage": "True", "_PinCount": "36", "_OrientImageId": "121" }, {"_ImageId": "3275", "_HasOrientImage": "True", "_PinCount": "40", "_OrientImageId": "122" }, {"_ImageId": "2955", "_HasOrientImage": "True", "_PinCount": "22", "_OrientImageId": "123" }, {"_ImageId": "3143", "_HasOrientImage": "False", "_PinCount": "72", "_OrientImageId": "" }, {"_ImageId": "2956", "_HasOrientImage": "True", "_PinCount": "37", "_OrientImageId": "124" }, {"_ImageId": "3276", "_HasOrientImage": "True", "_PinCount": "42", "_OrientImageId": "125" }, {"_ImageId": "2957", "_HasOrientImage": "True", "_PinCount": "35", "_OrientImageId": "126" }, {"_ImageId": "3144", "_HasOrientImage": "True", "_PinCount": "34", "_OrientImageId": "127" }, {"_ImageId": "3145", "_HasOrientImage": "True", "_PinCount": "35", "_OrientImageId": "128" }, {"_ImageId": "2958", "_HasOrientImage": "True", "_PinCount": "23", "_OrientImageId": "129" }, {"_ImageId": "2959", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "130" }, {"_ImageId": "2960", "_HasOrientImage": "True", "_PinCount": "35", "_OrientImageId": "131" }, {"_ImageId": "3146", "_HasOrientImage": "True", "_PinCount": "36", "_OrientImageId": "132" }, {"_ImageId": "2961", "_HasOrientImage": "True", "_PinCount": "32", "_OrientImageId": "133" }, {"_ImageId": "3277", "_HasOrientImage": "True", "_PinCount": "26", "_OrientImageId": "134" }, {"_ImageId": "2962", "_HasOrientImage": "True", "_PinCount": "33", "_OrientImageId": "135" }, {"_ImageId": "2963", "_HasOrientImage": "True", "_PinCount": "23", "_OrientImageId": "136" }, {"_ImageId": "3147", "_HasOrientImage": "True", "_PinCount": "57", "_OrientImageId": "137" }, {"_ImageId": "3148", "_HasOrientImage": "True", "_PinCount": "44", "_OrientImageId": "138" }, {"_ImageId": "2964", "_HasOrientImage": "False", "_PinCount": "38", "_OrientImageId": "" }, {"_ImageId": "3149", "_HasOrientImage": "False", "_PinCount": "31", "_OrientImageId": "" }, {"_ImageId": "3278", "_HasOrientImage": "False", "_PinCount": "27", "_OrientImageId": "" }, {"_ImageId": "3150", "_HasOrientImage": "False", "_PinCount": "24", "_OrientImageId": "" }, {"_ImageId": "2965", "_HasOrientImage": "False", "_PinCount": "14", "_OrientImageId": "" }, {"_ImageId": "2966", "_HasOrientImage": "False", "_PinCount": "19", "_OrientImageId": "" }, {"_ImageId": "3151", "_HasOrientImage": "False", "_PinCount": "60", "_OrientImageId": "" }, {"_ImageId": "2967", "_HasOrientImage": "False", "_PinCount": "33", "_OrientImageId": "" }, {"_ImageId": "3152", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "139" }, {"_ImageId": "3153", "_HasOrientImage": "False", "_PinCount": "59", "_OrientImageId": "" }, {"_ImageId": "3154", "_HasOrientImage": "True", "_PinCount": "40", "_OrientImageId": "140" }, {"_ImageId": "2968", "_HasOrientImage": "False", "_PinCount": "30", "_OrientImageId": "" }, {"_ImageId": "3155", "_HasOrientImage": "False", "_PinCount": "27", "_OrientImageId": "" }, {"_ImageId": "2969", "_HasOrientImage": "True", "_PinCount": "43", "_OrientImageId": "141" }, {"_ImageId": "3156", "_HasOrientImage": "True", "_PinCount": "22", "_OrientImageId": "142" }, {"_ImageId": "2970", "_HasOrientImage": "False", "_PinCount": "46", "_OrientImageId": "" }, {"_ImageId": "2971", "_HasOrientImage": "True", "_PinCount": "24", "_OrientImageId": "143" }, {"_ImageId": "3157", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "144" }, {"_ImageId": "3158", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "145" }, {"_ImageId": "2972", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "146" }, {"_ImageId": "2973", "_HasOrientImage": "False", "_PinCount": "37", "_OrientImageId": "" }, {"_ImageId": "2974", "_HasOrientImage": "True", "_PinCount": "13", "_OrientImageId": "147" }, {"_ImageId": "3159", "_HasOrientImage": "True", "_PinCount": "18", "_OrientImageId": "148" }, {"_ImageId": "3279", "_HasOrientImage": "True", "_PinCount": "21", "_OrientImageId": "149" }, {"_ImageId": "3280", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "150" }, {"_ImageId": "3160", "_HasOrientImage": "True", "_PinCount": "15", "_OrientImageId": "151" }, {"_ImageId": "2975", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "152" }, {"_ImageId": "3161", "_HasOrientImage": "True", "_PinCount": "37", "_OrientImageId": "153" }, {"_ImageId": "3281", "_HasOrientImage": "True", "_PinCount": "33", "_OrientImageId": "154" }, {"_ImageId": "3282", "_HasOrientImage": "True", "_PinCount": "31", "_OrientImageId": "155" }, {"_ImageId": "2976", "_HasOrientImage": "True", "_PinCount": "14", "_OrientImageId": "156" }, {"_ImageId": "3162", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "157" }, {"_ImageId": "3163", "_HasOrientImage": "True", "_PinCount": "9", "_OrientImageId": "158" }, {"_ImageId": "3283", "_HasOrientImage": "True", "_PinCount": "22", "_OrientImageId": "159" }, {"_ImageId": "3284", "_HasOrientImage": "True", "_PinCount": "23", "_OrientImageId": "160" }, {"_ImageId": "3285", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "161" }, {"_ImageId": "3286", "_HasOrientImage": "True", "_PinCount": "33", "_OrientImageId": "162" }, {"_ImageId": "3164", "_HasOrientImage": "False", "_PinCount": "33", "_OrientImageId": "" }, {"_ImageId": "2977", "_HasOrientImage": "False", "_PinCount": "30", "_OrientImageId": "" }, {"_ImageId": "2978", "_HasOrientImage": "False", "_PinCount": "29", "_OrientImageId": "" }, {"_ImageId": "3287", "_HasOrientImage": "False", "_PinCount": "10", "_OrientImageId": "" }, {"_ImageId": "3165", "_HasOrientImage": "False", "_PinCount": "9", "_OrientImageId": "" }, {"_ImageId": "2979", "_HasOrientImage": "False", "_PinCount": "28", "_OrientImageId": "" }, {"_ImageId": "2980", "_HasOrientImage": "False", "_PinCount": "18", "_OrientImageId": "" }, {"_ImageId": "2981", "_HasOrientImage": "True", "_PinCount": "39", "_OrientImageId": "163" }, {"_ImageId": "3288", "_HasOrientImage": "False", "_PinCount": "45", "_OrientImageId": "" }, {"_ImageId": "2982", "_HasOrientImage": "True", "_PinCount": "38", "_OrientImageId": "164" }, {"_ImageId": "2983", "_HasOrientImage": "True", "_PinCount": "22", "_OrientImageId": "165" }, {"_ImageId": "2984", "_HasOrientImage": "False", "_PinCount": "46", "_OrientImageId": "" }, {"_ImageId": "3166", "_HasOrientImage": "True", "_PinCount": "31", "_OrientImageId": "166" }, {"_ImageId": "2985", "_HasOrientImage": "False", "_PinCount": "36", "_OrientImageId": "" }, {"_ImageId": "3167", "_HasOrientImage": "True", "_PinCount": "21", "_OrientImageId": "167" }, {"_ImageId": "2986", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "168" }, {"_ImageId": "2987", "_HasOrientImage": "True", "_PinCount": "34", "_OrientImageId": "169" }, {"_ImageId": "2988", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "170" }, {"_ImageId": "3168", "_HasOrientImage": "True", "_PinCount": "17", "_OrientImageId": "171" }, {"_ImageId": "2989", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "172" }, {"_ImageId": "3289", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "173" }, {"_ImageId": "2990", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "174" }, {"_ImageId": "3169", "_HasOrientImage": "True", "_PinCount": "36", "_OrientImageId": "175" }, {"_ImageId": "3290", "_HasOrientImage": "True", "_PinCount": "26", "_OrientImageId": "176" }, {"_ImageId": "2991", "_HasOrientImage": "True", "_PinCount": "34", "_OrientImageId": "177" }, {"_ImageId": "3170", "_HasOrientImage": "True", "_PinCount": "10", "_OrientImageId": "178" }, {"_ImageId": "3291", "_HasOrientImage": "True", "_PinCount": "15", "_OrientImageId": "179" }, {"_ImageId": "3292", "_HasOrientImage": "True", "_PinCount": "40", "_OrientImageId": "180" }, {"_ImageId": "2992", "_HasOrientImage": "True", "_PinCount": "33", "_OrientImageId": "181" }, {"_ImageId": "3293", "_HasOrientImage": "True", "_PinCount": "34", "_OrientImageId": "182" }, {"_ImageId": "2993", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "183" }, {"_ImageId": "3294", "_HasOrientImage": "True", "_PinCount": "36", "_OrientImageId": "184" }, {"_ImageId": "3295", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "185" }, {"_ImageId": "3171", "_HasOrientImage": "True", "_PinCount": "21", "_OrientImageId": "186" }, {"_ImageId": "2994", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "187" }, {"_ImageId": "2995", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "188" }, {"_ImageId": "2996", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "189" }, {"_ImageId": "2997", "_HasOrientImage": "True", "_PinCount": "32", "_OrientImageId": "190" }, {"_ImageId": "2998", "_HasOrientImage": "False", "_PinCount": "42", "_OrientImageId": "" }, {"_ImageId": "2999", "_HasOrientImage": "False", "_PinCount": "35", "_OrientImageId": "" }, {"_ImageId": "3296", "_HasOrientImage": "True", "_PinCount": "43", "_OrientImageId": "191" }, {"_ImageId": "3297", "_HasOrientImage": "True", "_PinCount": "39", "_OrientImageId": "192" }, {"_ImageId": "3000", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "193" }, {"_ImageId": "3298", "_HasOrientImage": "True", "_PinCount": "26", "_OrientImageId": "194" }, {"_ImageId": "3001", "_HasOrientImage": "False", "_PinCount": "51", "_OrientImageId": "" }, {"_ImageId": "3002", "_HasOrientImage": "True", "_PinCount": "21", "_OrientImageId": "195" }, {"_ImageId": "3172", "_HasOrientImage": "True", "_PinCount": "24", "_OrientImageId": "196" }, {"_ImageId": "3173", "_HasOrientImage": "False", "_PinCount": "34", "_OrientImageId": "" }, {"_ImageId": "3174", "_HasOrientImage": "True", "_PinCount": "42", "_OrientImageId": "197" }, {"_ImageId": "3175", "_HasOrientImage": "True", "_PinCount": "26", "_OrientImageId": "198" }, {"_ImageId": "3299", "_HasOrientImage": "True", "_PinCount": "18", "_OrientImageId": "199" }, {"_ImageId": "3003", "_HasOrientImage": "True", "_PinCount": "23", "_OrientImageId": "200" }, {"_ImageId": "3300", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "201" }, {"_ImageId": "3176", "_HasOrientImage": "True", "_PinCount": "48", "_OrientImageId": "202" }, {"_ImageId": "3004", "_HasOrientImage": "True", "_PinCount": "43", "_OrientImageId": "203" }, {"_ImageId": "3005", "_HasOrientImage": "False", "_PinCount": "84", "_OrientImageId": "" }, {"_ImageId": "3177", "_HasOrientImage": "False", "_PinCount": "43", "_OrientImageId": "" }, {"_ImageId": "3006", "_HasOrientImage": "False", "_PinCount": "41", "_OrientImageId": "" }, {"_ImageId": "3007", "_HasOrientImage": "False", "_PinCount": "27", "_OrientImageId": "" }, {"_ImageId": "3008", "_HasOrientImage": "False", "_PinCount": "41", "_OrientImageId": "" }, {"_ImageId": "3178", "_HasOrientImage": "False", "_PinCount": "23", "_OrientImageId": "" }, {"_ImageId": "3009", "_HasOrientImage": "False", "_PinCount": "19", "_OrientImageId": "" }, {"_ImageId": "3179", "_HasOrientImage": "False", "_PinCount": "8", "_OrientImageId": "" }, {"_ImageId": "3010", "_HasOrientImage": "True", "_PinCount": "54", "_OrientImageId": "204" }, {"_ImageId": "3301", "_HasOrientImage": "True", "_PinCount": "43", "_OrientImageId": "205" }, {"_ImageId": "3011", "_HasOrientImage": "False", "_PinCount": "51", "_OrientImageId": "" }, {"_ImageId": "3302", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "206" }, {"_ImageId": "3012", "_HasOrientImage": "True", "_PinCount": "26", "_OrientImageId": "207" }, {"_ImageId": "3013", "_HasOrientImage": "True", "_PinCount": "37", "_OrientImageId": "208" }, {"_ImageId": "3180", "_HasOrientImage": "False", "_PinCount": "44", "_OrientImageId": "" }, {"_ImageId": "3014", "_HasOrientImage": "True", "_PinCount": "29", "_OrientImageId": "209" }, {"_ImageId": "3015", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "210" }, {"_ImageId": "3016", "_HasOrientImage": "True", "_PinCount": "17", "_OrientImageId": "211" }, {"_ImageId": "3181", "_HasOrientImage": "True", "_PinCount": "19", "_OrientImageId": "212" }, {"_ImageId": "3182", "_HasOrientImage": "False", "_PinCount": "49", "_OrientImageId": "" }, {"_ImageId": "3303", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "213" }, {"_ImageId": "3183", "_HasOrientImage": "False", "_PinCount": "61", "_OrientImageId": "" }, {"_ImageId": "3304", "_HasOrientImage": "True", "_PinCount": "19", "_OrientImageId": "214" }, {"_ImageId": "3017", "_HasOrientImage": "True", "_PinCount": "24", "_OrientImageId": "215" }, {"_ImageId": "3018", "_HasOrientImage": "True", "_PinCount": "19", "_OrientImageId": "216" }, {"_ImageId": "3305", "_HasOrientImage": "True", "_PinCount": "10", "_OrientImageId": "217" }, {"_ImageId": "3184", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "218" }, {"_ImageId": "3306", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "219" }, {"_ImageId": "3307", "_HasOrientImage": "True", "_PinCount": "29", "_OrientImageId": "220" }, {"_ImageId": "3185", "_HasOrientImage": "True", "_PinCount": "13", "_OrientImageId": "221" }, {"_ImageId": "3186", "_HasOrientImage": "True", "_PinCount": "21", "_OrientImageId": "222" }, {"_ImageId": "3019", "_HasOrientImage": "True", "_PinCount": "19", "_OrientImageId": "223" }, {"_ImageId": "3308", "_HasOrientImage": "True", "_PinCount": "31", "_OrientImageId": "224" }, {"_ImageId": "3187", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "225" }, {"_ImageId": "3020", "_HasOrientImage": "True", "_PinCount": "73", "_OrientImageId": "226" }, {"_ImageId": "3188", "_HasOrientImage": "True", "_PinCount": "12", "_OrientImageId": "227" }, {"_ImageId": "3021", "_HasOrientImage": "True", "_PinCount": "18", "_OrientImageId": "228" }, {"_ImageId": "3022", "_HasOrientImage": "True", "_PinCount": "17", "_OrientImageId": "229" }, {"_ImageId": "3309", "_HasOrientImage": "True", "_PinCount": "13", "_OrientImageId": "230" }, {"_ImageId": "3023", "_HasOrientImage": "True", "_PinCount": "24", "_OrientImageId": "231" }, {"_ImageId": "3189", "_HasOrientImage": "True", "_PinCount": "18", "_OrientImageId": "232" }, {"_ImageId": "3024", "_HasOrientImage": "False", "_PinCount": "52", "_OrientImageId": "" }, {"_ImageId": "3025", "_HasOrientImage": "True", "_PinCount": "23", "_OrientImageId": "233" }, {"_ImageId": "3190", "_HasOrientImage": "True", "_PinCount": "22", "_OrientImageId": "234" }, {"_ImageId": "3026", "_HasOrientImage": "True", "_PinCount": "24", "_OrientImageId": "235" }, {"_ImageId": "3191", "_HasOrientImage": "True", "_PinCount": "53", "_OrientImageId": "236" }, {"_ImageId": "3027", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "237" }, {"_ImageId": "3028", "_HasOrientImage": "True", "_PinCount": "13", "_OrientImageId": "238" }, {"_ImageId": "3029", "_HasOrientImage": "True", "_PinCount": "40", "_OrientImageId": "239" }, {"_ImageId": "3192", "_HasOrientImage": "True", "_PinCount": "17", "_OrientImageId": "240" }, {"_ImageId": "3310", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "241" }, {"_ImageId": "3193", "_HasOrientImage": "False", "_PinCount": "24", "_OrientImageId": "" }, {"_ImageId": "3030", "_HasOrientImage": "False", "_PinCount": "24", "_OrientImageId": "" }, {"_ImageId": "3311", "_HasOrientImage": "True", "_PinCount": "21", "_OrientImageId": "242" }, {"_ImageId": "3194", "_HasOrientImage": "False", "_PinCount": "25", "_OrientImageId": "" }, {"_ImageId": "3031", "_HasOrientImage": "True", "_PinCount": "21", "_OrientImageId": "243" }, {"_ImageId": "3195", "_HasOrientImage": "False", "_PinCount": "27", "_OrientImageId": "" }, {"_ImageId": "3196", "_HasOrientImage": "False", "_PinCount": "49", "_OrientImageId": "" }, {"_ImageId": "3032", "_HasOrientImage": "False", "_PinCount": "59", "_OrientImageId": "" }, {"_ImageId": "3197", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "244" }, {"_ImageId": "3198", "_HasOrientImage": "True", "_PinCount": "33", "_OrientImageId": "245" }, {"_ImageId": "3033", "_HasOrientImage": "True", "_PinCount": "31", "_OrientImageId": "246" }, {"_ImageId": "3312", "_HasOrientImage": "True", "_PinCount": "35", "_OrientImageId": "247" }, {"_ImageId": "3199", "_HasOrientImage": "True", "_PinCount": "22", "_OrientImageId": "248" }, {"_ImageId": "3034", "_HasOrientImage": "True", "_PinCount": "31", "_OrientImageId": "249" }, {"_ImageId": "3035", "_HasOrientImage": "True", "_PinCount": "49", "_OrientImageId": "250" }, {"_ImageId": "3200", "_HasOrientImage": "True", "_PinCount": "23", "_OrientImageId": "251" }, {"_ImageId": "3036", "_HasOrientImage": "True", "_PinCount": "39", "_OrientImageId": "252" }, {"_ImageId": "3201", "_HasOrientImage": "False", "_PinCount": "41", "_OrientImageId": "" }, {"_ImageId": "3202", "_HasOrientImage": "True", "_PinCount": "23", "_OrientImageId": "253" }, {"_ImageId": "3037", "_HasOrientImage": "True", "_PinCount": "75", "_OrientImageId": "254" }, {"_ImageId": "3203", "_HasOrientImage": "True", "_PinCount": "18", "_OrientImageId": "255" }, {"_ImageId": "3204", "_HasOrientImage": "True", "_PinCount": "7", "_OrientImageId": "256" }, {"_ImageId": "3038", "_HasOrientImage": "True", "_PinCount": "11", "_OrientImageId": "257" }, {"_ImageId": "3039", "_HasOrientImage": "True", "_PinCount": "12", "_OrientImageId": "258" }, {"_ImageId": "3205", "_HasOrientImage": "True", "_PinCount": "23", "_OrientImageId": "259" }, {"_ImageId": "3206", "_HasOrientImage": "True", "_PinCount": "17", "_OrientImageId": "260" }, {"_ImageId": "3040", "_HasOrientImage": "False", "_PinCount": "41", "_OrientImageId": "" }, {"_ImageId": "3041", "_HasOrientImage": "True", "_PinCount": "21", "_OrientImageId": "261" }, {"_ImageId": "3313", "_HasOrientImage": "False", "_PinCount": "44", "_OrientImageId": "" }, {"_ImageId": "3314", "_HasOrientImage": "False", "_PinCount": "44", "_OrientImageId": "" }, {"_ImageId": "3042", "_HasOrientImage": "True", "_PinCount": "16", "_OrientImageId": "262" }, {"_ImageId": "3043", "_HasOrientImage": "True", "_PinCount": "13", "_OrientImageId": "263" }, {"_ImageId": "3315", "_HasOrientImage": "True", "_PinCount": "50", "_OrientImageId": "264" }, {"_ImageId": "3044", "_HasOrientImage": "True", "_PinCount": "16", "_OrientImageId": "265" }, {"_ImageId": "3207", "_HasOrientImage": "True", "_PinCount": "12", "_OrientImageId": "266" }, {"_ImageId": "3208", "_HasOrientImage": "True", "_PinCount": "38", "_OrientImageId": "267" }, {"_ImageId": "3045", "_HasOrientImage": "True", "_PinCount": "38", "_OrientImageId": "268" }, {"_ImageId": "3046", "_HasOrientImage": "True", "_PinCount": "53", "_OrientImageId": "269" }, {"_ImageId": "3209", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "270" }, {"_ImageId": "3210", "_HasOrientImage": "True", "_PinCount": "15", "_OrientImageId": "271" }, {"_ImageId": "3047", "_HasOrientImage": "True", "_PinCount": "61", "_OrientImageId": "272" }, {"_ImageId": "3316", "_HasOrientImage": "True", "_PinCount": "36", "_OrientImageId": "273" }, {"_ImageId": "3048", "_HasOrientImage": "True", "_PinCount": "43", "_OrientImageId": "274" }, {"_ImageId": "3317", "_HasOrientImage": "True", "_PinCount": "46", "_OrientImageId": "275" }, {"_ImageId": "3211", "_HasOrientImage": "True", "_PinCount": "19", "_OrientImageId": "276" }, {"_ImageId": "3318", "_HasOrientImage": "True", "_PinCount": "24", "_OrientImageId": "277" }, {"_ImageId": "3049", "_HasOrientImage": "True", "_PinCount": "11", "_OrientImageId": "278" }, {"_ImageId": "3050", "_HasOrientImage": "True", "_PinCount": "11", "_OrientImageId": "279" }, {"_ImageId": "3212", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "280" }, {"_ImageId": "3213", "_HasOrientImage": "True", "_PinCount": "19", "_OrientImageId": "281" }, {"_ImageId": "3051", "_HasOrientImage": "True", "_PinCount": "71", "_OrientImageId": "282" }, {"_ImageId": "3052", "_HasOrientImage": "True", "_PinCount": "11", "_OrientImageId": "283" }, {"_ImageId": "3053", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "284" }, {"_ImageId": "3214", "_HasOrientImage": "True", "_PinCount": "70", "_OrientImageId": "285" }, {"_ImageId": "3054", "_HasOrientImage": "True", "_PinCount": "47", "_OrientImageId": "286" }, {"_ImageId": "3215", "_HasOrientImage": "True", "_PinCount": "42", "_OrientImageId": "287" }, {"_ImageId": "3319", "_HasOrientImage": "True", "_PinCount": "46", "_OrientImageId": "288" }, {"_ImageId": "3055", "_HasOrientImage": "True", "_PinCount": "12", "_OrientImageId": "289" }, {"_ImageId": "3056", "_HasOrientImage": "True", "_PinCount": "4", "_OrientImageId": "290" }, {"_ImageId": "3057", "_HasOrientImage": "True", "_PinCount": "13", "_OrientImageId": "291" }, {"_ImageId": "3058", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "292" }, {"_ImageId": "3320", "_HasOrientImage": "True", "_PinCount": "10", "_OrientImageId": "293" }, {"_ImageId": "3216", "_HasOrientImage": "True", "_PinCount": "4", "_OrientImageId": "294" }, {"_ImageId": "3217", "_HasOrientImage": "True", "_PinCount": "13", "_OrientImageId": "295" }, {"_ImageId": "3059", "_HasOrientImage": "True", "_PinCount": "66", "_OrientImageId": "296" }, {"_ImageId": "3060", "_HasOrientImage": "True", "_PinCount": "26", "_OrientImageId": "297" }, {"_ImageId": "3218", "_HasOrientImage": "True", "_PinCount": "21", "_OrientImageId": "298" }, {"_ImageId": "3321", "_HasOrientImage": "True", "_PinCount": "22", "_OrientImageId": "299" }, {"_ImageId": "3219", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "300" }, {"_ImageId": "3322", "_HasOrientImage": "True", "_PinCount": "26", "_OrientImageId": "301" }, {"_ImageId": "3220", "_HasOrientImage": "True", "_PinCount": "16", "_OrientImageId": "302" }, {"_ImageId": "3221", "_HasOrientImage": "True", "_PinCount": "37", "_OrientImageId": "303" }, {"_ImageId": "3061", "_HasOrientImage": "True", "_PinCount": "18", "_OrientImageId": "304" }, {"_ImageId": "3323", "_HasOrientImage": "True", "_PinCount": "7", "_OrientImageId": "305" }, {"_ImageId": "3324", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "306" }, {"_ImageId": "3062", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "307" }, {"_ImageId": "3063", "_HasOrientImage": "True", "_PinCount": "23", "_OrientImageId": "308" }, {"_ImageId": "3222", "_HasOrientImage": "True", "_PinCount": "34", "_OrientImageId": "309" }, {"_ImageId": "3223", "_HasOrientImage": "True", "_PinCount": "17", "_OrientImageId": "310" }, {"_ImageId": "3064", "_HasOrientImage": "True", "_PinCount": "7", "_OrientImageId": "311" }, {"_ImageId": "3224", "_HasOrientImage": "True", "_PinCount": "6", "_OrientImageId": "312" }, {"_ImageId": "3325", "_HasOrientImage": "True", "_PinCount": "44", "_OrientImageId": "313" }, {"_ImageId": "3225", "_HasOrientImage": "True", "_PinCount": "29", "_OrientImageId": "314" }, {"_ImageId": "3065", "_HasOrientImage": "True", "_PinCount": "5", "_OrientImageId": "315" }, {"_ImageId": "3066", "_HasOrientImage": "True", "_PinCount": "18", "_OrientImageId": "316" }, {"_ImageId": "3067", "_HasOrientImage": "True", "_PinCount": "5", "_OrientImageId": "317" }, {"_ImageId": "3068", "_HasOrientImage": "True", "_PinCount": "18", "_OrientImageId": "318" }, {"_ImageId": "3069", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "319" }, {"_ImageId": "3070", "_HasOrientImage": "True", "_PinCount": "55", "_OrientImageId": "320" }, {"_ImageId": "3071", "_HasOrientImage": "True", "_PinCount": "45", "_OrientImageId": "321" }, {"_ImageId": "3072", "_HasOrientImage": "True", "_PinCount": "10", "_OrientImageId": "322" }, {"_ImageId": "3326", "_HasOrientImage": "True", "_PinCount": "46", "_OrientImageId": "323" }, {"_ImageId": "3073", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "324" }, {"_ImageId": "3226", "_HasOrientImage": "True", "_PinCount": "48", "_OrientImageId": "325" }, {"_ImageId": "3327", "_HasOrientImage": "True", "_PinCount": "6", "_OrientImageId": "326" }, {"_ImageId": "3328", "_HasOrientImage": "True", "_PinCount": "12", "_OrientImageId": "327" }, {"_ImageId": "3227", "_HasOrientImage": "True", "_PinCount": "44", "_OrientImageId": "328" }, {"_ImageId": "3074", "_HasOrientImage": "True", "_PinCount": "51", "_OrientImageId": "329" }, {"_ImageId": "3075", "_HasOrientImage": "True", "_PinCount": "19", "_OrientImageId": "330" }, {"_ImageId": "3076", "_HasOrientImage": "False", "_PinCount": "45", "_OrientImageId": "" }, {"_ImageId": "3077", "_HasOrientImage": "True", "_PinCount": "60", "_OrientImageId": "331" }, {"_ImageId": "3078", "_HasOrientImage": "True", "_PinCount": "14", "_OrientImageId": "332" }, {"_ImageId": "3329", "_HasOrientImage": "True", "_PinCount": "58", "_OrientImageId": "333" }, {"_ImageId": "3330", "_HasOrientImage": "True", "_PinCount": "8", "_OrientImageId": "334" }, {"_ImageId": "3228", "_HasOrientImage": "True", "_PinCount": "9", "_OrientImageId": "335" }, {"_ImageId": "3079", "_HasOrientImage": "True", "_PinCount": "49", "_OrientImageId": "336" }, {"_ImageId": "3229", "_HasOrientImage": "True", "_PinCount": "7", "_OrientImageId": "337" }, {"_ImageId": "3080", "_HasOrientImage": "True", "_PinCount": "44", "_OrientImageId": "338" }, {"_ImageId": "3230", "_HasOrientImage": "True", "_PinCount": "16", "_OrientImageId": "339" }, {"_ImageId": "3081", "_HasOrientImage": "True", "_PinCount": "50", "_OrientImageId": "340" }, {"_ImageId": "3082", "_HasOrientImage": "True", "_PinCount": "47", "_OrientImageId": "341" }, {"_ImageId": "3083", "_HasOrientImage": "True", "_PinCount": "33", "_OrientImageId": "342" }, {"_ImageId": "3084", "_HasOrientImage": "True", "_PinCount": "10", "_OrientImageId": "343" }, {"_ImageId": "3085", "_HasOrientImage": "True", "_PinCount": "32", "_OrientImageId": "344" }, {"_ImageId": "3086", "_HasOrientImage": "True", "_PinCount": "44", "_OrientImageId": "345" }, {"_ImageId": "3087", "_HasOrientImage": "True", "_PinCount": "7", "_OrientImageId": "346" }, {"_ImageId": "3231", "_HasOrientImage": "True", "_PinCount": "37", "_OrientImageId": "347" }, {"_ImageId": "3088", "_HasOrientImage": "True", "_PinCount": "44", "_OrientImageId": "348" }, {"_ImageId": "3232", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "349" }, {"_ImageId": "3089", "_HasOrientImage": "True", "_PinCount": "25", "_OrientImageId": "350" }, {"_ImageId": "3331", "_HasOrientImage": "True", "_PinCount": "32", "_OrientImageId": "351" }, {"_ImageId": "3233", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "352" }, {"_ImageId": "3234", "_HasOrientImage": "True", "_PinCount": "17", "_OrientImageId": "353" }, {"_ImageId": "3090", "_HasOrientImage": "False", "_PinCount": "13", "_OrientImageId": "" }, {"_ImageId": "3091", "_HasOrientImage": "True", "_PinCount": "34", "_OrientImageId": "354" }, {"_ImageId": "3332", "_HasOrientImage": "True", "_PinCount": "22", "_OrientImageId": "355" }, {"_ImageId": "3235", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "356" }, {"_ImageId": "3092", "_HasOrientImage": "True", "_PinCount": "26", "_OrientImageId": "357" }, {"_ImageId": "3093", "_HasOrientImage": "True", "_PinCount": "28", "_OrientImageId": "358" }, {"_ImageId": "3094", "_HasOrientImage": "False", "_PinCount": "40", "_OrientImageId": "" }, {"_ImageId": "3236", "_HasOrientImage": "False", "_PinCount": "35", "_OrientImageId": "" }, {"_ImageId": "3095", "_HasOrientImage": "True", "_PinCount": "20", "_OrientImageId": "359" }, {"_ImageId": "3237", "_HasOrientImage": "True", "_PinCount": "13", "_OrientImageId": "360" }, {"_ImageId": "3238", "_HasOrientImage": "True", "_PinCount": "32", "_OrientImageId": "361" }, {"_ImageId": "3239", "_HasOrientImage": "True", "_PinCount": "30", "_OrientImageId": "362" }, {"_ImageId": "3240", "_HasOrientImage": "True", "_PinCount": "27", "_OrientImageId": "363" }, {"_ImageId": "3333", "_HasOrientImage": "False", "_PinCount": "59", "_OrientImageId": "" }, {"_ImageId": "3241", "_HasOrientImage": "True", "_PinCount": "58", "_OrientImageId": "364" }, {"_ImageId": "3242", "_HasOrientImage": "True", "_PinCount": "43", "_OrientImageId": "365" }, {"_ImageId": "3334", "_HasOrientImage": "True", "_PinCount": "10", "_OrientImageId": "366" }, {"_ImageId": "3243", "_HasOrientImage": "False", "_PinCount": "24", "_OrientImageId": "" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2862.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44705", "_HeadX": "638", "_HeadY": "83", "_PinX": "604", "_PinY": "121", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4134" }, {"_PinId": "45055", "_HeadX": "201", "_HeadY": "48", "_PinX": "239", "_PinY": "107", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4134" }, {"_PinId": "45235", "_HeadX": "313", "_HeadY": "113", "_PinX": "333", "_PinY": "180", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4172" }, {"_PinId": "45236", "_HeadX": "312", "_HeadY": "377", "_PinX": "342", "_PinY": "449", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5137" }, {"_PinId": "45403", "_HeadX": "76", "_HeadY": "288", "_PinX": "146", "_PinY": "296", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3356" }, {"_PinId": "45404", "_HeadX": "79", "_HeadY": "125", "_PinX": "137", "_PinY": "164", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4104" }, {"_PinId": "45574", "_HeadX": "215", "_HeadY": "146", "_PinX": "262", "_PinY": "198", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7260" }, {"_PinId": "45575", "_HeadX": "499", "_HeadY": "561", "_PinX": "465", "_PinY": "500", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3356" }, {"_PinId": "45741", "_HeadX": "608", "_HeadY": "271", "_PinX": "579", "_PinY": "231", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4135" }, {"_PinId": "45742", "_HeadX": "613", "_HeadY": "356", "_PinX": "564", "_PinY": "420", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4104" }, {"_PinId": "46087", "_HeadX": "216", "_HeadY": "105", "_PinX": "257", "_PinY": "161", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7517" }, {"_PinId": "46261", "_HeadX": "172", "_HeadY": "176", "_PinX": "236", "_PinY": "224", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4135" }, {"_PinId": "46429", "_HeadX": "690", "_HeadY": "162", "_PinX": "628", "_PinY": "194", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4166" }, {"_PinId": "46430", "_HeadX": "714", "_HeadY": "399", "_PinX": "647", "_PinY": "428", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4175" } ], "_NavigatorImage": "aa_oi_1.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2863.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44191", "_HeadX": "652", "_HeadY": "134", "_PinX": "592", "_PinY": "170", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4166" }, {"_PinId": "44361", "_HeadX": "150", "_HeadY": "27", "_PinX": "195", "_PinY": "81", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4134" }, {"_PinId": "44362", "_HeadX": "498", "_HeadY": "272", "_PinX": "499", "_PinY": "217", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4135" }, {"_PinId": "44527", "_HeadX": "614", "_HeadY": "45", "_PinX": "584", "_PinY": "109", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3356" }, {"_PinId": "44706", "_HeadX": "317", "_HeadY": "69", "_PinX": "335", "_PinY": "137", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4172" }, {"_PinId": "44707", "_HeadX": "103", "_HeadY": "262", "_PinX": "173", "_PinY": "271", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3356" }, {"_PinId": "44708", "_HeadX": "127", "_HeadY": "184", "_PinX": "191", "_PinY": "206", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4135" }, {"_PinId": "45405", "_HeadX": "495", "_HeadY": "132", "_PinX": "520", "_PinY": "178", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7260" }, {"_PinId": "45743", "_HeadX": "687", "_HeadY": "427", "_PinX": "622", "_PinY": "401", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4175" }, {"_PinId": "45909", "_HeadX": "228", "_HeadY": "342", "_PinX": "274", "_PinY": "425", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5137" }, {"_PinId": "45910", "_HeadX": "64", "_HeadY": "104", "_PinX": "124", "_PinY": "141", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4104" }, {"_PinId": "45911", "_HeadX": "483", "_HeadY": "42", "_PinX": "505", "_PinY": "115", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4134" }, {"_PinId": "46431", "_HeadX": "159", "_HeadY": "97", "_PinX": "210", "_PinY": "145", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7517" }, {"_PinId": "46603", "_HeadX": "459", "_HeadY": "119", "_PinX": "503", "_PinY": "191", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7260" }, {"_PinId": "46604", "_HeadX": "393", "_HeadY": "89", "_PinX": "433", "_PinY": "143", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4104" } ], "_NavigatorImage": "aa_oi_2.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2864.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44201", "_HeadX": "75", "_HeadY": "369", "_PinX": "141", "_PinY": "393", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7069" }, {"_PinId": "44202", "_HeadX": "605", "_HeadY": "480", "_PinX": "558", "_PinY": "524", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2717" }, {"_PinId": "44368", "_HeadX": "515", "_HeadY": "821", "_PinX": "463", "_PinY": "769", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2699" }, {"_PinId": "44369", "_HeadX": "644", "_HeadY": "556", "_PinX": "577", "_PinY": "537", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2694" }, {"_PinId": "44713", "_HeadX": "366", "_HeadY": "763", "_PinX": "364", "_PinY": "693", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7534" }, {"_PinId": "45062", "_HeadX": "540", "_HeadY": "674", "_PinX": "486", "_PinY": "632", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2704" }, {"_PinId": "45416", "_HeadX": "463", "_HeadY": "188", "_PinX": "438", "_PinY": "254", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7689" }, {"_PinId": "45417", "_HeadX": "590", "_HeadY": "267", "_PinX": "570", "_PinY": "305", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7689" }, {"_PinId": "45748", "_HeadX": "183", "_HeadY": "608", "_PinX": "238", "_PinY": "565", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7077" }, {"_PinId": "46266", "_HeadX": "384", "_HeadY": "896", "_PinX": "380", "_PinY": "826", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4522" }, {"_PinId": "46435", "_HeadX": "501", "_HeadY": "708", "_PinX": "464", "_PinY": "648", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2715" }, {"_PinId": "46436", "_HeadX": "553", "_HeadY": "605", "_PinX": "503", "_PinY": "551", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4518" }, {"_PinId": "46437", "_HeadX": "454", "_HeadY": "751", "_PinX": "431", "_PinY": "685", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2691" }, {"_PinId": "46438", "_HeadX": "101", "_HeadY": "736", "_PinX": "150", "_PinY": "686", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7117" }, {"_PinId": "46614", "_HeadX": "453", "_HeadY": "858", "_PinX": "436", "_PinY": "790", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2710" }, {"_PinId": "46615", "_HeadX": "406", "_HeadY": "484", "_PinX": "461", "_PinY": "430", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7072" } ], "_NavigatorImage": "aa_oi_7.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2865.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44203", "_HeadX": "190", "_HeadY": "344", "_PinX": "251", "_PinY": "378", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4386" }, {"_PinId": "44370", "_HeadX": "200", "_HeadY": "519", "_PinX": "269", "_PinY": "509", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7303" }, {"_PinId": "44531", "_HeadX": "387", "_HeadY": "813", "_PinX": "433", "_PinY": "755", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3310" }, {"_PinId": "44714", "_HeadX": "445", "_HeadY": "120", "_PinX": "444", "_PinY": "190", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1413" }, {"_PinId": "44887", "_HeadX": "423", "_HeadY": "653", "_PinX": "429", "_PinY": "583", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5150" }, {"_PinId": "44888", "_HeadX": "544", "_HeadY": "611", "_PinX": "499", "_PinY": "557", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5172" }, {"_PinId": "45063", "_HeadX": "418", "_HeadY": "273", "_PinX": "424", "_PinY": "343", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4385" }, {"_PinId": "45064", "_HeadX": "131", "_HeadY": "653", "_PinX": "192", "_PinY": "619", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7155" }, {"_PinId": "45065", "_HeadX": "302", "_HeadY": "519", "_PinX": "376", "_PinY": "526", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "6552" }, {"_PinId": "45242", "_HeadX": "348", "_HeadY": "422", "_PinX": "406", "_PinY": "462", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7027" }, {"_PinId": "45243", "_HeadX": "557", "_HeadY": "583", "_PinX": "503", "_PinY": "538", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3034" }, {"_PinId": "45244", "_HeadX": "659", "_HeadY": "477", "_PinX": "602", "_PinY": "498", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7303" }, {"_PinId": "45418", "_HeadX": "654", "_HeadY": "586", "_PinX": "591", "_PinY": "556", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7562" }, {"_PinId": "45419", "_HeadX": "407", "_HeadY": "97", "_PinX": "412", "_PinY": "167", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7552" }, {"_PinId": "45420", "_HeadX": "402", "_HeadY": "386", "_PinX": "426", "_PinY": "452", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3520" }, {"_PinId": "45421", "_HeadX": "532", "_HeadY": "639", "_PinX": "496", "_PinY": "579", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3404" }, {"_PinId": "45583", "_HeadX": "302", "_HeadY": "598", "_PinX": "356", "_PinY": "553", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5172" }, {"_PinId": "45584", "_HeadX": "454", "_HeadY": "607", "_PinX": "445", "_PinY": "537", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7214" }, {"_PinId": "45585", "_HeadX": "486", "_HeadY": "882", "_PinX": "455", "_PinY": "804", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3356" }, {"_PinId": "45586", "_HeadX": "734", "_HeadY": "341", "_PinX": "671", "_PinY": "371", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7552" }, {"_PinId": "45749", "_HeadX": "166", "_HeadY": "566", "_PinX": "233", "_PinY": "546", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7675" }, {"_PinId": "45750", "_HeadX": "554", "_HeadY": "484", "_PinX": "492", "_PinY": "504", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "438" }, {"_PinId": "45751", "_HeadX": "594", "_HeadY": "710", "_PinX": "554", "_PinY": "652", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4134" }, {"_PinId": "46093", "_HeadX": "708", "_HeadY": "554", "_PinX": "640", "_PinY": "537", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "6482" }, {"_PinId": "46094", "_HeadX": "347", "_HeadY": "475", "_PinX": "414", "_PinY": "494", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5166" }, {"_PinId": "46095", "_HeadX": "579", "_HeadY": "514", "_PinX": "521", "_PinY": "529", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7817" }, {"_PinId": "46096", "_HeadX": "127", "_HeadY": "382", "_PinX": "194", "_PinY": "404", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7551" }, {"_PinId": "46267", "_HeadX": "493", "_HeadY": "629", "_PinX": "468", "_PinY": "563", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7825" }, {"_PinId": "46268", "_HeadX": "559", "_HeadY": "766", "_PinX": "532", "_PinY": "702", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4135" }, {"_PinId": "46439", "_HeadX": "161", "_HeadY": "89", "_PinX": "222", "_PinY": "182", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1332" }, {"_PinId": "46440", "_HeadX": "362", "_HeadY": "662", "_PinX": "389", "_PinY": "598", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3404" }, {"_PinId": "46441", "_HeadX": "788", "_HeadY": "649", "_PinX": "725", "_PinY": "619", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4104" }, {"_PinId": "46442", "_HeadX": "461", "_HeadY": "430", "_PinX": "430", "_PinY": "497", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2591" }, {"_PinId": "46443", "_HeadX": "600", "_HeadY": "586", "_PinX": "541", "_PinY": "549", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7161" }, {"_PinId": "46616", "_HeadX": "479", "_HeadY": "693", "_PinX": "466", "_PinY": "624", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3311" }, {"_PinId": "46778", "_HeadX": "530", "_HeadY": "456", "_PinX": "460", "_PinY": "481", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4271" }, {"_PinId": "46779", "_HeadX": "246", "_HeadY": "759", "_PinX": "286", "_PinY": "702", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3308" }, {"_PinId": "46780", "_HeadX": "429", "_HeadY": "934", "_PinX": "429", "_PinY": "863", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3205" }, {"_PinId": "46781", "_HeadX": "600", "_HeadY": "772", "_PinX": "566", "_PinY": "711", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3308" } ], "_NavigatorImage": "aa_oi_8.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2866.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44204", "_HeadX": "23", "_HeadY": "339", "_PinX": "91", "_PinY": "323", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5836" }, {"_PinId": "44371", "_HeadX": "293", "_HeadY": "143", "_PinX": "254", "_PinY": "201", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5137" }, {"_PinId": "44372", "_HeadX": "329", "_HeadY": "299", "_PinX": "259", "_PinY": "299", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4157" }, {"_PinId": "44532", "_HeadX": "178", "_HeadY": "45", "_PinX": "180", "_PinY": "115", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3520" }, {"_PinId": "44533", "_HeadX": "167", "_HeadY": "507", "_PinX": "156", "_PinY": "442", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3358" }, {"_PinId": "44715", "_HeadX": "363", "_HeadY": "405", "_PinX": "303", "_PinY": "369", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1413" }, {"_PinId": "44716", "_HeadX": "26", "_HeadY": "226", "_PinX": "90", "_PinY": "255", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5821" }, {"_PinId": "44889", "_HeadX": "125", "_HeadY": "121", "_PinX": "148", "_PinY": "187", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3311" }, {"_PinId": "44890", "_HeadX": "135", "_HeadY": "592", "_PinX": "145", "_PinY": "535", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3357" }, {"_PinId": "45066", "_HeadX": "116", "_HeadY": "469", "_PinX": "143", "_PinY": "404", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3359" }, {"_PinId": "45067", "_HeadX": "358", "_HeadY": "208", "_PinX": "296", "_PinY": "241", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4386" }, {"_PinId": "45587", "_HeadX": "44", "_HeadY": "119", "_PinX": "87", "_PinY": "174", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5835" }, {"_PinId": "45588", "_HeadX": "116", "_HeadY": "413", "_PinX": "153", "_PinY": "354", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3360" }, {"_PinId": "45589", "_HeadX": "65", "_HeadY": "501", "_PinX": "101", "_PinY": "441", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3310" }, {"_PinId": "45752", "_HeadX": "267", "_HeadY": "546", "_PinX": "245", "_PinY": "464", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4155" }, {"_PinId": "45753", "_HeadX": "236", "_HeadY": "227", "_PinX": "197", "_PinY": "285", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7517" }, {"_PinId": "45754", "_HeadX": "57", "_HeadY": "70", "_PinX": "91", "_PinY": "131", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3310" }, {"_PinId": "45917", "_HeadX": "47", "_HeadY": "455", "_PinX": "94", "_PinY": "403", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5837" }, {"_PinId": "45918", "_HeadX": "151", "_HeadY": "51", "_PinX": "161", "_PinY": "120", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7818" }, {"_PinId": "45919", "_HeadX": "308", "_HeadY": "194", "_PinX": "255", "_PinY": "240", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4385" }, {"_PinId": "46097", "_HeadX": "300", "_HeadY": "431", "_PinX": "254", "_PinY": "378", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4156" }, {"_PinId": "46098", "_HeadX": "177", "_HeadY": "164", "_PinX": "178", "_PinY": "244", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7302" }, {"_PinId": "46099", "_HeadX": "127", "_HeadY": "500", "_PinX": "143", "_PinY": "431", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3308" }, {"_PinId": "46269", "_HeadX": "297", "_HeadY": "8", "_PinX": "276", "_PinY": "65", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1413" }, {"_PinId": "46444", "_HeadX": "259", "_HeadY": "48", "_PinX": "240", "_PinY": "115", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4177" }, {"_PinId": "46445", "_HeadX": "99", "_HeadY": "22", "_PinX": "120", "_PinY": "89", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3341" }, {"_PinId": "46446", "_HeadX": "82", "_HeadY": "350", "_PinX": "146", "_PinY": "329", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3361" }, {"_PinId": "46447", "_HeadX": "16", "_HeadY": "416", "_PinX": "74", "_PinY": "377", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3205" }, {"_PinId": "46617", "_HeadX": "88", "_HeadY": "390", "_PinX": "140", "_PinY": "343", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7828" }, {"_PinId": "46618", "_HeadX": "128", "_HeadY": "12", "_PinX": "142", "_PinY": "81", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3311" }, {"_PinId": "46782", "_HeadX": "69", "_HeadY": "539", "_PinX": "100", "_PinY": "476", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5838" }, {"_PinId": "46783", "_HeadX": "301", "_HeadY": "85", "_PinX": "268", "_PinY": "147", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4105" } ], "_NavigatorImage": "aa_oi_9.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2867.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44208", "_HeadX": "18", "_HeadY": "99", "_PinX": "72", "_PinY": "136", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5376" }, {"_PinId": "44538", "_HeadX": "103", "_HeadY": "238", "_PinX": "168", "_PinY": "259", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3309" }, {"_PinId": "44539", "_HeadX": "367", "_HeadY": "327", "_PinX": "293", "_PinY": "363", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3308" }, {"_PinId": "44896", "_HeadX": "309", "_HeadY": "8", "_PinX": "298", "_PinY": "60", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4134" }, {"_PinId": "45068", "_HeadX": "59", "_HeadY": "267", "_PinX": "128", "_PinY": "282", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3230" }, {"_PinId": "45069", "_HeadX": "132", "_HeadY": "24", "_PinX": "158", "_PinY": "89", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4104" }, {"_PinId": "45070", "_HeadX": "179", "_HeadY": "65", "_PinX": "197", "_PinY": "133", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4135" }, {"_PinId": "45071", "_HeadX": "465", "_HeadY": "99", "_PinX": "414", "_PinY": "147", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5376" }, {"_PinId": "45252", "_HeadX": "264", "_HeadY": "16", "_PinX": "260", "_PinY": "86", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3311" }, {"_PinId": "45253", "_HeadX": "66", "_HeadY": "71", "_PinX": "108", "_PinY": "127", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5280" }, {"_PinId": "45424", "_HeadX": "184", "_HeadY": "8", "_PinX": "195", "_PinY": "64", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4134" }, {"_PinId": "45755", "_HeadX": "245", "_HeadY": "66", "_PinX": "245", "_PinY": "136", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3310" }, {"_PinId": "45756", "_HeadX": "209", "_HeadY": "58", "_PinX": "219", "_PinY": "127", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7319" }, {"_PinId": "45757", "_HeadX": "397", "_HeadY": "88", "_PinX": "357", "_PinY": "146", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3230" }, {"_PinId": "45922", "_HeadX": "340", "_HeadY": "57", "_PinX": "315", "_PinY": "123", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3309" }, {"_PinId": "46272", "_HeadX": "150", "_HeadY": "165", "_PinX": "196", "_PinY": "219", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3308" }, {"_PinId": "46273", "_HeadX": "282", "_HeadY": "194", "_PinX": "244", "_PinY": "231", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3310" }, {"_PinId": "46274", "_HeadX": "371", "_HeadY": "14", "_PinX": "344", "_PinY": "78", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4104" }, {"_PinId": "46787", "_HeadX": "297", "_HeadY": "538", "_PinX": "282", "_PinY": "470", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7319" } ], "_NavigatorImage": "aa_oi_11.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2868.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44218", "_HeadX": "49", "_HeadY": "184", "_PinX": "110", "_PinY": "211", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" }, {"_PinId": "44219", "_HeadX": "241", "_HeadY": "9", "_PinX": "215", "_PinY": "61", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "350" }, {"_PinId": "44382", "_HeadX": "34", "_HeadY": "206", "_PinX": "92", "_PinY": "215", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6635" }, {"_PinId": "44383", "_HeadX": "139", "_HeadY": "525", "_PinX": "160", "_PinY": "455", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1118" }, {"_PinId": "44384", "_HeadX": "41", "_HeadY": "722", "_PinX": "65", "_PinY": "669", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3376" }, {"_PinId": "44544", "_HeadX": "205", "_HeadY": "76", "_PinX": "187", "_PinY": "132", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "897" }, {"_PinId": "44545", "_HeadX": "144", "_HeadY": "28", "_PinX": "174", "_PinY": "87", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "237" }, {"_PinId": "44546", "_HeadX": "115", "_HeadY": "58", "_PinX": "158", "_PinY": "104", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "517" }, {"_PinId": "44547", "_HeadX": "75", "_HeadY": "504", "_PinX": "123", "_PinY": "457", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4874" }, {"_PinId": "44548", "_HeadX": "152", "_HeadY": "581", "_PinX": "163", "_PinY": "512", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1189" }, {"_PinId": "44727", "_HeadX": "229", "_HeadY": "195", "_PinX": "189", "_PinY": "184", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "887" }, {"_PinId": "44728", "_HeadX": "306", "_HeadY": "299", "_PinX": "235", "_PinY": "271", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6656" }, {"_PinId": "44729", "_HeadX": "107", "_HeadY": "188", "_PinX": "158", "_PinY": "205", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "514" }, {"_PinId": "44730", "_HeadX": "214", "_HeadY": "792", "_PinX": "199", "_PinY": "735", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1755" }, {"_PinId": "44902", "_HeadX": "87", "_HeadY": "778", "_PinX": "109", "_PinY": "731", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3541" }, {"_PinId": "45075", "_HeadX": "50", "_HeadY": "468", "_PinX": "104", "_PinY": "428", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6628" }, {"_PinId": "45261", "_HeadX": "237", "_HeadY": "773", "_PinX": "209", "_PinY": "702", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2933" }, {"_PinId": "45262", "_HeadX": "117", "_HeadY": "348", "_PinX": "153", "_PinY": "296", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2263" }, {"_PinId": "45431", "_HeadX": "247", "_HeadY": "528", "_PinX": "215", "_PinY": "466", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6662" }, {"_PinId": "45432", "_HeadX": "94", "_HeadY": "795", "_PinX": "144", "_PinY": "770", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1761" }, {"_PinId": "45433", "_HeadX": "156", "_HeadY": "666", "_PinX": "169", "_PinY": "604", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1760" }, {"_PinId": "45597", "_HeadX": "301", "_HeadY": "451", "_PinX": "258", "_PinY": "399", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2234" }, {"_PinId": "45767", "_HeadX": "318", "_HeadY": "425", "_PinX": "284", "_PinY": "379", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2039" }, {"_PinId": "45768", "_HeadX": "181", "_HeadY": "8", "_PinX": "181", "_PinY": "44", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "482" }, {"_PinId": "45769", "_HeadX": "143", "_HeadY": "435", "_PinX": "162", "_PinY": "375", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "45770", "_HeadX": "87", "_HeadY": "555", "_PinX": "127", "_PinY": "516", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2576" }, {"_PinId": "45771", "_HeadX": "264", "_HeadY": "125", "_PinX": "206", "_PinY": "153", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "896" }, {"_PinId": "45930", "_HeadX": "295", "_HeadY": "175", "_PinX": "235", "_PinY": "184", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7624" }, {"_PinId": "45931", "_HeadX": "51", "_HeadY": "133", "_PinX": "110", "_PinY": "175", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3708" }, {"_PinId": "45932", "_HeadX": "332", "_HeadY": "228", "_PinX": "276", "_PinY": "223", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7021" }, {"_PinId": "46108", "_HeadX": "153", "_HeadY": "144", "_PinX": "175", "_PinY": "199", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "511" }, {"_PinId": "46109", "_HeadX": "197", "_HeadY": "580", "_PinX": "191", "_PinY": "510", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2577" }, {"_PinId": "46279", "_HeadX": "118", "_HeadY": "89", "_PinX": "164", "_PinY": "122", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "520" }, {"_PinId": "46280", "_HeadX": "195", "_HeadY": "362", "_PinX": "168", "_PinY": "311", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5718" }, {"_PinId": "46453", "_HeadX": "98", "_HeadY": "127", "_PinX": "147", "_PinY": "173", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2264" }, {"_PinId": "46454", "_HeadX": "208", "_HeadY": "513", "_PinX": "189", "_PinY": "444", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1117" }, {"_PinId": "46455", "_HeadX": "71", "_HeadY": "90", "_PinX": "127", "_PinY": "126", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4849" }, {"_PinId": "46797", "_HeadX": "248", "_HeadY": "92", "_PinX": "203", "_PinY": "140", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "485" }, {"_PinId": "46798", "_HeadX": "280", "_HeadY": "663", "_PinX": "268", "_PinY": "601", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2040" }, {"_PinId": "46799", "_HeadX": "280", "_HeadY": "144", "_PinX": "214", "_PinY": "170", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6659" }, {"_PinId": "46800", "_HeadX": "204", "_HeadY": "113", "_PinX": "183", "_PinY": "173", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1973" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2869.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44220", "_HeadX": "276", "_HeadY": "38", "_PinX": "276", "_PinY": "108", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "485" }, {"_PinId": "44221", "_HeadX": "289", "_HeadY": "640", "_PinX": "283", "_PinY": "580", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1190" }, {"_PinId": "44222", "_HeadX": "149", "_HeadY": "773", "_PinX": "214", "_PinY": "750", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "85" }, {"_PinId": "44223", "_HeadX": "255", "_HeadY": "13", "_PinX": "268", "_PinY": "54", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "350" }, {"_PinId": "44224", "_HeadX": "382", "_HeadY": "61", "_PinX": "354", "_PinY": "122", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "517" }, {"_PinId": "44225", "_HeadX": "144", "_HeadY": "232", "_PinX": "190", "_PinY": "278", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6656" }, {"_PinId": "44226", "_HeadX": "80", "_HeadY": "217", "_PinX": "139", "_PinY": "261", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6635" }, {"_PinId": "44227", "_HeadX": "106", "_HeadY": "505", "_PinX": "168", "_PinY": "478", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6662" }, {"_PinId": "44228", "_HeadX": "175", "_HeadY": "172", "_PinX": "216", "_PinY": "221", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7021" }, {"_PinId": "44229", "_HeadX": "117", "_HeadY": "671", "_PinX": "171", "_PinY": "645", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2958" }, {"_PinId": "44385", "_HeadX": "206", "_HeadY": "170", "_PinX": "234", "_PinY": "229", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7624" }, {"_PinId": "44386", "_HeadX": "172", "_HeadY": "680", "_PinX": "218", "_PinY": "644", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1188" }, {"_PinId": "44387", "_HeadX": "202", "_HeadY": "122", "_PinX": "223", "_PinY": "171", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6659" }, {"_PinId": "44388", "_HeadX": "96", "_HeadY": "545", "_PinX": "152", "_PinY": "518", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2577" }, {"_PinId": "44549", "_HeadX": "331", "_HeadY": "87", "_PinX": "306", "_PinY": "149", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7365" }, {"_PinId": "44731", "_HeadX": "371", "_HeadY": "30", "_PinX": "354", "_PinY": "98", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "515" }, {"_PinId": "44903", "_HeadX": "195", "_HeadY": "50", "_PinX": "215", "_PinY": "117", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "237" }, {"_PinId": "44904", "_HeadX": "199", "_HeadY": "455", "_PinX": "256", "_PinY": "436", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1408" }, {"_PinId": "45076", "_HeadX": "235", "_HeadY": "703", "_PinX": "235", "_PinY": "638", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5378" }, {"_PinId": "45077", "_HeadX": "176", "_HeadY": "358", "_PinX": "242", "_PinY": "374", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2039" }, {"_PinId": "45263", "_HeadX": "394", "_HeadY": "780", "_PinX": "329", "_PinY": "752", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "85" }, {"_PinId": "45598", "_HeadX": "178", "_HeadY": "629", "_PinX": "230", "_PinY": "603", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1191" }, {"_PinId": "45599", "_HeadX": "367", "_HeadY": "725", "_PinX": "328", "_PinY": "656", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1187" }, {"_PinId": "45600", "_HeadX": "145", "_HeadY": "789", "_PinX": "197", "_PinY": "768", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2933" }, {"_PinId": "45601", "_HeadX": "106", "_HeadY": "118", "_PinX": "152", "_PinY": "169", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "511" }, {"_PinId": "45602", "_HeadX": "365", "_HeadY": "398", "_PinX": "292", "_PinY": "384", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1410" }, {"_PinId": "45772", "_HeadX": "451", "_HeadY": "148", "_PinX": "407", "_PinY": "197", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "77" }, {"_PinId": "45773", "_HeadX": "388", "_HeadY": "529", "_PinX": "342", "_PinY": "476", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4874" }, {"_PinId": "45933", "_HeadX": "240", "_HeadY": "584", "_PinX": "253", "_PinY": "515", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "46110", "_HeadX": "257", "_HeadY": "88", "_PinX": "267", "_PinY": "160", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "896" }, {"_PinId": "46111", "_HeadX": "143", "_HeadY": "407", "_PinX": "216", "_PinY": "398", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2234" }, {"_PinId": "46112", "_HeadX": "158", "_HeadY": "80", "_PinX": "193", "_PinY": "139", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "520" }, {"_PinId": "46113", "_HeadX": "327", "_HeadY": "8", "_PinX": "310", "_PinY": "68", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "482" }, {"_PinId": "46281", "_HeadX": "271", "_HeadY": "659", "_PinX": "271", "_PinY": "592", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1172" }, {"_PinId": "46282", "_HeadX": "310", "_HeadY": "578", "_PinX": "285", "_PinY": "513", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4876" }, {"_PinId": "46283", "_HeadX": "407", "_HeadY": "700", "_PinX": "371", "_PinY": "653", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2958" }, {"_PinId": "46456", "_HeadX": "210", "_HeadY": "247", "_PinX": "268", "_PinY": "268", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" }, {"_PinId": "46457", "_HeadX": "129", "_HeadY": "575", "_PinX": "191", "_PinY": "538", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4877" }, {"_PinId": "46458", "_HeadX": "405", "_HeadY": "794", "_PinX": "348", "_PinY": "776", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2933" }, {"_PinId": "46630", "_HeadX": "412", "_HeadY": "81", "_PinX": "376", "_PinY": "138", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1973" }, {"_PinId": "46631", "_HeadX": "131", "_HeadY": "367", "_PinX": "198", "_PinY": "379", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6628" }, {"_PinId": "46801", "_HeadX": "229", "_HeadY": "73", "_PinX": "245", "_PinY": "145", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "897" }, {"_PinId": "46802", "_HeadX": "225", "_HeadY": "138", "_PinX": "254", "_PinY": "199", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "887" }, {"_PinId": "46803", "_HeadX": "253", "_HeadY": "697", "_PinX": "243", "_PinY": "640", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2040" }, {"_PinId": "46804", "_HeadX": "363", "_HeadY": "545", "_PinX": "327", "_PinY": "485", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4875" }, {"_PinId": "46805", "_HeadX": "320", "_HeadY": "523", "_PinX": "296", "_PinY": "457", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1407" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2870.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44233", "_HeadX": "338", "_HeadY": "47", "_PinX": "355", "_PinY": "106", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7156" }, {"_PinId": "44234", "_HeadX": "265", "_HeadY": "59", "_PinX": "298", "_PinY": "121", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4948" }, {"_PinId": "44235", "_HeadX": "462", "_HeadY": "451", "_PinX": "433", "_PinY": "387", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7020" }, {"_PinId": "44236", "_HeadX": "547", "_HeadY": "414", "_PinX": "492", "_PinY": "371", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4652" }, {"_PinId": "44237", "_HeadX": "321", "_HeadY": "505", "_PinX": "338", "_PinY": "454", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7021" }, {"_PinId": "44391", "_HeadX": "451", "_HeadY": "57", "_PinX": "439", "_PinY": "125", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7155" }, {"_PinId": "44392", "_HeadX": "61", "_HeadY": "44", "_PinX": "117", "_PinY": "86", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1694" }, {"_PinId": "44393", "_HeadX": "482", "_HeadY": "422", "_PinX": "442", "_PinY": "365", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "782" }, {"_PinId": "44394", "_HeadX": "40", "_HeadY": "71", "_PinX": "99", "_PinY": "108", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "582" }, {"_PinId": "44554", "_HeadX": "318", "_HeadY": "72", "_PinX": "346", "_PinY": "140", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7303" }, {"_PinId": "44736", "_HeadX": "200", "_HeadY": "8", "_PinX": "227", "_PinY": "54", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "348" }, {"_PinId": "44912", "_HeadX": "359", "_HeadY": "64", "_PinX": "371", "_PinY": "125", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "438" }, {"_PinId": "44913", "_HeadX": "762", "_HeadY": "273", "_PinX": "698", "_PinY": "259", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7331" }, {"_PinId": "44914", "_HeadX": "370", "_HeadY": "358", "_PinX": "382", "_PinY": "310", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7552" }, {"_PinId": "44915", "_HeadX": "347", "_HeadY": "336", "_PinX": "382", "_PinY": "280", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1413" }, {"_PinId": "45084", "_HeadX": "128", "_HeadY": "71", "_PinX": "175", "_PinY": "109", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "779" }, {"_PinId": "45269", "_HeadX": "379", "_HeadY": "70", "_PinX": "386", "_PinY": "131", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3032" }, {"_PinId": "45435", "_HeadX": "277", "_HeadY": "416", "_PinX": "323", "_PinY": "363", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "791" }, {"_PinId": "45436", "_HeadX": "388", "_HeadY": "457", "_PinX": "388", "_PinY": "387", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2228" }, {"_PinId": "45437", "_HeadX": "100", "_HeadY": "16", "_PinX": "141", "_PinY": "66", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1895" }, {"_PinId": "45605", "_HeadX": "432", "_HeadY": "68", "_PinX": "427", "_PinY": "140", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7675" }, {"_PinId": "45606", "_HeadX": "484", "_HeadY": "17", "_PinX": "464", "_PinY": "85", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "5375" }, {"_PinId": "45607", "_HeadX": "15", "_HeadY": "231", "_PinX": "85", "_PinY": "226", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "752" }, {"_PinId": "45608", "_HeadX": "547", "_HeadY": "55", "_PinX": "508", "_PinY": "113", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2596" }, {"_PinId": "45609", "_HeadX": "737", "_HeadY": "368", "_PinX": "670", "_PinY": "347", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7331" }, {"_PinId": "45610", "_HeadX": "755", "_HeadY": "120", "_PinX": "691", "_PinY": "151", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "579" }, {"_PinId": "45776", "_HeadX": "299", "_HeadY": "447", "_PinX": "333", "_PinY": "386", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7021" }, {"_PinId": "45777", "_HeadX": "193", "_HeadY": "391", "_PinX": "255", "_PinY": "359", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4651" }, {"_PinId": "45778", "_HeadX": "46", "_HeadY": "121", "_PinX": "99", "_PinY": "152", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "754" }, {"_PinId": "45779", "_HeadX": "547", "_HeadY": "55", "_PinX": "508", "_PinY": "113", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7551" }, {"_PinId": "45939", "_HeadX": "484", "_HeadY": "321", "_PinX": "432", "_PinY": "288", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1332" }, {"_PinId": "45940", "_HeadX": "223", "_HeadY": "419", "_PinX": "278", "_PinY": "376", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "3272" }, {"_PinId": "45941", "_HeadX": "334", "_HeadY": "296", "_PinX": "378", "_PinY": "259", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7552" }, {"_PinId": "46114", "_HeadX": "484", "_HeadY": "110", "_PinX": "451", "_PinY": "172", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1418" }, {"_PinId": "46115", "_HeadX": "561", "_HeadY": "110", "_PinX": "510", "_PinY": "158", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "2683" }, {"_PinId": "46288", "_HeadX": "313", "_HeadY": "196", "_PinX": "382", "_PinY": "231", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1413" }, {"_PinId": "46289", "_HeadX": "9", "_HeadY": "154", "_PinX": "76", "_PinY": "164", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "579" }, {"_PinId": "46290", "_HeadX": "205", "_HeadY": "482", "_PinX": "253", "_PinY": "431", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "217" }, {"_PinId": "46291", "_HeadX": "260", "_HeadY": "6", "_PinX": "276", "_PinY": "59", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "2024" }, {"_PinId": "46292", "_HeadX": "449", "_HeadY": "564", "_PinX": "432", "_PinY": "505", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7020" }, {"_PinId": "46293", "_HeadX": "682", "_HeadY": "132", "_PinX": "625", "_PinY": "175", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "779" }, {"_PinId": "46294", "_HeadX": "759", "_HeadY": "73", "_PinX": "707", "_PinY": "114", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "577" }, {"_PinId": "46463", "_HeadX": "291", "_HeadY": "247", "_PinX": "354", "_PinY": "237", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" }, {"_PinId": "46464", "_HeadX": "265", "_HeadY": "287", "_PinX": "330", "_PinY": "261", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "4299" }, {"_PinId": "46465", "_HeadX": "27", "_HeadY": "46", "_PinX": "85", "_PinY": "85", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "577" }, {"_PinId": "46466", "_HeadX": "701", "_HeadY": "35", "_PinX": "647", "_PinY": "79", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1895" }, {"_PinId": "46467", "_HeadX": "771", "_HeadY": "140", "_PinX": "727", "_PinY": "170", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "575" }, {"_PinId": "46634", "_HeadX": "11", "_HeadY": "196", "_PinX": "58", "_PinY": "200", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "571" }, {"_PinId": "46635", "_HeadX": "24", "_HeadY": "272", "_PinX": "101", "_PinY": "256", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7332" }, {"_PinId": "46636", "_HeadX": "511", "_HeadY": "421", "_PinX": "463", "_PinY": "370", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "800" }, {"_PinId": "46637", "_HeadX": "8", "_HeadY": "124", "_PinX": "56", "_PinY": "145", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "575" }, {"_PinId": "46638", "_HeadX": "558", "_HeadY": "14", "_PinX": "528", "_PinY": "64", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "2024" }, {"_PinId": "46639", "_HeadX": "717", "_HeadY": "58", "_PinX": "660", "_PinY": "98", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1694" }, {"_PinId": "46810", "_HeadX": "50", "_HeadY": "450", "_PinX": "113", "_PinY": "420", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7332" }, {"_PinId": "46811", "_HeadX": "218", "_HeadY": "82", "_PinX": "262", "_PinY": "136", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4948" }, {"_PinId": "46812", "_HeadX": "611", "_HeadY": "15", "_PinX": "576", "_PinY": "60", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "348" } ], "_NavigatorImage": "aa_oi_13.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2871.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44238", "_HeadX": "309", "_HeadY": "86", "_PinX": "279", "_PinY": "146", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2997" }, {"_PinId": "44395", "_HeadX": "233", "_HeadY": "5", "_PinX": "233", "_PinY": "70", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2794" }, {"_PinId": "44396", "_HeadX": "122", "_HeadY": "2121", "_PinX": "181", "_PinY": "2112", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3420" }, {"_PinId": "44397", "_HeadX": "141", "_HeadY": "2240", "_PinX": "205", "_PinY": "2226", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3411" }, {"_PinId": "44555", "_HeadX": "113", "_HeadY": "161", "_PinX": "153", "_PinY": "223", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1532" }, {"_PinId": "44556", "_HeadX": "392", "_HeadY": "417", "_PinX": "366", "_PinY": "477", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "499" }, {"_PinId": "44557", "_HeadX": "214", "_HeadY": "2338", "_PinX": "228", "_PinY": "2311", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3966" }, {"_PinId": "44558", "_HeadX": "326", "_HeadY": "1435", "_PinX": "242", "_PinY": "1414", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7396" }, {"_PinId": "44559", "_HeadX": "319", "_HeadY": "130", "_PinX": "287", "_PinY": "185", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2315" }, {"_PinId": "44737", "_HeadX": "429", "_HeadY": "582", "_PinX": "389", "_PinY": "634", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "44738", "_HeadX": "127", "_HeadY": "315", "_PinX": "186", "_PinY": "362", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3516" }, {"_PinId": "44739", "_HeadX": "139", "_HeadY": "2208", "_PinX": "202", "_PinY": "2195", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3414" }, {"_PinId": "44916", "_HeadX": "91", "_HeadY": "180", "_PinX": "134", "_PinY": "234", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2542" }, {"_PinId": "44917", "_HeadX": "337", "_HeadY": "2092", "_PinX": "281", "_PinY": "2069", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3376" }, {"_PinId": "45085", "_HeadX": "110", "_HeadY": "509", "_PinX": "165", "_PinY": "531", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3409" }, {"_PinId": "45086", "_HeadX": "113", "_HeadY": "1058", "_PinX": "179", "_PinY": "1093", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3438" }, {"_PinId": "45087", "_HeadX": "122", "_HeadY": "1129", "_PinX": "181", "_PinY": "1170", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3437" }, {"_PinId": "45270", "_HeadX": "318", "_HeadY": "27", "_PinX": "269", "_PinY": "67", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2998" }, {"_PinId": "45271", "_HeadX": "174", "_HeadY": "575", "_PinX": "184", "_PinY": "652", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3444" }, {"_PinId": "45272", "_HeadX": "99", "_HeadY": "1621", "_PinX": "169", "_PinY": "1621", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3446" }, {"_PinId": "45273", "_HeadX": "93", "_HeadY": "1893", "_PinX": "164", "_PinY": "1893", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3426" }, {"_PinId": "45274", "_HeadX": "323", "_HeadY": "259", "_PinX": "290", "_PinY": "312", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7061" }, {"_PinId": "45438", "_HeadX": "151", "_HeadY": "71", "_PinX": "203", "_PinY": "111", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2316" }, {"_PinId": "45439", "_HeadX": "129", "_HeadY": "1338", "_PinX": "198", "_PinY": "1348", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5166" }, {"_PinId": "45440", "_HeadX": "123", "_HeadY": "369", "_PinX": "175", "_PinY": "417", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3512" }, {"_PinId": "45441", "_HeadX": "146", "_HeadY": "1314", "_PinX": "186", "_PinY": "1257", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3436" }, {"_PinId": "45442", "_HeadX": "362", "_HeadY": "1683", "_PinX": "289", "_PinY": "1670", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7664" }, {"_PinId": "45611", "_HeadX": "420", "_HeadY": "465", "_PinX": "384", "_PinY": "516", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2075" }, {"_PinId": "45612", "_HeadX": "114", "_HeadY": "896", "_PinX": "180", "_PinY": "945", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3440" }, {"_PinId": "45613", "_HeadX": "110", "_HeadY": "1468", "_PinX": "176", "_PinY": "1446", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3434" }, {"_PinId": "45614", "_HeadX": "365", "_HeadY": "1532", "_PinX": "308", "_PinY": "1540", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7676" }, {"_PinId": "45780", "_HeadX": "188", "_HeadY": "203", "_PinX": "192", "_PinY": "273", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3519" }, {"_PinId": "45781", "_HeadX": "118", "_HeadY": "828", "_PinX": "183", "_PinY": "874", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3441" }, {"_PinId": "45782", "_HeadX": "103", "_HeadY": "1385", "_PinX": "179", "_PinY": "1362", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3435" }, {"_PinId": "45783", "_HeadX": "106", "_HeadY": "1713", "_PinX": "179", "_PinY": "1713", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3471" }, {"_PinId": "45784", "_HeadX": "135", "_HeadY": "2165", "_PinX": "196", "_PinY": "2152", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3417" }, {"_PinId": "45785", "_HeadX": "308", "_HeadY": "2033", "_PinX": "243", "_PinY": "2005", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3033" }, {"_PinId": "45786", "_HeadX": "394", "_HeadY": "225", "_PinX": "347", "_PinY": "261", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7386" }, {"_PinId": "45942", "_HeadX": "160", "_HeadY": "9", "_PinX": "193", "_PinY": "34", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7545" }, {"_PinId": "45943", "_HeadX": "367", "_HeadY": "1600", "_PinX": "285", "_PinY": "1585", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7191" }, {"_PinId": "46116", "_HeadX": "120", "_HeadY": "1593", "_PinX": "218", "_PinY": "1580", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3026" }, {"_PinId": "46117", "_HeadX": "169", "_HeadY": "661", "_PinX": "179", "_PinY": "730", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3443" }, {"_PinId": "46118", "_HeadX": "107", "_HeadY": "1793", "_PinX": "177", "_PinY": "1793", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2648" }, {"_PinId": "46119", "_HeadX": "355", "_HeadY": "1484", "_PinX": "281", "_PinY": "1484", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7793" }, {"_PinId": "46295", "_HeadX": "184", "_HeadY": "156", "_PinX": "233", "_PinY": "224", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2591" }, {"_PinId": "46296", "_HeadX": "135", "_HeadY": "154", "_PinX": "174", "_PinY": "220", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2540" }, {"_PinId": "46297", "_HeadX": "147", "_HeadY": "260", "_PinX": "191", "_PinY": "320", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3518" }, {"_PinId": "46298", "_HeadX": "126", "_HeadY": "428", "_PinX": "168", "_PinY": "473", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3431" }, {"_PinId": "46299", "_HeadX": "106", "_HeadY": "1995", "_PinX": "168", "_PinY": "1983", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3423" }, {"_PinId": "46468", "_HeadX": "282", "_HeadY": "8", "_PinX": "252", "_PinY": "44", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2313" }, {"_PinId": "46469", "_HeadX": "180", "_HeadY": "500", "_PinX": "186", "_PinY": "570", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3445" }, {"_PinId": "46470", "_HeadX": "116", "_HeadY": "973", "_PinX": "183", "_PinY": "1020", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3439" }, {"_PinId": "46471", "_HeadX": "105", "_HeadY": "1530", "_PinX": "176", "_PinY": "1530", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3433" }, {"_PinId": "46472", "_HeadX": "96", "_HeadY": "1281", "_PinX": "153", "_PinY": "1246", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7675" }, {"_PinId": "46640", "_HeadX": "343", "_HeadY": "473", "_PinX": "245", "_PinY": "434", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7099" }, {"_PinId": "46641", "_HeadX": "321", "_HeadY": "178", "_PinX": "298", "_PinY": "247", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4100" }, {"_PinId": "46813", "_HeadX": "138", "_HeadY": "742", "_PinX": "184", "_PinY": "802", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3442" } ], "_NavigatorImage": "aa_oi_14.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2872.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44239", "_HeadX": "52", "_HeadY": "425", "_PinX": "101", "_PinY": "474", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "499" }, {"_PinId": "44240", "_HeadX": "126", "_HeadY": "376", "_PinX": "188", "_PinY": "417", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3512" }, {"_PinId": "44241", "_HeadX": "121", "_HeadY": "486", "_PinX": "175", "_PinY": "531", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3409" }, {"_PinId": "44242", "_HeadX": "135", "_HeadY": "973", "_PinX": "185", "_PinY": "1018", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3439" }, {"_PinId": "44243", "_HeadX": "117", "_HeadY": "2111", "_PinX": "191", "_PinY": "2096", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3420" }, {"_PinId": "44398", "_HeadX": "101", "_HeadY": "1903", "_PinX": "170", "_PinY": "1887", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3426" }, {"_PinId": "44399", "_HeadX": "127", "_HeadY": "2200", "_PinX": "203", "_PinY": "2187", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3414" }, {"_PinId": "44400", "_HeadX": "346", "_HeadY": "1612", "_PinX": "289", "_PinY": "1585", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7191" }, {"_PinId": "44560", "_HeadX": "204", "_HeadY": "139", "_PinX": "210", "_PinY": "202", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7368" }, {"_PinId": "44561", "_HeadX": "124", "_HeadY": "336", "_PinX": "188", "_PinY": "365", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3516" }, {"_PinId": "44740", "_HeadX": "380", "_HeadY": "1208", "_PinX": "319", "_PinY": "1239", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2596" }, {"_PinId": "44741", "_HeadX": "368", "_HeadY": "1269", "_PinX": "295", "_PinY": "1269", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7155" }, {"_PinId": "44918", "_HeadX": "266", "_HeadY": "1728", "_PinX": "229", "_PinY": "1663", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3842" }, {"_PinId": "44919", "_HeadX": "138", "_HeadY": "1500", "_PinX": "174", "_PinY": "1447", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3434" }, {"_PinId": "44920", "_HeadX": "127", "_HeadY": "1725", "_PinX": "186", "_PinY": "1707", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3471" }, {"_PinId": "44921", "_HeadX": "96", "_HeadY": "512", "_PinX": "132", "_PinY": "538", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7386" }, {"_PinId": "45088", "_HeadX": "382", "_HeadY": "198", "_PinX": "350", "_PinY": "238", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7644" }, {"_PinId": "45089", "_HeadX": "325", "_HeadY": "1211", "_PinX": "279", "_PinY": "1257", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7675" }, {"_PinId": "45275", "_HeadX": "312", "_HeadY": "758", "_PinX": "257", "_PinY": "797", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5172" }, {"_PinId": "45276", "_HeadX": "142", "_HeadY": "1316", "_PinX": "183", "_PinY": "1259", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3436" }, {"_PinId": "45277", "_HeadX": "146", "_HeadY": "1688", "_PinX": "171", "_PinY": "1619", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3446" }, {"_PinId": "45278", "_HeadX": "346", "_HeadY": "1517", "_PinX": "282", "_PinY": "1491", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7793" }, {"_PinId": "45279", "_HeadX": "351", "_HeadY": "1718", "_PinX": "290", "_PinY": "1676", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7664" }, {"_PinId": "45443", "_HeadX": "102", "_HeadY": "1997", "_PinX": "168", "_PinY": "1983", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3423" }, {"_PinId": "45615", "_HeadX": "321", "_HeadY": "187", "_PinX": "297", "_PinY": "248", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4100" }, {"_PinId": "45616", "_HeadX": "322", "_HeadY": "274", "_PinX": "289", "_PinY": "308", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7061" }, {"_PinId": "45617", "_HeadX": "26", "_HeadY": "486", "_PinX": "84", "_PinY": "533", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2075" }, {"_PinId": "45618", "_HeadX": "194", "_HeadY": "245", "_PinX": "197", "_PinY": "315", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3518" }, {"_PinId": "45619", "_HeadX": "137", "_HeadY": "555", "_PinX": "188", "_PinY": "571", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3445" }, {"_PinId": "45620", "_HeadX": "133", "_HeadY": "905", "_PinX": "176", "_PinY": "948", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3440" }, {"_PinId": "45621", "_HeadX": "126", "_HeadY": "1049", "_PinX": "183", "_PinY": "1094", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3438" }, {"_PinId": "45622", "_HeadX": "121", "_HeadY": "2159", "_PinX": "196", "_PinY": "2148", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3417" }, {"_PinId": "45623", "_HeadX": "355", "_HeadY": "2084", "_PinX": "288", "_PinY": "2074", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3376" }, {"_PinId": "45787", "_HeadX": "165", "_HeadY": "210", "_PinX": "187", "_PinY": "278", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3519" }, {"_PinId": "45944", "_HeadX": "314", "_HeadY": "123", "_PinX": "286", "_PinY": "185", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2315" }, {"_PinId": "45945", "_HeadX": "134", "_HeadY": "822", "_PinX": "185", "_PinY": "873", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3441" }, {"_PinId": "45946", "_HeadX": "281", "_HeadY": "1637", "_PinX": "227", "_PinY": "1585", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3026" }, {"_PinId": "46120", "_HeadX": "142", "_HeadY": "670", "_PinX": "183", "_PinY": "730", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3443" }, {"_PinId": "46121", "_HeadX": "80", "_HeadY": "291", "_PinX": "153", "_PinY": "306", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1462" }, {"_PinId": "46300", "_HeadX": "293", "_HeadY": "99", "_PinX": "270", "_PinY": "168", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2997" }, {"_PinId": "46301", "_HeadX": "125", "_HeadY": "431", "_PinX": "181", "_PinY": "472", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3431" }, {"_PinId": "46302", "_HeadX": "146", "_HeadY": "1417", "_PinX": "180", "_PinY": "1360", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3435" }, {"_PinId": "46303", "_HeadX": "116", "_HeadY": "1808", "_PinX": "178", "_PinY": "1793", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2648" }, {"_PinId": "46473", "_HeadX": "127", "_HeadY": "178", "_PinX": "152", "_PinY": "229", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2542" }, {"_PinId": "46474", "_HeadX": "312", "_HeadY": "2039", "_PinX": "244", "_PinY": "2039", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3033" }, {"_PinId": "46475", "_HeadX": "250", "_HeadY": "2340", "_PinX": "230", "_PinY": "2309", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3966" }, {"_PinId": "46476", "_HeadX": "141", "_HeadY": "751", "_PinX": "183", "_PinY": "803", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3442" }, {"_PinId": "46477", "_HeadX": "118", "_HeadY": "1181", "_PinX": "186", "_PinY": "1168", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3437" }, {"_PinId": "46478", "_HeadX": "93", "_HeadY": "239", "_PinX": "146", "_PinY": "292", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2570" }, {"_PinId": "46642", "_HeadX": "151", "_HeadY": "602", "_PinX": "185", "_PinY": "653", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3444" }, {"_PinId": "46643", "_HeadX": "141", "_HeadY": "1598", "_PinX": "174", "_PinY": "1533", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3433" }, {"_PinId": "46814", "_HeadX": "247", "_HeadY": "156", "_PinX": "247", "_PinY": "226", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7630" }, {"_PinId": "46815", "_HeadX": "141", "_HeadY": "2227", "_PinX": "209", "_PinY": "2214", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3411" }, {"_PinId": "46816", "_HeadX": "326", "_HeadY": "897", "_PinX": "262", "_PinY": "929", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5166" } ], "_NavigatorImage": "aa_oi_15.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2873.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44262", "_HeadX": "492", "_HeadY": "253", "_PinX": "438", "_PinY": "244", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1363" }, {"_PinId": "44423", "_HeadX": "45", "_HeadY": "400", "_PinX": "107", "_PinY": "368", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "579" }, {"_PinId": "44575", "_HeadX": "75", "_HeadY": "35", "_PinX": "115", "_PinY": "92", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1694" }, {"_PinId": "44758", "_HeadX": "485", "_HeadY": "153", "_PinX": "425", "_PinY": "189", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1360" }, {"_PinId": "44759", "_HeadX": "482", "_HeadY": "349", "_PinX": "438", "_PinY": "332", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1344" }, {"_PinId": "44937", "_HeadX": "258", "_HeadY": "284", "_PinX": "317", "_PinY": "264", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7826" }, {"_PinId": "44938", "_HeadX": "199", "_HeadY": "73", "_PinX": "216", "_PinY": "141", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "4299" }, {"_PinId": "45119", "_HeadX": "422", "_HeadY": "26", "_PinX": "385", "_PinY": "85", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3032" }, {"_PinId": "45120", "_HeadX": "13", "_HeadY": "243", "_PinX": "82", "_PinY": "257", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7330" }, {"_PinId": "45121", "_HeadX": "240", "_HeadY": "84", "_PinX": "245", "_PinY": "154", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "2683" }, {"_PinId": "45309", "_HeadX": "403", "_HeadY": "445", "_PinX": "389", "_PinY": "394", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2228" }, {"_PinId": "45310", "_HeadX": "496", "_HeadY": "104", "_PinX": "441", "_PinY": "147", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7816" }, {"_PinId": "45311", "_HeadX": "330", "_HeadY": "12", "_PinX": "312", "_PinY": "80", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "5375" }, {"_PinId": "45649", "_HeadX": "333", "_HeadY": "335", "_PinX": "351", "_PinY": "284", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1360" }, {"_PinId": "45650", "_HeadX": "445", "_HeadY": "64", "_PinX": "403", "_PinY": "116", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7817" }, {"_PinId": "45651", "_HeadX": "334", "_HeadY": "467", "_PinX": "325", "_PinY": "397", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "759" }, {"_PinId": "45809", "_HeadX": "448", "_HeadY": "99", "_PinX": "399", "_PinY": "148", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "438" }, {"_PinId": "45810", "_HeadX": "37", "_HeadY": "126", "_PinX": "93", "_PinY": "168", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "754" }, {"_PinId": "45811", "_HeadX": "345", "_HeadY": "34", "_PinX": "322", "_PinY": "100", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7340" }, {"_PinId": "45967", "_HeadX": "278", "_HeadY": "440", "_PinX": "286", "_PinY": "384", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "3272" }, {"_PinId": "45968", "_HeadX": "269", "_HeadY": "233", "_PinX": "332", "_PinY": "234", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1363" }, {"_PinId": "45969", "_HeadX": "224", "_HeadY": "484", "_PinX": "251", "_PinY": "427", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "217" }, {"_PinId": "45970", "_HeadX": "349", "_HeadY": "426", "_PinX": "326", "_PinY": "372", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "800" }, {"_PinId": "46136", "_HeadX": "143", "_HeadY": "46", "_PinX": "172", "_PinY": "110", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "779" }, {"_PinId": "46137", "_HeadX": "272", "_HeadY": "184", "_PinX": "332", "_PinY": "207", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1344" }, {"_PinId": "46138", "_HeadX": "8", "_HeadY": "182", "_PinX": "58", "_PinY": "204", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "571" }, {"_PinId": "46321", "_HeadX": "271", "_HeadY": "8", "_PinX": "268", "_PinY": "65", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "2024" }, {"_PinId": "46500", "_HeadX": "295", "_HeadY": "53", "_PinX": "284", "_PinY": "122", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "4299" }, {"_PinId": "46501", "_HeadX": "486", "_HeadY": "95", "_PinX": "433", "_PinY": "140", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7160" }, {"_PinId": "46502", "_HeadX": "464", "_HeadY": "63", "_PinX": "417", "_PinY": "115", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7562" }, {"_PinId": "46662", "_HeadX": "20", "_HeadY": "162", "_PinX": "81", "_PinY": "196", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "752" }, {"_PinId": "46663", "_HeadX": "250", "_HeadY": "8", "_PinX": "250", "_PinY": "55", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "348" }, {"_PinId": "46664", "_HeadX": "283", "_HeadY": "301", "_PinX": "327", "_PinY": "270", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1347" }, {"_PinId": "46665", "_HeadX": "385", "_HeadY": "8", "_PinX": "362", "_PinY": "58", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7424" }, {"_PinId": "46666", "_HeadX": "445", "_HeadY": "42", "_PinX": "403", "_PinY": "104", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7161" }, {"_PinId": "46835", "_HeadX": "392", "_HeadY": "287", "_PinX": "385", "_PinY": "245", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1413" } ], "_NavigatorImage": "aa_oi_17.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2874.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44265", "_HeadX": "109", "_HeadY": "41", "_PinX": "140", "_PinY": "112", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "6552" }, {"_PinId": "44266", "_HeadX": "367", "_HeadY": "169", "_PinX": "351", "_PinY": "237", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4105" }, {"_PinId": "44267", "_HeadX": "312", "_HeadY": "185", "_PinX": "303", "_PinY": "255", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4385" }, {"_PinId": "44429", "_HeadX": "413", "_HeadY": "566", "_PinX": "351", "_PinY": "598", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4157" }, {"_PinId": "44430", "_HeadX": "360", "_HeadY": "961", "_PinX": "300", "_PinY": "900", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4390" }, {"_PinId": "44431", "_HeadX": "106", "_HeadY": "813", "_PinX": "185", "_PinY": "795", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5838" }, {"_PinId": "44432", "_HeadX": "310", "_HeadY": "469", "_PinX": "265", "_PinY": "523", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3842" }, {"_PinId": "44579", "_HeadX": "331", "_HeadY": "223", "_PinX": "321", "_PinY": "302", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4176" }, {"_PinId": "44580", "_HeadX": "218", "_HeadY": "1008", "_PinX": "173", "_PinY": "960", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3520" }, {"_PinId": "44765", "_HeadX": "109", "_HeadY": "436", "_PinX": "178", "_PinY": "474", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5835" }, {"_PinId": "44766", "_HeadX": "114", "_HeadY": "185", "_PinX": "161", "_PinY": "237", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3404" }, {"_PinId": "44767", "_HeadX": "258", "_HeadY": "379", "_PinX": "256", "_PinY": "449", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3026" }, {"_PinId": "44946", "_HeadX": "298", "_HeadY": "147", "_PinX": "285", "_PinY": "210", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4175" }, {"_PinId": "44947", "_HeadX": "391", "_HeadY": "222", "_PinX": "369", "_PinY": "289", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1413" }, {"_PinId": "45128", "_HeadX": "109", "_HeadY": "623", "_PinX": "178", "_PinY": "636", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5836" }, {"_PinId": "45129", "_HeadX": "193", "_HeadY": "670", "_PinX": "263", "_PinY": "697", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3033" }, {"_PinId": "45130", "_HeadX": "77", "_HeadY": "1006", "_PinX": "153", "_PinY": "968", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3966" }, {"_PinId": "45318", "_HeadX": "138", "_HeadY": "261", "_PinX": "187", "_PinY": "313", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7169" }, {"_PinId": "45469", "_HeadX": "279", "_HeadY": "1019", "_PinX": "231", "_PinY": "955", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4391" }, {"_PinId": "45470", "_HeadX": "116", "_HeadY": "725", "_PinX": "190", "_PinY": "716", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5837" }, {"_PinId": "45660", "_HeadX": "91", "_HeadY": "281", "_PinX": "144", "_PinY": "308", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5247" }, {"_PinId": "45661", "_HeadX": "202", "_HeadY": "123", "_PinX": "208", "_PinY": "193", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "438" }, {"_PinId": "45662", "_HeadX": "147", "_HeadY": "64", "_PinX": "159", "_PinY": "133", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3032" }, {"_PinId": "45816", "_HeadX": "287", "_HeadY": "41", "_PinX": "275", "_PinY": "119", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4174" }, {"_PinId": "45817", "_HeadX": "439", "_HeadY": "923", "_PinX": "392", "_PinY": "883", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1413" }, {"_PinId": "45976", "_HeadX": "167", "_HeadY": "1271", "_PinX": "125", "_PinY": "1208", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4143" }, {"_PinId": "46146", "_HeadX": "176", "_HeadY": "1115", "_PinX": "136", "_PinY": "1047", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4393" }, {"_PinId": "46147", "_HeadX": "239", "_HeadY": "180", "_PinX": "231", "_PinY": "248", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7027" }, {"_PinId": "46329", "_HeadX": "213", "_HeadY": "1057", "_PinX": "169", "_PinY": "993", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4392" }, {"_PinId": "46330", "_HeadX": "102", "_HeadY": "359", "_PinX": "158", "_PinY": "390", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5862" }, {"_PinId": "46331", "_HeadX": "57", "_HeadY": "191", "_PinX": "108", "_PinY": "243", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5861" }, {"_PinId": "46332", "_HeadX": "229", "_HeadY": "141", "_PinX": "220", "_PinY": "212", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4271" }, {"_PinId": "46510", "_HeadX": "61", "_HeadY": "951", "_PinX": "131", "_PinY": "934", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3373" }, {"_PinId": "46669", "_HeadX": "367", "_HeadY": "321", "_PinX": "344", "_PinY": "387", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4177" }, {"_PinId": "46839", "_HeadX": "405", "_HeadY": "434", "_PinX": "364", "_PinY": "491", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5137" }, {"_PinId": "46840", "_HeadX": "440", "_HeadY": "730", "_PinX": "375", "_PinY": "703", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4156" }, {"_PinId": "46841", "_HeadX": "417", "_HeadY": "852", "_PinX": "348", "_PinY": "807", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4155" }, {"_PinId": "46842", "_HeadX": "162", "_HeadY": "1189", "_PinX": "121", "_PinY": "1125", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4394" }, {"_PinId": "46843", "_HeadX": "104", "_HeadY": "529", "_PinX": "183", "_PinY": "563", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5821" }, {"_PinId": "46844", "_HeadX": "195", "_HeadY": "497", "_PinX": "247", "_PinY": "522", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "6216" }, {"_PinId": "46845", "_HeadX": "276", "_HeadY": "269", "_PinX": "262", "_PinY": "332", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3520" } ], "_NavigatorImage": "aa_oi_19.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2875.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44274", "_HeadX": "306", "_HeadY": "91", "_PinX": "326", "_PinY": "158", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "896" }, {"_PinId": "44275", "_HeadX": "485", "_HeadY": "715", "_PinX": "462", "_PinY": "689", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4651" }, {"_PinId": "44276", "_HeadX": "423", "_HeadY": "589", "_PinX": "391", "_PinY": "523", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "4635" }, {"_PinId": "44277", "_HeadX": "636", "_HeadY": "429", "_PinX": "570", "_PinY": "411", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "823" }, {"_PinId": "44440", "_HeadX": "197", "_HeadY": "246", "_PinX": "257", "_PinY": "282", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "812" }, {"_PinId": "44776", "_HeadX": "630", "_HeadY": "694", "_PinX": "557", "_PinY": "645", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "822" }, {"_PinId": "44777", "_HeadX": "261", "_HeadY": "663", "_PinX": "288", "_PinY": "598", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7124" }, {"_PinId": "44778", "_HeadX": "182", "_HeadY": "574", "_PinX": "231", "_PinY": "524", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "813" }, {"_PinId": "44956", "_HeadX": "291", "_HeadY": "435", "_PinX": "347", "_PinY": "393", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7365" }, {"_PinId": "44957", "_HeadX": "164", "_HeadY": "472", "_PinX": "227", "_PinY": "441", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5370" }, {"_PinId": "45485", "_HeadX": "502", "_HeadY": "11", "_PinX": "474", "_PinY": "67", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "45486", "_HeadX": "13", "_HeadY": "297", "_PinX": "82", "_PinY": "309", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "217" }, {"_PinId": "45670", "_HeadX": "305", "_HeadY": "11", "_PinX": "321", "_PinY": "79", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7387" }, {"_PinId": "45827", "_HeadX": "464", "_HeadY": "281", "_PinX": "416", "_PinY": "332", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1481" }, {"_PinId": "45984", "_HeadX": "313", "_HeadY": "717", "_PinX": "322", "_PinY": "674", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "4636" }, {"_PinId": "46157", "_HeadX": "769", "_HeadY": "366", "_PinX": "716", "_PinY": "366", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "752" }, {"_PinId": "46158", "_HeadX": "583", "_HeadY": "534", "_PinX": "502", "_PinY": "503", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1521" }, {"_PinId": "46159", "_HeadX": "558", "_HeadY": "158", "_PinX": "513", "_PinY": "212", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "825" }, {"_PinId": "46340", "_HeadX": "531", "_HeadY": "351", "_PinX": "459", "_PinY": "375", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2236" }, {"_PinId": "46341", "_HeadX": "260", "_HeadY": "67", "_PinX": "288", "_PinY": "131", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "46342", "_HeadX": "739", "_HeadY": "469", "_PinX": "672", "_PinY": "449", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "754" }, {"_PinId": "46343", "_HeadX": "216", "_HeadY": "341", "_PinX": "286", "_PinY": "349", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "4683" }, {"_PinId": "46520", "_HeadX": "512", "_HeadY": "557", "_PinX": "463", "_PinY": "505", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4652" }, {"_PinId": "46679", "_HeadX": "412", "_HeadY": "201", "_PinX": "402", "_PinY": "270", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2230" }, {"_PinId": "46856", "_HeadX": "179", "_HeadY": "19", "_PinX": "215", "_PinY": "79", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1291" }, {"_PinId": "46857", "_HeadX": "371", "_HeadY": "451", "_PinX": "373", "_PinY": "390", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7277" }, {"_PinId": "46858", "_HeadX": "416", "_HeadY": "13", "_PinX": "407", "_PinY": "72", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "504" } ], "_NavigatorImage": "aa_oi_20.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2876.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44290", "_HeadX": "240", "_HeadY": "8", "_PinX": "258", "_PinY": "45", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "224" }, {"_PinId": "44451", "_HeadX": "171", "_HeadY": "199", "_PinX": "229", "_PinY": "238", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "182" }, {"_PinId": "44597", "_HeadX": "639", "_HeadY": "571", "_PinX": "588", "_PinY": "523", "_BodySystemId": "9", "_BodySystemName": "Reproductive", "_TermId": "5686" }, {"_PinId": "44598", "_HeadX": "410", "_HeadY": "8", "_PinX": "410", "_PinY": "58", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "226" }, {"_PinId": "44967", "_HeadX": "351", "_HeadY": "387", "_PinX": "334", "_PinY": "329", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "111" }, {"_PinId": "44968", "_HeadX": "61", "_HeadY": "561", "_PinX": "122", "_PinY": "527", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "903" }, {"_PinId": "44969", "_HeadX": "291", "_HeadY": "250", "_PinX": "343", "_PinY": "297", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "46" }, {"_PinId": "45149", "_HeadX": "445", "_HeadY": "78", "_PinX": "438", "_PinY": "148", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "225" }, {"_PinId": "45332", "_HeadX": "232", "_HeadY": "358", "_PinX": "285", "_PinY": "329", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "85" }, {"_PinId": "45836", "_HeadX": "506", "_HeadY": "180", "_PinX": "475", "_PinY": "243", "_BodySystemId": "9", "_BodySystemName": "Reproductive", "_TermId": "7673" }, {"_PinId": "46171", "_HeadX": "135", "_HeadY": "559", "_PinX": "192", "_PinY": "519", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "5031" }, {"_PinId": "46356", "_HeadX": "662", "_HeadY": "12", "_PinX": "622", "_PinY": "69", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7701" }, {"_PinId": "46529", "_HeadX": "632", "_HeadY": "121", "_PinX": "585", "_PinY": "173", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "3556" }, {"_PinId": "46870", "_HeadX": "497", "_HeadY": "590", "_PinX": "507", "_PinY": "518", "_BodySystemId": "9", "_BodySystemName": "Reproductive", "_TermId": "7132" }, {"_PinId": "46871", "_HeadX": "499", "_HeadY": "6", "_PinX": "483", "_PinY": "74", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "4955" }, {"_PinId": "46872", "_HeadX": "583", "_HeadY": "288", "_PinX": "519", "_PinY": "316", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "4975" }, {"_PinId": "46873", "_HeadX": "759", "_HeadY": "387", "_PinX": "689", "_PinY": "382", "_BodySystemId": "9", "_BodySystemName": "Reproductive", "_TermId": "3557" } ], "_NavigatorImage": "aa_oi_25.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2877.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44452", "_HeadX": "783", "_HeadY": "216", "_PinX": "716", "_PinY": "234", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7702" }, {"_PinId": "44453", "_HeadX": "751", "_HeadY": "172", "_PinX": "682", "_PinY": "202", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "3556" }, {"_PinId": "44599", "_HeadX": "321", "_HeadY": "19", "_PinX": "340", "_PinY": "87", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "228" }, {"_PinId": "44794", "_HeadX": "178", "_HeadY": "218", "_PinX": "238", "_PinY": "254", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "914" }, {"_PinId": "44970", "_HeadX": "548", "_HeadY": "249", "_PinX": "494", "_PinY": "266", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "152" }, {"_PinId": "44971", "_HeadX": "8", "_HeadY": "149", "_PinX": "43", "_PinY": "167", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "905" }, {"_PinId": "45150", "_HeadX": "623", "_HeadY": "405", "_PinX": "554", "_PinY": "391", "_BodySystemId": "9", "_BodySystemName": "Reproductive", "_TermId": "3559" }, {"_PinId": "45503", "_HeadX": "778", "_HeadY": "252", "_PinX": "705", "_PinY": "263", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7701" }, {"_PinId": "45504", "_HeadX": "810", "_HeadY": "58", "_PinX": "740", "_PinY": "78", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "5162" }, {"_PinId": "45685", "_HeadX": "308", "_HeadY": "233", "_PinX": "358", "_PinY": "279", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "920" }, {"_PinId": "45837", "_HeadX": "297", "_HeadY": "159", "_PinX": "339", "_PinY": "210", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "226" }, {"_PinId": "45838", "_HeadX": "802", "_HeadY": "7", "_PinX": "739", "_PinY": "28", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "233" }, {"_PinId": "46172", "_HeadX": "309", "_HeadY": "641", "_PinX": "334", "_PinY": "576", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "5031" }, {"_PinId": "46357", "_HeadX": "401", "_HeadY": "513", "_PinX": "408", "_PinY": "443", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "85" }, {"_PinId": "46530", "_HeadX": "310", "_HeadY": "321", "_PinX": "364", "_PinY": "325", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2944" }, {"_PinId": "46874", "_HeadX": "41", "_HeadY": "206", "_PinX": "106", "_PinY": "233", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "147" }, {"_PinId": "46875", "_HeadX": "368", "_HeadY": "399", "_PinX": "394", "_PinY": "358", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2933" }, {"_PinId": "46876", "_HeadX": "202", "_HeadY": "626", "_PinX": "239", "_PinY": "584", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "903" } ], "_NavigatorImage": "aa_oi_26.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2878.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44301", "_HeadX": "575", "_HeadY": "561", "_PinX": "529", "_PinY": "508", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1572" }, {"_PinId": "44302", "_HeadX": "579", "_HeadY": "715", "_PinX": "555", "_PinY": "690", "_BodySystemId": "9", "_BodySystemName": "Reproductive", "_TermId": "5686" }, {"_PinId": "44457", "_HeadX": "166", "_HeadY": "7", "_PinX": "190", "_PinY": "43", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "228" }, {"_PinId": "44458", "_HeadX": "527", "_HeadY": "8", "_PinX": "514", "_PinY": "46", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "152" }, {"_PinId": "44459", "_HeadX": "160", "_HeadY": "663", "_PinX": "204", "_PinY": "608", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "903" }, {"_PinId": "44608", "_HeadX": "769", "_HeadY": "14", "_PinX": "725", "_PinY": "53", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "233" }, {"_PinId": "44609", "_HeadX": "366", "_HeadY": "524", "_PinX": "381", "_PinY": "456", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "229" }, {"_PinId": "44610", "_HeadX": "310", "_HeadY": "493", "_PinX": "350", "_PinY": "436", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "85" }, {"_PinId": "45154", "_HeadX": "203", "_HeadY": "7", "_PinX": "227", "_PinY": "51", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "798" }, {"_PinId": "45155", "_HeadX": "299", "_HeadY": "177", "_PinX": "333", "_PinY": "238", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4779" }, {"_PinId": "45156", "_HeadX": "328", "_HeadY": "149", "_PinX": "351", "_PinY": "215", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5306" }, {"_PinId": "45157", "_HeadX": "255", "_HeadY": "383", "_PinX": "317", "_PinY": "354", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2944" }, {"_PinId": "45843", "_HeadX": "368", "_HeadY": "35", "_PinX": "355", "_PinY": "97", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "4689" }, {"_PinId": "46000", "_HeadX": "304", "_HeadY": "702", "_PinX": "323", "_PinY": "635", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "5031" }, {"_PinId": "46363", "_HeadX": "310", "_HeadY": "8", "_PinX": "324", "_PinY": "62", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "803" }, {"_PinId": "46364", "_HeadX": "147", "_HeadY": "33", "_PinX": "190", "_PinY": "88", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "224" }, {"_PinId": "46365", "_HeadX": "392", "_HeadY": "160", "_PinX": "363", "_PinY": "231", "_BodySystemId": "9", "_BodySystemName": "Reproductive", "_TermId": "3564" }, {"_PinId": "46366", "_HeadX": "596", "_HeadY": "699", "_PinX": "545", "_PinY": "652", "_BodySystemId": "9", "_BodySystemName": "Reproductive", "_TermId": "4685" }, {"_PinId": "46535", "_HeadX": "466", "_HeadY": "162", "_PinX": "445", "_PinY": "229", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "926" }, {"_PinId": "46536", "_HeadX": "604", "_HeadY": "459", "_PinX": "541", "_PinY": "429", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4703" }, {"_PinId": "46697", "_HeadX": "796", "_HeadY": "313", "_PinX": "749", "_PinY": "318", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7701" }, {"_PinId": "46698", "_HeadX": "796", "_HeadY": "264", "_PinX": "741", "_PinY": "277", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7702" }, {"_PinId": "46699", "_HeadX": "719", "_HeadY": "205", "_PinX": "656", "_PinY": "236", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "3556" }, {"_PinId": "46700", "_HeadX": "6", "_HeadY": "667", "_PinX": "46", "_PinY": "626", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "147" }, {"_PinId": "46701", "_HeadX": "505", "_HeadY": "463", "_PinX": "455", "_PinY": "414", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1574" }, {"_PinId": "46702", "_HeadX": "121", "_HeadY": "174", "_PinX": "179", "_PinY": "213", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "147" }, {"_PinId": "46884", "_HeadX": "797", "_HeadY": "67", "_PinX": "762", "_PinY": "93", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "5162" } ], "_NavigatorImage": "aa_oi_28.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2879.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44312", "_HeadX": "413", "_HeadY": "147", "_PinX": "367", "_PinY": "200", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2157" }, {"_PinId": "44465", "_HeadX": "28", "_HeadY": "718", "_PinX": "54", "_PinY": "671", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "4819" }, {"_PinId": "44807", "_HeadX": "276", "_HeadY": "58", "_PinX": "265", "_PinY": "127", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "465" }, {"_PinId": "44982", "_HeadX": "186", "_HeadY": "180", "_PinX": "210", "_PinY": "247", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7700" }, {"_PinId": "45168", "_HeadX": "407", "_HeadY": "280", "_PinX": "343", "_PinY": "309", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1692" }, {"_PinId": "45169", "_HeadX": "428", "_HeadY": "462", "_PinX": "365", "_PinY": "431", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "385" }, {"_PinId": "45170", "_HeadX": "209", "_HeadY": "649", "_PinX": "213", "_PinY": "579", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "2130" }, {"_PinId": "45171", "_HeadX": "331", "_HeadY": "653", "_PinX": "308", "_PinY": "587", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "2070" }, {"_PinId": "45514", "_HeadX": "139", "_HeadY": "225", "_PinX": "177", "_PinY": "284", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7700" }, {"_PinId": "45699", "_HeadX": "11", "_HeadY": "205", "_PinX": "68", "_PinY": "246", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7569" }, {"_PinId": "45848", "_HeadX": "120", "_HeadY": "381", "_PinX": "189", "_PinY": "369", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1864" }, {"_PinId": "45849", "_HeadX": "190", "_HeadY": "275", "_PinX": "224", "_PinY": "331", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "3226" }, {"_PinId": "45850", "_HeadX": "95", "_HeadY": "204", "_PinX": "140", "_PinY": "258", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "3224" }, {"_PinId": "46184", "_HeadX": "8", "_HeadY": "429", "_PinX": "43", "_PinY": "419", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5824" }, {"_PinId": "46185", "_HeadX": "8", "_HeadY": "321", "_PinX": "26", "_PinY": "357", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4239" }, {"_PinId": "46371", "_HeadX": "403", "_HeadY": "536", "_PinX": "353", "_PinY": "487", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1469" }, {"_PinId": "46541", "_HeadX": "215", "_HeadY": "90", "_PinX": "218", "_PinY": "160", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "3220" }, {"_PinId": "46542", "_HeadX": "33", "_HeadY": "6", "_PinX": "66", "_PinY": "68", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2279" }, {"_PinId": "46890", "_HeadX": "6", "_HeadY": "105", "_PinX": "41", "_PinY": "146", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "3222" } ], "_NavigatorImage": "aa_oi_29.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2880.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44334", "_HeadX": "402", "_HeadY": "197", "_PinX": "340", "_PinY": "239", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1309" }, {"_PinId": "44335", "_HeadX": "409", "_HeadY": "284", "_PinX": "346", "_PinY": "267", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2974" }, {"_PinId": "44485", "_HeadX": "329", "_HeadY": "454", "_PinX": "310", "_PinY": "388", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1242" }, {"_PinId": "44649", "_HeadX": "163", "_HeadY": "557", "_PinX": "195", "_PinY": "497", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7149" }, {"_PinId": "44828", "_HeadX": "451", "_HeadY": "201", "_PinX": "390", "_PinY": "234", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "6574" }, {"_PinId": "44829", "_HeadX": "376", "_HeadY": "153", "_PinX": "334", "_PinY": "206", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "6689" }, {"_PinId": "44996", "_HeadX": "517", "_HeadY": "213", "_PinX": "459", "_PinY": "234", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "833" }, {"_PinId": "44997", "_HeadX": "160", "_HeadY": "148", "_PinX": "222", "_PinY": "194", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "6573" }, {"_PinId": "44998", "_HeadX": "258", "_HeadY": "157", "_PinX": "297", "_PinY": "212", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1227" }, {"_PinId": "45352", "_HeadX": "272", "_HeadY": "327", "_PinX": "312", "_PinY": "262", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "2666" }, {"_PinId": "45353", "_HeadX": "365", "_HeadY": "7", "_PinX": "318", "_PinY": "7", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "4012" }, {"_PinId": "45530", "_HeadX": "100", "_HeadY": "265", "_PinX": "182", "_PinY": "267", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "831" }, {"_PinId": "45718", "_HeadX": "389", "_HeadY": "436", "_PinX": "343", "_PinY": "390", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "6682" }, {"_PinId": "45719", "_HeadX": "201", "_HeadY": "362", "_PinX": "253", "_PinY": "315", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7443" }, {"_PinId": "45720", "_HeadX": "403", "_HeadY": "606", "_PinX": "373", "_PinY": "543", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7254" }, {"_PinId": "45863", "_HeadX": "334", "_HeadY": "36", "_PinX": "316", "_PinY": "98", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7979" }, {"_PinId": "45864", "_HeadX": "25", "_HeadY": "195", "_PinX": "90", "_PinY": "217", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7029" }, {"_PinId": "45865", "_HeadX": "421", "_HeadY": "260", "_PinX": "350", "_PinY": "257", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2973" }, {"_PinId": "46024", "_HeadX": "80", "_HeadY": "371", "_PinX": "154", "_PinY": "339", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "837" }, {"_PinId": "46025", "_HeadX": "106", "_HeadY": "325", "_PinX": "197", "_PinY": "306", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7970" }, {"_PinId": "46026", "_HeadX": "220", "_HeadY": "29", "_PinX": "252", "_PinY": "73", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7975" }, {"_PinId": "46027", "_HeadX": "394", "_HeadY": "338", "_PinX": "328", "_PinY": "294", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1224" }, {"_PinId": "46202", "_HeadX": "522", "_HeadY": "333", "_PinX": "454", "_PinY": "310", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7120" }, {"_PinId": "46203", "_HeadX": "462", "_HeadY": "126", "_PinX": "412", "_PinY": "175", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "830" }, {"_PinId": "46204", "_HeadX": "207", "_HeadY": "280", "_PinX": "292", "_PinY": "268", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1225" }, {"_PinId": "46384", "_HeadX": "259", "_HeadY": "49", "_PinX": "281", "_PinY": "103", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7967" }, {"_PinId": "46564", "_HeadX": "419", "_HeadY": "31", "_PinX": "386", "_PinY": "93", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2239" }, {"_PinId": "46901", "_HeadX": "520", "_HeadY": "407", "_PinX": "499", "_PinY": "395", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7558" }, {"_PinId": "46902", "_HeadX": "354", "_HeadY": "103", "_PinX": "331", "_PinY": "170", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7977" } ], "_NavigatorImage": "aa_oi_34.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2881.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44338", "_HeadX": "521", "_HeadY": "331", "_PinX": "451", "_PinY": "325", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "504" }, {"_PinId": "44339", "_HeadX": "493", "_HeadY": "197", "_PinX": "449", "_PinY": "251", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2516" }, {"_PinId": "44340", "_HeadX": "109", "_HeadY": "278", "_PinX": "178", "_PinY": "288", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "837" }, {"_PinId": "44341", "_HeadX": "639", "_HeadY": "39", "_PinX": "593", "_PinY": "92", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "364" }, {"_PinId": "44342", "_HeadX": "66", "_HeadY": "571", "_PinX": "122", "_PinY": "528", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1694" }, {"_PinId": "44489", "_HeadX": "575", "_HeadY": "301", "_PinX": "505", "_PinY": "308", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1223" }, {"_PinId": "44490", "_HeadX": "418", "_HeadY": "8", "_PinX": "415", "_PinY": "46", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2228" }, {"_PinId": "44491", "_HeadX": "349", "_HeadY": "27", "_PinX": "359", "_PinY": "96", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7464" }, {"_PinId": "44492", "_HeadX": "779", "_HeadY": "446", "_PinX": "753", "_PinY": "438", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "575" }, {"_PinId": "44493", "_HeadX": "742", "_HeadY": "174", "_PinX": "679", "_PinY": "210", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "755" }, {"_PinId": "44651", "_HeadX": "464", "_HeadY": "371", "_PinX": "407", "_PinY": "330", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1324" }, {"_PinId": "44652", "_HeadX": "624", "_HeadY": "181", "_PinX": "567", "_PinY": "211", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "785" }, {"_PinId": "44653", "_HeadX": "258", "_HeadY": "119", "_PinX": "297", "_PinY": "177", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7165" }, {"_PinId": "44654", "_HeadX": "147", "_HeadY": "147", "_PinX": "204", "_PinY": "187", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2239" }, {"_PinId": "44655", "_HeadX": "701", "_HeadY": "289", "_PinX": "631", "_PinY": "296", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "829" }, {"_PinId": "44656", "_HeadX": "779", "_HeadY": "512", "_PinX": "721", "_PinY": "485", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "577" }, {"_PinId": "44830", "_HeadX": "267", "_HeadY": "66", "_PinX": "298", "_PinY": "129", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2890" }, {"_PinId": "44831", "_HeadX": "105", "_HeadY": "331", "_PinX": "175", "_PinY": "329", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "830" }, {"_PinId": "44832", "_HeadX": "355", "_HeadY": "8", "_PinX": "362", "_PinY": "70", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7122" }, {"_PinId": "44999", "_HeadX": "332", "_HeadY": "421", "_PinX": "368", "_PinY": "361", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" }, {"_PinId": "45000", "_HeadX": "626", "_HeadY": "164", "_PinX": "568", "_PinY": "203", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "501" }, {"_PinId": "45001", "_HeadX": "42", "_HeadY": "234", "_PinX": "110", "_PinY": "250", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "4945" }, {"_PinId": "45002", "_HeadX": "399", "_HeadY": "632", "_PinX": "399", "_PinY": "589", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4239" }, {"_PinId": "45187", "_HeadX": "536", "_HeadY": "230", "_PinX": "496", "_PinY": "269", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "848" }, {"_PinId": "45188", "_HeadX": "68", "_HeadY": "196", "_PinX": "134", "_PinY": "221", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "842" }, {"_PinId": "45189", "_HeadX": "660", "_HeadY": "67", "_PinX": "609", "_PinY": "115", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "752" }, {"_PinId": "45354", "_HeadX": "479", "_HeadY": "411", "_PinX": "431", "_PinY": "360", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1409" }, {"_PinId": "45355", "_HeadX": "296", "_HeadY": "359", "_PinX": "361", "_PinY": "333", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "505" }, {"_PinId": "45356", "_HeadX": "432", "_HeadY": "64", "_PinX": "422", "_PinY": "133", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "869" }, {"_PinId": "45357", "_HeadX": "779", "_HeadY": "316", "_PinX": "732", "_PinY": "316", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "579" }, {"_PinId": "45358", "_HeadX": "516", "_HeadY": "6", "_PinX": "491", "_PinY": "71", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "782" }, {"_PinId": "45359", "_HeadX": "672", "_HeadY": "85", "_PinX": "618", "_PinY": "130", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "754" }, {"_PinId": "45533", "_HeadX": "577", "_HeadY": "236", "_PinX": "513", "_PinY": "265", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7106" }, {"_PinId": "45534", "_HeadX": "687", "_HeadY": "241", "_PinX": "619", "_PinY": "259", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2680" }, {"_PinId": "45535", "_HeadX": "545", "_HeadY": "632", "_PinX": "527", "_PinY": "595", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "348" }, {"_PinId": "45536", "_HeadX": "718", "_HeadY": "593", "_PinX": "664", "_PinY": "548", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1895" }, {"_PinId": "45537", "_HeadX": "469", "_HeadY": "632", "_PinX": "456", "_PinY": "576", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "3214" }, {"_PinId": "45538", "_HeadX": "454", "_HeadY": "8", "_PinX": "443", "_PinY": "67", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7123" }, {"_PinId": "45723", "_HeadX": "543", "_HeadY": "128", "_PinX": "500", "_PinY": "183", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "870" }, {"_PinId": "45870", "_HeadX": "472", "_HeadY": "8", "_PinX": "458", "_PinY": "65", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "800" }, {"_PinId": "46031", "_HeadX": "172", "_HeadY": "202", "_PinX": "234", "_PinY": "235", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "831" }, {"_PinId": "46032", "_HeadX": "731", "_HeadY": "549", "_PinX": "673", "_PinY": "510", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "582" }, {"_PinId": "46206", "_HeadX": "289", "_HeadY": "77", "_PinX": "316", "_PinY": "141", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "861" }, {"_PinId": "46207", "_HeadX": "95", "_HeadY": "149", "_PinX": "156", "_PinY": "184", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7529" }, {"_PinId": "46208", "_HeadX": "687", "_HeadY": "424", "_PinX": "621", "_PinY": "401", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "836" }, {"_PinId": "46209", "_HeadX": "750", "_HeadY": "193", "_PinX": "684", "_PinY": "216", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "756" }, {"_PinId": "46210", "_HeadX": "165", "_HeadY": "463", "_PinX": "224", "_PinY": "426", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "833" }, {"_PinId": "46387", "_HeadX": "318", "_HeadY": "36", "_PinX": "336", "_PinY": "104", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "845" }, {"_PinId": "46388", "_HeadX": "608", "_HeadY": "4", "_PinX": "569", "_PinY": "62", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "217" }, {"_PinId": "46389", "_HeadX": "756", "_HeadY": "208", "_PinX": "688", "_PinY": "222", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "4299" }, {"_PinId": "46567", "_HeadX": "416", "_HeadY": "418", "_PinX": "400", "_PinY": "350", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "1337" }, {"_PinId": "46568", "_HeadX": "219", "_HeadY": "130", "_PinX": "266", "_PinY": "182", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "786" }, {"_PinId": "46569", "_HeadX": "217", "_HeadY": "142", "_PinX": "266", "_PinY": "192", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "502" }, {"_PinId": "46570", "_HeadX": "370", "_HeadY": "120", "_PinX": "378", "_PinY": "190", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "872" }, {"_PinId": "46571", "_HeadX": "295", "_HeadY": "46", "_PinX": "318", "_PinY": "112", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7520" }, {"_PinId": "46731", "_HeadX": "630", "_HeadY": "149", "_PinX": "573", "_PinY": "190", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2663" }, {"_PinId": "46732", "_HeadX": "385", "_HeadY": "431", "_PinX": "390", "_PinY": "361", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1413" }, {"_PinId": "46905", "_HeadX": "264", "_HeadY": "301", "_PinX": "333", "_PinY": "311", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1225" }, {"_PinId": "46906", "_HeadX": "213", "_HeadY": "156", "_PinX": "265", "_PinY": "203", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2254" }, {"_PinId": "46907", "_HeadX": "489", "_HeadY": "8", "_PinX": "472", "_PinY": "65", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "791" }, {"_PinId": "46908", "_HeadX": "677", "_HeadY": "100", "_PinX": "622", "_PinY": "143", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "779" }, {"_PinId": "46909", "_HeadX": "540", "_HeadY": "393", "_PinX": "477", "_PinY": "362", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1332" } ], "_NavigatorImage": "aa_oi_36.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2882.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44497", "_HeadX": "8", "_HeadY": "298", "_PinX": "51", "_PinY": "302", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1227" }, {"_PinId": "44659", "_HeadX": "149", "_HeadY": "55", "_PinX": "188", "_PinY": "121", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "896" }, {"_PinId": "44660", "_HeadX": "81", "_HeadY": "386", "_PinX": "143", "_PinY": "354", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "868" }, {"_PinId": "44661", "_HeadX": "407", "_HeadY": "630", "_PinX": "383", "_PinY": "611", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "864" }, {"_PinId": "44836", "_HeadX": "10", "_HeadY": "523", "_PinX": "59", "_PinY": "473", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "872" }, {"_PinId": "45004", "_HeadX": "21", "_HeadY": "617", "_PinX": "58", "_PinY": "558", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "45005", "_HeadX": "86", "_HeadY": "16", "_PinX": "128", "_PinY": "80", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3694" }, {"_PinId": "45006", "_HeadX": "34", "_HeadY": "195", "_PinX": "91", "_PinY": "236", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "887" }, {"_PinId": "45193", "_HeadX": "324", "_HeadY": "224", "_PinX": "239", "_PinY": "251", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1215" }, {"_PinId": "45194", "_HeadX": "385", "_HeadY": "333", "_PinX": "309", "_PinY": "341", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "871" }, {"_PinId": "45361", "_HeadX": "26", "_HeadY": "83", "_PinX": "69", "_PinY": "139", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7624" }, {"_PinId": "45362", "_HeadX": "240", "_HeadY": "5", "_PinX": "233", "_PinY": "32", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7387" }, {"_PinId": "45542", "_HeadX": "8", "_HeadY": "366", "_PinX": "37", "_PinY": "360", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1225" }, {"_PinId": "45543", "_HeadX": "318", "_HeadY": "395", "_PinX": "250", "_PinY": "358", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "865" }, {"_PinId": "45544", "_HeadX": "369", "_HeadY": "521", "_PinX": "311", "_PinY": "481", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "848" }, {"_PinId": "45545", "_HeadX": "370", "_HeadY": "480", "_PinX": "304", "_PinY": "458", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "858" }, {"_PinId": "45546", "_HeadX": "80", "_HeadY": "591", "_PinX": "107", "_PinY": "525", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "855" }, {"_PinId": "45725", "_HeadX": "37", "_HeadY": "33", "_PinX": "73", "_PinY": "93", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "897" }, {"_PinId": "45726", "_HeadX": "132", "_HeadY": "104", "_PinX": "178", "_PinY": "165", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2663" }, {"_PinId": "45727", "_HeadX": "374", "_HeadY": "248", "_PinX": "301", "_PinY": "272", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1228" }, {"_PinId": "45728", "_HeadX": "406", "_HeadY": "425", "_PinX": "366", "_PinY": "420", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1222" }, {"_PinId": "45877", "_HeadX": "312", "_HeadY": "154", "_PinX": "222", "_PinY": "173", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "46033", "_HeadX": "338", "_HeadY": "291", "_PinX": "252", "_PinY": "303", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "886" }, {"_PinId": "46213", "_HeadX": "188", "_HeadY": "11", "_PinX": "211", "_PinY": "40", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "46393", "_HeadX": "146", "_HeadY": "11", "_PinX": "173", "_PinY": "44", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "485" }, {"_PinId": "46394", "_HeadX": "75", "_HeadY": "280", "_PinX": "142", "_PinY": "300", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "880" }, {"_PinId": "46395", "_HeadX": "403", "_HeadY": "589", "_PinX": "356", "_PinY": "540", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "870" }, {"_PinId": "46396", "_HeadX": "106", "_HeadY": "442", "_PinX": "151", "_PinY": "388", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "861" }, {"_PinId": "46575", "_HeadX": "320", "_HeadY": "79", "_PinX": "248", "_PinY": "106", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7365" }, {"_PinId": "46576", "_HeadX": "8", "_HeadY": "401", "_PinX": "34", "_PinY": "391", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1224" }, {"_PinId": "46577", "_HeadX": "141", "_HeadY": "626", "_PinX": "161", "_PinY": "565", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2508" }, {"_PinId": "46734", "_HeadX": "319", "_HeadY": "11", "_PinX": "271", "_PinY": "35", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "46735", "_HeadX": "197", "_HeadY": "212", "_PinX": "181", "_PinY": "291", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2890" }, {"_PinId": "46736", "_HeadX": "409", "_HeadY": "365", "_PinX": "354", "_PinY": "372", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1223" }, {"_PinId": "46737", "_HeadX": "241", "_HeadY": "556", "_PinX": "222", "_PinY": "487", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "869" }, {"_PinId": "46738", "_HeadX": "197", "_HeadY": "466", "_PinX": "202", "_PinY": "396", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "847" } ], "_NavigatorImage": "aa_oi_38.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2883.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44344", "_HeadX": "392", "_HeadY": "19", "_PinX": "356", "_PinY": "79", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "897" }, {"_PinId": "44498", "_HeadX": "23", "_HeadY": "633", "_PinX": "37", "_PinY": "609", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "864" }, {"_PinId": "44662", "_HeadX": "271", "_HeadY": "8", "_PinX": "245", "_PinY": "42", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "485" }, {"_PinId": "44663", "_HeadX": "211", "_HeadY": "8", "_PinX": "211", "_PinY": "29", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "44664", "_HeadX": "414", "_HeadY": "257", "_PinX": "350", "_PinY": "257", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "887" }, {"_PinId": "44665", "_HeadX": "317", "_HeadY": "348", "_PinX": "249", "_PinY": "330", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "893" }, {"_PinId": "44837", "_HeadX": "20", "_HeadY": "406", "_PinX": "88", "_PinY": "396", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7106" }, {"_PinId": "45007", "_HeadX": "385", "_HeadY": "127", "_PinX": "328", "_PinY": "176", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" }, {"_PinId": "45008", "_HeadX": "413", "_HeadY": "359", "_PinX": "344", "_PinY": "346", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1225" }, {"_PinId": "45009", "_HeadX": "422", "_HeadY": "420", "_PinX": "359", "_PinY": "390", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1224" }, {"_PinId": "45010", "_HeadX": "101", "_HeadY": "449", "_PinX": "147", "_PinY": "398", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1222" }, {"_PinId": "45011", "_HeadX": "123", "_HeadY": "574", "_PinX": "146", "_PinY": "508", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7570" }, {"_PinId": "45195", "_HeadX": "38", "_HeadY": "582", "_PinX": "77", "_PinY": "524", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "870" }, {"_PinId": "45196", "_HeadX": "251", "_HeadY": "398", "_PinX": "210", "_PinY": "331", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2890" }, {"_PinId": "45197", "_HeadX": "268", "_HeadY": "485", "_PinX": "236", "_PinY": "426", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2516" }, {"_PinId": "45729", "_HeadX": "280", "_HeadY": "104", "_PinX": "229", "_PinY": "164", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "45730", "_HeadX": "417", "_HeadY": "457", "_PinX": "384", "_PinY": "435", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "872" }, {"_PinId": "45878", "_HeadX": "325", "_HeadY": "13", "_PinX": "290", "_PinY": "58", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3694" }, {"_PinId": "45879", "_HeadX": "228", "_HeadY": "608", "_PinX": "217", "_PinY": "537", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7449" }, {"_PinId": "46397", "_HeadX": "126", "_HeadY": "14", "_PinX": "163", "_PinY": "67", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "896" }, {"_PinId": "46398", "_HeadX": "41", "_HeadY": "350", "_PinX": "119", "_PinY": "349", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1223" }, {"_PinId": "46399", "_HeadX": "268", "_HeadY": "629", "_PinX": "250", "_PinY": "588", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "869" }, {"_PinId": "46400", "_HeadX": "313", "_HeadY": "595", "_PinX": "279", "_PinY": "525", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2507" }, {"_PinId": "46578", "_HeadX": "176", "_HeadY": "8", "_PinX": "181", "_PinY": "56", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "46579", "_HeadX": "45", "_HeadY": "427", "_PinX": "108", "_PinY": "404", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "848" }, {"_PinId": "46739", "_HeadX": "175", "_HeadY": "632", "_PinX": "180", "_PinY": "586", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2883" }, {"_PinId": "46740", "_HeadX": "318", "_HeadY": "289", "_PinX": "237", "_PinY": "303", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "894" }, {"_PinId": "46912", "_HeadX": "336", "_HeadY": "228", "_PinX": "276", "_PinY": "265", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1227" }, {"_PinId": "46913", "_HeadX": "45", "_HeadY": "219", "_PinX": "113", "_PinY": "243", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1228" }, {"_PinId": "46914", "_HeadX": "405", "_HeadY": "598", "_PinX": "365", "_PinY": "540", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" } ], "_NavigatorImage": "aa_oi_39.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2884.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44345", "_HeadX": "59", "_HeadY": "321", "_PinX": "126", "_PinY": "300", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6106" }, {"_PinId": "44499", "_HeadX": "263", "_HeadY": "161", "_PinX": "304", "_PinY": "226", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7349" }, {"_PinId": "44500", "_HeadX": "483", "_HeadY": "355", "_PinX": "424", "_PinY": "318", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "889" }, {"_PinId": "44501", "_HeadX": "425", "_HeadY": "441", "_PinX": "389", "_PinY": "381", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "875" }, {"_PinId": "44666", "_HeadX": "428", "_HeadY": "152", "_PinX": "372", "_PinY": "194", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7043" }, {"_PinId": "44667", "_HeadX": "279", "_HeadY": "386", "_PinX": "292", "_PinY": "317", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7672" }, {"_PinId": "44668", "_HeadX": "22", "_HeadY": "230", "_PinX": "92", "_PinY": "233", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "857" }, {"_PinId": "44669", "_HeadX": "317", "_HeadY": "17", "_PinX": "324", "_PinY": "86", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "879" }, {"_PinId": "44838", "_HeadX": "510", "_HeadY": "421", "_PinX": "457", "_PinY": "375", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5678" }, {"_PinId": "44839", "_HeadX": "494", "_HeadY": "276", "_PinX": "425", "_PinY": "264", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "861" }, {"_PinId": "45198", "_HeadX": "401", "_HeadY": "316", "_PinX": "345", "_PinY": "273", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7548" }, {"_PinId": "45199", "_HeadX": "464", "_HeadY": "306", "_PinX": "399", "_PinY": "280", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "860" }, {"_PinId": "45363", "_HeadX": "230", "_HeadY": "41", "_PinX": "268", "_PinY": "100", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "858" }, {"_PinId": "45364", "_HeadX": "421", "_HeadY": "186", "_PinX": "358", "_PinY": "217", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7608" }, {"_PinId": "45547", "_HeadX": "390", "_HeadY": "81", "_PinX": "358", "_PinY": "143", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "874" }, {"_PinId": "45880", "_HeadX": "210", "_HeadY": "158", "_PinX": "262", "_PinY": "204", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5184" }, {"_PinId": "46034", "_HeadX": "588", "_HeadY": "355", "_PinX": "523", "_PinY": "329", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "855" }, {"_PinId": "46214", "_HeadX": "151", "_HeadY": "302", "_PinX": "217", "_PinY": "277", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2888" }, {"_PinId": "46401", "_HeadX": "129", "_HeadY": "151", "_PinX": "191", "_PinY": "183", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7106" }, {"_PinId": "46580", "_HeadX": "349", "_HeadY": "8", "_PinX": "340", "_PinY": "61", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5818" }, {"_PinId": "46581", "_HeadX": "285", "_HeadY": "76", "_PinX": "307", "_PinY": "145", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "885" }, {"_PinId": "46582", "_HeadX": "359", "_HeadY": "479", "_PinX": "349", "_PinY": "434", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2883" }, {"_PinId": "46583", "_HeadX": "118", "_HeadY": "375", "_PinX": "175", "_PinY": "335", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7533" }, {"_PinId": "46915", "_HeadX": "342", "_HeadY": "396", "_PinX": "334", "_PinY": "346", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2524" } ], "_NavigatorImage": "aa_oi_40.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2885.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44502", "_HeadX": "184", "_HeadY": "461", "_PinX": "218", "_PinY": "400", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2507" }, {"_PinId": "44503", "_HeadX": "68", "_HeadY": "353", "_PinX": "132", "_PinY": "324", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6106" }, {"_PinId": "44670", "_HeadX": "291", "_HeadY": "465", "_PinX": "276", "_PinY": "388", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2521" }, {"_PinId": "44840", "_HeadX": "40", "_HeadY": "227", "_PinX": "108", "_PinY": "250", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "848" }, {"_PinId": "44841", "_HeadX": "43", "_HeadY": "315", "_PinX": "111", "_PinY": "297", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7485" }, {"_PinId": "44842", "_HeadX": "412", "_HeadY": "447", "_PinX": "380", "_PinY": "385", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "875" }, {"_PinId": "45012", "_HeadX": "401", "_HeadY": "73", "_PinX": "367", "_PinY": "134", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "874" }, {"_PinId": "45013", "_HeadX": "566", "_HeadY": "366", "_PinX": "499", "_PinY": "341", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2508" }, {"_PinId": "45200", "_HeadX": "386", "_HeadY": "328", "_PinX": "346", "_PinY": "274", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7548" }, {"_PinId": "45365", "_HeadX": "290", "_HeadY": "12", "_PinX": "312", "_PinY": "62", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5818" }, {"_PinId": "45366", "_HeadX": "180", "_HeadY": "218", "_PinX": "241", "_PinY": "254", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7672" }, {"_PinId": "45367", "_HeadX": "482", "_HeadY": "350", "_PinX": "422", "_PinY": "314", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "889" }, {"_PinId": "45548", "_HeadX": "144", "_HeadY": "379", "_PinX": "192", "_PinY": "326", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7533" }, {"_PinId": "45549", "_HeadX": "360", "_HeadY": "409", "_PinX": "345", "_PinY": "343", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2524" }, {"_PinId": "45881", "_HeadX": "509", "_HeadY": "419", "_PinX": "456", "_PinY": "373", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5678" }, {"_PinId": "45882", "_HeadX": "548", "_HeadY": "275", "_PinX": "469", "_PinY": "274", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "847" }, {"_PinId": "45883", "_HeadX": "441", "_HeadY": "178", "_PinX": "378", "_PinY": "208", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7608" }, {"_PinId": "45884", "_HeadX": "340", "_HeadY": "11", "_PinX": "330", "_PinY": "80", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "879" }, {"_PinId": "46215", "_HeadX": "463", "_HeadY": "215", "_PinX": "394", "_PinY": "227", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7043" }, {"_PinId": "46216", "_HeadX": "252", "_HeadY": "472", "_PinX": "251", "_PinY": "423", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7449" }, {"_PinId": "46402", "_HeadX": "241", "_HeadY": "181", "_PinX": "302", "_PinY": "227", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7349" }, {"_PinId": "46403", "_HeadX": "155", "_HeadY": "323", "_PinX": "217", "_PinY": "290", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2888" }, {"_PinId": "46741", "_HeadX": "247", "_HeadY": "85", "_PinX": "302", "_PinY": "136", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "885" } ], "_NavigatorImage": "aa_oi_41.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2886.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44504", "_HeadX": "499", "_HeadY": "76", "_PinX": "471", "_PinY": "140", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "501" }, {"_PinId": "44671", "_HeadX": "393", "_HeadY": "107", "_PinX": "388", "_PinY": "177", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "886" }, {"_PinId": "44672", "_HeadX": "111", "_HeadY": "445", "_PinX": "178", "_PinY": "424", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1224" }, {"_PinId": "45201", "_HeadX": "198", "_HeadY": "378", "_PinX": "268", "_PinY": "372", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "893" }, {"_PinId": "45202", "_HeadX": "241", "_HeadY": "194", "_PinX": "284", "_PinY": "249", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "894" }, {"_PinId": "45368", "_HeadX": "409", "_HeadY": "8", "_PinX": "404", "_PinY": "61", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "504" }, {"_PinId": "45731", "_HeadX": "635", "_HeadY": "284", "_PinX": "568", "_PinY": "304", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2890" }, {"_PinId": "45732", "_HeadX": "356", "_HeadY": "245", "_PinX": "366", "_PinY": "314", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1223" }, {"_PinId": "45733", "_HeadX": "427", "_HeadY": "374", "_PinX": "399", "_PinY": "400", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1222" }, {"_PinId": "45734", "_HeadX": "101", "_HeadY": "17", "_PinX": "144", "_PinY": "72", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" }, {"_PinId": "45885", "_HeadX": "116", "_HeadY": "92", "_PinX": "164", "_PinY": "143", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "887" }, {"_PinId": "46035", "_HeadX": "266", "_HeadY": "109", "_PinX": "293", "_PinY": "174", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "880" }, {"_PinId": "46036", "_HeadX": "138", "_HeadY": "604", "_PinX": "187", "_PinY": "554", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "46037", "_HeadX": "7", "_HeadY": "639", "_PinX": "41", "_PinY": "613", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "46404", "_HeadX": "642", "_HeadY": "95", "_PinX": "592", "_PinY": "144", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2680" }, {"_PinId": "46405", "_HeadX": "29", "_HeadY": "501", "_PinX": "94", "_PinY": "475", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "502" }, {"_PinId": "46584", "_HeadX": "107", "_HeadY": "297", "_PinX": "175", "_PinY": "313", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1225" }, {"_PinId": "46585", "_HeadX": "735", "_HeadY": "301", "_PinX": "666", "_PinY": "312", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "836" }, {"_PinId": "46742", "_HeadX": "8", "_HeadY": "411", "_PinX": "38", "_PinY": "407", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "837" }, {"_PinId": "46916", "_HeadX": "306", "_HeadY": "8", "_PinX": "314", "_PinY": "53", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "46917", "_HeadX": "687", "_HeadY": "206", "_PinX": "624", "_PinY": "237", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "829" } ], "_NavigatorImage": "aa_oi_42.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2887.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44346", "_HeadX": "125", "_HeadY": "77", "_PinX": "142", "_PinY": "145", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3694" }, {"_PinId": "44347", "_HeadX": "82", "_HeadY": "353", "_PinX": "149", "_PinY": "332", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "880" }, {"_PinId": "44673", "_HeadX": "16", "_HeadY": "308", "_PinX": "88", "_PinY": "308", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "887" }, {"_PinId": "44674", "_HeadX": "111", "_HeadY": "613", "_PinX": "128", "_PinY": "545", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "855" }, {"_PinId": "44675", "_HeadX": "77", "_HeadY": "430", "_PinX": "128", "_PinY": "394", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "860" }, {"_PinId": "44843", "_HeadX": "38", "_HeadY": "104", "_PinX": "85", "_PinY": "156", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "897" }, {"_PinId": "44844", "_HeadX": "96", "_HeadY": "8", "_PinX": "112", "_PinY": "63", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2593" }, {"_PinId": "44845", "_HeadX": "350", "_HeadY": "291", "_PinX": "281", "_PinY": "303", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1228" }, {"_PinId": "44846", "_HeadX": "284", "_HeadY": "381", "_PinX": "225", "_PinY": "344", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "886" }, {"_PinId": "44847", "_HeadX": "190", "_HeadY": "631", "_PinX": "190", "_PinY": "561", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2883" }, {"_PinId": "44848", "_HeadX": "252", "_HeadY": "392", "_PinX": "204", "_PinY": "342", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5184" }, {"_PinId": "45014", "_HeadX": "147", "_HeadY": "95", "_PinX": "163", "_PinY": "167", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "896" }, {"_PinId": "45015", "_HeadX": "247", "_HeadY": "12", "_PinX": "223", "_PinY": "78", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7387" }, {"_PinId": "45203", "_HeadX": "274", "_HeadY": "196", "_PinX": "201", "_PinY": "231", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "45204", "_HeadX": "75", "_HeadY": "403", "_PinX": "129", "_PinY": "376", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "868" }, {"_PinId": "45205", "_HeadX": "369", "_HeadY": "593", "_PinX": "327", "_PinY": "545", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "870" }, {"_PinId": "45369", "_HeadX": "295", "_HeadY": "36", "_PinX": "252", "_PinY": "80", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "45370", "_HeadX": "14", "_HeadY": "511", "_PinX": "61", "_PinY": "459", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "872" }, {"_PinId": "45886", "_HeadX": "162", "_HeadY": "29", "_PinX": "168", "_PinY": "99", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "485" }, {"_PinId": "45887", "_HeadX": "8", "_HeadY": "255", "_PinX": "55", "_PinY": "272", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1227" }, {"_PinId": "45888", "_HeadX": "191", "_HeadY": "532", "_PinX": "190", "_PinY": "462", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "869" }, {"_PinId": "45889", "_HeadX": "360", "_HeadY": "421", "_PinX": "304", "_PinY": "404", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "857" }, {"_PinId": "45890", "_HeadX": "271", "_HeadY": "456", "_PinX": "234", "_PinY": "396", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "865" }, {"_PinId": "46217", "_HeadX": "53", "_HeadY": "35", "_PinX": "91", "_PinY": "95", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2595" }, {"_PinId": "46218", "_HeadX": "24", "_HeadY": "613", "_PinX": "58", "_PinY": "552", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "46219", "_HeadX": "293", "_HeadY": "130", "_PinX": "230", "_PinY": "153", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7365" }, {"_PinId": "46406", "_HeadX": "201", "_HeadY": "5", "_PinX": "201", "_PinY": "61", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "46407", "_HeadX": "351", "_HeadY": "457", "_PinX": "289", "_PinY": "412", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "858" }, {"_PinId": "46586", "_HeadX": "341", "_HeadY": "357", "_PinX": "273", "_PinY": "341", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "871" }, {"_PinId": "46587", "_HeadX": "278", "_HeadY": "510", "_PinX": "248", "_PinY": "447", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7106" }, {"_PinId": "46588", "_HeadX": "171", "_HeadY": "440", "_PinX": "180", "_PinY": "370", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7043" }, {"_PinId": "46743", "_HeadX": "309", "_HeadY": "590", "_PinX": "280", "_PinY": "526", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "867" }, {"_PinId": "46744", "_HeadX": "118", "_HeadY": "437", "_PinX": "151", "_PinY": "395", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "861" }, {"_PinId": "46745", "_HeadX": "26", "_HeadY": "145", "_PinX": "80", "_PinY": "184", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7624" }, {"_PinId": "46918", "_HeadX": "295", "_HeadY": "246", "_PinX": "226", "_PinY": "275", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1215" }, {"_PinId": "46919", "_HeadX": "366", "_HeadY": "631", "_PinX": "334", "_PinY": "592", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "864" } ], "_NavigatorImage": "aa_oi_43.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2888.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44348", "_HeadX": "401", "_HeadY": "602", "_PinX": "362", "_PinY": "544", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "44349", "_HeadX": "87", "_HeadY": "263", "_PinX": "151", "_PinY": "292", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5184" }, {"_PinId": "44350", "_HeadX": "55", "_HeadY": "453", "_PinX": "104", "_PinY": "399", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "858" }, {"_PinId": "44505", "_HeadX": "289", "_HeadY": "103", "_PinX": "247", "_PinY": "158", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "44506", "_HeadX": "255", "_HeadY": "8", "_PinX": "253", "_PinY": "28", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "485" }, {"_PinId": "44507", "_HeadX": "262", "_HeadY": "628", "_PinX": "254", "_PinY": "569", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "855" }, {"_PinId": "44676", "_HeadX": "276", "_HeadY": "444", "_PinX": "244", "_PinY": "382", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "893" }, {"_PinId": "44849", "_HeadX": "7", "_HeadY": "456", "_PinX": "55", "_PinY": "424", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "857" }, {"_PinId": "44850", "_HeadX": "115", "_HeadY": "158", "_PinX": "163", "_PinY": "212", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1332" }, {"_PinId": "45016", "_HeadX": "71", "_HeadY": "187", "_PinX": "122", "_PinY": "235", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1228" }, {"_PinId": "45206", "_HeadX": "46", "_HeadY": "552", "_PinX": "87", "_PinY": "495", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "870" }, {"_PinId": "45207", "_HeadX": "173", "_HeadY": "584", "_PinX": "183", "_PinY": "515", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2883" }, {"_PinId": "45371", "_HeadX": "219", "_HeadY": "8", "_PinX": "219", "_PinY": "36", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "45372", "_HeadX": "120", "_HeadY": "21", "_PinX": "169", "_PinY": "67", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "896" }, {"_PinId": "45373", "_HeadX": "260", "_HeadY": "490", "_PinX": "241", "_PinY": "422", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2516" }, {"_PinId": "45374", "_HeadX": "319", "_HeadY": "350", "_PinX": "251", "_PinY": "331", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7043" }, {"_PinId": "45550", "_HeadX": "12", "_HeadY": "633", "_PinX": "42", "_PinY": "585", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "864" }, {"_PinId": "45735", "_HeadX": "314", "_HeadY": "14", "_PinX": "290", "_PinY": "67", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3694" }, {"_PinId": "45891", "_HeadX": "307", "_HeadY": "256", "_PinX": "249", "_PinY": "295", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "894" }, {"_PinId": "46038", "_HeadX": "376", "_HeadY": "45", "_PinX": "340", "_PinY": "105", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "897" }, {"_PinId": "46220", "_HeadX": "315", "_HeadY": "157", "_PinX": "265", "_PinY": "210", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "880" }, {"_PinId": "46221", "_HeadX": "414", "_HeadY": "348", "_PinX": "352", "_PinY": "341", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1225" }, {"_PinId": "46222", "_HeadX": "37", "_HeadY": "404", "_PinX": "100", "_PinY": "374", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7106" }, {"_PinId": "46408", "_HeadX": "338", "_HeadY": "203", "_PinX": "264", "_PinY": "255", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1227" }, {"_PinId": "46409", "_HeadX": "73", "_HeadY": "341", "_PinX": "139", "_PinY": "341", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1223" }, {"_PinId": "46410", "_HeadX": "416", "_HeadY": "404", "_PinX": "358", "_PinY": "382", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1224" }, {"_PinId": "46411", "_HeadX": "338", "_HeadY": "459", "_PinX": "291", "_PinY": "407", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "861" }, {"_PinId": "46589", "_HeadX": "160", "_HeadY": "11", "_PinX": "194", "_PinY": "55", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "46590", "_HeadX": "393", "_HeadY": "138", "_PinX": "329", "_PinY": "182", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" }, {"_PinId": "46746", "_HeadX": "234", "_HeadY": "602", "_PinX": "229", "_PinY": "532", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7553" }, {"_PinId": "46920", "_HeadX": "120", "_HeadY": "457", "_PinX": "143", "_PinY": "384", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1222" }, {"_PinId": "46921", "_HeadX": "300", "_HeadY": "623", "_PinX": "276", "_PinY": "566", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "869" }, {"_PinId": "46922", "_HeadX": "212", "_HeadY": "542", "_PinX": "212", "_PinY": "472", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7057" }, {"_PinId": "46923", "_HeadX": "418", "_HeadY": "465", "_PinX": "371", "_PinY": "432", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "872" } ], "_NavigatorImage": "aa_oi_44.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2889.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "44351", "_HeadX": "96", "_HeadY": "8", "_PinX": "112", "_PinY": "64", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2593" }, {"_PinId": "44352", "_HeadX": "308", "_HeadY": "50", "_PinX": "252", "_PinY": "77", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "44353", "_HeadX": "7", "_HeadY": "520", "_PinX": "54", "_PinY": "468", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "872" }, {"_PinId": "44354", "_HeadX": "370", "_HeadY": "556", "_PinX": "348", "_PinY": "528", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "870" }, {"_PinId": "44355", "_HeadX": "331", "_HeadY": "460", "_PinX": "281", "_PinY": "411", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7485" }, {"_PinId": "44508", "_HeadX": "165", "_HeadY": "38", "_PinX": "170", "_PinY": "108", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "485" }, {"_PinId": "44677", "_HeadX": "11", "_HeadY": "327", "_PinX": "58", "_PinY": "327", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1227" }, {"_PinId": "44678", "_HeadX": "214", "_HeadY": "535", "_PinX": "211", "_PinY": "467", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "869" }, {"_PinId": "45017", "_HeadX": "88", "_HeadY": "116", "_PinX": "134", "_PinY": "154", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3694" }, {"_PinId": "45018", "_HeadX": "151", "_HeadY": "101", "_PinX": "162", "_PinY": "170", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "896" }, {"_PinId": "45019", "_HeadX": "174", "_HeadY": "598", "_PinX": "177", "_PinY": "528", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7500" }, {"_PinId": "45208", "_HeadX": "136", "_HeadY": "509", "_PinX": "154", "_PinY": "441", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "847" }, {"_PinId": "45209", "_HeadX": "252", "_HeadY": "562", "_PinX": "234", "_PinY": "494", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2507" }, {"_PinId": "45375", "_HeadX": "304", "_HeadY": "261", "_PinX": "227", "_PinY": "273", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1215" }, {"_PinId": "45376", "_HeadX": "370", "_HeadY": "625", "_PinX": "352", "_PinY": "594", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "864" }, {"_PinId": "45551", "_HeadX": "280", "_HeadY": "372", "_PinX": "220", "_PinY": "333", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "886" }, {"_PinId": "45552", "_HeadX": "102", "_HeadY": "600", "_PinX": "122", "_PinY": "533", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2508" }, {"_PinId": "45736", "_HeadX": "24", "_HeadY": "279", "_PinX": "92", "_PinY": "296", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "887" }, {"_PinId": "45737", "_HeadX": "82", "_HeadY": "369", "_PinX": "147", "_PinY": "328", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "880" }, {"_PinId": "45738", "_HeadX": "271", "_HeadY": "454", "_PinX": "234", "_PinY": "395", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "865" }, {"_PinId": "45892", "_HeadX": "298", "_HeadY": "135", "_PinX": "230", "_PinY": "153", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7365" }, {"_PinId": "46039", "_HeadX": "352", "_HeadY": "367", "_PinX": "285", "_PinY": "348", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "871" }, {"_PinId": "46040", "_HeadX": "114", "_HeadY": "421", "_PinX": "147", "_PinY": "360", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "868" }, {"_PinId": "46412", "_HeadX": "23", "_HeadY": "617", "_PinX": "57", "_PinY": "556", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "46413", "_HeadX": "19", "_HeadY": "156", "_PinX": "79", "_PinY": "184", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7624" }, {"_PinId": "46591", "_HeadX": "28", "_HeadY": "107", "_PinX": "84", "_PinY": "147", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "897" }, {"_PinId": "46592", "_HeadX": "280", "_HeadY": "208", "_PinX": "203", "_PinY": "225", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "46593", "_HeadX": "336", "_HeadY": "542", "_PinX": "297", "_PinY": "484", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "848" }, {"_PinId": "46594", "_HeadX": "303", "_HeadY": "563", "_PinX": "273", "_PinY": "500", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7570" }, {"_PinId": "46747", "_HeadX": "249", "_HeadY": "623", "_PinX": "235", "_PinY": "554", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7449" }, {"_PinId": "46748", "_HeadX": "252", "_HeadY": "14", "_PinX": "223", "_PinY": "75", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7387" }, {"_PinId": "46924", "_HeadX": "39", "_HeadY": "37", "_PinX": "86", "_PinY": "92", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2595" }, {"_PinId": "46925", "_HeadX": "201", "_HeadY": "8", "_PinX": "199", "_PinY": "61", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "46926", "_HeadX": "346", "_HeadY": "304", "_PinX": "285", "_PinY": "304", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1228" } ], "_NavigatorImage": "aa_oi_45.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2890.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "31369", "_HeadX": "237", "_HeadY": "113", "_PinX": "210", "_PinY": "123", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "541" }, {"_PinId": "41161", "_HeadX": "333", "_HeadY": "419", "_PinX": "264", "_PinY": "407", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "817" }, {"_PinId": "41349", "_HeadX": "59", "_HeadY": "529", "_PinX": "107", "_PinY": "530", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5821" }, {"_PinId": "41350", "_HeadX": "43", "_HeadY": "431", "_PinX": "90", "_PinY": "429", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5247" }, {"_PinId": "41541", "_HeadX": "267", "_HeadY": "538", "_PinX": "228", "_PinY": "490", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "815" }, {"_PinId": "41732", "_HeadX": "20", "_HeadY": "360", "_PinX": "66", "_PinY": "360", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5860" }, {"_PinId": "41921", "_HeadX": "326", "_HeadY": "226", "_PinX": "291", "_PinY": "286", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "820" }, {"_PinId": "41922", "_HeadX": "54", "_HeadY": "602", "_PinX": "104", "_PinY": "604", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5837" }, {"_PinId": "42111", "_HeadX": "266", "_HeadY": "149", "_PinX": "235", "_PinY": "143", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "217" }, {"_PinId": "42112", "_HeadX": "298", "_HeadY": "76", "_PinX": "283", "_PinY": "144", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "823" }, {"_PinId": "42301", "_HeadX": "286", "_HeadY": "511", "_PinX": "252", "_PinY": "450", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "816" }, {"_PinId": "42302", "_HeadX": "340", "_HeadY": "335", "_PinX": "279", "_PinY": "369", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "818" }, {"_PinId": "42303", "_HeadX": "331", "_HeadY": "272", "_PinX": "286", "_PinY": "326", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "819" }, {"_PinId": "42492", "_HeadX": "42", "_HeadY": "37", "_PinX": "67", "_PinY": "70", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5855" }, {"_PinId": "42493", "_HeadX": "300", "_HeadY": "119", "_PinX": "282", "_PinY": "187", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "822" }, {"_PinId": "42680", "_HeadX": "142", "_HeadY": "8", "_PinX": "144", "_PinY": "21", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "825" }, {"_PinId": "43055", "_HeadX": "64", "_HeadY": "567", "_PinX": "103", "_PinY": "567", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5836" }, {"_PinId": "43056", "_HeadX": "22", "_HeadY": "393", "_PinX": "74", "_PinY": "396", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5861" }, {"_PinId": "43057", "_HeadX": "104", "_HeadY": "100", "_PinX": "140", "_PinY": "139", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1899" }, {"_PinId": "43244", "_HeadX": "99", "_HeadY": "184", "_PinX": "148", "_PinY": "176", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "4071" }, {"_PinId": "43428", "_HeadX": "222", "_HeadY": "13", "_PinX": "222", "_PinY": "83", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "215" }, {"_PinId": "43429", "_HeadX": "320", "_HeadY": "173", "_PinX": "293", "_PinY": "238", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "821" }, {"_PinId": "43430", "_HeadX": "8", "_HeadY": "288", "_PinX": "53", "_PinY": "287", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5275" }, {"_PinId": "43431", "_HeadX": "163", "_HeadY": "8", "_PinX": "171", "_PinY": "60", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "510" }, {"_PinId": "43620", "_HeadX": "114", "_HeadY": "61", "_PinX": "136", "_PinY": "93", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1895" }, {"_PinId": "43621", "_HeadX": "199", "_HeadY": "223", "_PinX": "176", "_PinY": "189", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "575" }, {"_PinId": "43622", "_HeadX": "211", "_HeadY": "165", "_PinX": "180", "_PinY": "147", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "577" }, {"_PinId": "43623", "_HeadX": "15", "_HeadY": "325", "_PinX": "62", "_PinY": "323", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5859" }, {"_PinId": "43807", "_HeadX": "58", "_HeadY": "496", "_PinX": "108", "_PinY": "492", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5835" }, {"_PinId": "44001", "_HeadX": "43", "_HeadY": "639", "_PinX": "104", "_PinY": "642", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5838" }, {"_PinId": "44002", "_HeadX": "62", "_HeadY": "11", "_PinX": "81", "_PinY": "39", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5854" }, {"_PinId": "44003", "_HeadX": "48", "_HeadY": "458", "_PinX": "99", "_PinY": "462", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5862" }, {"_PinId": "44853", "_HeadX": "12", "_HeadY": "136", "_PinX": "40", "_PinY": "151", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3194" }, {"_PinId": "44854", "_HeadX": "329", "_HeadY": "46", "_PinX": "309", "_PinY": "113", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "812" }, {"_PinId": "44855", "_HeadX": "99", "_HeadY": "789", "_PinX": "120", "_PinY": "722", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4293" }, {"_PinId": "45024", "_HeadX": "73", "_HeadY": "719", "_PinX": "109", "_PinY": "668", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4294" }, {"_PinId": "45025", "_HeadX": "58", "_HeadY": "784", "_PinX": "80", "_PinY": "753", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3376" }, {"_PinId": "45212", "_HeadX": "178", "_HeadY": "589", "_PinX": "178", "_PinY": "521", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2232" }, {"_PinId": "45379", "_HeadX": "402", "_HeadY": "222", "_PinX": "353", "_PinY": "271", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2230" }, {"_PinId": "45380", "_HeadX": "248", "_HeadY": "569", "_PinX": "194", "_PinY": "512", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "824" }, {"_PinId": "45381", "_HeadX": "290", "_HeadY": "788", "_PinX": "267", "_PinY": "746", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1757" }, {"_PinId": "45554", "_HeadX": "34", "_HeadY": "91", "_PinX": "75", "_PinY": "137", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3193" }, {"_PinId": "45740", "_HeadX": "109", "_HeadY": "317", "_PinX": "166", "_PinY": "358", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7447" }, {"_PinId": "45894", "_HeadX": "110", "_HeadY": "8", "_PinX": "120", "_PinY": "43", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "823" }, {"_PinId": "45895", "_HeadX": "264", "_HeadY": "8", "_PinX": "259", "_PinY": "62", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "372" }, {"_PinId": "46041", "_HeadX": "80", "_HeadY": "6", "_PinX": "104", "_PinY": "72", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3198" }, {"_PinId": "46042", "_HeadX": "346", "_HeadY": "759", "_PinX": "304", "_PinY": "699", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1759" }, {"_PinId": "46043", "_HeadX": "244", "_HeadY": "35", "_PinX": "243", "_PinY": "89", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "66" }, {"_PinId": "46225", "_HeadX": "385", "_HeadY": "134", "_PinX": "349", "_PinY": "194", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "813" }, {"_PinId": "46226", "_HeadX": "408", "_HeadY": "465", "_PinX": "342", "_PinY": "442", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "6403" }, {"_PinId": "46227", "_HeadX": "272", "_HeadY": "648", "_PinX": "233", "_PinY": "592", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7236" }, {"_PinId": "46595", "_HeadX": "358", "_HeadY": "73", "_PinX": "332", "_PinY": "138", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5370" }, {"_PinId": "46751", "_HeadX": "263", "_HeadY": "274", "_PinX": "217", "_PinY": "326", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7013" }, {"_PinId": "46752", "_HeadX": "65", "_HeadY": "379", "_PinX": "135", "_PinY": "388", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7536" }, {"_PinId": "46753", "_HeadX": "36", "_HeadY": "185", "_PinX": "92", "_PinY": "233", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3195" }, {"_PinId": "46754", "_HeadX": "153", "_HeadY": "31", "_PinX": "166", "_PinY": "100", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1696" }, {"_PinId": "46930", "_HeadX": "195", "_HeadY": "726", "_PinX": "201", "_PinY": "673", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1760" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2891.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41162", "_HeadX": "113", "_HeadY": "787", "_PinX": "112", "_PinY": "758", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7305" }, {"_PinId": "41163", "_HeadX": "18", "_HeadY": "792", "_PinX": "31", "_PinY": "762", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4143" }, {"_PinId": "41164", "_HeadX": "154", "_HeadY": "697", "_PinX": "138", "_PinY": "634", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1760" }, {"_PinId": "41165", "_HeadX": "259", "_HeadY": "201", "_PinX": "213", "_PinY": "222", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "820" }, {"_PinId": "41542", "_HeadX": "113", "_HeadY": "6", "_PinX": "108", "_PinY": "58", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3196" }, {"_PinId": "41543", "_HeadX": "125", "_HeadY": "524", "_PinX": "118", "_PinY": "456", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2232" }, {"_PinId": "41733", "_HeadX": "8", "_HeadY": "256", "_PinX": "33", "_PinY": "283", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7441" }, {"_PinId": "41734", "_HeadX": "134", "_HeadY": "8", "_PinX": "127", "_PinY": "76", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3200" }, {"_PinId": "41923", "_HeadX": "273", "_HeadY": "251", "_PinX": "220", "_PinY": "265", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "819" }, {"_PinId": "42113", "_HeadX": "60", "_HeadY": "106", "_PinX": "106", "_PinY": "174", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3194" }, {"_PinId": "42114", "_HeadX": "220", "_HeadY": "519", "_PinX": "172", "_PinY": "451", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "824" }, {"_PinId": "42115", "_HeadX": "68", "_HeadY": "794", "_PinX": "71", "_PinY": "778", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1755" }, {"_PinId": "42304", "_HeadX": "161", "_HeadY": "6", "_PinX": "157", "_PinY": "35", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "372" }, {"_PinId": "42305", "_HeadX": "73", "_HeadY": "9", "_PinX": "95", "_PinY": "52", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "823" }, {"_PinId": "42494", "_HeadX": "61", "_HeadY": "168", "_PinX": "100", "_PinY": "223", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "818" }, {"_PinId": "42495", "_HeadX": "194", "_HeadY": "625", "_PinX": "168", "_PinY": "563", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7236" }, {"_PinId": "42496", "_HeadX": "205", "_HeadY": "787", "_PinX": "192", "_PinY": "764", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3545" }, {"_PinId": "42681", "_HeadX": "262", "_HeadY": "451", "_PinX": "190", "_PinY": "418", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "815" }, {"_PinId": "42682", "_HeadX": "8", "_HeadY": "721", "_PinX": "36", "_PinY": "674", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3376" }, {"_PinId": "42683", "_HeadX": "280", "_HeadY": "399", "_PinX": "209", "_PinY": "399", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "816" }, {"_PinId": "42872", "_HeadX": "248", "_HeadY": "149", "_PinX": "207", "_PinY": "192", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "821" }, {"_PinId": "43058", "_HeadX": "223", "_HeadY": "9", "_PinX": "214", "_PinY": "44", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3199" }, {"_PinId": "43059", "_HeadX": "73", "_HeadY": "709", "_PinX": "97", "_PinY": "643", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4294" }, {"_PinId": "43245", "_HeadX": "206", "_HeadY": "292", "_PinX": "147", "_PinY": "301", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7459" }, {"_PinId": "43432", "_HeadX": "38", "_HeadY": "239", "_PinX": "80", "_PinY": "294", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7512" }, {"_PinId": "43433", "_HeadX": "285", "_HeadY": "18", "_PinX": "267", "_PinY": "53", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1706" }, {"_PinId": "43624", "_HeadX": "243", "_HeadY": "103", "_PinX": "210", "_PinY": "160", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3195" }, {"_PinId": "43625", "_HeadX": "60", "_HeadY": "19", "_PinX": "88", "_PinY": "84", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "822" }, {"_PinId": "43626", "_HeadX": "273", "_HeadY": "345", "_PinX": "217", "_PinY": "349", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "817" }, {"_PinId": "43808", "_HeadX": "188", "_HeadY": "10", "_PinX": "177", "_PinY": "67", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3198" }, {"_PinId": "43809", "_HeadX": "263", "_HeadY": "11", "_PinX": "233", "_PinY": "73", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1708" }, {"_PinId": "43810", "_HeadX": "96", "_HeadY": "5", "_PinX": "99", "_PinY": "31", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "825" }, {"_PinId": "44004", "_HeadX": "213", "_HeadY": "241", "_PinX": "155", "_PinY": "262", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3192" }, {"_PinId": "44005", "_HeadX": "205", "_HeadY": "91", "_PinX": "175", "_PinY": "134", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3193" }, {"_PinId": "44006", "_HeadX": "358", "_HeadY": "183", "_PinX": "308", "_PinY": "203", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7073" }, {"_PinId": "44007", "_HeadX": "77", "_HeadY": "755", "_PinX": "97", "_PinY": "688", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4293" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2892.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41171", "_HeadX": "61", "_HeadY": "7", "_PinX": "86", "_PinY": "46", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "505" }, {"_PinId": "41172", "_HeadX": "482", "_HeadY": "717", "_PinX": "468", "_PinY": "691", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "864" }, {"_PinId": "41173", "_HeadX": "179", "_HeadY": "706", "_PinX": "200", "_PinY": "639", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7464" }, {"_PinId": "41550", "_HeadX": "298", "_HeadY": "7", "_PinX": "286", "_PinY": "57", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "501" }, {"_PinId": "41551", "_HeadX": "304", "_HeadY": "656", "_PinX": "301", "_PinY": "586", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "883" }, {"_PinId": "41552", "_HeadX": "329", "_HeadY": "538", "_PinX": "314", "_PinY": "470", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "888" }, {"_PinId": "41553", "_HeadX": "6", "_HeadY": "699", "_PinX": "28", "_PinY": "672", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "41740", "_HeadX": "225", "_HeadY": "8", "_PinX": "237", "_PinY": "77", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "41741", "_HeadX": "485", "_HeadY": "293", "_PinX": "419", "_PinY": "316", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "829" }, {"_PinId": "42122", "_HeadX": "32", "_HeadY": "12", "_PinX": "66", "_PinY": "49", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "502" }, {"_PinId": "42307", "_HeadX": "232", "_HeadY": "206", "_PinX": "256", "_PinY": "272", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "886" }, {"_PinId": "42308", "_HeadX": "511", "_HeadY": "233", "_PinX": "450", "_PinY": "268", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2680" }, {"_PinId": "42503", "_HeadX": "18", "_HeadY": "232", "_PinX": "81", "_PinY": "262", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "887" }, {"_PinId": "42504", "_HeadX": "82", "_HeadY": "460", "_PinX": "145", "_PinY": "430", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2520" }, {"_PinId": "42505", "_HeadX": "35", "_HeadY": "582", "_PinX": "88", "_PinY": "536", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "42690", "_HeadX": "203", "_HeadY": "9", "_PinX": "219", "_PinY": "77", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "42691", "_HeadX": "70", "_HeadY": "92", "_PinX": "114", "_PinY": "146", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1291" }, {"_PinId": "42692", "_HeadX": "273", "_HeadY": "439", "_PinX": "287", "_PinY": "398", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "865" }, {"_PinId": "42877", "_HeadX": "90", "_HeadY": "572", "_PinX": "138", "_PinY": "521", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2525" }, {"_PinId": "42878", "_HeadX": "145", "_HeadY": "566", "_PinX": "185", "_PinY": "509", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7500" }, {"_PinId": "42879", "_HeadX": "512", "_HeadY": "352", "_PinX": "442", "_PinY": "355", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "836" }, {"_PinId": "43065", "_HeadX": "245", "_HeadY": "132", "_PinX": "258", "_PinY": "201", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2890" }, {"_PinId": "43066", "_HeadX": "204", "_HeadY": "276", "_PinX": "257", "_PinY": "320", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5818" }, {"_PinId": "43067", "_HeadX": "509", "_HeadY": "638", "_PinX": "465", "_PinY": "583", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "870" }, {"_PinId": "43246", "_HeadX": "147", "_HeadY": "159", "_PinX": "187", "_PinY": "216", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "880" }, {"_PinId": "43247", "_HeadX": "157", "_HeadY": "505", "_PinX": "204", "_PinY": "454", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2518" }, {"_PinId": "43248", "_HeadX": "85", "_HeadY": "498", "_PinX": "129", "_PinY": "454", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "884" }, {"_PinId": "43437", "_HeadX": "266", "_HeadY": "27", "_PinX": "253", "_PinY": "93", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "504" }, {"_PinId": "43636", "_HeadX": "431", "_HeadY": "50", "_PinX": "392", "_PinY": "111", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "825" }, {"_PinId": "43637", "_HeadX": "261", "_HeadY": "623", "_PinX": "268", "_PinY": "553", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7102" }, {"_PinId": "43816", "_HeadX": "140", "_HeadY": "14", "_PinX": "174", "_PinY": "63", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3694" }, {"_PinId": "44012", "_HeadX": "186", "_HeadY": "74", "_PinX": "218", "_PinY": "128", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "44013", "_HeadX": "206", "_HeadY": "717", "_PinX": "219", "_PinY": "659", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "845" }, {"_PinId": "44014", "_HeadX": "154", "_HeadY": "681", "_PinX": "181", "_PinY": "616", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7165" } ], "_NavigatorImage": "aa_oi_49.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2893.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41174", "_HeadX": "104", "_HeadY": "633", "_PinX": "132", "_PinY": "584", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "845" }, {"_PinId": "41175", "_HeadX": "111", "_HeadY": "381", "_PinX": "177", "_PinY": "358", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "857" }, {"_PinId": "41176", "_HeadX": "128", "_HeadY": "550", "_PinX": "167", "_PinY": "492", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7778" }, {"_PinId": "41177", "_HeadX": "324", "_HeadY": "441", "_PinX": "302", "_PinY": "374", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7043" }, {"_PinId": "41355", "_HeadX": "413", "_HeadY": "171", "_PinX": "367", "_PinY": "224", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1228" }, {"_PinId": "41356", "_HeadX": "407", "_HeadY": "228", "_PinX": "351", "_PinY": "270", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2890" }, {"_PinId": "41357", "_HeadX": "211", "_HeadY": "259", "_PinX": "265", "_PinY": "304", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "848" }, {"_PinId": "41554", "_HeadX": "492", "_HeadY": "13", "_PinX": "453", "_PinY": "71", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "41555", "_HeadX": "532", "_HeadY": "244", "_PinX": "465", "_PinY": "264", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1227" }, {"_PinId": "41556", "_HeadX": "216", "_HeadY": "583", "_PinX": "233", "_PinY": "515", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "881" }, {"_PinId": "41557", "_HeadX": "11", "_HeadY": "633", "_PinX": "44", "_PinY": "596", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "864" }, {"_PinId": "41933", "_HeadX": "26", "_HeadY": "466", "_PinX": "87", "_PinY": "432", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "869" }, {"_PinId": "42123", "_HeadX": "447", "_HeadY": "339", "_PinX": "377", "_PinY": "331", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "871" }, {"_PinId": "42124", "_HeadX": "252", "_HeadY": "475", "_PinX": "266", "_PinY": "406", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7102" }, {"_PinId": "42309", "_HeadX": "534", "_HeadY": "336", "_PinX": "464", "_PinY": "332", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1223" }, {"_PinId": "42506", "_HeadX": "542", "_HeadY": "442", "_PinX": "479", "_PinY": "412", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1222" }, {"_PinId": "42507", "_HeadX": "392", "_HeadY": "513", "_PinX": "358", "_PinY": "452", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7533" }, {"_PinId": "42693", "_HeadX": "431", "_HeadY": "22", "_PinX": "400", "_PinY": "85", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3694" }, {"_PinId": "42694", "_HeadX": "186", "_HeadY": "629", "_PinX": "207", "_PinY": "562", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7464" }, {"_PinId": "42880", "_HeadX": "482", "_HeadY": "159", "_PinX": "428", "_PinY": "203", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1215" }, {"_PinId": "42881", "_HeadX": "565", "_HeadY": "399", "_PinX": "497", "_PinY": "380", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2516" }, {"_PinId": "42882", "_HeadX": "476", "_HeadY": "483", "_PinX": "423", "_PinY": "438", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7106" }, {"_PinId": "42883", "_HeadX": "152", "_HeadY": "605", "_PinX": "181", "_PinY": "541", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7165" }, {"_PinId": "43068", "_HeadX": "455", "_HeadY": "99", "_PinX": "412", "_PinY": "154", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "43069", "_HeadX": "162", "_HeadY": "469", "_PinX": "206", "_PinY": "415", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "883" }, {"_PinId": "43438", "_HeadX": "548", "_HeadY": "41", "_PinX": "500", "_PinY": "92", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "43638", "_HeadX": "499", "_HeadY": "630", "_PinX": "459", "_PinY": "572", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "43639", "_HeadX": "498", "_HeadY": "399", "_PinX": "432", "_PinY": "375", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7485" }, {"_PinId": "43817", "_HeadX": "501", "_HeadY": "530", "_PinX": "451", "_PinY": "481", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2507" }, {"_PinId": "43818", "_HeadX": "163", "_HeadY": "274", "_PinX": "229", "_PinY": "299", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5184" }, {"_PinId": "43819", "_HeadX": "310", "_HeadY": "474", "_PinX": "303", "_PinY": "428", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2888" }, {"_PinId": "43820", "_HeadX": "407", "_HeadY": "357", "_PinX": "340", "_PinY": "337", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7057" }, {"_PinId": "43821", "_HeadX": "264", "_HeadY": "570", "_PinX": "269", "_PinY": "500", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7102" }, {"_PinId": "44015", "_HeadX": "254", "_HeadY": "185", "_PinX": "269", "_PinY": "253", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "886" } ], "_NavigatorImage": "aa_oi_50.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2894.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41178", "_HeadX": "550", "_HeadY": "56", "_PinX": "500", "_PinY": "105", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "41179", "_HeadX": "444", "_HeadY": "330", "_PinX": "374", "_PinY": "326", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "871" }, {"_PinId": "41180", "_HeadX": "311", "_HeadY": "444", "_PinX": "296", "_PinY": "375", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7608" }, {"_PinId": "41181", "_HeadX": "415", "_HeadY": "388", "_PinX": "359", "_PinY": "353", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7106" }, {"_PinId": "41358", "_HeadX": "480", "_HeadY": "85", "_PinX": "435", "_PinY": "139", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "41359", "_HeadX": "554", "_HeadY": "435", "_PinX": "489", "_PinY": "413", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1222" }, {"_PinId": "41558", "_HeadX": "124", "_HeadY": "548", "_PinX": "164", "_PinY": "491", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7778" }, {"_PinId": "41559", "_HeadX": "278", "_HeadY": "485", "_PinX": "280", "_PinY": "415", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "888" }, {"_PinId": "41742", "_HeadX": "213", "_HeadY": "256", "_PinX": "265", "_PinY": "303", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "848" }, {"_PinId": "41743", "_HeadX": "546", "_HeadY": "358", "_PinX": "475", "_PinY": "358", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1223" }, {"_PinId": "41744", "_HeadX": "494", "_HeadY": "560", "_PinX": "448", "_PinY": "507", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2507" }, {"_PinId": "41745", "_HeadX": "14", "_HeadY": "510", "_PinX": "82", "_PinY": "480", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "845" }, {"_PinId": "41746", "_HeadX": "505", "_HeadY": "391", "_PinX": "434", "_PinY": "375", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2885" }, {"_PinId": "41934", "_HeadX": "139", "_HeadY": "423", "_PinX": "207", "_PinY": "414", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "883" }, {"_PinId": "41935", "_HeadX": "193", "_HeadY": "495", "_PinX": "225", "_PinY": "433", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7102" }, {"_PinId": "42125", "_HeadX": "395", "_HeadY": "171", "_PinX": "372", "_PinY": "231", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1228" }, {"_PinId": "42126", "_HeadX": "484", "_HeadY": "156", "_PinX": "430", "_PinY": "200", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1215" }, {"_PinId": "42127", "_HeadX": "466", "_HeadY": "579", "_PinX": "426", "_PinY": "522", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "861" }, {"_PinId": "42310", "_HeadX": "152", "_HeadY": "271", "_PinX": "217", "_PinY": "306", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5184" }, {"_PinId": "42311", "_HeadX": "500", "_HeadY": "442", "_PinX": "439", "_PinY": "408", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7267" }, {"_PinId": "42312", "_HeadX": "385", "_HeadY": "432", "_PinX": "338", "_PinY": "380", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7548" }, {"_PinId": "42508", "_HeadX": "302", "_HeadY": "616", "_PinX": "298", "_PinY": "546", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7165" }, {"_PinId": "42695", "_HeadX": "472", "_HeadY": "633", "_PinX": "441", "_PinY": "581", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "42884", "_HeadX": "58", "_HeadY": "520", "_PinX": "110", "_PinY": "474", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7464" }, {"_PinId": "42885", "_HeadX": "208", "_HeadY": "585", "_PinX": "227", "_PinY": "518", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "881" }, {"_PinId": "42886", "_HeadX": "488", "_HeadY": "474", "_PinX": "432", "_PinY": "432", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2516" }, {"_PinId": "42887", "_HeadX": "13", "_HeadY": "633", "_PinX": "52", "_PinY": "588", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "864" }, {"_PinId": "43249", "_HeadX": "478", "_HeadY": "14", "_PinX": "448", "_PinY": "84", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "43640", "_HeadX": "357", "_HeadY": "188", "_PinX": "330", "_PinY": "254", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2890" }, {"_PinId": "43641", "_HeadX": "531", "_HeadY": "257", "_PinX": "468", "_PinY": "267", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1227" }, {"_PinId": "43642", "_HeadX": "12", "_HeadY": "439", "_PinX": "86", "_PinY": "428", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "869" }, {"_PinId": "43643", "_HeadX": "333", "_HeadY": "117", "_PinX": "338", "_PinY": "181", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "880" }, {"_PinId": "43822", "_HeadX": "403", "_HeadY": "13", "_PinX": "400", "_PinY": "75", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3694" }, {"_PinId": "44016", "_HeadX": "266", "_HeadY": "185", "_PinX": "290", "_PinY": "252", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "886" }, {"_PinId": "44017", "_HeadX": "357", "_HeadY": "428", "_PinX": "318", "_PinY": "370", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7349" } ], "_NavigatorImage": "aa_oi_51.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2895.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41184", "_HeadX": "380", "_HeadY": "418", "_PinX": "316", "_PinY": "389", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1360" }, {"_PinId": "41185", "_HeadX": "434", "_HeadY": "140", "_PinX": "372", "_PinY": "177", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4948" }, {"_PinId": "41186", "_HeadX": "362", "_HeadY": "310", "_PinX": "297", "_PinY": "295", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1332" }, {"_PinId": "41563", "_HeadX": "315", "_HeadY": "151", "_PinX": "242", "_PinY": "185", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "41564", "_HeadX": "231", "_HeadY": "8", "_PinX": "231", "_PinY": "33", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1324" }, {"_PinId": "41565", "_HeadX": "344", "_HeadY": "213", "_PinX": "273", "_PinY": "241", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1305" }, {"_PinId": "41566", "_HeadX": "168", "_HeadY": "259", "_PinX": "209", "_PinY": "195", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1254" }, {"_PinId": "41755", "_HeadX": "402", "_HeadY": "113", "_PinX": "349", "_PinY": "151", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7826" }, {"_PinId": "41756", "_HeadX": "322", "_HeadY": "323", "_PinX": "262", "_PinY": "300", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1222" }, {"_PinId": "41939", "_HeadX": "297", "_HeadY": "65", "_PinX": "232", "_PinY": "110", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "5415" }, {"_PinId": "42132", "_HeadX": "135", "_HeadY": "48", "_PinX": "180", "_PinY": "102", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7374" }, {"_PinId": "42133", "_HeadX": "354", "_HeadY": "87", "_PinX": "295", "_PinY": "122", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1405" }, {"_PinId": "42134", "_HeadX": "442", "_HeadY": "172", "_PinX": "374", "_PinY": "182", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2596" }, {"_PinId": "42317", "_HeadX": "388", "_HeadY": "95", "_PinX": "344", "_PinY": "147", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1347" }, {"_PinId": "42318", "_HeadX": "324", "_HeadY": "84", "_PinX": "259", "_PinY": "124", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "1337" }, {"_PinId": "42510", "_HeadX": "106", "_HeadY": "158", "_PinX": "187", "_PinY": "172", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "785" }, {"_PinId": "42511", "_HeadX": "198", "_HeadY": "329", "_PinX": "231", "_PinY": "253", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1223" }, {"_PinId": "42512", "_HeadX": "401", "_HeadY": "231", "_PinX": "327", "_PinY": "249", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1409" }, {"_PinId": "42513", "_HeadX": "125", "_HeadY": "207", "_PinX": "200", "_PinY": "193", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1215" }, {"_PinId": "42696", "_HeadX": "251", "_HeadY": "4", "_PinX": "238", "_PinY": "31", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "501" }, {"_PinId": "42697", "_HeadX": "110", "_HeadY": "234", "_PinX": "173", "_PinY": "207", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2663" }, {"_PinId": "42698", "_HeadX": "314", "_HeadY": "130", "_PinX": "236", "_PinY": "170", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7226" }, {"_PinId": "42891", "_HeadX": "203", "_HeadY": "5", "_PinX": "211", "_PinY": "42", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "504" }, {"_PinId": "42892", "_HeadX": "105", "_HeadY": "125", "_PinX": "167", "_PinY": "151", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "782" }, {"_PinId": "42893", "_HeadX": "314", "_HeadY": "269", "_PinX": "246", "_PinY": "260", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "2666" }, {"_PinId": "42894", "_HeadX": "433", "_HeadY": "114", "_PinX": "382", "_PinY": "156", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "4299" }, {"_PinId": "43074", "_HeadX": "144", "_HeadY": "14", "_PinX": "188", "_PinY": "76", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "43075", "_HeadX": "119", "_HeadY": "82", "_PinX": "172", "_PinY": "120", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "791" }, {"_PinId": "43076", "_HeadX": "319", "_HeadY": "184", "_PinX": "243", "_PinY": "225", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1228" }, {"_PinId": "43077", "_HeadX": "83", "_HeadY": "88", "_PinX": "137", "_PinY": "122", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "812" }, {"_PinId": "43078", "_HeadX": "71", "_HeadY": "366", "_PinX": "121", "_PinY": "323", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2890" }, {"_PinId": "43251", "_HeadX": "357", "_HeadY": "374", "_PinX": "290", "_PinY": "337", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1249" }, {"_PinId": "43443", "_HeadX": "415", "_HeadY": "260", "_PinX": "350", "_PinY": "264", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1363" }, {"_PinId": "43444", "_HeadX": "277", "_HeadY": "6", "_PinX": "261", "_PinY": "57", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7688" }, {"_PinId": "43645", "_HeadX": "421", "_HeadY": "288", "_PinX": "353", "_PinY": "287", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1344" }, {"_PinId": "43646", "_HeadX": "216", "_HeadY": "464", "_PinX": "217", "_PinY": "425", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "43824", "_HeadX": "190", "_HeadY": "5", "_PinX": "195", "_PinY": "22", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1291" }, {"_PinId": "43825", "_HeadX": "295", "_HeadY": "27", "_PinX": "249", "_PinY": "85", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "44020", "_HeadX": "81", "_HeadY": "183", "_PinX": "160", "_PinY": "183", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "880" } ], "_NavigatorImage": "aa_oi_53.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2896.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41189", "_HeadX": "71", "_HeadY": "233", "_PinX": "130", "_PinY": "263", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1363" }, {"_PinId": "41368", "_HeadX": "232", "_HeadY": "33", "_PinX": "240", "_PinY": "105", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1291" }, {"_PinId": "41369", "_HeadX": "98", "_HeadY": "346", "_PinX": "176", "_PinY": "326", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" }, {"_PinId": "41569", "_HeadX": "63", "_HeadY": "203", "_PinX": "131", "_PinY": "236", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1344" }, {"_PinId": "41570", "_HeadX": "179", "_HeadY": "24", "_PinX": "215", "_PinY": "59", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7688" }, {"_PinId": "41571", "_HeadX": "375", "_HeadY": "189", "_PinX": "295", "_PinY": "216", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "502" }, {"_PinId": "41572", "_HeadX": "440", "_HeadY": "188", "_PinX": "365", "_PinY": "208", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5178" }, {"_PinId": "41759", "_HeadX": "119", "_HeadY": "197", "_PinX": "195", "_PinY": "240", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "2666" }, {"_PinId": "41760", "_HeadX": "77", "_HeadY": "102", "_PinX": "129", "_PinY": "152", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7826" }, {"_PinId": "41761", "_HeadX": "97", "_HeadY": "418", "_PinX": "160", "_PinY": "385", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1360" }, {"_PinId": "41762", "_HeadX": "364", "_HeadY": "84", "_PinX": "308", "_PinY": "143", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "791" }, {"_PinId": "41763", "_HeadX": "334", "_HeadY": "51", "_PinX": "290", "_PinY": "111", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "897" }, {"_PinId": "41946", "_HeadX": "266", "_HeadY": "168", "_PinX": "231", "_PinY": "232", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1227" }, {"_PinId": "41947", "_HeadX": "293", "_HeadY": "19", "_PinX": "269", "_PinY": "83", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1248" }, {"_PinId": "41948", "_HeadX": "470", "_HeadY": "403", "_PinX": "418", "_PinY": "384", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7183" }, {"_PinId": "42137", "_HeadX": "350", "_HeadY": "519", "_PinX": "311", "_PinY": "461", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "42138", "_HeadX": "28", "_HeadY": "274", "_PinX": "94", "_PinY": "284", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "4299" }, {"_PinId": "42139", "_HeadX": "356", "_HeadY": "259", "_PinX": "279", "_PinY": "281", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "786" }, {"_PinId": "42323", "_HeadX": "357", "_HeadY": "146", "_PinX": "279", "_PinY": "199", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "887" }, {"_PinId": "42324", "_HeadX": "201", "_HeadY": "12", "_PinX": "234", "_PinY": "18", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1220" }, {"_PinId": "42325", "_HeadX": "141", "_HeadY": "228", "_PinX": "196", "_PinY": "259", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1309" }, {"_PinId": "42517", "_HeadX": "138", "_HeadY": "117", "_PinX": "161", "_PinY": "178", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3708" }, {"_PinId": "42518", "_HeadX": "366", "_HeadY": "295", "_PinX": "284", "_PinY": "294", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2254" }, {"_PinId": "42519", "_HeadX": "304", "_HeadY": "42", "_PinX": "267", "_PinY": "105", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "782" }, {"_PinId": "42520", "_HeadX": "207", "_HeadY": "86", "_PinX": "225", "_PinY": "157", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2950" }, {"_PinId": "42521", "_HeadX": "343", "_HeadY": "80", "_PinX": "287", "_PinY": "145", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "843" }, {"_PinId": "42700", "_HeadX": "217", "_HeadY": "69", "_PinX": "230", "_PinY": "130", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "5415" }, {"_PinId": "42701", "_HeadX": "413", "_HeadY": "126", "_PinX": "353", "_PinY": "163", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "4683" }, {"_PinId": "42896", "_HeadX": "413", "_HeadY": "348", "_PinX": "334", "_PinY": "328", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "844" }, {"_PinId": "42897", "_HeadX": "269", "_HeadY": "8", "_PinX": "267", "_PinY": "32", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "505" }, {"_PinId": "43081", "_HeadX": "178", "_HeadY": "50", "_PinX": "202", "_PinY": "129", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1324" }, {"_PinId": "43082", "_HeadX": "469", "_HeadY": "328", "_PinX": "409", "_PinY": "320", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7200" }, {"_PinId": "43083", "_HeadX": "355", "_HeadY": "111", "_PinX": "299", "_PinY": "162", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "793" }, {"_PinId": "43254", "_HeadX": "41", "_HeadY": "233", "_PinX": "101", "_PinY": "269", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4948" }, {"_PinId": "43448", "_HeadX": "87", "_HeadY": "86", "_PinX": "133", "_PinY": "145", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1347" }, {"_PinId": "43449", "_HeadX": "25", "_HeadY": "249", "_PinX": "91", "_PinY": "273", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2596" }, {"_PinId": "43450", "_HeadX": "308", "_HeadY": "236", "_PinX": "241", "_PinY": "254", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1225" }, {"_PinId": "43451", "_HeadX": "248", "_HeadY": "36", "_PinX": "246", "_PinY": "79", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2595" }, {"_PinId": "43452", "_HeadX": "399", "_HeadY": "97", "_PinX": "329", "_PinY": "149", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "7188" }, {"_PinId": "43650", "_HeadX": "190", "_HeadY": "168", "_PinX": "208", "_PinY": "236", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1312" }, {"_PinId": "43651", "_HeadX": "134", "_HeadY": "23", "_PinX": "164", "_PinY": "85", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7227" }, {"_PinId": "43832", "_HeadX": "132", "_HeadY": "171", "_PinX": "196", "_PinY": "217", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "6689" }, {"_PinId": "43833", "_HeadX": "138", "_HeadY": "286", "_PinX": "214", "_PinY": "296", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1224" }, {"_PinId": "43834", "_HeadX": "400", "_HeadY": "161", "_PinX": "320", "_PinY": "188", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "880" }, {"_PinId": "44022", "_HeadX": "178", "_HeadY": "109", "_PinX": "208", "_PinY": "178", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2264" }, {"_PinId": "44023", "_HeadX": "464", "_HeadY": "254", "_PinX": "386", "_PinY": "265", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5189" } ], "_NavigatorImage": "aa_oi_55.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2897.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41190", "_HeadX": "136", "_HeadY": "337", "_PinX": "206", "_PinY": "333", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "830" }, {"_PinId": "41191", "_HeadX": "500", "_HeadY": "51", "_PinX": "475", "_PinY": "116", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "825" }, {"_PinId": "41192", "_HeadX": "577", "_HeadY": "599", "_PinX": "539", "_PinY": "540", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "815" }, {"_PinId": "41193", "_HeadX": "390", "_HeadY": "574", "_PinX": "391", "_PinY": "504", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "936" }, {"_PinId": "41194", "_HeadX": "299", "_HeadY": "14", "_PinX": "320", "_PinY": "81", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "843" }, {"_PinId": "41370", "_HeadX": "556", "_HeadY": "181", "_PinX": "503", "_PinY": "227", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "822" }, {"_PinId": "41371", "_HeadX": "527", "_HeadY": "297", "_PinX": "458", "_PinY": "309", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "832" }, {"_PinId": "41372", "_HeadX": "450", "_HeadY": "3", "_PinX": "438", "_PinY": "72", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "41373", "_HeadX": "115", "_HeadY": "539", "_PinX": "170", "_PinY": "496", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7780" }, {"_PinId": "41374", "_HeadX": "387", "_HeadY": "8", "_PinX": "388", "_PinY": "52", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1291" }, {"_PinId": "41573", "_HeadX": "219", "_HeadY": "294", "_PinX": "288", "_PinY": "304", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "837" }, {"_PinId": "41574", "_HeadX": "620", "_HeadY": "349", "_PinX": "550", "_PinY": "340", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "829" }, {"_PinId": "41575", "_HeadX": "127", "_HeadY": "601", "_PinX": "175", "_PinY": "550", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7695" }, {"_PinId": "41764", "_HeadX": "542", "_HeadY": "141", "_PinX": "498", "_PinY": "195", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2680" }, {"_PinId": "41765", "_HeadX": "584", "_HeadY": "560", "_PinX": "541", "_PinY": "505", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "816" }, {"_PinId": "41766", "_HeadX": "420", "_HeadY": "508", "_PinX": "411", "_PinY": "438", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "938" }, {"_PinId": "41767", "_HeadX": "247", "_HeadY": "42", "_PinX": "283", "_PinY": "101", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "807" }, {"_PinId": "41949", "_HeadX": "588", "_HeadY": "322", "_PinX": "522", "_PinY": "328", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "820" }, {"_PinId": "41950", "_HeadX": "304", "_HeadY": "632", "_PinX": "315", "_PinY": "593", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1046" }, {"_PinId": "41951", "_HeadX": "139", "_HeadY": "98", "_PinX": "192", "_PinY": "144", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1694" }, {"_PinId": "42140", "_HeadX": "213", "_HeadY": "152", "_PinX": "264", "_PinY": "199", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2239" }, {"_PinId": "42141", "_HeadX": "476", "_HeadY": "599", "_PinX": "457", "_PinY": "532", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "958" }, {"_PinId": "42142", "_HeadX": "283", "_HeadY": "42", "_PinX": "309", "_PinY": "107", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "6357" }, {"_PinId": "42143", "_HeadX": "604", "_HeadY": "21", "_PinX": "564", "_PinY": "78", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "451" }, {"_PinId": "42326", "_HeadX": "469", "_HeadY": "24", "_PinX": "452", "_PinY": "92", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "4011" }, {"_PinId": "42327", "_HeadX": "388", "_HeadY": "183", "_PinX": "388", "_PinY": "255", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "813" }, {"_PinId": "42328", "_HeadX": "378", "_HeadY": "44", "_PinX": "382", "_PinY": "114", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "810" }, {"_PinId": "42329", "_HeadX": "156", "_HeadY": "262", "_PinX": "224", "_PinY": "278", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "13" }, {"_PinId": "42330", "_HeadX": "742", "_HeadY": "111", "_PinX": "682", "_PinY": "147", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "215" }, {"_PinId": "42522", "_HeadX": "213", "_HeadY": "222", "_PinX": "275", "_PinY": "255", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "831" }, {"_PinId": "42523", "_HeadX": "514", "_HeadY": "115", "_PinX": "479", "_PinY": "176", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "823" }, {"_PinId": "42524", "_HeadX": "316", "_HeadY": "478", "_PinX": "347", "_PinY": "415", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "6403" }, {"_PinId": "42525", "_HeadX": "395", "_HeadY": "66", "_PinX": "395", "_PinY": "136", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "812" }, {"_PinId": "42526", "_HeadX": "359", "_HeadY": "31", "_PinX": "373", "_PinY": "103", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3694" }, {"_PinId": "42527", "_HeadX": "189", "_HeadY": "577", "_PinX": "233", "_PinY": "522", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "939" }, {"_PinId": "42528", "_HeadX": "652", "_HeadY": "317", "_PinX": "643", "_PinY": "264", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "4071" }, {"_PinId": "42529", "_HeadX": "550", "_HeadY": "33", "_PinX": "517", "_PinY": "95", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "579" }, {"_PinId": "42702", "_HeadX": "291", "_HeadY": "33", "_PinX": "315", "_PinY": "99", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "4012" }, {"_PinId": "42703", "_HeadX": "161", "_HeadY": "481", "_PinX": "219", "_PinY": "441", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7121" }, {"_PinId": "42704", "_HeadX": "32", "_HeadY": "199", "_PinX": "99", "_PinY": "221", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1698" }, {"_PinId": "42705", "_HeadX": "601", "_HeadY": "460", "_PinX": "543", "_PinY": "421", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "818" }, {"_PinId": "42898", "_HeadX": "745", "_HeadY": "203", "_PinX": "678", "_PinY": "225", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1698" }, {"_PinId": "43084", "_HeadX": "632", "_HeadY": "399", "_PinX": "565", "_PinY": "377", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "836" }, {"_PinId": "43085", "_HeadX": "121", "_HeadY": "378", "_PinX": "190", "_PinY": "364", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "833" }, {"_PinId": "43086", "_HeadX": "426", "_HeadY": "28", "_PinX": "419", "_PinY": "98", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "896" }, {"_PinId": "43255", "_HeadX": "577", "_HeadY": "254", "_PinX": "511", "_PinY": "278", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "821" }, {"_PinId": "43256", "_HeadX": "590", "_HeadY": "512", "_PinX": "540", "_PinY": "463", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "817" }, {"_PinId": "43257", "_HeadX": "333", "_HeadY": "45", "_PinX": "348", "_PinY": "113", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "897" }, {"_PinId": "43453", "_HeadX": "411", "_HeadY": "7", "_PinX": "408", "_PinY": "77", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "43454", "_HeadX": "276", "_HeadY": "588", "_PinX": "304", "_PinY": "524", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "956" }, {"_PinId": "43455", "_HeadX": "352", "_HeadY": "474", "_PinX": "371", "_PinY": "406", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "937" }, {"_PinId": "43456", "_HeadX": "522", "_HeadY": "8", "_PinX": "510", "_PinY": "37", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "348" }, {"_PinId": "43652", "_HeadX": "589", "_HeadY": "405", "_PinX": "527", "_PinY": "374", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "819" }, {"_PinId": "43653", "_HeadX": "620", "_HeadY": "68", "_PinX": "573", "_PinY": "120", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1694" }, {"_PinId": "43835", "_HeadX": "359", "_HeadY": "124", "_PinX": "371", "_PinY": "177", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5370" }, {"_PinId": "44024", "_HeadX": "372", "_HeadY": "462", "_PinX": "383", "_PinY": "393", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "814" }, {"_PinId": "44025", "_HeadX": "606", "_HeadY": "104", "_PinX": "560", "_PinY": "140", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "582" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2898.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41376", "_HeadX": "248", "_HeadY": "56", "_PinX": "272", "_PinY": "122", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1348" }, {"_PinId": "41377", "_HeadX": "143", "_HeadY": "164", "_PinX": "195", "_PinY": "211", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "526" }, {"_PinId": "41769", "_HeadX": "151", "_HeadY": "105", "_PinX": "195", "_PinY": "159", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2000" }, {"_PinId": "41770", "_HeadX": "127", "_HeadY": "345", "_PinX": "197", "_PinY": "350", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "825" }, {"_PinId": "41953", "_HeadX": "209", "_HeadY": "173", "_PinX": "253", "_PinY": "216", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2075" }, {"_PinId": "41954", "_HeadX": "659", "_HeadY": "512", "_PinX": "596", "_PinY": "481", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1324" }, {"_PinId": "42147", "_HeadX": "220", "_HeadY": "215", "_PinX": "274", "_PinY": "259", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2076" }, {"_PinId": "42148", "_HeadX": "389", "_HeadY": "717", "_PinX": "387", "_PinY": "683", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1480" }, {"_PinId": "42334", "_HeadX": "420", "_HeadY": "121", "_PinX": "403", "_PinY": "189", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7644" }, {"_PinId": "42335", "_HeadX": "712", "_HeadY": "337", "_PinX": "688", "_PinY": "337", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "42336", "_HeadX": "682", "_HeadY": "713", "_PinX": "635", "_PinY": "661", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" }, {"_PinId": "42533", "_HeadX": "367", "_HeadY": "53", "_PinX": "366", "_PinY": "123", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2593" }, {"_PinId": "42534", "_HeadX": "511", "_HeadY": "49", "_PinX": "481", "_PinY": "112", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1291" }, {"_PinId": "42535", "_HeadX": "240", "_HeadY": "162", "_PinX": "276", "_PinY": "222", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1219" }, {"_PinId": "42536", "_HeadX": "422", "_HeadY": "717", "_PinX": "412", "_PinY": "658", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2596" }, {"_PinId": "42537", "_HeadX": "298", "_HeadY": "61", "_PinX": "312", "_PinY": "130", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "505" }, {"_PinId": "42709", "_HeadX": "631", "_HeadY": "210", "_PinX": "570", "_PinY": "244", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3694" }, {"_PinId": "42710", "_HeadX": "323", "_HeadY": "150", "_PinX": "335", "_PinY": "219", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7623" }, {"_PinId": "42711", "_HeadX": "588", "_HeadY": "698", "_PinX": "549", "_PinY": "640", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3708" }, {"_PinId": "42712", "_HeadX": "305", "_HeadY": "169", "_PinX": "324", "_PinY": "236", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2552" }, {"_PinId": "42713", "_HeadX": "25", "_HeadY": "15", "_PinX": "74", "_PinY": "65", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "237" }, {"_PinId": "43090", "_HeadX": "224", "_HeadY": "541", "_PinX": "266", "_PinY": "485", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "823" }, {"_PinId": "43262", "_HeadX": "224", "_HeadY": "67", "_PinX": "253", "_PinY": "131", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "499" }, {"_PinId": "43463", "_HeadX": "348", "_HeadY": "116", "_PinX": "351", "_PinY": "186", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1218" }, {"_PinId": "43658", "_HeadX": "185", "_HeadY": "628", "_PinX": "226", "_PinY": "572", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1521" }, {"_PinId": "43837", "_HeadX": "469", "_HeadY": "160", "_PinX": "436", "_PinY": "222", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2595" }, {"_PinId": "43838", "_HeadX": "63", "_HeadY": "104", "_PinX": "116", "_PinY": "150", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "345" }, {"_PinId": "43839", "_HeadX": "314", "_HeadY": "699", "_PinX": "323", "_PinY": "629", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "822" }, {"_PinId": "44029", "_HeadX": "286", "_HeadY": "201", "_PinX": "313", "_PinY": "268", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7688" }, {"_PinId": "44030", "_HeadX": "405", "_HeadY": "490", "_PinX": "382", "_PinY": "424", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1344" } ], "_NavigatorImage": "aa_oi_57.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2899.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41200", "_HeadX": "492", "_HeadY": "197", "_PinX": "467", "_PinY": "263", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "41201", "_HeadX": "210", "_HeadY": "11", "_PinX": "240", "_PinY": "47", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1479" }, {"_PinId": "41379", "_HeadX": "347", "_HeadY": "19", "_PinX": "363", "_PinY": "87", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1248" }, {"_PinId": "41380", "_HeadX": "292", "_HeadY": "509", "_PinX": "340", "_PinY": "458", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1225" }, {"_PinId": "41381", "_HeadX": "529", "_HeadY": "334", "_PinX": "461", "_PinY": "353", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1215" }, {"_PinId": "41382", "_HeadX": "609", "_HeadY": "275", "_PinX": "546", "_PinY": "305", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "501" }, {"_PinId": "41580", "_HeadX": "455", "_HeadY": "177", "_PinX": "441", "_PinY": "247", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1254" }, {"_PinId": "41775", "_HeadX": "341", "_HeadY": "641", "_PinX": "362", "_PinY": "574", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "41776", "_HeadX": "517", "_HeadY": "552", "_PinX": "488", "_PinY": "488", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1222" }, {"_PinId": "41777", "_HeadX": "586", "_HeadY": "395", "_PinX": "517", "_PinY": "381", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "6690" }, {"_PinId": "41958", "_HeadX": "395", "_HeadY": "129", "_PinX": "405", "_PinY": "198", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1324" }, {"_PinId": "41959", "_HeadX": "371", "_HeadY": "479", "_PinX": "402", "_PinY": "416", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1250" }, {"_PinId": "41960", "_HeadX": "142", "_HeadY": "339", "_PinX": "212", "_PinY": "344", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2239" }, {"_PinId": "42151", "_HeadX": "278", "_HeadY": "32", "_PinX": "310", "_PinY": "83", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "505" }, {"_PinId": "42152", "_HeadX": "166", "_HeadY": "81", "_PinX": "214", "_PinY": "132", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1517" }, {"_PinId": "42153", "_HeadX": "469", "_HeadY": "543", "_PinX": "454", "_PinY": "474", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1332" }, {"_PinId": "42339", "_HeadX": "185", "_HeadY": "719", "_PinX": "224", "_PinY": "661", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2241" }, {"_PinId": "42340", "_HeadX": "154", "_HeadY": "101", "_PinX": "211", "_PinY": "145", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1516" }, {"_PinId": "42538", "_HeadX": "137", "_HeadY": "135", "_PinX": "200", "_PinY": "170", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2595" }, {"_PinId": "42716", "_HeadX": "298", "_HeadY": "22", "_PinX": "323", "_PinY": "87", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "7688" }, {"_PinId": "42717", "_HeadX": "287", "_HeadY": "419", "_PinX": "352", "_PinY": "393", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1227" }, {"_PinId": "42718", "_HeadX": "500", "_HeadY": "19", "_PinX": "486", "_PinY": "88", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "504" }, {"_PinId": "42901", "_HeadX": "549", "_HeadY": "16", "_PinX": "526", "_PinY": "82", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "526" }, {"_PinId": "42902", "_HeadX": "515", "_HeadY": "435", "_PinX": "462", "_PinY": "390", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1228" }, {"_PinId": "43098", "_HeadX": "58", "_HeadY": "588", "_PinX": "118", "_PinY": "552", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "837" }, {"_PinId": "43265", "_HeadX": "629", "_HeadY": "597", "_PinX": "584", "_PinY": "544", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2890" }, {"_PinId": "43266", "_HeadX": "74", "_HeadY": "471", "_PinX": "141", "_PinY": "451", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "831" }, {"_PinId": "43267", "_HeadX": "187", "_HeadY": "28", "_PinX": "236", "_PinY": "68", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1515" }, {"_PinId": "43268", "_HeadX": "743", "_HeadY": "630", "_PinX": "690", "_PinY": "585", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "829" }, {"_PinId": "43269", "_HeadX": "290", "_HeadY": "380", "_PinX": "360", "_PinY": "371", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "6689" }, {"_PinId": "43466", "_HeadX": "657", "_HeadY": "100", "_PinX": "611", "_PinY": "153", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "43662", "_HeadX": "316", "_HeadY": "563", "_PinX": "350", "_PinY": "502", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1224" }, {"_PinId": "43663", "_HeadX": "724", "_HeadY": "323", "_PinX": "654", "_PinY": "332", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2680" }, {"_PinId": "43664", "_HeadX": "445", "_HeadY": "635", "_PinX": "441", "_PinY": "565", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "957" }, {"_PinId": "43845", "_HeadX": "489", "_HeadY": "255", "_PinX": "455", "_PinY": "316", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "43846", "_HeadX": "246", "_HeadY": "166", "_PinX": "294", "_PinY": "217", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "502" }, {"_PinId": "43847", "_HeadX": "666", "_HeadY": "137", "_PinX": "615", "_PinY": "185", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "825" }, {"_PinId": "43848", "_HeadX": "785", "_HeadY": "718", "_PinX": "736", "_PinY": "669", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2672" }, {"_PinId": "44034", "_HeadX": "254", "_HeadY": "272", "_PinX": "316", "_PinY": "304", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" } ], "_NavigatorImage": "aa_oi_59.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2900.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41207", "_HeadX": "135", "_HeadY": "470", "_PinX": "177", "_PinY": "419", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2232" }, {"_PinId": "41208", "_HeadX": "185", "_HeadY": "183", "_PinX": "235", "_PinY": "232", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "502" }, {"_PinId": "41389", "_HeadX": "217", "_HeadY": "265", "_PinX": "279", "_PinY": "297", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1360" }, {"_PinId": "41390", "_HeadX": "557", "_HeadY": "518", "_PinX": "508", "_PinY": "491", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "2589" }, {"_PinId": "41586", "_HeadX": "328", "_HeadY": "8", "_PinX": "328", "_PinY": "46", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "814" }, {"_PinId": "41587", "_HeadX": "20", "_HeadY": "98", "_PinX": "77", "_PinY": "139", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "816" }, {"_PinId": "41588", "_HeadX": "394", "_HeadY": "166", "_PinX": "365", "_PinY": "230", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1324" }, {"_PinId": "41786", "_HeadX": "169", "_HeadY": "8", "_PinX": "189", "_PinY": "48", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "818" }, {"_PinId": "41787", "_HeadX": "262", "_HeadY": "250", "_PinX": "308", "_PinY": "302", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1212" }, {"_PinId": "41788", "_HeadX": "287", "_HeadY": "108", "_PinX": "299", "_PinY": "177", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "7809" }, {"_PinId": "41966", "_HeadX": "385", "_HeadY": "227", "_PinX": "344", "_PinY": "285", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1017" }, {"_PinId": "41967", "_HeadX": "285", "_HeadY": "402", "_PinX": "306", "_PinY": "346", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "7107" }, {"_PinId": "42157", "_HeadX": "550", "_HeadY": "431", "_PinX": "487", "_PinY": "400", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1209" }, {"_PinId": "42158", "_HeadX": "294", "_HeadY": "8", "_PinX": "295", "_PinY": "25", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "813" }, {"_PinId": "42347", "_HeadX": "472", "_HeadY": "357", "_PinX": "404", "_PinY": "340", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1210" }, {"_PinId": "42547", "_HeadX": "39", "_HeadY": "189", "_PinX": "103", "_PinY": "218", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "7119" }, {"_PinId": "42548", "_HeadX": "611", "_HeadY": "232", "_PinX": "544", "_PinY": "252", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "7119" }, {"_PinId": "42726", "_HeadX": "266", "_HeadY": "141", "_PinX": "287", "_PinY": "198", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "42727", "_HeadX": "479", "_HeadY": "160", "_PinX": "430", "_PinY": "210", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "785" }, {"_PinId": "42905", "_HeadX": "420", "_HeadY": "276", "_PinX": "355", "_PinY": "302", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1140" }, {"_PinId": "42906", "_HeadX": "276", "_HeadY": "223", "_PinX": "307", "_PinY": "286", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1142" }, {"_PinId": "42907", "_HeadX": "436", "_HeadY": "236", "_PinX": "380", "_PinY": "278", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1141" }, {"_PinId": "43106", "_HeadX": "216", "_HeadY": "322", "_PinX": "288", "_PinY": "322", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1361" }, {"_PinId": "43107", "_HeadX": "548", "_HeadY": "388", "_PinX": "481", "_PinY": "368", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "7399" }, {"_PinId": "43277", "_HeadX": "525", "_HeadY": "183", "_PinX": "467", "_PinY": "222", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "925" }, {"_PinId": "43278", "_HeadX": "399", "_HeadY": "404", "_PinX": "348", "_PinY": "357", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1213" }, {"_PinId": "43279", "_HeadX": "314", "_HeadY": "19", "_PinX": "314", "_PinY": "90", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "7690" }, {"_PinId": "43280", "_HeadX": "297", "_HeadY": "499", "_PinX": "307", "_PinY": "430", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1413" }, {"_PinId": "43470", "_HeadX": "158", "_HeadY": "34", "_PinX": "193", "_PinY": "95", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "6403" }, {"_PinId": "43471", "_HeadX": "8", "_HeadY": "194", "_PinX": "36", "_PinY": "205", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "815" }, {"_PinId": "43472", "_HeadX": "362", "_HeadY": "177", "_PinX": "344", "_PinY": "245", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "7172" }, {"_PinId": "43473", "_HeadX": "214", "_HeadY": "360", "_PinX": "280", "_PinY": "336", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1362" }, {"_PinId": "43474", "_HeadX": "107", "_HeadY": "268", "_PinX": "175", "_PinY": "284", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "925" }, {"_PinId": "43475", "_HeadX": "459", "_HeadY": "523", "_PinX": "414", "_PinY": "483", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1397" }, {"_PinId": "43669", "_HeadX": "8", "_HeadY": "378", "_PinX": "25", "_PinY": "375", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "824" }, {"_PinId": "43670", "_HeadX": "213", "_HeadY": "424", "_PinX": "256", "_PinY": "369", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "5842" }, {"_PinId": "43671", "_HeadX": "445", "_HeadY": "311", "_PinX": "375", "_PinY": "311", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1410" }, {"_PinId": "43672", "_HeadX": "542", "_HeadY": "220", "_PinX": "476", "_PinY": "247", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "501" }, {"_PinId": "43673", "_HeadX": "96", "_HeadY": "392", "_PinX": "163", "_PinY": "371", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "7399" }, {"_PinId": "43858", "_HeadX": "87", "_HeadY": "29", "_PinX": "131", "_PinY": "83", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "817" }, {"_PinId": "43859", "_HeadX": "205", "_HeadY": "294", "_PinX": "274", "_PinY": "309", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" }, {"_PinId": "43860", "_HeadX": "340", "_HeadY": "208", "_PinX": "333", "_PinY": "271", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1211" }, {"_PinId": "44040", "_HeadX": "163", "_HeadY": "211", "_PinX": "221", "_PinY": "250", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "786" }, {"_PinId": "44041", "_HeadX": "316", "_HeadY": "171", "_PinX": "305", "_PinY": "241", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "7397" } ], "_NavigatorImage": "aa_oi_62.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2901.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41213", "_HeadX": "535", "_HeadY": "141", "_PinX": "475", "_PinY": "179", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "7373" }, {"_PinId": "41399", "_HeadX": "272", "_HeadY": "8", "_PinX": "280", "_PinY": "67", "_BodySystemId": "3", "_BodySystemName": "Endocrine", "_TermId": "489" }, {"_PinId": "41400", "_HeadX": "440", "_HeadY": "210", "_PinX": "372", "_PinY": "249", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "41401", "_HeadX": "205", "_HeadY": "374", "_PinX": "268", "_PinY": "344", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "2666" }, {"_PinId": "41590", "_HeadX": "367", "_HeadY": "513", "_PinX": "350", "_PinY": "445", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1333" }, {"_PinId": "41796", "_HeadX": "423", "_HeadY": "10", "_PinX": "397", "_PinY": "63", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "469" }, {"_PinId": "41970", "_HeadX": "95", "_HeadY": "135", "_PinX": "161", "_PinY": "179", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4890" }, {"_PinId": "41971", "_HeadX": "435", "_HeadY": "163", "_PinX": "380", "_PinY": "200", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "7610" }, {"_PinId": "41972", "_HeadX": "307", "_HeadY": "542", "_PinX": "310", "_PinY": "472", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1324" }, {"_PinId": "41973", "_HeadX": "269", "_HeadY": "576", "_PinX": "282", "_PinY": "507", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1344" }, {"_PinId": "42162", "_HeadX": "207", "_HeadY": "236", "_PinX": "277", "_PinY": "279", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" }, {"_PinId": "42163", "_HeadX": "183", "_HeadY": "179", "_PinX": "247", "_PinY": "213", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "7351" }, {"_PinId": "42164", "_HeadX": "432", "_HeadY": "356", "_PinX": "365", "_PinY": "335", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1305" }, {"_PinId": "42165", "_HeadX": "338", "_HeadY": "383", "_PinX": "326", "_PinY": "336", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "7779" }, {"_PinId": "42166", "_HeadX": "26", "_HeadY": "375", "_PinX": "95", "_PinY": "362", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "831" }, {"_PinId": "42167", "_HeadX": "394", "_HeadY": "493", "_PinX": "366", "_PinY": "429", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1332" }, {"_PinId": "42356", "_HeadX": "215", "_HeadY": "286", "_PinX": "282", "_PinY": "308", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1312" }, {"_PinId": "42731", "_HeadX": "111", "_HeadY": "87", "_PinX": "180", "_PinY": "131", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2595" }, {"_PinId": "42732", "_HeadX": "141", "_HeadY": "131", "_PinX": "207", "_PinY": "174", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "7634" }, {"_PinId": "42733", "_HeadX": "188", "_HeadY": "82", "_PinX": "235", "_PinY": "135", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "7625" }, {"_PinId": "42911", "_HeadX": "409", "_HeadY": "86", "_PinX": "364", "_PinY": "144", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7387" }, {"_PinId": "42912", "_HeadX": "205", "_HeadY": "48", "_PinX": "244", "_PinY": "107", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "482" }, {"_PinId": "42913", "_HeadX": "112", "_HeadY": "335", "_PinX": "182", "_PinY": "330", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "4737" }, {"_PinId": "43117", "_HeadX": "343", "_HeadY": "90", "_PinX": "336", "_PinY": "160", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "5415" }, {"_PinId": "43118", "_HeadX": "243", "_HeadY": "526", "_PinX": "267", "_PinY": "460", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2977" }, {"_PinId": "43119", "_HeadX": "8", "_HeadY": "337", "_PinX": "52", "_PinY": "335", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2236" }, {"_PinId": "43120", "_HeadX": "249", "_HeadY": "70", "_PinX": "286", "_PinY": "133", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2593" }, {"_PinId": "43283", "_HeadX": "296", "_HeadY": "118", "_PinX": "314", "_PinY": "199", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3694" }, {"_PinId": "43284", "_HeadX": "326", "_HeadY": "47", "_PinX": "324", "_PinY": "117", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "485" }, {"_PinId": "43285", "_HeadX": "100", "_HeadY": "621", "_PinX": "141", "_PinY": "564", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7149" }, {"_PinId": "43478", "_HeadX": "200", "_HeadY": "600", "_PinX": "295", "_PinY": "592", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "1337" }, {"_PinId": "43679", "_HeadX": "308", "_HeadY": "79", "_PinX": "319", "_PinY": "151", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "1291" }, {"_PinId": "43865", "_HeadX": "139", "_HeadY": "75", "_PinX": "199", "_PinY": "124", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "237" }, {"_PinId": "44045", "_HeadX": "221", "_HeadY": "132", "_PinX": "266", "_PinY": "185", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "897" }, {"_PinId": "44046", "_HeadX": "382", "_HeadY": "70", "_PinX": "353", "_PinY": "145", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "44047", "_HeadX": "514", "_HeadY": "90", "_PinX": "456", "_PinY": "134", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "44048", "_HeadX": "420", "_HeadY": "118", "_PinX": "371", "_PinY": "171", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "896" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2902.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41402", "_HeadX": "438", "_HeadY": "415", "_PinX": "368", "_PinY": "397", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2241" }, {"_PinId": "41591", "_HeadX": "327", "_HeadY": "425", "_PinX": "278", "_PinY": "379", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1404" }, {"_PinId": "41797", "_HeadX": "142", "_HeadY": "21", "_PinX": "166", "_PinY": "90", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7122" }, {"_PinId": "41798", "_HeadX": "143", "_HeadY": "359", "_PinX": "209", "_PinY": "352", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1332" }, {"_PinId": "41974", "_HeadX": "27", "_HeadY": "181", "_PinX": "91", "_PinY": "198", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "501" }, {"_PinId": "41975", "_HeadX": "80", "_HeadY": "141", "_PinX": "126", "_PinY": "202", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2663" }, {"_PinId": "41976", "_HeadX": "296", "_HeadY": "23", "_PinX": "280", "_PinY": "91", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "844" }, {"_PinId": "41977", "_HeadX": "336", "_HeadY": "176", "_PinX": "302", "_PinY": "247", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "42168", "_HeadX": "236", "_HeadY": "113", "_PinX": "237", "_PinY": "187", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7453" }, {"_PinId": "42169", "_HeadX": "332", "_HeadY": "526", "_PinX": "315", "_PinY": "467", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1344" }, {"_PinId": "42555", "_HeadX": "340", "_HeadY": "346", "_PinX": "258", "_PinY": "345", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7559" }, {"_PinId": "42556", "_HeadX": "428", "_HeadY": "229", "_PinX": "363", "_PinY": "236", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2254" }, {"_PinId": "42557", "_HeadX": "231", "_HeadY": "5", "_PinX": "233", "_PinY": "58", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2228" }, {"_PinId": "42558", "_HeadX": "117", "_HeadY": "23", "_PinX": "141", "_PinY": "89", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2039" }, {"_PinId": "42734", "_HeadX": "423", "_HeadY": "177", "_PinX": "366", "_PinY": "217", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "786" }, {"_PinId": "42735", "_HeadX": "16", "_HeadY": "249", "_PinX": "84", "_PinY": "272", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "42914", "_HeadX": "422", "_HeadY": "45", "_PinX": "387", "_PinY": "111", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2236" }, {"_PinId": "42915", "_HeadX": "321", "_HeadY": "20", "_PinX": "300", "_PinY": "87", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7123" }, {"_PinId": "43121", "_HeadX": "426", "_HeadY": "203", "_PinX": "365", "_PinY": "228", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "502" }, {"_PinId": "43122", "_HeadX": "229", "_HeadY": "238", "_PinX": "238", "_PinY": "308", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1324" }, {"_PinId": "43123", "_HeadX": "226", "_HeadY": "434", "_PinX": "241", "_PinY": "369", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1413" }, {"_PinId": "43286", "_HeadX": "152", "_HeadY": "427", "_PinX": "203", "_PinY": "385", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1410" }, {"_PinId": "43479", "_HeadX": "42", "_HeadY": "152", "_PinX": "103", "_PinY": "189", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "785" }, {"_PinId": "43480", "_HeadX": "235", "_HeadY": "554", "_PinX": "245", "_PinY": "484", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3032" }, {"_PinId": "43481", "_HeadX": "77", "_HeadY": "65", "_PinX": "112", "_PinY": "125", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2890" }, {"_PinId": "43680", "_HeadX": "178", "_HeadY": "11", "_PinX": "188", "_PinY": "80", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7030" }, {"_PinId": "43681", "_HeadX": "338", "_HeadY": "17", "_PinX": "310", "_PinY": "79", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2043" }, {"_PinId": "43866", "_HeadX": "345", "_HeadY": "299", "_PinX": "279", "_PinY": "315", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2977" } ], "_NavigatorImage": "aa_oi_64.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2903.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41215", "_HeadX": "371", "_HeadY": "213", "_PinX": "385", "_PinY": "285", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "880" }, {"_PinId": "41216", "_HeadX": "486", "_HeadY": "245", "_PinX": "445", "_PinY": "302", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "886" }, {"_PinId": "41217", "_HeadX": "587", "_HeadY": "717", "_PinX": "553", "_PinY": "656", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "815" }, {"_PinId": "41218", "_HeadX": "463", "_HeadY": "673", "_PinX": "448", "_PinY": "605", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "2232" }, {"_PinId": "41405", "_HeadX": "308", "_HeadY": "195", "_PinX": "347", "_PinY": "260", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "887" }, {"_PinId": "41406", "_HeadX": "453", "_HeadY": "238", "_PinX": "425", "_PinY": "302", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7984" }, {"_PinId": "41597", "_HeadX": "589", "_HeadY": "171", "_PinX": "540", "_PinY": "221", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "823" }, {"_PinId": "41598", "_HeadX": "340", "_HeadY": "331", "_PinX": "392", "_PinY": "354", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7043" }, {"_PinId": "41599", "_HeadX": "399", "_HeadY": "286", "_PinX": "428", "_PinY": "327", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5818" }, {"_PinId": "41800", "_HeadX": "382", "_HeadY": "580", "_PinX": "386", "_PinY": "510", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "814" }, {"_PinId": "41801", "_HeadX": "721", "_HeadY": "209", "_PinX": "658", "_PinY": "240", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3747" }, {"_PinId": "41981", "_HeadX": "251", "_HeadY": "310", "_PinX": "320", "_PinY": "331", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1225" }, {"_PinId": "41982", "_HeadX": "524", "_HeadY": "281", "_PinX": "459", "_PinY": "313", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "871" }, {"_PinId": "42170", "_HeadX": "383", "_HeadY": "153", "_PinX": "386", "_PinY": "223", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "896" }, {"_PinId": "42171", "_HeadX": "438", "_HeadY": "184", "_PinX": "422", "_PinY": "252", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1214" }, {"_PinId": "42361", "_HeadX": "279", "_HeadY": "211", "_PinX": "324", "_PinY": "265", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1227" }, {"_PinId": "42362", "_HeadX": "114", "_HeadY": "436", "_PinX": "182", "_PinY": "421", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7184" }, {"_PinId": "42363", "_HeadX": "610", "_HeadY": "727", "_PinX": "574", "_PinY": "667", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "824" }, {"_PinId": "42561", "_HeadX": "282", "_HeadY": "504", "_PinX": "327", "_PinY": "451", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "42562", "_HeadX": "214", "_HeadY": "157", "_PinX": "259", "_PinY": "211", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7190" }, {"_PinId": "42563", "_HeadX": "607", "_HeadY": "667", "_PinX": "566", "_PinY": "610", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "816" }, {"_PinId": "42737", "_HeadX": "570", "_HeadY": "508", "_PinX": "513", "_PinY": "470", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "864" }, {"_PinId": "42738", "_HeadX": "327", "_HeadY": "139", "_PinX": "346", "_PinY": "206", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "897" }, {"_PinId": "42739", "_HeadX": "137", "_HeadY": "304", "_PinX": "205", "_PinY": "322", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7768" }, {"_PinId": "42740", "_HeadX": "121", "_HeadY": "367", "_PinX": "191", "_PinY": "368", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7201" }, {"_PinId": "42741", "_HeadX": "534", "_HeadY": "523", "_PinX": "498", "_PinY": "465", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "8048" }, {"_PinId": "42918", "_HeadX": "561", "_HeadY": "350", "_PinX": "491", "_PinY": "359", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1222" }, {"_PinId": "42919", "_HeadX": "667", "_HeadY": "367", "_PinX": "597", "_PinY": "368", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "820" }, {"_PinId": "43126", "_HeadX": "583", "_HeadY": "98", "_PinX": "543", "_PinY": "156", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "372" }, {"_PinId": "43127", "_HeadX": "635", "_HeadY": "598", "_PinX": "584", "_PinY": "550", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "817" }, {"_PinId": "43128", "_HeadX": "27", "_HeadY": "247", "_PinX": "93", "_PinY": "269", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1698" }, {"_PinId": "43291", "_HeadX": "546", "_HeadY": "439", "_PinX": "482", "_PinY": "411", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "870" }, {"_PinId": "43292", "_HeadX": "651", "_HeadY": "295", "_PinX": "584", "_PinY": "315", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "821" }, {"_PinId": "43293", "_HeadX": "168", "_HeadY": "223", "_PinX": "226", "_PinY": "261", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7663" }, {"_PinId": "43486", "_HeadX": "248", "_HeadY": "341", "_PinX": "319", "_PinY": "350", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1224" }, {"_PinId": "43487", "_HeadX": "513", "_HeadY": "245", "_PinX": "465", "_PinY": "296", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1228" }, {"_PinId": "43488", "_HeadX": "269", "_HeadY": "416", "_PinX": "335", "_PinY": "393", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "872" }, {"_PinId": "43489", "_HeadX": "629", "_HeadY": "237", "_PinX": "568", "_PinY": "272", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "822" }, {"_PinId": "43490", "_HeadX": "665", "_HeadY": "505", "_PinX": "602", "_PinY": "474", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "818" }, {"_PinId": "43491", "_HeadX": "467", "_HeadY": "633", "_PinX": "448", "_PinY": "565", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "6403" }, {"_PinId": "43685", "_HeadX": "554", "_HeadY": "326", "_PinX": "487", "_PinY": "345", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1223" }, {"_PinId": "43686", "_HeadX": "395", "_HeadY": "104", "_PinX": "395", "_PinY": "174", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "485" }, {"_PinId": "43687", "_HeadX": "453", "_HeadY": "94", "_PinX": "439", "_PinY": "163", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2607" }, {"_PinId": "43868", "_HeadX": "427", "_HeadY": "518", "_PinX": "412", "_PinY": "450", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "8047" }, {"_PinId": "43869", "_HeadX": "422", "_HeadY": "91", "_PinX": "415", "_PinY": "161", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2594" }, {"_PinId": "43870", "_HeadX": "537", "_HeadY": "140", "_PinX": "500", "_PinY": "200", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "825" }, {"_PinId": "43871", "_HeadX": "672", "_HeadY": "440", "_PinX": "604", "_PinY": "424", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "819" }, {"_PinId": "43872", "_HeadX": "117", "_HeadY": "499", "_PinX": "181", "_PinY": "470", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7671" }, {"_PinId": "43873", "_HeadX": "338", "_HeadY": "357", "_PinX": "401", "_PinY": "373", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "6106" }, {"_PinId": "43874", "_HeadX": "318", "_HeadY": "435", "_PinX": "364", "_PinY": "398", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5678" }, {"_PinId": "44050", "_HeadX": "390", "_HeadY": "491", "_PinX": "392", "_PinY": "421", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "869" }, {"_PinId": "44051", "_HeadX": "270", "_HeadY": "261", "_PinX": "336", "_PinY": "303", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7985" }, {"_PinId": "44052", "_HeadX": "363", "_HeadY": "118", "_PinX": "371", "_PinY": "188", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2593" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2904.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41222", "_HeadX": "234", "_HeadY": "567", "_PinX": "253", "_PinY": "507", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "12" }, {"_PinId": "41223", "_HeadX": "471", "_HeadY": "301", "_PinX": "407", "_PinY": "330", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7359" }, {"_PinId": "41224", "_HeadX": "457", "_HeadY": "368", "_PinX": "388", "_PinY": "379", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "816" }, {"_PinId": "41408", "_HeadX": "49", "_HeadY": "641", "_PinX": "94", "_PinY": "588", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7278" }, {"_PinId": "41409", "_HeadX": "131", "_HeadY": "11", "_PinX": "159", "_PinY": "56", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7448" }, {"_PinId": "41410", "_HeadX": "233", "_HeadY": "123", "_PinX": "254", "_PinY": "190", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7441" }, {"_PinId": "41411", "_HeadX": "405", "_HeadY": "122", "_PinX": "372", "_PinY": "184", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "822" }, {"_PinId": "41602", "_HeadX": "422", "_HeadY": "513", "_PinX": "364", "_PinY": "474", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7366" }, {"_PinId": "41807", "_HeadX": "48", "_HeadY": "590", "_PinX": "102", "_PinY": "549", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7281" }, {"_PinId": "41808", "_HeadX": "204", "_HeadY": "532", "_PinX": "229", "_PinY": "467", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7797" }, {"_PinId": "41984", "_HeadX": "437", "_HeadY": "194", "_PinX": "391", "_PinY": "246", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "820" }, {"_PinId": "41985", "_HeadX": "327", "_HeadY": "289", "_PinX": "289", "_PinY": "348", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "233" }, {"_PinId": "42172", "_HeadX": "449", "_HeadY": "324", "_PinX": "384", "_PinY": "349", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7359" }, {"_PinId": "42173", "_HeadX": "108", "_HeadY": "633", "_PinX": "145", "_PinY": "574", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7620" }, {"_PinId": "42365", "_HeadX": "57", "_HeadY": "321", "_PinX": "122", "_PinY": "347", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7617" }, {"_PinId": "42366", "_HeadX": "293", "_HeadY": "216", "_PinX": "279", "_PinY": "285", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "42565", "_HeadX": "43", "_HeadY": "543", "_PinX": "101", "_PinY": "504", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7781" }, {"_PinId": "42566", "_HeadX": "141", "_HeadY": "196", "_PinX": "175", "_PinY": "257", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7458" }, {"_PinId": "42745", "_HeadX": "212", "_HeadY": "293", "_PinX": "238", "_PinY": "358", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7170" }, {"_PinId": "42746", "_HeadX": "70", "_HeadY": "498", "_PinX": "136", "_PinY": "472", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7626" }, {"_PinId": "42747", "_HeadX": "378", "_HeadY": "87", "_PinX": "353", "_PinY": "152", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "823" }, {"_PinId": "42748", "_HeadX": "457", "_HeadY": "278", "_PinX": "397", "_PinY": "314", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "818" }, {"_PinId": "42921", "_HeadX": "37", "_HeadY": "462", "_PinX": "104", "_PinY": "443", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7695" }, {"_PinId": "43296", "_HeadX": "396", "_HeadY": "636", "_PinX": "360", "_PinY": "576", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7362" }, {"_PinId": "43493", "_HeadX": "457", "_HeadY": "332", "_PinX": "391", "_PinY": "354", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "817" }, {"_PinId": "43689", "_HeadX": "13", "_HeadY": "410", "_PinX": "70", "_PinY": "399", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7780" }, {"_PinId": "43690", "_HeadX": "339", "_HeadY": "70", "_PinX": "322", "_PinY": "138", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "807" }, {"_PinId": "43691", "_HeadX": "449", "_HeadY": "431", "_PinX": "380", "_PinY": "420", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "815" }, {"_PinId": "43878", "_HeadX": "381", "_HeadY": "35", "_PinX": "358", "_PinY": "101", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "372" }, {"_PinId": "43879", "_HeadX": "448", "_HeadY": "243", "_PinX": "394", "_PinY": "287", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "819" }, {"_PinId": "44055", "_HeadX": "167", "_HeadY": "194", "_PinX": "194", "_PinY": "258", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7345" }, {"_PinId": "44056", "_HeadX": "222", "_HeadY": "680", "_PinX": "230", "_PinY": "610", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7230" }, {"_PinId": "44057", "_HeadX": "278", "_HeadY": "697", "_PinX": "273", "_PinY": "627", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "233" }, {"_PinId": "44058", "_HeadX": "418", "_HeadY": "50", "_PinX": "389", "_PinY": "114", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "3197" }, {"_PinId": "44059", "_HeadX": "424", "_HeadY": "158", "_PinX": "384", "_PinY": "215", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "821" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2905.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41225", "_HeadX": "403", "_HeadY": "256", "_PinX": "394", "_PinY": "326", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "965" }, {"_PinId": "41226", "_HeadX": "363", "_HeadY": "112", "_PinX": "370", "_PinY": "182", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "6350" }, {"_PinId": "41412", "_HeadX": "619", "_HeadY": "190", "_PinX": "568", "_PinY": "235", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4937" }, {"_PinId": "41603", "_HeadX": "286", "_HeadY": "8", "_PinX": "294", "_PinY": "38", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1324" }, {"_PinId": "41604", "_HeadX": "511", "_HeadY": "99", "_PinX": "482", "_PinY": "163", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "963" }, {"_PinId": "41605", "_HeadX": "725", "_HeadY": "161", "_PinX": "665", "_PinY": "197", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1041" }, {"_PinId": "41809", "_HeadX": "6", "_HeadY": "66", "_PinX": "34", "_PinY": "97", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "939" }, {"_PinId": "41810", "_HeadX": "8", "_HeadY": "497", "_PinX": "39", "_PinY": "486", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "953" }, {"_PinId": "41986", "_HeadX": "146", "_HeadY": "418", "_PinX": "210", "_PinY": "398", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1002" }, {"_PinId": "41987", "_HeadX": "161", "_HeadY": "627", "_PinX": "207", "_PinY": "574", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "942" }, {"_PinId": "42174", "_HeadX": "563", "_HeadY": "29", "_PinX": "531", "_PinY": "91", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "42567", "_HeadX": "771", "_HeadY": "390", "_PinX": "715", "_PinY": "386", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "42749", "_HeadX": "450", "_HeadY": "8", "_PinX": "442", "_PinY": "58", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1344" }, {"_PinId": "42750", "_HeadX": "298", "_HeadY": "304", "_PinX": "319", "_PinY": "347", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "962" }, {"_PinId": "42922", "_HeadX": "302", "_HeadY": "8", "_PinX": "310", "_PinY": "43", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1250" }, {"_PinId": "42923", "_HeadX": "90", "_HeadY": "407", "_PinX": "159", "_PinY": "397", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1058" }, {"_PinId": "42924", "_HeadX": "69", "_HeadY": "474", "_PinX": "135", "_PinY": "451", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "959" }, {"_PinId": "43131", "_HeadX": "230", "_HeadY": "279", "_PinX": "272", "_PinY": "322", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "999" }, {"_PinId": "43297", "_HeadX": "330", "_HeadY": "56", "_PinX": "343", "_PinY": "125", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4832" }, {"_PinId": "43298", "_HeadX": "49", "_HeadY": "543", "_PinX": "111", "_PinY": "510", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1049" }, {"_PinId": "43299", "_HeadX": "357", "_HeadY": "8", "_PinX": "360", "_PinY": "44", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1332" }, {"_PinId": "43494", "_HeadX": "8", "_HeadY": "247", "_PinX": "47", "_PinY": "258", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "937" }, {"_PinId": "43495", "_HeadX": "196", "_HeadY": "645", "_PinX": "228", "_PinY": "594", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "948" }, {"_PinId": "43496", "_HeadX": "395", "_HeadY": "8", "_PinX": "395", "_PinY": "39", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1410" }, {"_PinId": "43692", "_HeadX": "624", "_HeadY": "563", "_PinX": "582", "_PinY": "524", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "927" }, {"_PinId": "43693", "_HeadX": "579", "_HeadY": "165", "_PinX": "542", "_PinY": "220", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4728" }, {"_PinId": "43880", "_HeadX": "88", "_HeadY": "46", "_PinX": "136", "_PinY": "97", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "938" }, {"_PinId": "43881", "_HeadX": "8", "_HeadY": "421", "_PinX": "48", "_PinY": "415", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "936" }, {"_PinId": "44060", "_HeadX": "113", "_HeadY": "529", "_PinX": "173", "_PinY": "493", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2245" }, {"_PinId": "44061", "_HeadX": "535", "_HeadY": "248", "_PinX": "491", "_PinY": "298", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "961" } ], "_NavigatorImage": "aa_oi_66.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2906.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41227", "_HeadX": "255", "_HeadY": "202", "_PinX": "277", "_PinY": "269", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "952" }, {"_PinId": "41228", "_HeadX": "221", "_HeadY": "152", "_PinX": "249", "_PinY": "216", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5030" }, {"_PinId": "41229", "_HeadX": "102", "_HeadY": "502", "_PinX": "153", "_PinY": "454", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "942" }, {"_PinId": "41230", "_HeadX": "431", "_HeadY": "40", "_PinX": "400", "_PinY": "103", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1006" }, {"_PinId": "41413", "_HeadX": "119", "_HeadY": "7", "_PinX": "130", "_PinY": "28", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "41606", "_HeadX": "491", "_HeadY": "92", "_PinX": "445", "_PinY": "145", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4728" }, {"_PinId": "41607", "_HeadX": "195", "_HeadY": "592", "_PinX": "219", "_PinY": "526", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "948" }, {"_PinId": "41608", "_HeadX": "20", "_HeadY": "333", "_PinX": "90", "_PinY": "330", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "951" }, {"_PinId": "41811", "_HeadX": "293", "_HeadY": "134", "_PinX": "293", "_PinY": "204", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "6350" }, {"_PinId": "41812", "_HeadX": "255", "_HeadY": "8", "_PinX": "257", "_PinY": "31", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1332" }, {"_PinId": "41988", "_HeadX": "114", "_HeadY": "213", "_PinX": "175", "_PinY": "248", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1053" }, {"_PinId": "41989", "_HeadX": "121", "_HeadY": "239", "_PinX": "178", "_PinY": "258", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1019" }, {"_PinId": "42175", "_HeadX": "201", "_HeadY": "201", "_PinX": "244", "_PinY": "256", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1001" }, {"_PinId": "42176", "_HeadX": "197", "_HeadY": "366", "_PinX": "260", "_PinY": "336", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7388" }, {"_PinId": "42367", "_HeadX": "558", "_HeadY": "407", "_PinX": "491", "_PinY": "385", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7352" }, {"_PinId": "42368", "_HeadX": "79", "_HeadY": "166", "_PinX": "136", "_PinY": "207", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4729" }, {"_PinId": "42369", "_HeadX": "151", "_HeadY": "46", "_PinX": "183", "_PinY": "108", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "938" }, {"_PinId": "42568", "_HeadX": "387", "_HeadY": "8", "_PinX": "371", "_PinY": "64", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "42569", "_HeadX": "101", "_HeadY": "349", "_PinX": "166", "_PinY": "339", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "943" }, {"_PinId": "42570", "_HeadX": "336", "_HeadY": "620", "_PinX": "327", "_PinY": "551", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "975" }, {"_PinId": "42571", "_HeadX": "121", "_HeadY": "336", "_PinX": "191", "_PinY": "330", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1002" }, {"_PinId": "42751", "_HeadX": "443", "_HeadY": "74", "_PinX": "407", "_PinY": "134", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "963" }, {"_PinId": "42752", "_HeadX": "204", "_HeadY": "223", "_PinX": "244", "_PinY": "266", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "944" }, {"_PinId": "42753", "_HeadX": "108", "_HeadY": "284", "_PinX": "177", "_PinY": "297", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1022" }, {"_PinId": "42925", "_HeadX": "111", "_HeadY": "398", "_PinX": "175", "_PinY": "371", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "950" }, {"_PinId": "42926", "_HeadX": "120", "_HeadY": "305", "_PinX": "190", "_PinY": "311", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1058" }, {"_PinId": "43132", "_HeadX": "558", "_HeadY": "301", "_PinX": "488", "_PinY": "306", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "961" }, {"_PinId": "43133", "_HeadX": "213", "_HeadY": "8", "_PinX": "222", "_PinY": "43", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1324" }, {"_PinId": "43134", "_HeadX": "572", "_HeadY": "138", "_PinX": "513", "_PinY": "176", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1041" }, {"_PinId": "43135", "_HeadX": "250", "_HeadY": "632", "_PinX": "256", "_PinY": "588", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7494" }, {"_PinId": "43136", "_HeadX": "8", "_HeadY": "381", "_PinX": "63", "_PinY": "370", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "953" }, {"_PinId": "43137", "_HeadX": "276", "_HeadY": "6", "_PinX": "266", "_PinY": "26", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1249" }, {"_PinId": "43138", "_HeadX": "8", "_HeadY": "406", "_PinX": "32", "_PinY": "399", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7611" }, {"_PinId": "43300", "_HeadX": "74", "_HeadY": "320", "_PinX": "144", "_PinY": "320", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2244" }, {"_PinId": "43301", "_HeadX": "230", "_HeadY": "104", "_PinX": "250", "_PinY": "171", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "957" }, {"_PinId": "43302", "_HeadX": "76", "_HeadY": "379", "_PinX": "144", "_PinY": "361", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "959" }, {"_PinId": "43497", "_HeadX": "91", "_HeadY": "264", "_PinX": "151", "_PinY": "282", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1055" }, {"_PinId": "43498", "_HeadX": "97", "_HeadY": "567", "_PinX": "141", "_PinY": "512", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "977" }, {"_PinId": "43499", "_HeadX": "446", "_HeadY": "632", "_PinX": "422", "_PinY": "582", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "43694", "_HeadX": "250", "_HeadY": "120", "_PinX": "265", "_PinY": "189", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4832" }, {"_PinId": "43695", "_HeadX": "518", "_HeadY": "465", "_PinX": "459", "_PinY": "427", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "949" }, {"_PinId": "43882", "_HeadX": "185", "_HeadY": "8", "_PinX": "200", "_PinY": "51", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1250" }, {"_PinId": "43883", "_HeadX": "148", "_HeadY": "187", "_PinX": "196", "_PinY": "241", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7350" }, {"_PinId": "43884", "_HeadX": "43", "_HeadY": "633", "_PinX": "74", "_PinY": "595", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2040" }, {"_PinId": "43885", "_HeadX": "352", "_HeadY": "34", "_PinX": "338", "_PinY": "103", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7116" }, {"_PinId": "43886", "_HeadX": "189", "_HeadY": "130", "_PinX": "223", "_PinY": "191", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "940" }, {"_PinId": "44062", "_HeadX": "365", "_HeadY": "282", "_PinX": "307", "_PinY": "302", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "962" }, {"_PinId": "44063", "_HeadX": "121", "_HeadY": "454", "_PinX": "176", "_PinY": "411", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2245" }, {"_PinId": "44064", "_HeadX": "460", "_HeadY": "332", "_PinX": "390", "_PinY": "327", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "965" }, {"_PinId": "44065", "_HeadX": "8", "_HeadY": "604", "_PinX": "39", "_PinY": "571", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "989" } ], "_NavigatorImage": "aa_oi_67.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2907.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41231", "_HeadX": "145", "_HeadY": "318", "_PinX": "222", "_PinY": "334", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1017" }, {"_PinId": "41232", "_HeadX": "495", "_HeadY": "285", "_PinX": "426", "_PinY": "297", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1021" }, {"_PinId": "41233", "_HeadX": "92", "_HeadY": "581", "_PinX": "135", "_PinY": "526", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1037" }, {"_PinId": "41234", "_HeadX": "83", "_HeadY": "529", "_PinX": "133", "_PinY": "480", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1013" }, {"_PinId": "41415", "_HeadX": "490", "_HeadY": "99", "_PinX": "444", "_PinY": "151", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "949" }, {"_PinId": "41416", "_HeadX": "510", "_HeadY": "340", "_PinX": "440", "_PinY": "334", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1016" }, {"_PinId": "41417", "_HeadX": "34", "_HeadY": "393", "_PinX": "102", "_PinY": "374", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "959" }, {"_PinId": "41418", "_HeadX": "115", "_HeadY": "625", "_PinX": "150", "_PinY": "565", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1048" }, {"_PinId": "41419", "_HeadX": "427", "_HeadY": "395", "_PinX": "366", "_PinY": "361", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7216" }, {"_PinId": "41817", "_HeadX": "83", "_HeadY": "284", "_PinX": "155", "_PinY": "305", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "950" }, {"_PinId": "41818", "_HeadX": "96", "_HeadY": "327", "_PinX": "165", "_PinY": "336", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "943" }, {"_PinId": "41819", "_HeadX": "239", "_HeadY": "461", "_PinX": "264", "_PinY": "396", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7159" }, {"_PinId": "41991", "_HeadX": "153", "_HeadY": "462", "_PinX": "180", "_PinY": "406", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1009" }, {"_PinId": "41992", "_HeadX": "581", "_HeadY": "507", "_PinX": "529", "_PinY": "473", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "222" }, {"_PinId": "41993", "_HeadX": "551", "_HeadY": "581", "_PinX": "502", "_PinY": "531", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "798" }, {"_PinId": "41994", "_HeadX": "136", "_HeadY": "177", "_PinX": "188", "_PinY": "224", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "962" }, {"_PinId": "41995", "_HeadX": "134", "_HeadY": "559", "_PinX": "173", "_PinY": "501", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1012" }, {"_PinId": "42181", "_HeadX": "495", "_HeadY": "256", "_PinX": "428", "_PinY": "277", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1026" }, {"_PinId": "42182", "_HeadX": "293", "_HeadY": "474", "_PinX": "293", "_PinY": "404", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1015" }, {"_PinId": "42371", "_HeadX": "125", "_HeadY": "363", "_PinX": "193", "_PinY": "346", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1058" }, {"_PinId": "42372", "_HeadX": "229", "_HeadY": "409", "_PinX": "246", "_PinY": "336", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "5250" }, {"_PinId": "42573", "_HeadX": "114", "_HeadY": "393", "_PinX": "179", "_PinY": "367", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1022" }, {"_PinId": "42574", "_HeadX": "270", "_HeadY": "52", "_PinX": "276", "_PinY": "122", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "965" }, {"_PinId": "42575", "_HeadX": "317", "_HeadY": "565", "_PinX": "311", "_PinY": "495", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "42576", "_HeadX": "353", "_HeadY": "627", "_PinX": "338", "_PinY": "596", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1103" }, {"_PinId": "42577", "_HeadX": "177", "_HeadY": "632", "_PinX": "194", "_PinY": "586", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1035" }, {"_PinId": "42578", "_HeadX": "202", "_HeadY": "4", "_PinX": "211", "_PinY": "24", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1250" }, {"_PinId": "42579", "_HeadX": "444", "_HeadY": "530", "_PinX": "403", "_PinY": "473", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4662" }, {"_PinId": "42755", "_HeadX": "139", "_HeadY": "632", "_PinX": "150", "_PinY": "610", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "42756", "_HeadX": "50", "_HeadY": "217", "_PinX": "115", "_PinY": "244", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2245" }, {"_PinId": "42928", "_HeadX": "233", "_HeadY": "169", "_PinX": "252", "_PinY": "239", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "952" }, {"_PinId": "42929", "_HeadX": "199", "_HeadY": "172", "_PinX": "236", "_PinY": "240", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1123" }, {"_PinId": "42930", "_HeadX": "570", "_HeadY": "626", "_PinX": "523", "_PinY": "574", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "228" }, {"_PinId": "43141", "_HeadX": "159", "_HeadY": "284", "_PinX": "222", "_PinY": "323", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1119" }, {"_PinId": "43142", "_HeadX": "8", "_HeadY": "351", "_PinX": "78", "_PinY": "344", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "948" }, {"_PinId": "43143", "_HeadX": "326", "_HeadY": "472", "_PinX": "312", "_PinY": "403", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1028" }, {"_PinId": "43144", "_HeadX": "7", "_HeadY": "501", "_PinX": "58", "_PinY": "469", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1049" }, {"_PinId": "43145", "_HeadX": "378", "_HeadY": "471", "_PinX": "344", "_PinY": "410", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7243" }, {"_PinId": "43305", "_HeadX": "563", "_HeadY": "164", "_PinX": "502", "_PinY": "199", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1041" }, {"_PinId": "43306", "_HeadX": "75", "_HeadY": "493", "_PinX": "130", "_PinY": "450", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4726" }, {"_PinId": "43307", "_HeadX": "257", "_HeadY": "575", "_PinX": "257", "_PinY": "506", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1047" }, {"_PinId": "43501", "_HeadX": "541", "_HeadY": "522", "_PinX": "487", "_PinY": "478", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "926" }, {"_PinId": "43701", "_HeadX": "175", "_HeadY": "243", "_PinX": "230", "_PinY": "286", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "944" }, {"_PinId": "43702", "_HeadX": "157", "_HeadY": "632", "_PinX": "177", "_PinY": "586", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1034" }, {"_PinId": "43703", "_HeadX": "543", "_HeadY": "553", "_PinX": "492", "_PinY": "505", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "803" }, {"_PinId": "43892", "_HeadX": "192", "_HeadY": "439", "_PinX": "216", "_PinY": "364", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1020" }, {"_PinId": "43893", "_HeadX": "19", "_HeadY": "625", "_PinX": "40", "_PinY": "590", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4662" }, {"_PinId": "43894", "_HeadX": "232", "_HeadY": "540", "_PinX": "251", "_PinY": "472", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "5134" }, {"_PinId": "44066", "_HeadX": "82", "_HeadY": "433", "_PinX": "144", "_PinY": "400", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5053" }, {"_PinId": "44067", "_HeadX": "127", "_HeadY": "8", "_PinX": "139", "_PinY": "30", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" } ], "_NavigatorImage": "aa_oi_69.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2908.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41420", "_HeadX": "95", "_HeadY": "189", "_PinX": "156", "_PinY": "224", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "939" }, {"_PinId": "41421", "_HeadX": "269", "_HeadY": "388", "_PinX": "338", "_PinY": "374", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1022" }, {"_PinId": "41422", "_HeadX": "321", "_HeadY": "640", "_PinX": "339", "_PinY": "572", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1013" }, {"_PinId": "41613", "_HeadX": "228", "_HeadY": "459", "_PinX": "289", "_PinY": "424", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "973" }, {"_PinId": "41820", "_HeadX": "221", "_HeadY": "509", "_PinX": "275", "_PinY": "464", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "959" }, {"_PinId": "41821", "_HeadX": "317", "_HeadY": "702", "_PinX": "333", "_PinY": "634", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1048" }, {"_PinId": "41822", "_HeadX": "509", "_HeadY": "269", "_PinX": "455", "_PinY": "314", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "952" }, {"_PinId": "41823", "_HeadX": "397", "_HeadY": "41", "_PinX": "397", "_PinY": "111", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "925" }, {"_PinId": "41996", "_HeadX": "365", "_HeadY": "207", "_PinX": "379", "_PinY": "276", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2267" }, {"_PinId": "41997", "_HeadX": "191", "_HeadY": "411", "_PinX": "259", "_PinY": "395", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2244" }, {"_PinId": "41998", "_HeadX": "430", "_HeadY": "648", "_PinX": "422", "_PinY": "578", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1012" }, {"_PinId": "41999", "_HeadX": "709", "_HeadY": "223", "_PinX": "645", "_PinY": "251", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1044" }, {"_PinId": "42183", "_HeadX": "220", "_HeadY": "356", "_PinX": "290", "_PinY": "358", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1055" }, {"_PinId": "42184", "_HeadX": "195", "_HeadY": "625", "_PinX": "238", "_PinY": "569", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1049" }, {"_PinId": "42373", "_HeadX": "201", "_HeadY": "379", "_PinX": "271", "_PinY": "373", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "951" }, {"_PinId": "42374", "_HeadX": "422", "_HeadY": "717", "_PinX": "418", "_PinY": "657", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1082" }, {"_PinId": "42580", "_HeadX": "223", "_HeadY": "303", "_PinX": "289", "_PinY": "325", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1053" }, {"_PinId": "42581", "_HeadX": "248", "_HeadY": "283", "_PinX": "310", "_PinY": "316", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1019" }, {"_PinId": "42582", "_HeadX": "521", "_HeadY": "521", "_PinX": "478", "_PinY": "466", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "5134" }, {"_PinId": "42583", "_HeadX": "351", "_HeadY": "599", "_PinX": "364", "_PinY": "530", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "942" }, {"_PinId": "42757", "_HeadX": "117", "_HeadY": "460", "_PinX": "183", "_PinY": "437", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "953" }, {"_PinId": "42758", "_HeadX": "496", "_HeadY": "326", "_PinX": "430", "_PinY": "350", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "944" }, {"_PinId": "42931", "_HeadX": "357", "_HeadY": "464", "_PinX": "376", "_PinY": "391", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1020" }, {"_PinId": "42932", "_HeadX": "407", "_HeadY": "635", "_PinX": "405", "_PinY": "565", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1035" }, {"_PinId": "43146", "_HeadX": "495", "_HeadY": "645", "_PinX": "472", "_PinY": "579", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1047" }, {"_PinId": "43147", "_HeadX": "595", "_HeadY": "524", "_PinX": "541", "_PinY": "480", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "43148", "_HeadX": "684", "_HeadY": "389", "_PinX": "614", "_PinY": "383", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1016" }, {"_PinId": "43149", "_HeadX": "389", "_HeadY": "594", "_PinX": "391", "_PinY": "524", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1034" }, {"_PinId": "43150", "_HeadX": "580", "_HeadY": "647", "_PinX": "542", "_PinY": "588", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4662" }, {"_PinId": "43308", "_HeadX": "453", "_HeadY": "167", "_PinX": "434", "_PinY": "234", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5030" }, {"_PinId": "43309", "_HeadX": "729", "_HeadY": "440", "_PinX": "661", "_PinY": "424", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1042" }, {"_PinId": "43310", "_HeadX": "304", "_HeadY": "455", "_PinX": "343", "_PinY": "406", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1009" }, {"_PinId": "43311", "_HeadX": "298", "_HeadY": "551", "_PinX": "330", "_PinY": "489", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4726" }, {"_PinId": "43312", "_HeadX": "258", "_HeadY": "417", "_PinX": "323", "_PinY": "388", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1058" }, {"_PinId": "43502", "_HeadX": "477", "_HeadY": "146", "_PinX": "453", "_PinY": "212", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4832" }, {"_PinId": "43503", "_HeadX": "195", "_HeadY": "340", "_PinX": "265", "_PinY": "347", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1018" }, {"_PinId": "43504", "_HeadX": "676", "_HeadY": "332", "_PinX": "606", "_PinY": "339", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1026" }, {"_PinId": "43704", "_HeadX": "539", "_HeadY": "417", "_PinX": "474", "_PinY": "392", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1015" }, {"_PinId": "43705", "_HeadX": "425", "_HeadY": "134", "_PinX": "417", "_PinY": "204", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1212" }, {"_PinId": "43895", "_HeadX": "584", "_HeadY": "277", "_PinX": "537", "_PinY": "325", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1021" }, {"_PinId": "43896", "_HeadX": "678", "_HeadY": "282", "_PinX": "611", "_PinY": "301", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7209" }, {"_PinId": "44068", "_HeadX": "203", "_HeadY": "316", "_PinX": "271", "_PinY": "332", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1054" }, {"_PinId": "44069", "_HeadX": "339", "_HeadY": "717", "_PinX": "346", "_PinY": "673", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" } ], "_NavigatorImage": "aa_oi_70.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2909.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41235", "_HeadX": "102", "_HeadY": "200", "_PinX": "158", "_PinY": "244", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1053" }, {"_PinId": "41236", "_HeadX": "137", "_HeadY": "176", "_PinX": "171", "_PinY": "236", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1019" }, {"_PinId": "41237", "_HeadX": "107", "_HeadY": "404", "_PinX": "177", "_PinY": "380", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1009" }, {"_PinId": "41423", "_HeadX": "319", "_HeadY": "131", "_PinX": "303", "_PinY": "199", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2950" }, {"_PinId": "41424", "_HeadX": "520", "_HeadY": "368", "_PinX": "452", "_PinY": "350", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1042" }, {"_PinId": "41425", "_HeadX": "77", "_HeadY": "203", "_PinX": "137", "_PinY": "242", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1054" }, {"_PinId": "41614", "_HeadX": "298", "_HeadY": "123", "_PinX": "282", "_PinY": "187", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "957" }, {"_PinId": "41824", "_HeadX": "308", "_HeadY": "313", "_PinX": "233", "_PinY": "311", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1119" }, {"_PinId": "41825", "_HeadX": "550", "_HeadY": "126", "_PinX": "509", "_PinY": "152", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "41826", "_HeadX": "122", "_HeadY": "8", "_PinX": "137", "_PinY": "37", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "42000", "_HeadX": "155", "_HeadY": "156", "_PinX": "185", "_PinY": "229", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7350" }, {"_PinId": "42001", "_HeadX": "339", "_HeadY": "594", "_PinX": "320", "_PinY": "557", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1103" }, {"_PinId": "42002", "_HeadX": "389", "_HeadY": "112", "_PinX": "354", "_PinY": "173", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7209" }, {"_PinId": "42185", "_HeadX": "314", "_HeadY": "38", "_PinX": "305", "_PinY": "108", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "938" }, {"_PinId": "42186", "_HeadX": "55", "_HeadY": "244", "_PinX": "141", "_PinY": "265", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1055" }, {"_PinId": "42187", "_HeadX": "61", "_HeadY": "267", "_PinX": "130", "_PinY": "278", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "951" }, {"_PinId": "42188", "_HeadX": "281", "_HeadY": "258", "_PinX": "227", "_PinY": "281", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "952" }, {"_PinId": "42189", "_HeadX": "14", "_HeadY": "458", "_PinX": "85", "_PinY": "432", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7461" }, {"_PinId": "42190", "_HeadX": "48", "_HeadY": "327", "_PinX": "118", "_PinY": "320", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "959" }, {"_PinId": "42191", "_HeadX": "244", "_HeadY": "543", "_PinX": "229", "_PinY": "464", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1047" }, {"_PinId": "42192", "_HeadX": "16", "_HeadY": "593", "_PinX": "46", "_PinY": "567", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4662" }, {"_PinId": "42193", "_HeadX": "254", "_HeadY": "371", "_PinX": "210", "_PinY": "323", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1017" }, {"_PinId": "42194", "_HeadX": "99", "_HeadY": "284", "_PinX": "169", "_PinY": "291", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1022" }, {"_PinId": "42195", "_HeadX": "124", "_HeadY": "532", "_PinX": "163", "_PinY": "474", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1012" }, {"_PinId": "42375", "_HeadX": "267", "_HeadY": "495", "_PinX": "248", "_PinY": "430", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "5134" }, {"_PinId": "42584", "_HeadX": "312", "_HeadY": "285", "_PinX": "247", "_PinY": "295", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1360" }, {"_PinId": "42585", "_HeadX": "67", "_HeadY": "390", "_PinX": "135", "_PinY": "374", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "973" }, {"_PinId": "42586", "_HeadX": "206", "_HeadY": "140", "_PinX": "215", "_PinY": "223", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7730" }, {"_PinId": "42759", "_HeadX": "99", "_HeadY": "458", "_PinX": "150", "_PinY": "415", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1052" }, {"_PinId": "42760", "_HeadX": "24", "_HeadY": "526", "_PinX": "88", "_PinY": "482", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7403" }, {"_PinId": "42761", "_HeadX": "293", "_HeadY": "591", "_PinX": "278", "_PinY": "539", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1028" }, {"_PinId": "42762", "_HeadX": "112", "_HeadY": "591", "_PinX": "147", "_PinY": "530", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1048" }, {"_PinId": "42763", "_HeadX": "287", "_HeadY": "363", "_PinX": "237", "_PinY": "321", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "5250" }, {"_PinId": "42933", "_HeadX": "245", "_HeadY": "126", "_PinX": "241", "_PinY": "205", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1005" }, {"_PinId": "42934", "_HeadX": "474", "_HeadY": "271", "_PinX": "405", "_PinY": "282", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1021" }, {"_PinId": "42935", "_HeadX": "33", "_HeadY": "7", "_PinX": "46", "_PinY": "22", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "833" }, {"_PinId": "43151", "_HeadX": "7", "_HeadY": "79", "_PinX": "36", "_PinY": "103", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "939" }, {"_PinId": "43152", "_HeadX": "75", "_HeadY": "517", "_PinX": "121", "_PinY": "461", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "6320" }, {"_PinId": "43153", "_HeadX": "151", "_HeadY": "599", "_PinX": "169", "_PinY": "557", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1034" }, {"_PinId": "43154", "_HeadX": "192", "_HeadY": "421", "_PinX": "199", "_PinY": "352", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1020" }, {"_PinId": "43155", "_HeadX": "422", "_HeadY": "142", "_PinX": "375", "_PinY": "194", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1043" }, {"_PinId": "43156", "_HeadX": "466", "_HeadY": "218", "_PinX": "402", "_PinY": "247", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "5055" }, {"_PinId": "43157", "_HeadX": "500", "_HeadY": "219", "_PinX": "434", "_PinY": "244", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4728" }, {"_PinId": "43158", "_HeadX": "363", "_HeadY": "126", "_PinX": "333", "_PinY": "189", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7388" }, {"_PinId": "43313", "_HeadX": "175", "_HeadY": "8", "_PinX": "187", "_PinY": "42", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1250" }, {"_PinId": "43314", "_HeadX": "8", "_HeadY": "422", "_PinX": "50", "_PinY": "404", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1049" }, {"_PinId": "43315", "_HeadX": "83", "_HeadY": "237", "_PinX": "155", "_PinY": "258", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1018" }, {"_PinId": "43316", "_HeadX": "433", "_HeadY": "494", "_PinX": "389", "_PinY": "440", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4662" }, {"_PinId": "43505", "_HeadX": "60", "_HeadY": "296", "_PinX": "130", "_PinY": "298", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2244" }, {"_PinId": "43506", "_HeadX": "52", "_HeadY": "466", "_PinX": "119", "_PinY": "429", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4924" }, {"_PinId": "43507", "_HeadX": "112", "_HeadY": "337", "_PinX": "181", "_PinY": "328", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1058" }, {"_PinId": "43706", "_HeadX": "273", "_HeadY": "134", "_PinX": "265", "_PinY": "212", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4832" }, {"_PinId": "43707", "_HeadX": "472", "_HeadY": "250", "_PinX": "404", "_PinY": "268", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1026" }, {"_PinId": "43708", "_HeadX": "339", "_HeadY": "467", "_PinX": "296", "_PinY": "405", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1015" }, {"_PinId": "43709", "_HeadX": "215", "_HeadY": "471", "_PinX": "214", "_PinY": "402", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1051" }, {"_PinId": "43710", "_HeadX": "342", "_HeadY": "545", "_PinX": "301", "_PinY": "485", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "43897", "_HeadX": "179", "_HeadY": "597", "_PinX": "187", "_PinY": "555", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1035" }, {"_PinId": "43898", "_HeadX": "249", "_HeadY": "8", "_PinX": "251", "_PinY": "32", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1249" }, {"_PinId": "43899", "_HeadX": "509", "_HeadY": "121", "_PinX": "454", "_PinY": "164", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1044" }, {"_PinId": "43900", "_HeadX": "526", "_HeadY": "8", "_PinX": "481", "_PinY": "62", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "836" }, {"_PinId": "43901", "_HeadX": "341", "_HeadY": "8", "_PinX": "338", "_PinY": "26", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2977" }, {"_PinId": "43902", "_HeadX": "227", "_HeadY": "183", "_PinX": "225", "_PinY": "248", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1123" }, {"_PinId": "44070", "_HeadX": "135", "_HeadY": "599", "_PinX": "142", "_PinY": "584", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "44071", "_HeadX": "11", "_HeadY": "362", "_PinX": "74", "_PinY": "354", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "953" }, {"_PinId": "44072", "_HeadX": "194", "_HeadY": "188", "_PinX": "216", "_PinY": "277", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "944" }, {"_PinId": "44073", "_HeadX": "499", "_HeadY": "339", "_PinX": "430", "_PinY": "328", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1016" }, {"_PinId": "44074", "_HeadX": "109", "_HeadY": "507", "_PinX": "151", "_PinY": "443", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1013" }, {"_PinId": "44075", "_HeadX": "521", "_HeadY": "281", "_PinX": "451", "_PinY": "287", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4937" }, {"_PinId": "44076", "_HeadX": "83", "_HeadY": "154", "_PinX": "125", "_PinY": "202", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4729" }, {"_PinId": "44077", "_HeadX": "422", "_HeadY": "80", "_PinX": "384", "_PinY": "139", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7219" }, {"_PinId": "44078", "_HeadX": "270", "_HeadY": "8", "_PinX": "271", "_PinY": "67", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "844" } ], "_NavigatorImage": "aa_oi_71.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2910.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41239", "_HeadX": "331", "_HeadY": "538", "_PinX": "298", "_PinY": "470", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "41240", "_HeadX": "93", "_HeadY": "532", "_PinX": "141", "_PinY": "485", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1013" }, {"_PinId": "41241", "_HeadX": "327", "_HeadY": "137", "_PinX": "300", "_PinY": "199", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2950" }, {"_PinId": "41242", "_HeadX": "418", "_HeadY": "147", "_PinX": "371", "_PinY": "199", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1043" }, {"_PinId": "41432", "_HeadX": "365", "_HeadY": "595", "_PinX": "344", "_PinY": "563", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1397" }, {"_PinId": "41433", "_HeadX": "486", "_HeadY": "183", "_PinX": "430", "_PinY": "222", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1045" }, {"_PinId": "41434", "_HeadX": "99", "_HeadY": "57", "_PinX": "66", "_PinY": "7", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "833" }, {"_PinId": "41619", "_HeadX": "332", "_HeadY": "592", "_PinX": "317", "_PinY": "549", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1103" }, {"_PinId": "41620", "_HeadX": "189", "_HeadY": "597", "_PinX": "199", "_PinY": "562", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1140" }, {"_PinId": "41621", "_HeadX": "448", "_HeadY": "489", "_PinX": "395", "_PinY": "446", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4662" }, {"_PinId": "41829", "_HeadX": "96", "_HeadY": "230", "_PinX": "157", "_PinY": "273", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1058" }, {"_PinId": "41830", "_HeadX": "124", "_HeadY": "597", "_PinX": "141", "_PinY": "578", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "41831", "_HeadX": "55", "_HeadY": "286", "_PinX": "125", "_PinY": "291", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2244" }, {"_PinId": "42005", "_HeadX": "302", "_HeadY": "118", "_PinX": "287", "_PinY": "188", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4832" }, {"_PinId": "42006", "_HeadX": "17", "_HeadY": "598", "_PinX": "43", "_PinY": "569", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4662" }, {"_PinId": "42007", "_HeadX": "457", "_HeadY": "278", "_PinX": "387", "_PinY": "287", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1026" }, {"_PinId": "42198", "_HeadX": "337", "_HeadY": "25", "_PinX": "318", "_PinY": "94", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "938" }, {"_PinId": "42199", "_HeadX": "149", "_HeadY": "66", "_PinX": "181", "_PinY": "123", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "937" }, {"_PinId": "42200", "_HeadX": "238", "_HeadY": "177", "_PinX": "227", "_PinY": "253", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "944" }, {"_PinId": "42201", "_HeadX": "397", "_HeadY": "110", "_PinX": "360", "_PinY": "170", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7209" }, {"_PinId": "42378", "_HeadX": "102", "_HeadY": "495", "_PinX": "153", "_PinY": "450", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1051" }, {"_PinId": "42379", "_HeadX": "95", "_HeadY": "573", "_PinX": "142", "_PinY": "523", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1048" }, {"_PinId": "42380", "_HeadX": "504", "_HeadY": "114", "_PinX": "458", "_PinY": "162", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1044" }, {"_PinId": "42381", "_HeadX": "518", "_HeadY": "371", "_PinX": "451", "_PinY": "352", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1042" }, {"_PinId": "42589", "_HeadX": "92", "_HeadY": "452", "_PinX": "149", "_PinY": "409", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1052" }, {"_PinId": "42590", "_HeadX": "72", "_HeadY": "408", "_PinX": "134", "_PinY": "376", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "973" }, {"_PinId": "42768", "_HeadX": "29", "_HeadY": "51", "_PinX": "65", "_PinY": "106", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "939" }, {"_PinId": "42769", "_HeadX": "72", "_HeadY": "299", "_PinX": "142", "_PinY": "300", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1055" }, {"_PinId": "42770", "_HeadX": "398", "_HeadY": "363", "_PinX": "329", "_PinY": "334", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1026" }, {"_PinId": "42771", "_HeadX": "135", "_HeadY": "338", "_PinX": "207", "_PinY": "328", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1017" }, {"_PinId": "42772", "_HeadX": "507", "_HeadY": "8", "_PinX": "469", "_PinY": "57", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "836" }, {"_PinId": "42773", "_HeadX": "293", "_HeadY": "8", "_PinX": "292", "_PinY": "34", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2977" }, {"_PinId": "42774", "_HeadX": "195", "_HeadY": "183", "_PinX": "220", "_PinY": "247", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1123" }, {"_PinId": "42939", "_HeadX": "98", "_HeadY": "171", "_PinX": "141", "_PinY": "230", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "81" }, {"_PinId": "42940", "_HeadX": "44", "_HeadY": "456", "_PinX": "108", "_PinY": "426", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4924" }, {"_PinId": "42941", "_HeadX": "29", "_HeadY": "363", "_PinX": "101", "_PinY": "352", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "959" }, {"_PinId": "42942", "_HeadX": "174", "_HeadY": "8", "_PinX": "186", "_PinY": "43", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1250" }, {"_PinId": "42943", "_HeadX": "111", "_HeadY": "7", "_PinX": "124", "_PinY": "31", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "43163", "_HeadX": "126", "_HeadY": "404", "_PinX": "184", "_PinY": "376", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1034" }, {"_PinId": "43319", "_HeadX": "263", "_HeadY": "517", "_PinX": "247", "_PinY": "438", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "942" }, {"_PinId": "43320", "_HeadX": "334", "_HeadY": "449", "_PinX": "288", "_PinY": "380", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1028" }, {"_PinId": "43321", "_HeadX": "163", "_HeadY": "597", "_PinX": "183", "_PinY": "545", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1035" }, {"_PinId": "43322", "_HeadX": "50", "_HeadY": "262", "_PinX": "119", "_PinY": "274", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "945" }, {"_PinId": "43323", "_HeadX": "274", "_HeadY": "115", "_PinX": "275", "_PinY": "185", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "957" }, {"_PinId": "43510", "_HeadX": "8", "_HeadY": "210", "_PinX": "43", "_PinY": "222", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "953" }, {"_PinId": "43511", "_HeadX": "492", "_HeadY": "235", "_PinX": "432", "_PinY": "252", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4937" }, {"_PinId": "43713", "_HeadX": "480", "_HeadY": "338", "_PinX": "411", "_PinY": "326", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "946" }, {"_PinId": "43714", "_HeadX": "217", "_HeadY": "597", "_PinX": "223", "_PinY": "566", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1082" }, {"_PinId": "43904", "_HeadX": "68", "_HeadY": "387", "_PinX": "133", "_PinY": "361", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "972" }, {"_PinId": "43905", "_HeadX": "83", "_HeadY": "329", "_PinX": "152", "_PinY": "320", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "943" }, {"_PinId": "43906", "_HeadX": "144", "_HeadY": "598", "_PinX": "173", "_PinY": "534", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1034" }, {"_PinId": "43907", "_HeadX": "495", "_HeadY": "210", "_PinX": "446", "_PinY": "231", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "5055" }, {"_PinId": "44082", "_HeadX": "54", "_HeadY": "503", "_PinX": "113", "_PinY": "462", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "6320" }, {"_PinId": "44083", "_HeadX": "8", "_HeadY": "444", "_PinX": "57", "_PinY": "429", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1049" }, {"_PinId": "44084", "_HeadX": "243", "_HeadY": "541", "_PinX": "237", "_PinY": "472", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1047" }, {"_PinId": "44085", "_HeadX": "391", "_HeadY": "8", "_PinX": "371", "_PinY": "61", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "44086", "_HeadX": "243", "_HeadY": "8", "_PinX": "245", "_PinY": "32", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1249" } ], "_NavigatorImage": "aa_oi_73.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2911.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41243", "_HeadX": "8", "_HeadY": "222", "_PinX": "37", "_PinY": "234", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7780" }, {"_PinId": "41244", "_HeadX": "21", "_HeadY": "526", "_PinX": "73", "_PinY": "479", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1759" }, {"_PinId": "41245", "_HeadX": "479", "_HeadY": "370", "_PinX": "410", "_PinY": "355", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7366" }, {"_PinId": "41435", "_HeadX": "108", "_HeadY": "37", "_PinX": "139", "_PinY": "100", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7458" }, {"_PinId": "41436", "_HeadX": "169", "_HeadY": "305", "_PinX": "174", "_PinY": "259", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "953" }, {"_PinId": "41622", "_HeadX": "445", "_HeadY": "29", "_PinX": "406", "_PinY": "87", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "41623", "_HeadX": "319", "_HeadY": "24", "_PinX": "303", "_PinY": "92", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "938" }, {"_PinId": "41624", "_HeadX": "246", "_HeadY": "424", "_PinX": "248", "_PinY": "366", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "12" }, {"_PinId": "41832", "_HeadX": "493", "_HeadY": "56", "_PinX": "458", "_PinY": "94", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7359" }, {"_PinId": "41833", "_HeadX": "8", "_HeadY": "349", "_PinX": "70", "_PinY": "342", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7626" }, {"_PinId": "41834", "_HeadX": "329", "_HeadY": "303", "_PinX": "311", "_PinY": "264", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "958" }, {"_PinId": "42008", "_HeadX": "37", "_HeadY": "579", "_PinX": "81", "_PinY": "525", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7620" }, {"_PinId": "42009", "_HeadX": "476", "_HeadY": "553", "_PinX": "430", "_PinY": "524", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7362" }, {"_PinId": "42010", "_HeadX": "221", "_HeadY": "144", "_PinX": "246", "_PinY": "195", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "937" }, {"_PinId": "42011", "_HeadX": "159", "_HeadY": "545", "_PinX": "160", "_PinY": "485", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "986" }, {"_PinId": "42202", "_HeadX": "244", "_HeadY": "618", "_PinX": "245", "_PinY": "548", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7230" }, {"_PinId": "42203", "_HeadX": "250", "_HeadY": "64", "_PinX": "250", "_PinY": "134", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "814" }, {"_PinId": "42204", "_HeadX": "188", "_HeadY": "621", "_PinX": "215", "_PinY": "617", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4703" }, {"_PinId": "42205", "_HeadX": "411", "_HeadY": "587", "_PinX": "375", "_PinY": "527", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "224" }, {"_PinId": "42382", "_HeadX": "249", "_HeadY": "278", "_PinX": "256", "_PinY": "243", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "936" }, {"_PinId": "42383", "_HeadX": "471", "_HeadY": "246", "_PinX": "425", "_PinY": "246", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "815" }, {"_PinId": "42591", "_HeadX": "435", "_HeadY": "309", "_PinX": "365", "_PinY": "313", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1102" }, {"_PinId": "42592", "_HeadX": "464", "_HeadY": "281", "_PinX": "415", "_PinY": "285", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "824" }, {"_PinId": "42775", "_HeadX": "68", "_HeadY": "505", "_PinX": "117", "_PinY": "455", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "988" }, {"_PinId": "42944", "_HeadX": "484", "_HeadY": "12", "_PinX": "442", "_PinY": "68", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "819" }, {"_PinId": "42945", "_HeadX": "442", "_HeadY": "7", "_PinX": "436", "_PinY": "18", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "820" }, {"_PinId": "43164", "_HeadX": "165", "_HeadY": "386", "_PinX": "177", "_PinY": "350", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1046" }, {"_PinId": "43165", "_HeadX": "476", "_HeadY": "185", "_PinX": "429", "_PinY": "209", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "816" }, {"_PinId": "43166", "_HeadX": "471", "_HeadY": "130", "_PinX": "440", "_PinY": "155", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "817" }, {"_PinId": "43324", "_HeadX": "7", "_HeadY": "456", "_PinX": "42", "_PinY": "437", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7281" }, {"_PinId": "43512", "_HeadX": "58", "_HeadY": "320", "_PinX": "128", "_PinY": "320", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1101" }, {"_PinId": "43513", "_HeadX": "345", "_HeadY": "377", "_PinX": "317", "_PinY": "355", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7797" }, {"_PinId": "43715", "_HeadX": "6", "_HeadY": "56", "_PinX": "38", "_PinY": "91", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7617" }, {"_PinId": "43716", "_HeadX": "476", "_HeadY": "95", "_PinX": "442", "_PinY": "124", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "818" }, {"_PinId": "43717", "_HeadX": "303", "_HeadY": "625", "_PinX": "278", "_PinY": "621", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4703" }, {"_PinId": "43908", "_HeadX": "70", "_HeadY": "116", "_PinX": "104", "_PinY": "143", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "939" }, {"_PinId": "44087", "_HeadX": "198", "_HeadY": "7", "_PinX": "209", "_PinY": "76", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7170" }, {"_PinId": "44088", "_HeadX": "451", "_HeadY": "181", "_PinX": "408", "_PinY": "212", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1041" }, {"_PinId": "44089", "_HeadX": "135", "_HeadY": "603", "_PinX": "169", "_PinY": "574", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "224" }, {"_PinId": "44090", "_HeadX": "459", "_HeadY": "512", "_PinX": "423", "_PinY": "479", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1759" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2912.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41246", "_HeadX": "216", "_HeadY": "106", "_PinX": "236", "_PinY": "154", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "937" }, {"_PinId": "41437", "_HeadX": "104", "_HeadY": "493", "_PinX": "132", "_PinY": "445", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7413" }, {"_PinId": "41438", "_HeadX": "166", "_HeadY": "136", "_PinX": "200", "_PinY": "186", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "6403" }, {"_PinId": "41625", "_HeadX": "363", "_HeadY": "213", "_PinX": "312", "_PinY": "261", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "958" }, {"_PinId": "41626", "_HeadX": "81", "_HeadY": "345", "_PinX": "134", "_PinY": "332", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1101" }, {"_PinId": "41627", "_HeadX": "28", "_HeadY": "522", "_PinX": "76", "_PinY": "483", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1759" }, {"_PinId": "41628", "_HeadX": "476", "_HeadY": "549", "_PinX": "426", "_PinY": "528", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7361" }, {"_PinId": "41835", "_HeadX": "466", "_HeadY": "173", "_PinX": "408", "_PinY": "212", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1041" }, {"_PinId": "42012", "_HeadX": "269", "_HeadY": "413", "_PinX": "249", "_PinY": "363", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "12" }, {"_PinId": "42013", "_HeadX": "30", "_HeadY": "588", "_PinX": "74", "_PinY": "534", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7619" }, {"_PinId": "42014", "_HeadX": "485", "_HeadY": "481", "_PinX": "422", "_PinY": "480", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1759" }, {"_PinId": "42206", "_HeadX": "433", "_HeadY": "309", "_PinX": "363", "_PinY": "313", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1102" }, {"_PinId": "42384", "_HeadX": "294", "_HeadY": "130", "_PinX": "281", "_PinY": "175", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "938" }, {"_PinId": "42593", "_HeadX": "140", "_HeadY": "383", "_PinX": "178", "_PinY": "350", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1046" }, {"_PinId": "42594", "_HeadX": "10", "_HeadY": "377", "_PinX": "46", "_PinY": "365", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7781" }, {"_PinId": "42776", "_HeadX": "139", "_HeadY": "554", "_PinX": "161", "_PinY": "488", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "986" }, {"_PinId": "42946", "_HeadX": "130", "_HeadY": "226", "_PinX": "172", "_PinY": "258", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "953" }, {"_PinId": "42947", "_HeadX": "349", "_HeadY": "621", "_PinX": "279", "_PinY": "621", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4703" }, {"_PinId": "43167", "_HeadX": "448", "_HeadY": "28", "_PinX": "409", "_PinY": "86", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "43168", "_HeadX": "237", "_HeadY": "8", "_PinX": "248", "_PinY": "58", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7441" }, {"_PinId": "43718", "_HeadX": "74", "_HeadY": "105", "_PinX": "118", "_PinY": "145", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "939" }, {"_PinId": "43719", "_HeadX": "49", "_HeadY": "461", "_PinX": "107", "_PinY": "434", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "988" }, {"_PinId": "43720", "_HeadX": "405", "_HeadY": "565", "_PinX": "348", "_PinY": "554", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "224" }, {"_PinId": "43909", "_HeadX": "473", "_HeadY": "343", "_PinX": "403", "_PinY": "336", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7378" }, {"_PinId": "44091", "_HeadX": "260", "_HeadY": "170", "_PinX": "255", "_PinY": "240", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "936" }, {"_PinId": "44092", "_HeadX": "20", "_HeadY": "309", "_PinX": "89", "_PinY": "319", "_BodySystemId": "5", "_BodySystemName": "Integumentary", "_TermId": "7637" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2913.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41442", "_HeadX": "235", "_HeadY": "79", "_PinX": "271", "_PinY": "141", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "955" }, {"_PinId": "41631", "_HeadX": "348", "_HeadY": "437", "_PinX": "337", "_PinY": "375", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5718" }, {"_PinId": "41632", "_HeadX": "343", "_HeadY": "170", "_PinX": "321", "_PinY": "223", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1053" }, {"_PinId": "42018", "_HeadX": "85", "_HeadY": "31", "_PinX": "138", "_PinY": "74", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7962" }, {"_PinId": "42019", "_HeadX": "349", "_HeadY": "363", "_PinX": "329", "_PinY": "303", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2267" }, {"_PinId": "42210", "_HeadX": "227", "_HeadY": "222", "_PinX": "297", "_PinY": "230", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2244" }, {"_PinId": "42211", "_HeadX": "354", "_HeadY": "301", "_PinX": "328", "_PinY": "245", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1022" }, {"_PinId": "42212", "_HeadX": "287", "_HeadY": "317", "_PinX": "315", "_PinY": "257", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1058" }, {"_PinId": "42213", "_HeadX": "551", "_HeadY": "432", "_PinX": "507", "_PinY": "396", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7148" }, {"_PinId": "42389", "_HeadX": "423", "_HeadY": "274", "_PinX": "363", "_PinY": "256", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "940" }, {"_PinId": "42390", "_HeadX": "494", "_HeadY": "427", "_PinX": "446", "_PinY": "376", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7116" }, {"_PinId": "42391", "_HeadX": "79", "_HeadY": "210", "_PinX": "147", "_PinY": "217", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7964" }, {"_PinId": "42392", "_HeadX": "196", "_HeadY": "111", "_PinX": "236", "_PinY": "167", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7963" }, {"_PinId": "42604", "_HeadX": "415", "_HeadY": "237", "_PinX": "346", "_PinY": "239", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1019" }, {"_PinId": "42781", "_HeadX": "261", "_HeadY": "172", "_PinX": "291", "_PinY": "218", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "954" }, {"_PinId": "42782", "_HeadX": "371", "_HeadY": "206", "_PinX": "323", "_PinY": "236", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1018" }, {"_PinId": "42783", "_HeadX": "8", "_HeadY": "170", "_PinX": "66", "_PinY": "181", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7997" }, {"_PinId": "42954", "_HeadX": "296", "_HeadY": "163", "_PinX": "309", "_PinY": "222", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1054" }, {"_PinId": "42955", "_HeadX": "95", "_HeadY": "326", "_PinX": "151", "_PinY": "294", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7224" }, {"_PinId": "42956", "_HeadX": "10", "_HeadY": "236", "_PinX": "80", "_PinY": "236", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7640" }, {"_PinId": "43175", "_HeadX": "276", "_HeadY": "425", "_PinX": "297", "_PinY": "358", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "43176", "_HeadX": "255", "_HeadY": "290", "_PinX": "299", "_PinY": "246", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1052" }, {"_PinId": "43177", "_HeadX": "545", "_HeadY": "327", "_PinX": "481", "_PinY": "311", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7965" }, {"_PinId": "43178", "_HeadX": "346", "_HeadY": "80", "_PinX": "330", "_PinY": "150", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "6614" }, {"_PinId": "43179", "_HeadX": "408", "_HeadY": "352", "_PinX": "363", "_PinY": "318", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7391" }, {"_PinId": "43329", "_HeadX": "106", "_HeadY": "426", "_PinX": "150", "_PinY": "374", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7062" }, {"_PinId": "43519", "_HeadX": "239", "_HeadY": "16", "_PinX": "259", "_PinY": "75", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "956" }, {"_PinId": "43520", "_HeadX": "450", "_HeadY": "97", "_PinX": "397", "_PinY": "137", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "937" }, {"_PinId": "43521", "_HeadX": "514", "_HeadY": "105", "_PinX": "458", "_PinY": "146", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7959" }, {"_PinId": "43725", "_HeadX": "432", "_HeadY": "43", "_PinX": "401", "_PinY": "106", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "936" }, {"_PinId": "43913", "_HeadX": "596", "_HeadY": "413", "_PinX": "533", "_PinY": "374", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1006" }, {"_PinId": "43914", "_HeadX": "219", "_HeadY": "371", "_PinX": "247", "_PinY": "318", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7966" } ], "_NavigatorImage": "aa_oi_75.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2914.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41251", "_HeadX": "146", "_HeadY": "81", "_PinX": "198", "_PinY": "128", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1114" }, {"_PinId": "41252", "_HeadX": "339", "_HeadY": "504", "_PinX": "358", "_PinY": "438", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "942" }, {"_PinId": "41253", "_HeadX": "299", "_HeadY": "604", "_PinX": "332", "_PinY": "542", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1037" }, {"_PinId": "41444", "_HeadX": "797", "_HeadY": "369", "_PinX": "727", "_PinY": "361", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7121" }, {"_PinId": "41445", "_HeadX": "798", "_HeadY": "98", "_PinX": "737", "_PinY": "132", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2241" }, {"_PinId": "41446", "_HeadX": "325", "_HeadY": "622", "_PinX": "347", "_PinY": "561", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1048" }, {"_PinId": "41635", "_HeadX": "128", "_HeadY": "176", "_PinX": "190", "_PinY": "208", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "7063" }, {"_PinId": "41636", "_HeadX": "391", "_HeadY": "630", "_PinX": "383", "_PinY": "604", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1035" }, {"_PinId": "41637", "_HeadX": "529", "_HeadY": "444", "_PinX": "480", "_PinY": "394", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1011" }, {"_PinId": "41638", "_HeadX": "493", "_HeadY": "122", "_PinX": "459", "_PinY": "169", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2950" }, {"_PinId": "41847", "_HeadX": "153", "_HeadY": "251", "_PinX": "221", "_PinY": "269", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7224" }, {"_PinId": "41848", "_HeadX": "423", "_HeadY": "450", "_PinX": "403", "_PinY": "381", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1020" }, {"_PinId": "41849", "_HeadX": "322", "_HeadY": "497", "_PinX": "352", "_PinY": "434", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "948" }, {"_PinId": "41850", "_HeadX": "605", "_HeadY": "147", "_PinX": "551", "_PinY": "184", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4937" }, {"_PinId": "41851", "_HeadX": "806", "_HeadY": "151", "_PinX": "755", "_PinY": "172", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2761" }, {"_PinId": "42022", "_HeadX": "372", "_HeadY": "137", "_PinX": "385", "_PinY": "206", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7730" }, {"_PinId": "42023", "_HeadX": "585", "_HeadY": "617", "_PinX": "533", "_PinY": "563", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1103" }, {"_PinId": "42024", "_HeadX": "277", "_HeadY": "454", "_PinX": "335", "_PinY": "407", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "973" }, {"_PinId": "42025", "_HeadX": "749", "_HeadY": "535", "_PinX": "690", "_PinY": "498", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "803" }, {"_PinId": "42026", "_HeadX": "425", "_HeadY": "107", "_PinX": "428", "_PinY": "178", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5030" }, {"_PinId": "42216", "_HeadX": "165", "_HeadY": "65", "_PinX": "213", "_PinY": "116", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1142" }, {"_PinId": "42217", "_HeadX": "606", "_HeadY": "435", "_PinX": "545", "_PinY": "400", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "974" }, {"_PinId": "42218", "_HeadX": "728", "_HeadY": "39", "_PinX": "689", "_PinY": "88", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7149" }, {"_PinId": "42219", "_HeadX": "343", "_HeadY": "239", "_PinX": "364", "_PinY": "312", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1058" }, {"_PinId": "42220", "_HeadX": "447", "_HeadY": "597", "_PinX": "410", "_PinY": "527", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1047" }, {"_PinId": "42393", "_HeadX": "675", "_HeadY": "234", "_PinX": "608", "_PinY": "255", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "5055" }, {"_PinId": "42394", "_HeadX": "469", "_HeadY": "27", "_PinX": "455", "_PinY": "96", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "937" }, {"_PinId": "42606", "_HeadX": "358", "_HeadY": "628", "_PinX": "367", "_PinY": "606", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1034" }, {"_PinId": "42607", "_HeadX": "803", "_HeadY": "238", "_PinX": "734", "_PinY": "252", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "42608", "_HeadX": "285", "_HeadY": "247", "_PinX": "333", "_PinY": "292", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7171" }, {"_PinId": "42609", "_HeadX": "302", "_HeadY": "307", "_PinX": "366", "_PinY": "336", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1022" }, {"_PinId": "42610", "_HeadX": "656", "_HeadY": "27", "_PinX": "609", "_PinY": "57", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "842" }, {"_PinId": "42784", "_HeadX": "663", "_HeadY": "322", "_PinX": "593", "_PinY": "322", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1021" }, {"_PinId": "42785", "_HeadX": "528", "_HeadY": "622", "_PinX": "489", "_PinY": "576", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1028" }, {"_PinId": "42786", "_HeadX": "136", "_HeadY": "621", "_PinX": "172", "_PinY": "582", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "996" }, {"_PinId": "42787", "_HeadX": "803", "_HeadY": "122", "_PinX": "750", "_PinY": "150", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2236" }, {"_PinId": "42788", "_HeadX": "610", "_HeadY": "7", "_PinX": "597", "_PinY": "27", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2977" }, {"_PinId": "42958", "_HeadX": "306", "_HeadY": "18", "_PinX": "328", "_PinY": "85", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "42959", "_HeadX": "458", "_HeadY": "411", "_PinX": "419", "_PinY": "349", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1017" }, {"_PinId": "42960", "_HeadX": "690", "_HeadY": "616", "_PinX": "642", "_PinY": "565", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "997" }, {"_PinId": "42961", "_HeadX": "263", "_HeadY": "601", "_PinX": "314", "_PinY": "547", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5046" }, {"_PinId": "42962", "_HeadX": "573", "_HeadY": "11", "_PinX": "543", "_PinY": "68", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "925" }, {"_PinId": "42963", "_HeadX": "769", "_HeadY": "341", "_PinX": "698", "_PinY": "346", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4834" }, {"_PinId": "42964", "_HeadX": "265", "_HeadY": "337", "_PinX": "333", "_PinY": "337", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1002" }, {"_PinId": "43181", "_HeadX": "484", "_HeadY": "233", "_PinX": "438", "_PinY": "285", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "952" }, {"_PinId": "43182", "_HeadX": "543", "_HeadY": "103", "_PinX": "506", "_PinY": "162", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7209" }, {"_PinId": "43183", "_HeadX": "802", "_HeadY": "16", "_PinX": "746", "_PinY": "59", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7120" }, {"_PinId": "43184", "_HeadX": "403", "_HeadY": "97", "_PinX": "412", "_PinY": "165", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "940" }, {"_PinId": "43334", "_HeadX": "270", "_HeadY": "93", "_PinX": "306", "_PinY": "153", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5718" }, {"_PinId": "43335", "_HeadX": "594", "_HeadY": "130", "_PinX": "545", "_PinY": "180", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4728" }, {"_PinId": "43523", "_HeadX": "426", "_HeadY": "627", "_PinX": "402", "_PinY": "577", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "979" }, {"_PinId": "43524", "_HeadX": "231", "_HeadY": "403", "_PinX": "298", "_PinY": "384", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "959" }, {"_PinId": "43525", "_HeadX": "438", "_HeadY": "92", "_PinX": "435", "_PinY": "166", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "957" }, {"_PinId": "43727", "_HeadX": "498", "_HeadY": "51", "_PinX": "476", "_PinY": "117", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1115" }, {"_PinId": "43728", "_HeadX": "373", "_HeadY": "485", "_PinX": "375", "_PinY": "418", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1009" }, {"_PinId": "43729", "_HeadX": "200", "_HeadY": "552", "_PinX": "257", "_PinY": "518", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1049" }, {"_PinId": "43730", "_HeadX": "464", "_HeadY": "557", "_PinX": "418", "_PinY": "498", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "5134" }, {"_PinId": "43919", "_HeadX": "679", "_HeadY": "59", "_PinX": "635", "_PinY": "115", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1006" }, {"_PinId": "43920", "_HeadX": "51", "_HeadY": "321", "_PinX": "121", "_PinY": "321", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7640" }, {"_PinId": "43921", "_HeadX": "497", "_HeadY": "540", "_PinX": "449", "_PinY": "501", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "43922", "_HeadX": "462", "_HeadY": "117", "_PinX": "441", "_PinY": "182", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4832" }, {"_PinId": "43923", "_HeadX": "543", "_HeadY": "11", "_PinX": "521", "_PinY": "67", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2890" }, {"_PinId": "43924", "_HeadX": "639", "_HeadY": "10", "_PinX": "604", "_PinY": "37", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "7443" }, {"_PinId": "43925", "_HeadX": "773", "_HeadY": "436", "_PinX": "706", "_PinY": "415", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "926" }, {"_PinId": "44097", "_HeadX": "471", "_HeadY": "216", "_PinX": "435", "_PinY": "274", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "944" }, {"_PinId": "44098", "_HeadX": "456", "_HeadY": "185", "_PinX": "432", "_PinY": "251", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1001" }, {"_PinId": "44099", "_HeadX": "566", "_HeadY": "313", "_PinX": "496", "_PinY": "316", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7388" }, {"_PinId": "44100", "_HeadX": "650", "_HeadY": "302", "_PinX": "580", "_PinY": "307", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1026" }, {"_PinId": "44101", "_HeadX": "153", "_HeadY": "388", "_PinX": "221", "_PinY": "370", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7219" } ], "_NavigatorImage": "aa_oi_77.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2915.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41257", "_HeadX": "103", "_HeadY": "216", "_PinX": "158", "_PinY": "247", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "975" }, {"_PinId": "41258", "_HeadX": "57", "_HeadY": "220", "_PinX": "108", "_PinY": "242", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7611" }, {"_PinId": "41259", "_HeadX": "97", "_HeadY": "416", "_PinX": "158", "_PinY": "381", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7494" }, {"_PinId": "41260", "_HeadX": "272", "_HeadY": "217", "_PinX": "257", "_PinY": "278", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1039" }, {"_PinId": "41261", "_HeadX": "144", "_HeadY": "284", "_PinX": "214", "_PinY": "297", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1040" }, {"_PinId": "41262", "_HeadX": "177", "_HeadY": "556", "_PinX": "201", "_PinY": "490", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "986" }, {"_PinId": "41263", "_HeadX": "12", "_HeadY": "475", "_PinX": "72", "_PinY": "443", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1759" }, {"_PinId": "41264", "_HeadX": "28", "_HeadY": "329", "_PinX": "86", "_PinY": "316", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "798" }, {"_PinId": "41449", "_HeadX": "272", "_HeadY": "75", "_PinX": "269", "_PinY": "131", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1123" }, {"_PinId": "41644", "_HeadX": "53", "_HeadY": "307", "_PinX": "114", "_PinY": "307", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "989" }, {"_PinId": "41645", "_HeadX": "249", "_HeadY": "68", "_PinX": "260", "_PinY": "139", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1212" }, {"_PinId": "41646", "_HeadX": "244", "_HeadY": "100", "_PinX": "258", "_PinY": "171", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "943" }, {"_PinId": "41647", "_HeadX": "417", "_HeadY": "81", "_PinX": "379", "_PinY": "140", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1026" }, {"_PinId": "41648", "_HeadX": "97", "_HeadY": "513", "_PinX": "143", "_PinY": "460", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "988" }, {"_PinId": "41649", "_HeadX": "196", "_HeadY": "7", "_PinX": "237", "_PinY": "24", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "961" }, {"_PinId": "41650", "_HeadX": "131", "_HeadY": "437", "_PinX": "183", "_PinY": "391", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7234" }, {"_PinId": "41853", "_HeadX": "346", "_HeadY": "208", "_PinX": "296", "_PinY": "260", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "5134" }, {"_PinId": "41854", "_HeadX": "179", "_HeadY": "494", "_PinX": "209", "_PinY": "437", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "994" }, {"_PinId": "41855", "_HeadX": "236", "_HeadY": "130", "_PinX": "257", "_PinY": "198", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1020" }, {"_PinId": "41856", "_HeadX": "49", "_HeadY": "499", "_PinX": "85", "_PinY": "461", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "147" }, {"_PinId": "41857", "_HeadX": "93", "_HeadY": "54", "_PinX": "110", "_PinY": "100", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "939" }, {"_PinId": "42031", "_HeadX": "377", "_HeadY": "97", "_PinX": "345", "_PinY": "159", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4662" }, {"_PinId": "42223", "_HeadX": "278", "_HeadY": "541", "_PinX": "278", "_PinY": "486", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "980" }, {"_PinId": "42224", "_HeadX": "388", "_HeadY": "447", "_PinX": "339", "_PinY": "397", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "979" }, {"_PinId": "42225", "_HeadX": "420", "_HeadY": "104", "_PinX": "379", "_PinY": "161", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1021" }, {"_PinId": "42226", "_HeadX": "91", "_HeadY": "561", "_PinX": "132", "_PinY": "504", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "224" }, {"_PinId": "42401", "_HeadX": "299", "_HeadY": "200", "_PinX": "279", "_PinY": "267", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1047" }, {"_PinId": "42615", "_HeadX": "175", "_HeadY": "161", "_PinX": "220", "_PinY": "217", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5053" }, {"_PinId": "42616", "_HeadX": "310", "_HeadY": "9", "_PinX": "297", "_PinY": "66", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "965" }, {"_PinId": "42617", "_HeadX": "122", "_HeadY": "168", "_PinX": "179", "_PinY": "213", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "959" }, {"_PinId": "42797", "_HeadX": "170", "_HeadY": "123", "_PinX": "204", "_PinY": "180", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2245" }, {"_PinId": "42798", "_HeadX": "90", "_HeadY": "587", "_PinX": "128", "_PinY": "528", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "920" }, {"_PinId": "42966", "_HeadX": "150", "_HeadY": "216", "_PinX": "203", "_PinY": "238", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "948" }, {"_PinId": "42967", "_HeadX": "346", "_HeadY": "465", "_PinX": "311", "_PinY": "404", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7050" }, {"_PinId": "42968", "_HeadX": "466", "_HeadY": "181", "_PinX": "402", "_PinY": "204", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1042" }, {"_PinId": "43189", "_HeadX": "240", "_HeadY": "431", "_PinX": "248", "_PinY": "368", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7232" }, {"_PinId": "43190", "_HeadX": "280", "_HeadY": "632", "_PinX": "278", "_PinY": "588", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "980" }, {"_PinId": "43191", "_HeadX": "27", "_HeadY": "286", "_PinX": "96", "_PinY": "296", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "803" }, {"_PinId": "43337", "_HeadX": "222", "_HeadY": "123", "_PinX": "245", "_PinY": "190", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1058" }, {"_PinId": "43338", "_HeadX": "213", "_HeadY": "172", "_PinX": "241", "_PinY": "221", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1009" }, {"_PinId": "43339", "_HeadX": "76", "_HeadY": "160", "_PinX": "136", "_PinY": "201", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7219" }, {"_PinId": "43340", "_HeadX": "465", "_HeadY": "78", "_PinX": "420", "_PinY": "132", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1044" }, {"_PinId": "43341", "_HeadX": "178", "_HeadY": "241", "_PinX": "230", "_PinY": "261", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1014" }, {"_PinId": "43342", "_HeadX": "25", "_HeadY": "247", "_PinX": "75", "_PinY": "267", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "222" }, {"_PinId": "43343", "_HeadX": "21", "_HeadY": "269", "_PinX": "81", "_PinY": "282", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "228" }, {"_PinId": "43529", "_HeadX": "303", "_HeadY": "120", "_PinX": "277", "_PinY": "184", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "5250" }, {"_PinId": "43530", "_HeadX": "284", "_HeadY": "124", "_PinX": "264", "_PinY": "188", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1017" }, {"_PinId": "43531", "_HeadX": "136", "_HeadY": "265", "_PinX": "202", "_PinY": "281", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1037" }, {"_PinId": "43532", "_HeadX": "156", "_HeadY": "492", "_PinX": "197", "_PinY": "445", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4935" }, {"_PinId": "43533", "_HeadX": "338", "_HeadY": "170", "_PinX": "307", "_PinY": "227", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1015" }, {"_PinId": "43732", "_HeadX": "472", "_HeadY": "263", "_PinX": "416", "_PinY": "279", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "43733", "_HeadX": "208", "_HeadY": "132", "_PinX": "235", "_PinY": "199", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1022" }, {"_PinId": "43734", "_HeadX": "452", "_HeadY": "137", "_PinX": "391", "_PinY": "178", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1016" }, {"_PinId": "43929", "_HeadX": "67", "_HeadY": "399", "_PinX": "132", "_PinY": "373", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "977" }, {"_PinId": "43930", "_HeadX": "171", "_HeadY": "185", "_PinX": "220", "_PinY": "234", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4726" }, {"_PinId": "43931", "_HeadX": "183", "_HeadY": "306", "_PinX": "242", "_PinY": "306", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7235" }, {"_PinId": "43932", "_HeadX": "138", "_HeadY": "323", "_PinX": "203", "_PinY": "316", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1048" }, {"_PinId": "44107", "_HeadX": "376", "_HeadY": "356", "_PinX": "309", "_PinY": "335", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1036" }, {"_PinId": "44108", "_HeadX": "185", "_HeadY": "361", "_PinX": "244", "_PinY": "330", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1035" }, {"_PinId": "44109", "_HeadX": "518", "_HeadY": "449", "_PinX": "485", "_PinY": "432", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "44110", "_HeadX": "420", "_HeadY": "8", "_PinX": "399", "_PinY": "49", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "938" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2916.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41275", "_HeadX": "416", "_HeadY": "466", "_PinX": "376", "_PinY": "409", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1081" }, {"_PinId": "41276", "_HeadX": "354", "_HeadY": "618", "_PinX": "351", "_PinY": "548", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4610" }, {"_PinId": "41463", "_HeadX": "513", "_HeadY": "708", "_PinX": "482", "_PinY": "645", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "985" }, {"_PinId": "41464", "_HeadX": "149", "_HeadY": "81", "_PinX": "189", "_PinY": "139", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "975" }, {"_PinId": "41659", "_HeadX": "8", "_HeadY": "411", "_PinX": "40", "_PinY": "407", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "222" }, {"_PinId": "41660", "_HeadX": "374", "_HeadY": "606", "_PinX": "359", "_PinY": "541", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1079" }, {"_PinId": "41866", "_HeadX": "378", "_HeadY": "462", "_PinX": "355", "_PinY": "396", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1082" }, {"_PinId": "41867", "_HeadX": "530", "_HeadY": "254", "_PinX": "469", "_PinY": "289", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1102" }, {"_PinId": "41868", "_HeadX": "543", "_HeadY": "7", "_PinX": "516", "_PinY": "56", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7352" }, {"_PinId": "41869", "_HeadX": "447", "_HeadY": "252", "_PinX": "399", "_PinY": "303", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1047" }, {"_PinId": "41870", "_HeadX": "477", "_HeadY": "306", "_PinX": "412", "_PinY": "333", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7055" }, {"_PinId": "41871", "_HeadX": "503", "_HeadY": "326", "_PinX": "435", "_PinY": "341", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7144" }, {"_PinId": "42035", "_HeadX": "26", "_HeadY": "387", "_PinX": "96", "_PinY": "382", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7611" }, {"_PinId": "42036", "_HeadX": "8", "_HeadY": "430", "_PinX": "56", "_PinY": "421", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "228" }, {"_PinId": "42241", "_HeadX": "640", "_HeadY": "325", "_PinX": "570", "_PinY": "333", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "990" }, {"_PinId": "42242", "_HeadX": "239", "_HeadY": "8", "_PinX": "255", "_PinY": "65", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7494" }, {"_PinId": "42412", "_HeadX": "266", "_HeadY": "476", "_PinX": "305", "_PinY": "418", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "979" }, {"_PinId": "42413", "_HeadX": "10", "_HeadY": "477", "_PinX": "76", "_PinY": "454", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "798" }, {"_PinId": "42631", "_HeadX": "503", "_HeadY": "496", "_PinX": "449", "_PinY": "451", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1397" }, {"_PinId": "42805", "_HeadX": "332", "_HeadY": "127", "_PinX": "335", "_PinY": "197", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "42974", "_HeadX": "48", "_HeadY": "442", "_PinX": "116", "_PinY": "424", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "989" }, {"_PinId": "43208", "_HeadX": "505", "_HeadY": "562", "_PinX": "461", "_PinY": "508", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1033" }, {"_PinId": "43209", "_HeadX": "560", "_HeadY": "200", "_PinX": "504", "_PinY": "242", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7409" }, {"_PinId": "43354", "_HeadX": "475", "_HeadY": "370", "_PinX": "405", "_PinY": "366", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1028" }, {"_PinId": "43546", "_HeadX": "417", "_HeadY": "696", "_PinX": "402", "_PinY": "627", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1080" }, {"_PinId": "43739", "_HeadX": "125", "_HeadY": "443", "_PinX": "191", "_PinY": "419", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "980" }, {"_PinId": "43740", "_HeadX": "615", "_HeadY": "9", "_PinX": "579", "_PinY": "57", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1041" }, {"_PinId": "43741", "_HeadX": "158", "_HeadY": "131", "_PinX": "202", "_PinY": "186", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "977" }, {"_PinId": "44117", "_HeadX": "543", "_HeadY": "352", "_PinX": "473", "_PinY": "355", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1032" }, {"_PinId": "44118", "_HeadX": "475", "_HeadY": "168", "_PinX": "436", "_PinY": "226", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "5134" }, {"_PinId": "44119", "_HeadX": "66", "_HeadY": "113", "_PinX": "118", "_PinY": "160", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "927" }, {"_PinId": "44120", "_HeadX": "474", "_HeadY": "28", "_PinX": "449", "_PinY": "93", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7693" } ], "_NavigatorImage": "aa_oi_80.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2917.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41277", "_HeadX": "86", "_HeadY": "520", "_PinX": "131", "_PinY": "467", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "988" }, {"_PinId": "41278", "_HeadX": "178", "_HeadY": "307", "_PinX": "246", "_PinY": "315", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1029" }, {"_PinId": "41279", "_HeadX": "249", "_HeadY": "611", "_PinX": "250", "_PinY": "541", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5749" }, {"_PinId": "41280", "_HeadX": "31", "_HeadY": "218", "_PinX": "95", "_PinY": "247", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7219" }, {"_PinId": "41281", "_HeadX": "289", "_HeadY": "6", "_PinX": "282", "_PinY": "22", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1332" }, {"_PinId": "41282", "_HeadX": "358", "_HeadY": "632", "_PinX": "345", "_PinY": "590", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2933" }, {"_PinId": "41465", "_HeadX": "354", "_HeadY": "70", "_PinX": "322", "_PinY": "129", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2950" }, {"_PinId": "41466", "_HeadX": "44", "_HeadY": "349", "_PinX": "114", "_PinY": "340", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "989" }, {"_PinId": "41467", "_HeadX": "389", "_HeadY": "48", "_PinX": "358", "_PinY": "111", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7209" }, {"_PinId": "41468", "_HeadX": "164", "_HeadY": "256", "_PinX": "226", "_PinY": "278", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1014" }, {"_PinId": "41469", "_HeadX": "111", "_HeadY": "8", "_PinX": "117", "_PinY": "22", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "833" }, {"_PinId": "41661", "_HeadX": "139", "_HeadY": "376", "_PinX": "202", "_PinY": "346", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1046" }, {"_PinId": "41662", "_HeadX": "275", "_HeadY": "221", "_PinX": "262", "_PinY": "290", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1035" }, {"_PinId": "41663", "_HeadX": "94", "_HeadY": "34", "_PinX": "128", "_PinY": "95", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "939" }, {"_PinId": "41664", "_HeadX": "494", "_HeadY": "318", "_PinX": "424", "_PinY": "318", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "803" }, {"_PinId": "41872", "_HeadX": "241", "_HeadY": "7", "_PinX": "250", "_PinY": "33", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1250" }, {"_PinId": "41873", "_HeadX": "307", "_HeadY": "343", "_PinX": "255", "_PinY": "337", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1027" }, {"_PinId": "41874", "_HeadX": "275", "_HeadY": "605", "_PinX": "271", "_PinY": "535", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "984" }, {"_PinId": "42037", "_HeadX": "228", "_HeadY": "80", "_PinX": "236", "_PinY": "150", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1053" }, {"_PinId": "42038", "_HeadX": "181", "_HeadY": "484", "_PinX": "210", "_PinY": "420", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "980" }, {"_PinId": "42039", "_HeadX": "280", "_HeadY": "383", "_PinX": "240", "_PinY": "349", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1034" }, {"_PinId": "42040", "_HeadX": "226", "_HeadY": "632", "_PinX": "230", "_PinY": "585", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1056" }, {"_PinId": "42041", "_HeadX": "500", "_HeadY": "344", "_PinX": "440", "_PinY": "337", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "228" }, {"_PinId": "42243", "_HeadX": "206", "_HeadY": "403", "_PinX": "217", "_PinY": "367", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "42244", "_HeadX": "149", "_HeadY": "139", "_PinX": "201", "_PinY": "179", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2244" }, {"_PinId": "42245", "_HeadX": "296", "_HeadY": "142", "_PinX": "277", "_PinY": "202", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "5250" }, {"_PinId": "42246", "_HeadX": "152", "_HeadY": "230", "_PinX": "214", "_PinY": "260", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5054" }, {"_PinId": "42247", "_HeadX": "157", "_HeadY": "394", "_PinX": "213", "_PinY": "352", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1031" }, {"_PinId": "42248", "_HeadX": "219", "_HeadY": "465", "_PinX": "236", "_PinY": "397", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7233" }, {"_PinId": "42249", "_HeadX": "261", "_HeadY": "75", "_PinX": "260", "_PinY": "145", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7730" }, {"_PinId": "42250", "_HeadX": "304", "_HeadY": "428", "_PinX": "260", "_PinY": "401", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1190" }, {"_PinId": "42414", "_HeadX": "235", "_HeadY": "165", "_PinX": "243", "_PinY": "210", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1058" }, {"_PinId": "42415", "_HeadX": "351", "_HeadY": "417", "_PinX": "298", "_PinY": "372", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1028" }, {"_PinId": "42416", "_HeadX": "442", "_HeadY": "539", "_PinX": "391", "_PinY": "497", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "985" }, {"_PinId": "42417", "_HeadX": "437", "_HeadY": "7", "_PinX": "419", "_PinY": "39", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "836" }, {"_PinId": "42632", "_HeadX": "286", "_HeadY": "105", "_PinX": "274", "_PinY": "167", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "944" }, {"_PinId": "42633", "_HeadX": "458", "_HeadY": "48", "_PinX": "416", "_PinY": "104", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1041" }, {"_PinId": "42634", "_HeadX": "301", "_HeadY": "45", "_PinX": "297", "_PinY": "113", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1005" }, {"_PinId": "42806", "_HeadX": "169", "_HeadY": "281", "_PinX": "237", "_PinY": "304", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5046" }, {"_PinId": "42807", "_HeadX": "240", "_HeadY": "506", "_PinX": "257", "_PinY": "439", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1172" }, {"_PinId": "42808", "_HeadX": "342", "_HeadY": "8", "_PinX": "336", "_PinY": "30", "_BodySystemId": "10", "_BodySystemName": "Respiratory", "_TermId": "2977" }, {"_PinId": "42975", "_HeadX": "264", "_HeadY": "8", "_PinX": "264", "_PinY": "34", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1324" }, {"_PinId": "42976", "_HeadX": "336", "_HeadY": "54", "_PinX": "313", "_PinY": "121", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4832" }, {"_PinId": "42977", "_HeadX": "315", "_HeadY": "52", "_PinX": "307", "_PinY": "119", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "957" }, {"_PinId": "42978", "_HeadX": "401", "_HeadY": "276", "_PinX": "334", "_PinY": "296", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "42979", "_HeadX": "41", "_HeadY": "251", "_PinX": "108", "_PinY": "272", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7611" }, {"_PinId": "42980", "_HeadX": "150", "_HeadY": "568", "_PinX": "177", "_PinY": "504", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4402" }, {"_PinId": "42981", "_HeadX": "120", "_HeadY": "190", "_PinX": "187", "_PinY": "231", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "974" }, {"_PinId": "42982", "_HeadX": "305", "_HeadY": "7", "_PinX": "291", "_PinY": "35", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "2549" }, {"_PinId": "42983", "_HeadX": "313", "_HeadY": "484", "_PinX": "277", "_PinY": "437", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7379" }, {"_PinId": "42984", "_HeadX": "214", "_HeadY": "8", "_PinX": "216", "_PinY": "26", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "43210", "_HeadX": "245", "_HeadY": "76", "_PinX": "248", "_PinY": "146", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7350" }, {"_PinId": "43211", "_HeadX": "395", "_HeadY": "326", "_PinX": "325", "_PinY": "323", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1032" }, {"_PinId": "43212", "_HeadX": "458", "_HeadY": "410", "_PinX": "394", "_PinY": "382", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "990" }, {"_PinId": "43213", "_HeadX": "389", "_HeadY": "466", "_PinX": "336", "_PinY": "440", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1033" }, {"_PinId": "43214", "_HeadX": "304", "_HeadY": "624", "_PinX": "292", "_PinY": "567", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2894" }, {"_PinId": "43215", "_HeadX": "148", "_HeadY": "434", "_PinX": "196", "_PinY": "383", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7048" }, {"_PinId": "43216", "_HeadX": "505", "_HeadY": "374", "_PinX": "453", "_PinY": "363", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "222" }, {"_PinId": "43217", "_HeadX": "413", "_HeadY": "601", "_PinX": "379", "_PinY": "540", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "224" }, {"_PinId": "43218", "_HeadX": "503", "_HeadY": "389", "_PinX": "435", "_PinY": "370", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "798" }, {"_PinId": "43355", "_HeadX": "172", "_HeadY": "189", "_PinX": "231", "_PinY": "201", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "943" }, {"_PinId": "43356", "_HeadX": "473", "_HeadY": "181", "_PinX": "414", "_PinY": "219", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7352" }, {"_PinId": "43357", "_HeadX": "270", "_HeadY": "138", "_PinX": "265", "_PinY": "208", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1017" }, {"_PinId": "43358", "_HeadX": "138", "_HeadY": "339", "_PinX": "207", "_PinY": "328", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1030" }, {"_PinId": "43359", "_HeadX": "165", "_HeadY": "632", "_PinX": "174", "_PinY": "601", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2933" }, {"_PinId": "43360", "_HeadX": "392", "_HeadY": "398", "_PinX": "331", "_PinY": "363", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1103" }, {"_PinId": "43361", "_HeadX": "402", "_HeadY": "65", "_PinX": "367", "_PinY": "126", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1043" }, {"_PinId": "43362", "_HeadX": "314", "_HeadY": "580", "_PinX": "299", "_PinY": "512", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7669" }, {"_PinId": "43547", "_HeadX": "88", "_HeadY": "587", "_PinX": "125", "_PinY": "528", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "224" }, {"_PinId": "43548", "_HeadX": "18", "_HeadY": "514", "_PinX": "72", "_PinY": "470", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1759" }, {"_PinId": "43742", "_HeadX": "196", "_HeadY": "116", "_PinX": "222", "_PinY": "177", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1055" }, {"_PinId": "43743", "_HeadX": "197", "_HeadY": "217", "_PinX": "237", "_PinY": "264", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "942" }, {"_PinId": "43744", "_HeadX": "102", "_HeadY": "451", "_PinX": "155", "_PinY": "406", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7494" }, {"_PinId": "43745", "_HeadX": "149", "_HeadY": "479", "_PinX": "183", "_PinY": "417", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7234" }, {"_PinId": "43746", "_HeadX": "451", "_HeadY": "147", "_PinX": "399", "_PinY": "193", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1016" }, {"_PinId": "43747", "_HeadX": "276", "_HeadY": "509", "_PinX": "269", "_PinY": "439", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "7638" }, {"_PinId": "43748", "_HeadX": "190", "_HeadY": "28", "_PinX": "205", "_PinY": "96", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5718" }, {"_PinId": "43948", "_HeadX": "169", "_HeadY": "119", "_PinX": "213", "_PinY": "174", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "945" }, {"_PinId": "43949", "_HeadX": "362", "_HeadY": "252", "_PinX": "303", "_PinY": "290", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "5134" }, {"_PinId": "43950", "_HeadX": "430", "_HeadY": "122", "_PinX": "384", "_PinY": "175", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1026" }, {"_PinId": "43951", "_HeadX": "70", "_HeadY": "423", "_PinX": "131", "_PinY": "389", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "977" }, {"_PinId": "43952", "_HeadX": "313", "_HeadY": "183", "_PinX": "286", "_PinY": "248", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1015" }, {"_PinId": "44121", "_HeadX": "173", "_HeadY": "565", "_PinX": "195", "_PinY": "499", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "986" }, {"_PinId": "44122", "_HeadX": "442", "_HeadY": "303", "_PinX": "372", "_PinY": "309", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "975" }, {"_PinId": "44123", "_HeadX": "342", "_HeadY": "606", "_PinX": "322", "_PinY": "539", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2040" }, {"_PinId": "44124", "_HeadX": "376", "_HeadY": "632", "_PinX": "359", "_PinY": "587", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2944" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2918.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41283", "_HeadX": "318", "_HeadY": "55", "_PinX": "278", "_PinY": "108", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4832" }, {"_PinId": "41284", "_HeadX": "434", "_HeadY": "243", "_PinX": "370", "_PinY": "271", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1102" }, {"_PinId": "41285", "_HeadX": "399", "_HeadY": "599", "_PinX": "356", "_PinY": "545", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5306" }, {"_PinId": "41286", "_HeadX": "81", "_HeadY": "151", "_PinX": "132", "_PinY": "199", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7219" }, {"_PinId": "41470", "_HeadX": "131", "_HeadY": "8", "_PinX": "156", "_PinY": "67", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1114" }, {"_PinId": "41471", "_HeadX": "181", "_HeadY": "121", "_PinX": "213", "_PinY": "183", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "2244" }, {"_PinId": "41472", "_HeadX": "159", "_HeadY": "174", "_PinX": "218", "_PinY": "231", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "973" }, {"_PinId": "41473", "_HeadX": "401", "_HeadY": "111", "_PinX": "362", "_PinY": "169", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1026" }, {"_PinId": "41474", "_HeadX": "475", "_HeadY": "510", "_PinX": "412", "_PinY": "483", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2940" }, {"_PinId": "41665", "_HeadX": "436", "_HeadY": "5", "_PinX": "402", "_PinY": "66", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1006" }, {"_PinId": "41666", "_HeadX": "52", "_HeadY": "212", "_PinX": "114", "_PinY": "244", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1101" }, {"_PinId": "41667", "_HeadX": "319", "_HeadY": "603", "_PinX": "325", "_PinY": "542", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2040" }, {"_PinId": "41668", "_HeadX": "355", "_HeadY": "608", "_PinX": "333", "_PinY": "541", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2042" }, {"_PinId": "41669", "_HeadX": "450", "_HeadY": "542", "_PinX": "398", "_PinY": "501", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2958" }, {"_PinId": "41670", "_HeadX": "170", "_HeadY": "382", "_PinX": "228", "_PinY": "370", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "979" }, {"_PinId": "41875", "_HeadX": "319", "_HeadY": "107", "_PinX": "275", "_PinY": "168", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1001" }, {"_PinId": "41876", "_HeadX": "63", "_HeadY": "390", "_PinX": "123", "_PinY": "370", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "996" }, {"_PinId": "42042", "_HeadX": "141", "_HeadY": "83", "_PinX": "172", "_PinY": "146", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7224" }, {"_PinId": "42043", "_HeadX": "246", "_HeadY": "414", "_PinX": "246", "_PinY": "348", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1035" }, {"_PinId": "42044", "_HeadX": "296", "_HeadY": "437", "_PinX": "275", "_PinY": "370", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1082" }, {"_PinId": "42045", "_HeadX": "379", "_HeadY": "632", "_PinX": "361", "_PinY": "584", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2944" }, {"_PinId": "42046", "_HeadX": "81", "_HeadY": "577", "_PinX": "124", "_PinY": "528", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "224" }, {"_PinId": "42251", "_HeadX": "355", "_HeadY": "479", "_PinX": "319", "_PinY": "419", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "7384" }, {"_PinId": "42418", "_HeadX": "268", "_HeadY": "24", "_PinX": "266", "_PinY": "94", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1005" }, {"_PinId": "42419", "_HeadX": "228", "_HeadY": "105", "_PinX": "231", "_PinY": "175", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1058" }, {"_PinId": "42420", "_HeadX": "250", "_HeadY": "119", "_PinX": "235", "_PinY": "195", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1022" }, {"_PinId": "42421", "_HeadX": "303", "_HeadY": "148", "_PinX": "261", "_PinY": "203", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1017" }, {"_PinId": "42422", "_HeadX": "414", "_HeadY": "550", "_PinX": "363", "_PinY": "536", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3562" }, {"_PinId": "42423", "_HeadX": "404", "_HeadY": "80", "_PinX": "368", "_PinY": "140", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "5055" }, {"_PinId": "42635", "_HeadX": "98", "_HeadY": "8", "_PinX": "125", "_PinY": "60", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7116" }, {"_PinId": "42636", "_HeadX": "282", "_HeadY": "8", "_PinX": "283", "_PinY": "56", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "937" }, {"_PinId": "42637", "_HeadX": "317", "_HeadY": "236", "_PinX": "277", "_PinY": "294", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "42809", "_HeadX": "172", "_HeadY": "334", "_PinX": "241", "_PinY": "323", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1034" }, {"_PinId": "42810", "_HeadX": "309", "_HeadY": "519", "_PinX": "292", "_PinY": "451", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7669" }, {"_PinId": "42811", "_HeadX": "474", "_HeadY": "169", "_PinX": "417", "_PinY": "209", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1042" }, {"_PinId": "42812", "_HeadX": "203", "_HeadY": "109", "_PinX": "221", "_PinY": "177", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1055" }, {"_PinId": "42985", "_HeadX": "87", "_HeadY": "56", "_PinX": "125", "_PinY": "115", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "7063" }, {"_PinId": "42986", "_HeadX": "17", "_HeadY": "43", "_PinX": "63", "_PinY": "96", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "42987", "_HeadX": "107", "_HeadY": "434", "_PinX": "168", "_PinY": "423", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7723" }, {"_PinId": "42988", "_HeadX": "253", "_HeadY": "33", "_PinX": "254", "_PinY": "103", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7730" }, {"_PinId": "42989", "_HeadX": "343", "_HeadY": "129", "_PinX": "303", "_PinY": "189", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7388" }, {"_PinId": "43219", "_HeadX": "386", "_HeadY": "191", "_PinX": "329", "_PinY": "235", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "974" }, {"_PinId": "43220", "_HeadX": "214", "_HeadY": "598", "_PinX": "253", "_PinY": "539", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "984" }, {"_PinId": "43221", "_HeadX": "135", "_HeadY": "505", "_PinX": "174", "_PinY": "447", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "994" }, {"_PinId": "43222", "_HeadX": "462", "_HeadY": "354", "_PinX": "393", "_PinY": "343", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "997" }, {"_PinId": "43363", "_HeadX": "38", "_HeadY": "139", "_PinX": "92", "_PinY": "183", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7640" }, {"_PinId": "43364", "_HeadX": "206", "_HeadY": "8", "_PinX": "212", "_PinY": "44", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "43365", "_HeadX": "99", "_HeadY": "303", "_PinX": "169", "_PinY": "310", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1046" }, {"_PinId": "43366", "_HeadX": "355", "_HeadY": "400", "_PinX": "301", "_PinY": "355", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1028" }, {"_PinId": "43549", "_HeadX": "150", "_HeadY": "6", "_PinX": "173", "_PinY": "72", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1142" }, {"_PinId": "43550", "_HeadX": "317", "_HeadY": "13", "_PinX": "294", "_PinY": "63", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1115" }, {"_PinId": "43551", "_HeadX": "267", "_HeadY": "130", "_PinX": "245", "_PinY": "187", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "1002" }, {"_PinId": "43552", "_HeadX": "425", "_HeadY": "140", "_PinX": "376", "_PinY": "180", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1021" }, {"_PinId": "43553", "_HeadX": "274", "_HeadY": "632", "_PinX": "272", "_PinY": "584", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1056" }, {"_PinId": "43554", "_HeadX": "145", "_HeadY": "572", "_PinX": "179", "_PinY": "521", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "4402" }, {"_PinId": "43749", "_HeadX": "235", "_HeadY": "8", "_PinX": "239", "_PinY": "66", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "5718" }, {"_PinId": "43750", "_HeadX": "293", "_HeadY": "625", "_PinX": "287", "_PinY": "568", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2894" }, {"_PinId": "43751", "_HeadX": "174", "_HeadY": "504", "_PinX": "203", "_PinY": "440", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "7642" }, {"_PinId": "43752", "_HeadX": "352", "_HeadY": "324", "_PinX": "282", "_PinY": "321", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7249" }, {"_PinId": "43953", "_HeadX": "357", "_HeadY": "41", "_PinX": "319", "_PinY": "93", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7209" }, {"_PinId": "43954", "_HeadX": "344", "_HeadY": "163", "_PinX": "298", "_PinY": "228", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1011" }, {"_PinId": "44125", "_HeadX": "442", "_HeadY": "596", "_PinX": "387", "_PinY": "560", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "920" }, {"_PinId": "44126", "_HeadX": "344", "_HeadY": "630", "_PinX": "340", "_PinY": "594", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2933" }, {"_PinId": "44127", "_HeadX": "213", "_HeadY": "631", "_PinX": "256", "_PinY": "618", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4144" }, {"_PinId": "44128", "_HeadX": "455", "_HeadY": "68", "_PinX": "412", "_PinY": "123", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1044" } ] }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pindata/aa_dat_pindata_2919.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41287", "_HeadX": "431", "_HeadY": "724", "_PinX": "412", "_PinY": "657", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1168" }, {"_PinId": "41475", "_HeadX": "364", "_HeadY": "15", "_PinX": "362", "_PinY": "85", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "4832" }, {"_PinId": "41476", "_HeadX": "511", "_HeadY": "274", "_PinX": "462", "_PinY": "324", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "4616" }, {"_PinId": "41477", "_HeadX": "403", "_HeadY": "524", "_PinX": "365", "_PinY": "465", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "1111" }, {"_PinId": "41478", "_HeadX": "242", "_HeadY": "713", "_PinX": "267", "_PinY": "648", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "7642" }, {"_PinId": "41671", "_HeadX": "352", "_HeadY": "8", "_PinX": "352", "_PinY": "33", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1115" }, {"_PinId": "41672", "_HeadX": "347", "_HeadY": "173", "_PinX": "347", "_PinY": "243", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1119" }, {"_PinId": "41877", "_HeadX": "488", "_HeadY": "589", "_PinX": "440", "_PinY": "538", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "7384" }, {"_PinId": "42047", "_HeadX": "330", "_HeadY": "172", "_PinX": "332", "_PinY": "249", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1020" }, {"_PinId": "42048", "_HeadX": "414", "_HeadY": "10", "_PinX": "404", "_PinY": "79", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1141" }, {"_PinId": "42049", "_HeadX": "459", "_HeadY": "199", "_PinX": "430", "_PinY": "263", "_BodySystemId": "3", "_BodySystemName": "Endocrine", "_TermId": "1069" }, {"_PinId": "42050", "_HeadX": "431", "_HeadY": "181", "_PinX": "410", "_PinY": "248", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1066" }, {"_PinId": "42051", "_HeadX": "463", "_HeadY": "256", "_PinX": "426", "_PinY": "315", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1064" }, {"_PinId": "42052", "_HeadX": "139", "_HeadY": "19", "_PinX": "170", "_PinY": "82", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "925" }, {"_PinId": "42053", "_HeadX": "299", "_HeadY": "794", "_PinX": "308", "_PinY": "724", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "985" }, {"_PinId": "42252", "_HeadX": "480", "_HeadY": "510", "_PinX": "418", "_PinY": "477", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1116" }, {"_PinId": "42253", "_HeadX": "308", "_HeadY": "527", "_PinX": "337", "_PinY": "463", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1158" }, {"_PinId": "42254", "_HeadX": "381", "_HeadY": "861", "_PinX": "376", "_PinY": "791", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "984" }, {"_PinId": "42255", "_HeadX": "8", "_HeadY": "477", "_PinX": "27", "_PinY": "475", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "222" }, {"_PinId": "42256", "_HeadX": "412", "_HeadY": "351", "_PinX": "374", "_PinY": "412", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1140" }, {"_PinId": "42257", "_HeadX": "333", "_HeadY": "42", "_PinX": "341", "_PinY": "94", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1212" }, {"_PinId": "42424", "_HeadX": "204", "_HeadY": "587", "_PinX": "253", "_PinY": "537", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "3565" }, {"_PinId": "42425", "_HeadX": "392", "_HeadY": "227", "_PinX": "378", "_PinY": "296", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "1342" }, {"_PinId": "42426", "_HeadX": "318", "_HeadY": "700", "_PinX": "326", "_PinY": "630", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1169" }, {"_PinId": "42427", "_HeadX": "8", "_HeadY": "428", "_PinX": "58", "_PinY": "429", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "798" }, {"_PinId": "42428", "_HeadX": "363", "_HeadY": "155", "_PinX": "354", "_PinY": "230", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "1106" }, {"_PinId": "42638", "_HeadX": "316", "_HeadY": "264", "_PinX": "355", "_PinY": "315", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1035" }, {"_PinId": "42639", "_HeadX": "505", "_HeadY": "700", "_PinX": "469", "_PinY": "640", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1397" }, {"_PinId": "42640", "_HeadX": "574", "_HeadY": "356", "_PinX": "508", "_PinY": "380", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1102" }, {"_PinId": "42641", "_HeadX": "459", "_HeadY": "366", "_PinX": "401", "_PinY": "404", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "1105" }, {"_PinId": "42813", "_HeadX": "143", "_HeadY": "330", "_PinX": "205", "_PinY": "363", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1101" }, {"_PinId": "42814", "_HeadX": "182", "_HeadY": "781", "_PinX": "212", "_PinY": "718", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1396" }, {"_PinId": "42990", "_HeadX": "406", "_HeadY": "632", "_PinX": "386", "_PinY": "565", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1082" }, {"_PinId": "42991", "_HeadX": "228", "_HeadY": "312", "_PinX": "276", "_PinY": "363", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1118" }, {"_PinId": "42992", "_HeadX": "349", "_HeadY": "710", "_PinX": "349", "_PinY": "640", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1139" }, {"_PinId": "42993", "_HeadX": "297", "_HeadY": "128", "_PinX": "308", "_PinY": "197", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "1360" }, {"_PinId": "43223", "_HeadX": "377", "_HeadY": "70", "_PinX": "372", "_PinY": "140", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1213" }, {"_PinId": "43224", "_HeadX": "382", "_HeadY": "181", "_PinX": "369", "_PinY": "253", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1017" }, {"_PinId": "43225", "_HeadX": "212", "_HeadY": "328", "_PinX": "266", "_PinY": "372", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "4615" }, {"_PinId": "43367", "_HeadX": "126", "_HeadY": "134", "_PinX": "167", "_PinY": "191", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "43368", "_HeadX": "361", "_HeadY": "871", "_PinX": "360", "_PinY": "815", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7599" }, {"_PinId": "43555", "_HeadX": "405", "_HeadY": "240", "_PinX": "386", "_PinY": "307", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1060" }, {"_PinId": "43556", "_HeadX": "418", "_HeadY": "287", "_PinX": "380", "_PinY": "349", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1117" }, {"_PinId": "43557", "_HeadX": "227", "_HeadY": "153", "_PinX": "254", "_PinY": "218", "_BodySystemId": "3", "_BodySystemName": "Endocrine", "_TermId": "1068" }, {"_PinId": "43558", "_HeadX": "271", "_HeadY": "696", "_PinX": "291", "_PinY": "629", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "1108" }, {"_PinId": "43559", "_HeadX": "8", "_HeadY": "527", "_PinX": "51", "_PinY": "516", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "228" }, {"_PinId": "43753", "_HeadX": "229", "_HeadY": "62", "_PinX": "250", "_PinY": "129", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1065" }, {"_PinId": "43955", "_HeadX": "267", "_HeadY": "106", "_PinX": "283", "_PinY": "174", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "43956", "_HeadX": "312", "_HeadY": "102", "_PinX": "314", "_PinY": "175", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1142" }, {"_PinId": "43957", "_HeadX": "58", "_HeadY": "811", "_PinX": "101", "_PinY": "756", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1570" }, {"_PinId": "44129", "_HeadX": "455", "_HeadY": "623", "_PinX": "420", "_PinY": "562", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1159" }, {"_PinId": "44130", "_HeadX": "545", "_HeadY": "506", "_PinX": "479", "_PinY": "484", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1098" }, {"_PinId": "44131", "_HeadX": "149", "_HeadY": "535", "_PinX": "212", "_PinY": "505", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1100" } ], "_NavigatorImage": "aa_oi_81.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |