Commit c293f6fb9663d451f3a7399bde76dcf7f014ee66
Taken AA branch
Showing
511 changed files
with
7891 additions
and
142 deletions
Too many changes.
To preserve performance only 100 of 511 files are displayed.
.gitignore
... | ... | @@ -36,4 +36,5 @@ $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 | |
41 | 42 | \ No newline at end of file | ... | ... |
100-REQUIREMENTS/AtalusAnotamyFlow.txt
0 → 100644
150-DOCUMENTATION/Scrum/AIA_DailyScrum.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,12 @@ |
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\ModuleService.js" /> | |
57 | 59 | <Content Include="app\utility\BitmapData.js" /> |
58 | 60 | <Content Include="app\utility\Matrix.js" /> |
59 | 61 | <Content Include="app\utility\Paint.js" /> |
... | ... | @@ -66,6 +68,7 @@ |
66 | 68 | <Content Include="app\views\ci\clinical-illustrations-detail.html" /> |
67 | 69 | <Content Include="app\views\da\da-view.html" /> |
68 | 70 | <Content Include="app\views\LabExerc\lab-exercises-detail.html" /> |
71 | + <Content Include="app\views\module-item-view.html" /> | |
69 | 72 | <Content Include="app\views\Link\Link-view.html" /> |
70 | 73 | <Content Include="app\views\AnatTest\AnatTest-view.html" /> |
71 | 74 | <Content Include="app\views\AOD\AOD-view.html" /> |
... | ... | @@ -75,6 +78,7 @@ |
75 | 78 | <Content Include="app\views\da\da-body-view-list.html" /> |
76 | 79 | <Content Include="app\views\da\da-body-view.html" /> |
77 | 80 | <Content Include="app\views\LabExerc\LabExerc-view.html" /> |
81 | + <Content Include="app\views\tile-view.html" /> | |
78 | 82 | <Content Include="app\widget\MainMenu.html" /> |
79 | 83 | <Content Include="body-view-wp.js" /> |
80 | 84 | <Content Include="content\css\main.css" /> |
... | ... | @@ -83,6 +87,11 @@ |
83 | 87 | <Content Include="content\data\json\ca\ca_dat_contentlist.json" /> |
84 | 88 | <Content Include="content\data\json\ca\ca_dat_contentlist_mp4link.json" /> |
85 | 89 | <Content Include="content\data\json\3da\3da_dat_contentlist.json" /> |
90 | + <Content Include="content\data\json\aa\aa_dat_contentlist.json" /> | |
91 | + <Content Include="content\data\json\aa\aa_pin_data\aa_dat_pindata_2864.json" /> | |
92 | + <Content Include="content\data\json\aa\aa_pin_data\aa_dat_pindata_2875.json" /> | |
93 | + <Content Include="content\data\json\aa\aa_pin_data\aa_dat_pindata_2920.json" /> | |
94 | + <Content Include="content\data\json\aa\aa_pin_data\aa_dat_pindata_2921.json" /> | |
86 | 95 | <None Include="content\data\json\da\body-views\10\da_dat_tm_sg_10.json" /> |
87 | 96 | <Content Include="content\data\json\da\body-views\12\da_dat_layer_12.json" /> |
88 | 97 | <Content Include="content\data\json\da\body-views\12\da_dat_tm_sg_12.json" /> |
... | ... | @@ -116,6 +125,479 @@ |
116 | 125 | <Content Include="content\images\3da\3d-6.jpg" /> |
117 | 126 | <Content Include="content\images\3da\3d-7.jpg" /> |
118 | 127 | <Content Include="content\images\3da\3d-8.jpg" /> |
128 | + <Content Include="content\images\aa\thumbnails\aa_tni_2862.jpg" /> | |
129 | + <Content Include="content\images\aa\thumbnails\aa_tni_2863.jpg" /> | |
130 | + <Content Include="content\images\aa\thumbnails\aa_tni_2864.jpg" /> | |
131 | + <Content Include="content\images\aa\thumbnails\aa_tni_2865.jpg" /> | |
132 | + <Content Include="content\images\aa\thumbnails\aa_tni_2866.jpg" /> | |
133 | + <Content Include="content\images\aa\thumbnails\aa_tni_2867.jpg" /> | |
134 | + <Content Include="content\images\aa\thumbnails\aa_tni_2868.jpg" /> | |
135 | + <Content Include="content\images\aa\thumbnails\aa_tni_2869.jpg" /> | |
136 | + <Content Include="content\images\aa\thumbnails\aa_tni_2870.jpg" /> | |
137 | + <Content Include="content\images\aa\thumbnails\aa_tni_2871.jpg" /> | |
138 | + <Content Include="content\images\aa\thumbnails\aa_tni_2872.jpg" /> | |
139 | + <Content Include="content\images\aa\thumbnails\aa_tni_2873.jpg" /> | |
140 | + <Content Include="content\images\aa\thumbnails\aa_tni_2874.jpg" /> | |
141 | + <Content Include="content\images\aa\thumbnails\aa_tni_2875.jpg" /> | |
142 | + <Content Include="content\images\aa\thumbnails\aa_tni_2876.jpg" /> | |
143 | + <Content Include="content\images\aa\thumbnails\aa_tni_2877.jpg" /> | |
144 | + <Content Include="content\images\aa\thumbnails\aa_tni_2878.jpg" /> | |
145 | + <Content Include="content\images\aa\thumbnails\aa_tni_2879.jpg" /> | |
146 | + <Content Include="content\images\aa\thumbnails\aa_tni_2880.jpg" /> | |
147 | + <Content Include="content\images\aa\thumbnails\aa_tni_2881.jpg" /> | |
148 | + <Content Include="content\images\aa\thumbnails\aa_tni_2882.jpg" /> | |
149 | + <Content Include="content\images\aa\thumbnails\aa_tni_2883.jpg" /> | |
150 | + <Content Include="content\images\aa\thumbnails\aa_tni_2884.jpg" /> | |
151 | + <Content Include="content\images\aa\thumbnails\aa_tni_2885.jpg" /> | |
152 | + <Content Include="content\images\aa\thumbnails\aa_tni_2886.jpg" /> | |
153 | + <Content Include="content\images\aa\thumbnails\aa_tni_2887.jpg" /> | |
154 | + <Content Include="content\images\aa\thumbnails\aa_tni_2888.jpg" /> | |
155 | + <Content Include="content\images\aa\thumbnails\aa_tni_2889.jpg" /> | |
156 | + <Content Include="content\images\aa\thumbnails\aa_tni_2890.jpg" /> | |
157 | + <Content Include="content\images\aa\thumbnails\aa_tni_2891.jpg" /> | |
158 | + <Content Include="content\images\aa\thumbnails\aa_tni_2892.jpg" /> | |
159 | + <Content Include="content\images\aa\thumbnails\aa_tni_2893.jpg" /> | |
160 | + <Content Include="content\images\aa\thumbnails\aa_tni_2894.jpg" /> | |
161 | + <Content Include="content\images\aa\thumbnails\aa_tni_2895.jpg" /> | |
162 | + <Content Include="content\images\aa\thumbnails\aa_tni_2896.jpg" /> | |
163 | + <Content Include="content\images\aa\thumbnails\aa_tni_2897.jpg" /> | |
164 | + <Content Include="content\images\aa\thumbnails\aa_tni_2898.jpg" /> | |
165 | + <Content Include="content\images\aa\thumbnails\aa_tni_2899.jpg" /> | |
166 | + <Content Include="content\images\aa\thumbnails\aa_tni_2900.jpg" /> | |
167 | + <Content Include="content\images\aa\thumbnails\aa_tni_2901.jpg" /> | |
168 | + <Content Include="content\images\aa\thumbnails\aa_tni_2902.jpg" /> | |
169 | + <Content Include="content\images\aa\thumbnails\aa_tni_2903.jpg" /> | |
170 | + <Content Include="content\images\aa\thumbnails\aa_tni_2904.jpg" /> | |
171 | + <Content Include="content\images\aa\thumbnails\aa_tni_2905.jpg" /> | |
172 | + <Content Include="content\images\aa\thumbnails\aa_tni_2906.jpg" /> | |
173 | + <Content Include="content\images\aa\thumbnails\aa_tni_2907.jpg" /> | |
174 | + <Content Include="content\images\aa\thumbnails\aa_tni_2908.jpg" /> | |
175 | + <Content Include="content\images\aa\thumbnails\aa_tni_2909.jpg" /> | |
176 | + <Content Include="content\images\aa\thumbnails\aa_tni_2910.jpg" /> | |
177 | + <Content Include="content\images\aa\thumbnails\aa_tni_2911.jpg" /> | |
178 | + <Content Include="content\images\aa\thumbnails\aa_tni_2912.jpg" /> | |
179 | + <Content Include="content\images\aa\thumbnails\aa_tni_2913.jpg" /> | |
180 | + <Content Include="content\images\aa\thumbnails\aa_tni_2914.jpg" /> | |
181 | + <Content Include="content\images\aa\thumbnails\aa_tni_2915.jpg" /> | |
182 | + <Content Include="content\images\aa\thumbnails\aa_tni_2916.jpg" /> | |
183 | + <Content Include="content\images\aa\thumbnails\aa_tni_2917.jpg" /> | |
184 | + <Content Include="content\images\aa\thumbnails\aa_tni_2918.jpg" /> | |
185 | + <Content Include="content\images\aa\thumbnails\aa_tni_2919.jpg" /> | |
186 | + <Content Include="content\images\aa\thumbnails\aa_tni_2920.jpg" /> | |
187 | + <Content Include="content\images\aa\thumbnails\aa_tni_2921.jpg" /> | |
188 | + <Content Include="content\images\aa\thumbnails\aa_tni_2922.jpg" /> | |
189 | + <Content Include="content\images\aa\thumbnails\aa_tni_2923.jpg" /> | |
190 | + <Content Include="content\images\aa\thumbnails\aa_tni_2924.jpg" /> | |
191 | + <Content Include="content\images\aa\thumbnails\aa_tni_2925.jpg" /> | |
192 | + <Content Include="content\images\aa\thumbnails\aa_tni_2926.jpg" /> | |
193 | + <Content Include="content\images\aa\thumbnails\aa_tni_2927.jpg" /> | |
194 | + <Content Include="content\images\aa\thumbnails\aa_tni_2928.jpg" /> | |
195 | + <Content Include="content\images\aa\thumbnails\aa_tni_2929.jpg" /> | |
196 | + <Content Include="content\images\aa\thumbnails\aa_tni_2930.jpg" /> | |
197 | + <Content Include="content\images\aa\thumbnails\aa_tni_2931.jpg" /> | |
198 | + <Content Include="content\images\aa\thumbnails\aa_tni_2932.jpg" /> | |
199 | + <Content Include="content\images\aa\thumbnails\aa_tni_2933.jpg" /> | |
200 | + <Content Include="content\images\aa\thumbnails\aa_tni_2934.jpg" /> | |
201 | + <Content Include="content\images\aa\thumbnails\aa_tni_2935.jpg" /> | |
202 | + <Content Include="content\images\aa\thumbnails\aa_tni_2936.jpg" /> | |
203 | + <Content Include="content\images\aa\thumbnails\aa_tni_2937.jpg" /> | |
204 | + <Content Include="content\images\aa\thumbnails\aa_tni_2938.jpg" /> | |
205 | + <Content Include="content\images\aa\thumbnails\aa_tni_2939.jpg" /> | |
206 | + <Content Include="content\images\aa\thumbnails\aa_tni_2940.jpg" /> | |
207 | + <Content Include="content\images\aa\thumbnails\aa_tni_2941.jpg" /> | |
208 | + <Content Include="content\images\aa\thumbnails\aa_tni_2942.jpg" /> | |
209 | + <Content Include="content\images\aa\thumbnails\aa_tni_2943.jpg" /> | |
210 | + <Content Include="content\images\aa\thumbnails\aa_tni_2944.jpg" /> | |
211 | + <Content Include="content\images\aa\thumbnails\aa_tni_2945.jpg" /> | |
212 | + <Content Include="content\images\aa\thumbnails\aa_tni_2946.jpg" /> | |
213 | + <Content Include="content\images\aa\thumbnails\aa_tni_2947.jpg" /> | |
214 | + <Content Include="content\images\aa\thumbnails\aa_tni_2948.jpg" /> | |
215 | + <Content Include="content\images\aa\thumbnails\aa_tni_2949.jpg" /> | |
216 | + <Content Include="content\images\aa\thumbnails\aa_tni_2950.jpg" /> | |
217 | + <Content Include="content\images\aa\thumbnails\aa_tni_2951.jpg" /> | |
218 | + <Content Include="content\images\aa\thumbnails\aa_tni_2952.jpg" /> | |
219 | + <Content Include="content\images\aa\thumbnails\aa_tni_2953.jpg" /> | |
220 | + <Content Include="content\images\aa\thumbnails\aa_tni_2954.jpg" /> | |
221 | + <Content Include="content\images\aa\thumbnails\aa_tni_2955.jpg" /> | |
222 | + <Content Include="content\images\aa\thumbnails\aa_tni_2956.jpg" /> | |
223 | + <Content Include="content\images\aa\thumbnails\aa_tni_2957.jpg" /> | |
224 | + <Content Include="content\images\aa\thumbnails\aa_tni_2958.jpg" /> | |
225 | + <Content Include="content\images\aa\thumbnails\aa_tni_2959.jpg" /> | |
226 | + <Content Include="content\images\aa\thumbnails\aa_tni_2960.jpg" /> | |
227 | + <Content Include="content\images\aa\thumbnails\aa_tni_2961.jpg" /> | |
228 | + <Content Include="content\images\aa\thumbnails\aa_tni_2962.jpg" /> | |
229 | + <Content Include="content\images\aa\thumbnails\aa_tni_2963.jpg" /> | |
230 | + <Content Include="content\images\aa\thumbnails\aa_tni_2964.jpg" /> | |
231 | + <Content Include="content\images\aa\thumbnails\aa_tni_2965.jpg" /> | |
232 | + <Content Include="content\images\aa\thumbnails\aa_tni_2966.jpg" /> | |
233 | + <Content Include="content\images\aa\thumbnails\aa_tni_2967.jpg" /> | |
234 | + <Content Include="content\images\aa\thumbnails\aa_tni_2968.jpg" /> | |
235 | + <Content Include="content\images\aa\thumbnails\aa_tni_2969.jpg" /> | |
236 | + <Content Include="content\images\aa\thumbnails\aa_tni_2970.jpg" /> | |
237 | + <Content Include="content\images\aa\thumbnails\aa_tni_2971.jpg" /> | |
238 | + <Content Include="content\images\aa\thumbnails\aa_tni_2972.jpg" /> | |
239 | + <Content Include="content\images\aa\thumbnails\aa_tni_2973.jpg" /> | |
240 | + <Content Include="content\images\aa\thumbnails\aa_tni_2974.jpg" /> | |
241 | + <Content Include="content\images\aa\thumbnails\aa_tni_2975.jpg" /> | |
242 | + <Content Include="content\images\aa\thumbnails\aa_tni_2976.jpg" /> | |
243 | + <Content Include="content\images\aa\thumbnails\aa_tni_2977.jpg" /> | |
244 | + <Content Include="content\images\aa\thumbnails\aa_tni_2978.jpg" /> | |
245 | + <Content Include="content\images\aa\thumbnails\aa_tni_2979.jpg" /> | |
246 | + <Content Include="content\images\aa\thumbnails\aa_tni_2980.jpg" /> | |
247 | + <Content Include="content\images\aa\thumbnails\aa_tni_2981.jpg" /> | |
248 | + <Content Include="content\images\aa\thumbnails\aa_tni_2982.jpg" /> | |
249 | + <Content Include="content\images\aa\thumbnails\aa_tni_2983.jpg" /> | |
250 | + <Content Include="content\images\aa\thumbnails\aa_tni_2984.jpg" /> | |
251 | + <Content Include="content\images\aa\thumbnails\aa_tni_2985.jpg" /> | |
252 | + <Content Include="content\images\aa\thumbnails\aa_tni_2986.jpg" /> | |
253 | + <Content Include="content\images\aa\thumbnails\aa_tni_2987.jpg" /> | |
254 | + <Content Include="content\images\aa\thumbnails\aa_tni_2988.jpg" /> | |
255 | + <Content Include="content\images\aa\thumbnails\aa_tni_2989.jpg" /> | |
256 | + <Content Include="content\images\aa\thumbnails\aa_tni_2990.jpg" /> | |
257 | + <Content Include="content\images\aa\thumbnails\aa_tni_2991.jpg" /> | |
258 | + <Content Include="content\images\aa\thumbnails\aa_tni_2992.jpg" /> | |
259 | + <Content Include="content\images\aa\thumbnails\aa_tni_2993.jpg" /> | |
260 | + <Content Include="content\images\aa\thumbnails\aa_tni_2994.jpg" /> | |
261 | + <Content Include="content\images\aa\thumbnails\aa_tni_2995.jpg" /> | |
262 | + <Content Include="content\images\aa\thumbnails\aa_tni_2996.jpg" /> | |
263 | + <Content Include="content\images\aa\thumbnails\aa_tni_2997.jpg" /> | |
264 | + <Content Include="content\images\aa\thumbnails\aa_tni_2998.jpg" /> | |
265 | + <Content Include="content\images\aa\thumbnails\aa_tni_2999.jpg" /> | |
266 | + <Content Include="content\images\aa\thumbnails\aa_tni_3000.jpg" /> | |
267 | + <Content Include="content\images\aa\thumbnails\aa_tni_3001.jpg" /> | |
268 | + <Content Include="content\images\aa\thumbnails\aa_tni_3002.jpg" /> | |
269 | + <Content Include="content\images\aa\thumbnails\aa_tni_3003.jpg" /> | |
270 | + <Content Include="content\images\aa\thumbnails\aa_tni_3004.jpg" /> | |
271 | + <Content Include="content\images\aa\thumbnails\aa_tni_3005.jpg" /> | |
272 | + <Content Include="content\images\aa\thumbnails\aa_tni_3006.jpg" /> | |
273 | + <Content Include="content\images\aa\thumbnails\aa_tni_3007.jpg" /> | |
274 | + <Content Include="content\images\aa\thumbnails\aa_tni_3008.jpg" /> | |
275 | + <Content Include="content\images\aa\thumbnails\aa_tni_3009.jpg" /> | |
276 | + <Content Include="content\images\aa\thumbnails\aa_tni_3010.jpg" /> | |
277 | + <Content Include="content\images\aa\thumbnails\aa_tni_3011.jpg" /> | |
278 | + <Content Include="content\images\aa\thumbnails\aa_tni_3012.jpg" /> | |
279 | + <Content Include="content\images\aa\thumbnails\aa_tni_3013.jpg" /> | |
280 | + <Content Include="content\images\aa\thumbnails\aa_tni_3014.jpg" /> | |
281 | + <Content Include="content\images\aa\thumbnails\aa_tni_3015.jpg" /> | |
282 | + <Content Include="content\images\aa\thumbnails\aa_tni_3016.jpg" /> | |
283 | + <Content Include="content\images\aa\thumbnails\aa_tni_3017.jpg" /> | |
284 | + <Content Include="content\images\aa\thumbnails\aa_tni_3018.jpg" /> | |
285 | + <Content Include="content\images\aa\thumbnails\aa_tni_3019.jpg" /> | |
286 | + <Content Include="content\images\aa\thumbnails\aa_tni_3020.jpg" /> | |
287 | + <Content Include="content\images\aa\thumbnails\aa_tni_3021.jpg" /> | |
288 | + <Content Include="content\images\aa\thumbnails\aa_tni_3022.jpg" /> | |
289 | + <Content Include="content\images\aa\thumbnails\aa_tni_3023.jpg" /> | |
290 | + <Content Include="content\images\aa\thumbnails\aa_tni_3024.jpg" /> | |
291 | + <Content Include="content\images\aa\thumbnails\aa_tni_3025.jpg" /> | |
292 | + <Content Include="content\images\aa\thumbnails\aa_tni_3026.jpg" /> | |
293 | + <Content Include="content\images\aa\thumbnails\aa_tni_3027.jpg" /> | |
294 | + <Content Include="content\images\aa\thumbnails\aa_tni_3028.jpg" /> | |
295 | + <Content Include="content\images\aa\thumbnails\aa_tni_3029.jpg" /> | |
296 | + <Content Include="content\images\aa\thumbnails\aa_tni_3030.jpg" /> | |
297 | + <Content Include="content\images\aa\thumbnails\aa_tni_3031.jpg" /> | |
298 | + <Content Include="content\images\aa\thumbnails\aa_tni_3032.jpg" /> | |
299 | + <Content Include="content\images\aa\thumbnails\aa_tni_3033.jpg" /> | |
300 | + <Content Include="content\images\aa\thumbnails\aa_tni_3034.jpg" /> | |
301 | + <Content Include="content\images\aa\thumbnails\aa_tni_3035.jpg" /> | |
302 | + <Content Include="content\images\aa\thumbnails\aa_tni_3036.jpg" /> | |
303 | + <Content Include="content\images\aa\thumbnails\aa_tni_3037.jpg" /> | |
304 | + <Content Include="content\images\aa\thumbnails\aa_tni_3038.jpg" /> | |
305 | + <Content Include="content\images\aa\thumbnails\aa_tni_3039.jpg" /> | |
306 | + <Content Include="content\images\aa\thumbnails\aa_tni_3040.jpg" /> | |
307 | + <Content Include="content\images\aa\thumbnails\aa_tni_3041.jpg" /> | |
308 | + <Content Include="content\images\aa\thumbnails\aa_tni_3042.jpg" /> | |
309 | + <Content Include="content\images\aa\thumbnails\aa_tni_3043.jpg" /> | |
310 | + <Content Include="content\images\aa\thumbnails\aa_tni_3044.jpg" /> | |
311 | + <Content Include="content\images\aa\thumbnails\aa_tni_3045.jpg" /> | |
312 | + <Content Include="content\images\aa\thumbnails\aa_tni_3046.jpg" /> | |
313 | + <Content Include="content\images\aa\thumbnails\aa_tni_3047.jpg" /> | |
314 | + <Content Include="content\images\aa\thumbnails\aa_tni_3048.jpg" /> | |
315 | + <Content Include="content\images\aa\thumbnails\aa_tni_3049.jpg" /> | |
316 | + <Content Include="content\images\aa\thumbnails\aa_tni_3050.jpg" /> | |
317 | + <Content Include="content\images\aa\thumbnails\aa_tni_3051.jpg" /> | |
318 | + <Content Include="content\images\aa\thumbnails\aa_tni_3052.jpg" /> | |
319 | + <Content Include="content\images\aa\thumbnails\aa_tni_3053.jpg" /> | |
320 | + <Content Include="content\images\aa\thumbnails\aa_tni_3054.jpg" /> | |
321 | + <Content Include="content\images\aa\thumbnails\aa_tni_3055.jpg" /> | |
322 | + <Content Include="content\images\aa\thumbnails\aa_tni_3056.jpg" /> | |
323 | + <Content Include="content\images\aa\thumbnails\aa_tni_3057.jpg" /> | |
324 | + <Content Include="content\images\aa\thumbnails\aa_tni_3058.jpg" /> | |
325 | + <Content Include="content\images\aa\thumbnails\aa_tni_3059.jpg" /> | |
326 | + <Content Include="content\images\aa\thumbnails\aa_tni_3060.jpg" /> | |
327 | + <Content Include="content\images\aa\thumbnails\aa_tni_3061.jpg" /> | |
328 | + <Content Include="content\images\aa\thumbnails\aa_tni_3062.jpg" /> | |
329 | + <Content Include="content\images\aa\thumbnails\aa_tni_3063.jpg" /> | |
330 | + <Content Include="content\images\aa\thumbnails\aa_tni_3064.jpg" /> | |
331 | + <Content Include="content\images\aa\thumbnails\aa_tni_3065.jpg" /> | |
332 | + <Content Include="content\images\aa\thumbnails\aa_tni_3066.jpg" /> | |
333 | + <Content Include="content\images\aa\thumbnails\aa_tni_3067.jpg" /> | |
334 | + <Content Include="content\images\aa\thumbnails\aa_tni_3068.jpg" /> | |
335 | + <Content Include="content\images\aa\thumbnails\aa_tni_3069.jpg" /> | |
336 | + <Content Include="content\images\aa\thumbnails\aa_tni_3070.jpg" /> | |
337 | + <Content Include="content\images\aa\thumbnails\aa_tni_3071.jpg" /> | |
338 | + <Content Include="content\images\aa\thumbnails\aa_tni_3072.jpg" /> | |
339 | + <Content Include="content\images\aa\thumbnails\aa_tni_3073.jpg" /> | |
340 | + <Content Include="content\images\aa\thumbnails\aa_tni_3074.jpg" /> | |
341 | + <Content Include="content\images\aa\thumbnails\aa_tni_3075.jpg" /> | |
342 | + <Content Include="content\images\aa\thumbnails\aa_tni_3076.jpg" /> | |
343 | + <Content Include="content\images\aa\thumbnails\aa_tni_3077.jpg" /> | |
344 | + <Content Include="content\images\aa\thumbnails\aa_tni_3078.jpg" /> | |
345 | + <Content Include="content\images\aa\thumbnails\aa_tni_3079.jpg" /> | |
346 | + <Content Include="content\images\aa\thumbnails\aa_tni_3080.jpg" /> | |
347 | + <Content Include="content\images\aa\thumbnails\aa_tni_3081.jpg" /> | |
348 | + <Content Include="content\images\aa\thumbnails\aa_tni_3082.jpg" /> | |
349 | + <Content Include="content\images\aa\thumbnails\aa_tni_3083.jpg" /> | |
350 | + <Content Include="content\images\aa\thumbnails\aa_tni_3084.jpg" /> | |
351 | + <Content Include="content\images\aa\thumbnails\aa_tni_3085.jpg" /> | |
352 | + <Content Include="content\images\aa\thumbnails\aa_tni_3086.jpg" /> | |
353 | + <Content Include="content\images\aa\thumbnails\aa_tni_3087.jpg" /> | |
354 | + <Content Include="content\images\aa\thumbnails\aa_tni_3088.jpg" /> | |
355 | + <Content Include="content\images\aa\thumbnails\aa_tni_3089.jpg" /> | |
356 | + <Content Include="content\images\aa\thumbnails\aa_tni_3090.jpg" /> | |
357 | + <Content Include="content\images\aa\thumbnails\aa_tni_3091.jpg" /> | |
358 | + <Content Include="content\images\aa\thumbnails\aa_tni_3092.jpg" /> | |
359 | + <Content Include="content\images\aa\thumbnails\aa_tni_3093.jpg" /> | |
360 | + <Content Include="content\images\aa\thumbnails\aa_tni_3094.jpg" /> | |
361 | + <Content Include="content\images\aa\thumbnails\aa_tni_3095.jpg" /> | |
362 | + <Content Include="content\images\aa\thumbnails\aa_tni_3096.jpg" /> | |
363 | + <Content Include="content\images\aa\thumbnails\aa_tni_3097.jpg" /> | |
364 | + <Content Include="content\images\aa\thumbnails\aa_tni_3098.jpg" /> | |
365 | + <Content Include="content\images\aa\thumbnails\aa_tni_3099.jpg" /> | |
366 | + <Content Include="content\images\aa\thumbnails\aa_tni_3100.jpg" /> | |
367 | + <Content Include="content\images\aa\thumbnails\aa_tni_3101.jpg" /> | |
368 | + <Content Include="content\images\aa\thumbnails\aa_tni_3102.jpg" /> | |
369 | + <Content Include="content\images\aa\thumbnails\aa_tni_3103.jpg" /> | |
370 | + <Content Include="content\images\aa\thumbnails\aa_tni_3104.jpg" /> | |
371 | + <Content Include="content\images\aa\thumbnails\aa_tni_3105.jpg" /> | |
372 | + <Content Include="content\images\aa\thumbnails\aa_tni_3106.jpg" /> | |
373 | + <Content Include="content\images\aa\thumbnails\aa_tni_3107.jpg" /> | |
374 | + <Content Include="content\images\aa\thumbnails\aa_tni_3108.jpg" /> | |
375 | + <Content Include="content\images\aa\thumbnails\aa_tni_3109.jpg" /> | |
376 | + <Content Include="content\images\aa\thumbnails\aa_tni_3110.jpg" /> | |
377 | + <Content Include="content\images\aa\thumbnails\aa_tni_3111.jpg" /> | |
378 | + <Content Include="content\images\aa\thumbnails\aa_tni_3112.jpg" /> | |
379 | + <Content Include="content\images\aa\thumbnails\aa_tni_3113.jpg" /> | |
380 | + <Content Include="content\images\aa\thumbnails\aa_tni_3114.jpg" /> | |
381 | + <Content Include="content\images\aa\thumbnails\aa_tni_3115.jpg" /> | |
382 | + <Content Include="content\images\aa\thumbnails\aa_tni_3116.jpg" /> | |
383 | + <Content Include="content\images\aa\thumbnails\aa_tni_3117.jpg" /> | |
384 | + <Content Include="content\images\aa\thumbnails\aa_tni_3118.jpg" /> | |
385 | + <Content Include="content\images\aa\thumbnails\aa_tni_3119.jpg" /> | |
386 | + <Content Include="content\images\aa\thumbnails\aa_tni_3120.jpg" /> | |
387 | + <Content Include="content\images\aa\thumbnails\aa_tni_3121.jpg" /> | |
388 | + <Content Include="content\images\aa\thumbnails\aa_tni_3122.jpg" /> | |
389 | + <Content Include="content\images\aa\thumbnails\aa_tni_3123.jpg" /> | |
390 | + <Content Include="content\images\aa\thumbnails\aa_tni_3124.jpg" /> | |
391 | + <Content Include="content\images\aa\thumbnails\aa_tni_3125.jpg" /> | |
392 | + <Content Include="content\images\aa\thumbnails\aa_tni_3126.jpg" /> | |
393 | + <Content Include="content\images\aa\thumbnails\aa_tni_3127.jpg" /> | |
394 | + <Content Include="content\images\aa\thumbnails\aa_tni_3128.jpg" /> | |
395 | + <Content Include="content\images\aa\thumbnails\aa_tni_3129.jpg" /> | |
396 | + <Content Include="content\images\aa\thumbnails\aa_tni_3130.jpg" /> | |
397 | + <Content Include="content\images\aa\thumbnails\aa_tni_3131.jpg" /> | |
398 | + <Content Include="content\images\aa\thumbnails\aa_tni_3132.jpg" /> | |
399 | + <Content Include="content\images\aa\thumbnails\aa_tni_3133.jpg" /> | |
400 | + <Content Include="content\images\aa\thumbnails\aa_tni_3134.jpg" /> | |
401 | + <Content Include="content\images\aa\thumbnails\aa_tni_3135.jpg" /> | |
402 | + <Content Include="content\images\aa\thumbnails\aa_tni_3136.jpg" /> | |
403 | + <Content Include="content\images\aa\thumbnails\aa_tni_3137.jpg" /> | |
404 | + <Content Include="content\images\aa\thumbnails\aa_tni_3138.jpg" /> | |
405 | + <Content Include="content\images\aa\thumbnails\aa_tni_3139.jpg" /> | |
406 | + <Content Include="content\images\aa\thumbnails\aa_tni_3140.jpg" /> | |
407 | + <Content Include="content\images\aa\thumbnails\aa_tni_3141.jpg" /> | |
408 | + <Content Include="content\images\aa\thumbnails\aa_tni_3142.jpg" /> | |
409 | + <Content Include="content\images\aa\thumbnails\aa_tni_3143.jpg" /> | |
410 | + <Content Include="content\images\aa\thumbnails\aa_tni_3144.jpg" /> | |
411 | + <Content Include="content\images\aa\thumbnails\aa_tni_3145.jpg" /> | |
412 | + <Content Include="content\images\aa\thumbnails\aa_tni_3146.jpg" /> | |
413 | + <Content Include="content\images\aa\thumbnails\aa_tni_3147.jpg" /> | |
414 | + <Content Include="content\images\aa\thumbnails\aa_tni_3148.jpg" /> | |
415 | + <Content Include="content\images\aa\thumbnails\aa_tni_3149.jpg" /> | |
416 | + <Content Include="content\images\aa\thumbnails\aa_tni_3150.jpg" /> | |
417 | + <Content Include="content\images\aa\thumbnails\aa_tni_3151.jpg" /> | |
418 | + <Content Include="content\images\aa\thumbnails\aa_tni_3152.jpg" /> | |
419 | + <Content Include="content\images\aa\thumbnails\aa_tni_3153.jpg" /> | |
420 | + <Content Include="content\images\aa\thumbnails\aa_tni_3154.jpg" /> | |
421 | + <Content Include="content\images\aa\thumbnails\aa_tni_3155.jpg" /> | |
422 | + <Content Include="content\images\aa\thumbnails\aa_tni_3156.jpg" /> | |
423 | + <Content Include="content\images\aa\thumbnails\aa_tni_3157.jpg" /> | |
424 | + <Content Include="content\images\aa\thumbnails\aa_tni_3158.jpg" /> | |
425 | + <Content Include="content\images\aa\thumbnails\aa_tni_3159.jpg" /> | |
426 | + <Content Include="content\images\aa\thumbnails\aa_tni_3160.jpg" /> | |
427 | + <Content Include="content\images\aa\thumbnails\aa_tni_3161.jpg" /> | |
428 | + <Content Include="content\images\aa\thumbnails\aa_tni_3162.jpg" /> | |
429 | + <Content Include="content\images\aa\thumbnails\aa_tni_3163.jpg" /> | |
430 | + <Content Include="content\images\aa\thumbnails\aa_tni_3164.jpg" /> | |
431 | + <Content Include="content\images\aa\thumbnails\aa_tni_3165.jpg" /> | |
432 | + <Content Include="content\images\aa\thumbnails\aa_tni_3166.jpg" /> | |
433 | + <Content Include="content\images\aa\thumbnails\aa_tni_3167.jpg" /> | |
434 | + <Content Include="content\images\aa\thumbnails\aa_tni_3168.jpg" /> | |
435 | + <Content Include="content\images\aa\thumbnails\aa_tni_3169.jpg" /> | |
436 | + <Content Include="content\images\aa\thumbnails\aa_tni_3170.jpg" /> | |
437 | + <Content Include="content\images\aa\thumbnails\aa_tni_3171.jpg" /> | |
438 | + <Content Include="content\images\aa\thumbnails\aa_tni_3172.jpg" /> | |
439 | + <Content Include="content\images\aa\thumbnails\aa_tni_3173.jpg" /> | |
440 | + <Content Include="content\images\aa\thumbnails\aa_tni_3174.jpg" /> | |
441 | + <Content Include="content\images\aa\thumbnails\aa_tni_3175.jpg" /> | |
442 | + <Content Include="content\images\aa\thumbnails\aa_tni_3176.jpg" /> | |
443 | + <Content Include="content\images\aa\thumbnails\aa_tni_3177.jpg" /> | |
444 | + <Content Include="content\images\aa\thumbnails\aa_tni_3178.jpg" /> | |
445 | + <Content Include="content\images\aa\thumbnails\aa_tni_3179.jpg" /> | |
446 | + <Content Include="content\images\aa\thumbnails\aa_tni_3180.jpg" /> | |
447 | + <Content Include="content\images\aa\thumbnails\aa_tni_3181.jpg" /> | |
448 | + <Content Include="content\images\aa\thumbnails\aa_tni_3182.jpg" /> | |
449 | + <Content Include="content\images\aa\thumbnails\aa_tni_3183.jpg" /> | |
450 | + <Content Include="content\images\aa\thumbnails\aa_tni_3184.jpg" /> | |
451 | + <Content Include="content\images\aa\thumbnails\aa_tni_3185.jpg" /> | |
452 | + <Content Include="content\images\aa\thumbnails\aa_tni_3186.jpg" /> | |
453 | + <Content Include="content\images\aa\thumbnails\aa_tni_3187.jpg" /> | |
454 | + <Content Include="content\images\aa\thumbnails\aa_tni_3188.jpg" /> | |
455 | + <Content Include="content\images\aa\thumbnails\aa_tni_3189.jpg" /> | |
456 | + <Content Include="content\images\aa\thumbnails\aa_tni_3190.jpg" /> | |
457 | + <Content Include="content\images\aa\thumbnails\aa_tni_3191.jpg" /> | |
458 | + <Content Include="content\images\aa\thumbnails\aa_tni_3192.jpg" /> | |
459 | + <Content Include="content\images\aa\thumbnails\aa_tni_3193.jpg" /> | |
460 | + <Content Include="content\images\aa\thumbnails\aa_tni_3194.jpg" /> | |
461 | + <Content Include="content\images\aa\thumbnails\aa_tni_3195.jpg" /> | |
462 | + <Content Include="content\images\aa\thumbnails\aa_tni_3196.jpg" /> | |
463 | + <Content Include="content\images\aa\thumbnails\aa_tni_3197.jpg" /> | |
464 | + <Content Include="content\images\aa\thumbnails\aa_tni_3198.jpg" /> | |
465 | + <Content Include="content\images\aa\thumbnails\aa_tni_3199.jpg" /> | |
466 | + <Content Include="content\images\aa\thumbnails\aa_tni_3200.jpg" /> | |
467 | + <Content Include="content\images\aa\thumbnails\aa_tni_3201.jpg" /> | |
468 | + <Content Include="content\images\aa\thumbnails\aa_tni_3202.jpg" /> | |
469 | + <Content Include="content\images\aa\thumbnails\aa_tni_3203.jpg" /> | |
470 | + <Content Include="content\images\aa\thumbnails\aa_tni_3204.jpg" /> | |
471 | + <Content Include="content\images\aa\thumbnails\aa_tni_3205.jpg" /> | |
472 | + <Content Include="content\images\aa\thumbnails\aa_tni_3206.jpg" /> | |
473 | + <Content Include="content\images\aa\thumbnails\aa_tni_3207.jpg" /> | |
474 | + <Content Include="content\images\aa\thumbnails\aa_tni_3208.jpg" /> | |
475 | + <Content Include="content\images\aa\thumbnails\aa_tni_3209.jpg" /> | |
476 | + <Content Include="content\images\aa\thumbnails\aa_tni_3210.jpg" /> | |
477 | + <Content Include="content\images\aa\thumbnails\aa_tni_3211.jpg" /> | |
478 | + <Content Include="content\images\aa\thumbnails\aa_tni_3212.jpg" /> | |
479 | + <Content Include="content\images\aa\thumbnails\aa_tni_3213.jpg" /> | |
480 | + <Content Include="content\images\aa\thumbnails\aa_tni_3214.jpg" /> | |
481 | + <Content Include="content\images\aa\thumbnails\aa_tni_3215.jpg" /> | |
482 | + <Content Include="content\images\aa\thumbnails\aa_tni_3216.jpg" /> | |
483 | + <Content Include="content\images\aa\thumbnails\aa_tni_3217.jpg" /> | |
484 | + <Content Include="content\images\aa\thumbnails\aa_tni_3218.jpg" /> | |
485 | + <Content Include="content\images\aa\thumbnails\aa_tni_3219.jpg" /> | |
486 | + <Content Include="content\images\aa\thumbnails\aa_tni_3220.jpg" /> | |
487 | + <Content Include="content\images\aa\thumbnails\aa_tni_3221.jpg" /> | |
488 | + <Content Include="content\images\aa\thumbnails\aa_tni_3222.jpg" /> | |
489 | + <Content Include="content\images\aa\thumbnails\aa_tni_3223.jpg" /> | |
490 | + <Content Include="content\images\aa\thumbnails\aa_tni_3224.jpg" /> | |
491 | + <Content Include="content\images\aa\thumbnails\aa_tni_3225.jpg" /> | |
492 | + <Content Include="content\images\aa\thumbnails\aa_tni_3226.jpg" /> | |
493 | + <Content Include="content\images\aa\thumbnails\aa_tni_3227.jpg" /> | |
494 | + <Content Include="content\images\aa\thumbnails\aa_tni_3228.jpg" /> | |
495 | + <Content Include="content\images\aa\thumbnails\aa_tni_3229.jpg" /> | |
496 | + <Content Include="content\images\aa\thumbnails\aa_tni_3230.jpg" /> | |
497 | + <Content Include="content\images\aa\thumbnails\aa_tni_3231.jpg" /> | |
498 | + <Content Include="content\images\aa\thumbnails\aa_tni_3232.jpg" /> | |
499 | + <Content Include="content\images\aa\thumbnails\aa_tni_3233.jpg" /> | |
500 | + <Content Include="content\images\aa\thumbnails\aa_tni_3234.jpg" /> | |
501 | + <Content Include="content\images\aa\thumbnails\aa_tni_3235.jpg" /> | |
502 | + <Content Include="content\images\aa\thumbnails\aa_tni_3236.jpg" /> | |
503 | + <Content Include="content\images\aa\thumbnails\aa_tni_3237.jpg" /> | |
504 | + <Content Include="content\images\aa\thumbnails\aa_tni_3238.jpg" /> | |
505 | + <Content Include="content\images\aa\thumbnails\aa_tni_3239.jpg" /> | |
506 | + <Content Include="content\images\aa\thumbnails\aa_tni_3240.jpg" /> | |
507 | + <Content Include="content\images\aa\thumbnails\aa_tni_3241.jpg" /> | |
508 | + <Content Include="content\images\aa\thumbnails\aa_tni_3242.jpg" /> | |
509 | + <Content Include="content\images\aa\thumbnails\aa_tni_3243.jpg" /> | |
510 | + <Content Include="content\images\aa\thumbnails\aa_tni_3244.jpg" /> | |
511 | + <Content Include="content\images\aa\thumbnails\aa_tni_3245.jpg" /> | |
512 | + <Content Include="content\images\aa\thumbnails\aa_tni_3246.jpg" /> | |
513 | + <Content Include="content\images\aa\thumbnails\aa_tni_3247.jpg" /> | |
514 | + <Content Include="content\images\aa\thumbnails\aa_tni_3248.jpg" /> | |
515 | + <Content Include="content\images\aa\thumbnails\aa_tni_3249.jpg" /> | |
516 | + <Content Include="content\images\aa\thumbnails\aa_tni_3250.jpg" /> | |
517 | + <Content Include="content\images\aa\thumbnails\aa_tni_3251.jpg" /> | |
518 | + <Content Include="content\images\aa\thumbnails\aa_tni_3252.jpg" /> | |
519 | + <Content Include="content\images\aa\thumbnails\aa_tni_3253.jpg" /> | |
520 | + <Content Include="content\images\aa\thumbnails\aa_tni_3254.jpg" /> | |
521 | + <Content Include="content\images\aa\thumbnails\aa_tni_3255.jpg" /> | |
522 | + <Content Include="content\images\aa\thumbnails\aa_tni_3256.jpg" /> | |
523 | + <Content Include="content\images\aa\thumbnails\aa_tni_3257.jpg" /> | |
524 | + <Content Include="content\images\aa\thumbnails\aa_tni_3258.jpg" /> | |
525 | + <Content Include="content\images\aa\thumbnails\aa_tni_3259.jpg" /> | |
526 | + <Content Include="content\images\aa\thumbnails\aa_tni_3260.jpg" /> | |
527 | + <Content Include="content\images\aa\thumbnails\aa_tni_3261.jpg" /> | |
528 | + <Content Include="content\images\aa\thumbnails\aa_tni_3262.jpg" /> | |
529 | + <Content Include="content\images\aa\thumbnails\aa_tni_3263.jpg" /> | |
530 | + <Content Include="content\images\aa\thumbnails\aa_tni_3264.jpg" /> | |
531 | + <Content Include="content\images\aa\thumbnails\aa_tni_3265.jpg" /> | |
532 | + <Content Include="content\images\aa\thumbnails\aa_tni_3266.jpg" /> | |
533 | + <Content Include="content\images\aa\thumbnails\aa_tni_3267.jpg" /> | |
534 | + <Content Include="content\images\aa\thumbnails\aa_tni_3268.jpg" /> | |
535 | + <Content Include="content\images\aa\thumbnails\aa_tni_3269.jpg" /> | |
536 | + <Content Include="content\images\aa\thumbnails\aa_tni_3270.jpg" /> | |
537 | + <Content Include="content\images\aa\thumbnails\aa_tni_3271.jpg" /> | |
538 | + <Content Include="content\images\aa\thumbnails\aa_tni_3272.jpg" /> | |
539 | + <Content Include="content\images\aa\thumbnails\aa_tni_3273.jpg" /> | |
540 | + <Content Include="content\images\aa\thumbnails\aa_tni_3274.jpg" /> | |
541 | + <Content Include="content\images\aa\thumbnails\aa_tni_3275.jpg" /> | |
542 | + <Content Include="content\images\aa\thumbnails\aa_tni_3276.jpg" /> | |
543 | + <Content Include="content\images\aa\thumbnails\aa_tni_3277.jpg" /> | |
544 | + <Content Include="content\images\aa\thumbnails\aa_tni_3278.jpg" /> | |
545 | + <Content Include="content\images\aa\thumbnails\aa_tni_3279.jpg" /> | |
546 | + <Content Include="content\images\aa\thumbnails\aa_tni_3280.jpg" /> | |
547 | + <Content Include="content\images\aa\thumbnails\aa_tni_3281.jpg" /> | |
548 | + <Content Include="content\images\aa\thumbnails\aa_tni_3282.jpg" /> | |
549 | + <Content Include="content\images\aa\thumbnails\aa_tni_3283.jpg" /> | |
550 | + <Content Include="content\images\aa\thumbnails\aa_tni_3284.jpg" /> | |
551 | + <Content Include="content\images\aa\thumbnails\aa_tni_3285.jpg" /> | |
552 | + <Content Include="content\images\aa\thumbnails\aa_tni_3286.jpg" /> | |
553 | + <Content Include="content\images\aa\thumbnails\aa_tni_3287.jpg" /> | |
554 | + <Content Include="content\images\aa\thumbnails\aa_tni_3288.jpg" /> | |
555 | + <Content Include="content\images\aa\thumbnails\aa_tni_3289.jpg" /> | |
556 | + <Content Include="content\images\aa\thumbnails\aa_tni_3290.jpg" /> | |
557 | + <Content Include="content\images\aa\thumbnails\aa_tni_3291.jpg" /> | |
558 | + <Content Include="content\images\aa\thumbnails\aa_tni_3292.jpg" /> | |
559 | + <Content Include="content\images\aa\thumbnails\aa_tni_3293.jpg" /> | |
560 | + <Content Include="content\images\aa\thumbnails\aa_tni_3294.jpg" /> | |
561 | + <Content Include="content\images\aa\thumbnails\aa_tni_3295.jpg" /> | |
562 | + <Content Include="content\images\aa\thumbnails\aa_tni_3296.jpg" /> | |
563 | + <Content Include="content\images\aa\thumbnails\aa_tni_3297.jpg" /> | |
564 | + <Content Include="content\images\aa\thumbnails\aa_tni_3298.jpg" /> | |
565 | + <Content Include="content\images\aa\thumbnails\aa_tni_3299.jpg" /> | |
566 | + <Content Include="content\images\aa\thumbnails\aa_tni_3300.jpg" /> | |
567 | + <Content Include="content\images\aa\thumbnails\aa_tni_3301.jpg" /> | |
568 | + <Content Include="content\images\aa\thumbnails\aa_tni_3302.jpg" /> | |
569 | + <Content Include="content\images\aa\thumbnails\aa_tni_3303.jpg" /> | |
570 | + <Content Include="content\images\aa\thumbnails\aa_tni_3304.jpg" /> | |
571 | + <Content Include="content\images\aa\thumbnails\aa_tni_3305.jpg" /> | |
572 | + <Content Include="content\images\aa\thumbnails\aa_tni_3306.jpg" /> | |
573 | + <Content Include="content\images\aa\thumbnails\aa_tni_3307.jpg" /> | |
574 | + <Content Include="content\images\aa\thumbnails\aa_tni_3308.jpg" /> | |
575 | + <Content Include="content\images\aa\thumbnails\aa_tni_3309.jpg" /> | |
576 | + <Content Include="content\images\aa\thumbnails\aa_tni_3310.jpg" /> | |
577 | + <Content Include="content\images\aa\thumbnails\aa_tni_3311.jpg" /> | |
578 | + <Content Include="content\images\aa\thumbnails\aa_tni_3312.jpg" /> | |
579 | + <Content Include="content\images\aa\thumbnails\aa_tni_3313.jpg" /> | |
580 | + <Content Include="content\images\aa\thumbnails\aa_tni_3314.jpg" /> | |
581 | + <Content Include="content\images\aa\thumbnails\aa_tni_3315.jpg" /> | |
582 | + <Content Include="content\images\aa\thumbnails\aa_tni_3316.jpg" /> | |
583 | + <Content Include="content\images\aa\thumbnails\aa_tni_3317.jpg" /> | |
584 | + <Content Include="content\images\aa\thumbnails\aa_tni_3318.jpg" /> | |
585 | + <Content Include="content\images\aa\thumbnails\aa_tni_3319.jpg" /> | |
586 | + <Content Include="content\images\aa\thumbnails\aa_tni_3320.jpg" /> | |
587 | + <Content Include="content\images\aa\thumbnails\aa_tni_3321.jpg" /> | |
588 | + <Content Include="content\images\aa\thumbnails\aa_tni_3322.jpg" /> | |
589 | + <Content Include="content\images\aa\thumbnails\aa_tni_3323.jpg" /> | |
590 | + <Content Include="content\images\aa\thumbnails\aa_tni_3324.jpg" /> | |
591 | + <Content Include="content\images\aa\thumbnails\aa_tni_3325.jpg" /> | |
592 | + <Content Include="content\images\aa\thumbnails\aa_tni_3326.jpg" /> | |
593 | + <Content Include="content\images\aa\thumbnails\aa_tni_3327.jpg" /> | |
594 | + <Content Include="content\images\aa\thumbnails\aa_tni_3328.jpg" /> | |
595 | + <Content Include="content\images\aa\thumbnails\aa_tni_3329.jpg" /> | |
596 | + <Content Include="content\images\aa\thumbnails\aa_tni_3330.jpg" /> | |
597 | + <Content Include="content\images\aa\thumbnails\aa_tni_3331.jpg" /> | |
598 | + <Content Include="content\images\aa\thumbnails\aa_tni_3332.jpg" /> | |
599 | + <Content Include="content\images\aa\thumbnails\aa_tni_3333.jpg" /> | |
600 | + <Content Include="content\images\aa\thumbnails\aa_tni_3334.jpg" /> | |
119 | 601 | <Content Include="content\images\ca\thumbnails\ca_tni_3377.jpg" /> |
120 | 602 | <Content Include="content\images\ca\thumbnails\ca_tni_3378.jpg" /> |
121 | 603 | <Content Include="content\images\ca\thumbnails\ca_tni_3379.jpg" /> |
... | ... | @@ -43359,6 +43841,7 @@ |
43359 | 43841 | </Content> |
43360 | 43842 | </ItemGroup> |
43361 | 43843 | <ItemGroup> |
43844 | + <Folder Include="content\images\aa\images\" /> | |
43362 | 43845 | <Folder Include="content\images\DA\75\body-views\4\layers\329\6\" /> |
43363 | 43846 | <Folder Include="Properties\" /> |
43364 | 43847 | </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.isLoading = true; |
270 | 273 | $('#spinner').css('visibility', 'visible'); |
271 | 274 | ... | ... |
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 | +'use strict'; | |
2 | + | |
3 | +AIA.controller("TileViewListController", ["$scope", "$rootScope", "$compile", "$http", "$log", "$location", "BodyRegions", "BodySystems", "ViewOrientations", "ImageTypes", "$timeout", "Modules", "$routeParams", "DataService","ModuleService" , | |
4 | +function ($scope, $rootScope, $compile, $http, $log, $location, BodyRegions, BodySystems, ViewOrientations, ImageTypes, $timeout, Modules, $routeParam, DataService,ModuleService) | |
5 | +{ | |
6 | + var ATLAS_ANATOMY = 'Atlas Anatomy'; | |
7 | + var CLINICAL_ILLUSTRATION ='Clinical Illustrations'; | |
8 | + var CLINICAL_ANIMATION='Clinical Animations'; | |
9 | + | |
10 | + var moduleData = []; | |
11 | + | |
12 | + $scope.AllBodyRegion = []; | |
13 | + $scope.AllBodySystem = []; | |
14 | + $scope.AllOrientation = []; | |
15 | + $scope.AllImageType = []; | |
16 | + $scope.moduleData = []; | |
17 | + | |
18 | + $scope.loadForModuleById = function (moduleId) { | |
19 | + | |
20 | + $scope.moduleId = moduleId; | |
21 | + | |
22 | + console.log('loadForModuleById is called') | |
23 | + $scope.moduleName = Modules[moduleId].Name; | |
24 | + | |
25 | + $scope.loadDataForModule($scope.moduleName); | |
26 | + } | |
27 | + | |
28 | + $scope.loadDataForModule = function (moduleName) | |
29 | + { | |
30 | + | |
31 | + //0. load filter static data | |
32 | + | |
33 | + $scope.AllBodyRegion = BodyRegions; | |
34 | + $scope.AllBodySystem = BodySystems; | |
35 | + $scope.AllOrientation = ViewOrientations; | |
36 | + $scope.AllImageType = ImageTypes; | |
37 | + | |
38 | + //1. load dynamic data for module specific images | |
39 | + var jsonPath; | |
40 | + if(moduleName==ATLAS_ANATOMY) | |
41 | + { | |
42 | + jsonPath ='~/../content/data/json/aa/aa_dat_contentlist.json'; | |
43 | + } | |
44 | + else if(moduleName == CLINICAL_ANIMATION) | |
45 | + { | |
46 | + //to do, in next phase of project | |
47 | + jsonPath ='~/../content/data/json/ca/ca_dat_contentlist.json'; | |
48 | + } | |
49 | + else if(moduleName == CLINICAL_ILLUSTRATION) | |
50 | + { | |
51 | + //to do, in next phase of project | |
52 | + jsonPath ='~/../content/data/json/ci/ci_dat_contentlist.json'; | |
53 | + } | |
54 | + | |
55 | + var promise = DataService.getJson(jsonPath) | |
56 | + promise.then( | |
57 | + function (result) { | |
58 | + $scope.AtlasAnatomyData = result; | |
59 | + | |
60 | + $scope.data = new jinqJs() | |
61 | + .from($scope.AtlasAnatomyData.root.Item) | |
62 | + .orderBy([{ field: '_Title', sort: 'asc' }]) | |
63 | + .select(); | |
64 | + | |
65 | + //console.log($scope.selectedCIListViewData); | |
66 | + //$('#grid-view').empty(); | |
67 | + angular.forEach($scope.data, function (value, key) | |
68 | + { | |
69 | + // $rootScope.moduleData = []; | |
70 | + $scope.moduleData.push({ "id": value._Id, "imageID": value._ImageId, "TileName": value._TileImageName, "DivImageTitle": value._Title }); | |
71 | + // $scope.moduleData.push(value._ImageId); | |
72 | + // $scope.moduleData.push(value._TileImageName); | |
73 | + | |
74 | + $scope.ImageName = value._TileImageName; | |
75 | + $scope.imagePath = "~/../content/images/aa/thumbnails/" + value._TileImageName; | |
76 | + $scope.TileViewId = value._Id; | |
77 | + | |
78 | + var $el = $('<div id="' + value._Id + '" class="col-sm-3 col-md-3" title = "' + value._Title + '" data-ng-click="openModuleItem()">' | |
79 | + + '<div class="thumbnail" >' | |
80 | + + '<img class="tinyImg" id="' + value._Title + '"ng-src="' + $scope.imagePath + '" alt="" title="" >' | |
81 | + + '<div class="caption"><p>' + value._Title + '</p></div></a></div></div>').appendTo('#grid-view'); | |
82 | + | |
83 | + | |
84 | + $compile($el)($scope); | |
85 | + | |
86 | + //$(".sidebar").mCustomScrollbar({ | |
87 | + // autoHideScrollbar: true, | |
88 | + // //theme:"rounded" | |
89 | + //}); | |
90 | + | |
91 | + | |
92 | + }); | |
93 | + | |
94 | + $scope.scroll(); | |
95 | + | |
96 | + }, | |
97 | + function (error) { | |
98 | + // handle errors here | |
99 | + console.log(' $scope.IllustrationData = ' + error.statusText); | |
100 | + } | |
101 | + ); | |
102 | + | |
103 | + | |
104 | + } | |
105 | + | |
106 | + $scope.scroll = function () { | |
107 | + $("html,body").scrollTop(0); | |
108 | + } | |
109 | + | |
110 | + $scope.openModuleItem = function ($event) { | |
111 | + | |
112 | + var moduleItemDataToBeSaved = []; | |
113 | + | |
114 | + | |
115 | + for(var i=0;i<=$scope.moduleData.length-1;i++) | |
116 | + { | |
117 | + | |
118 | + if ($scope.moduleData[i].DivImageTitle == event.target.id) | |
119 | + { | |
120 | + | |
121 | + alert($scope.moduleData[i].imageID); | |
122 | + | |
123 | + moduleItemDataToBeSaved.push($scope.moduleData[i].imageID, $scope.moduleData[i].id,$scope.moduleName); | |
124 | + } | |
125 | + | |
126 | + } | |
127 | + | |
128 | + | |
129 | + ModuleService.SaveOpenedModules(moduleItemDataToBeSaved); | |
130 | + | |
131 | + //var isSaved= ModuleService.SaveOpenedModules(moduleDetails); | |
132 | + //alert(isSaved); | |
133 | + | |
134 | + } | |
135 | + | |
136 | +}]); | ... | ... |
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', |
... | ... | @@ -183,6 +190,7 @@ AIA.constant('DA', [ |
183 | 190 | ]); |
184 | 191 | |
185 | 192 | |
193 | + | |
186 | 194 | AIA.constant('Modules', [ |
187 | 195 | { |
188 | 196 | Id: 1, |
... | ... | @@ -256,6 +264,7 @@ AIA.constant('Modules', [ |
256 | 264 | }, |
257 | 265 | |
258 | 266 | ]); |
267 | + | |
259 | 268 | AIA.constant('BodyViewws', [ |
260 | 269 | { |
261 | 270 | 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 | + | |
7 | +AIA.factory('ModuleService', function (DataService) | |
8 | +{ | |
9 | + return { | |
10 | + SaveOpenedModules: function (moduleDetails) | |
11 | + { | |
12 | + ModDetail = moduleDetails; | |
13 | + | |
14 | + OpenedModuleItemList.push("imageId: "+ moduleDetails[0]); | |
15 | + OpenedModuleItemList.push("moduleId:" + moduleDetails[1]); | |
16 | + OpenedModuleItemList.push("moduleName: " + moduleDetails[2]); | |
17 | + | |
18 | + | |
19 | + //var moduleId = moduleDetails.moduleId; | |
20 | + //OpenedModuleList.push(moduleId); | |
21 | + //OpenedModuleList.tileViewId = moduleDetails.TileViewId; | |
22 | + //OpenedModuleList.tileImageName = moduleDetails.imageName; | |
23 | + //OpenedModuleList.tileImageSRC = moduleDetails.imagePath; | |
24 | + | |
25 | + //moduleData.push($scope.moduleId); | |
26 | + //moduleData.push(value._Id); | |
27 | + //moduleData.push(value._ImageId); | |
28 | + //moduleData.push(value._Title); | |
29 | + //moduleData.push(value._ImageName); | |
30 | + //moduleData.push(value._BodySystem); | |
31 | + //moduleData.push(value._BodyRegion); | |
32 | + //moduleData.push(value._ViewOrientation); | |
33 | + //moduleData.push(value._ImageType); | |
34 | + //moduleData.push(value._TileImageName); | |
35 | + | |
36 | + | |
37 | + console.log('called service'); | |
38 | + | |
39 | + | |
40 | + this.renderModuleItemById(); | |
41 | + | |
42 | + }, | |
43 | + | |
44 | + renderModuleItemById : function () { | |
45 | + | |
46 | + var jsonFileForOpenModule; | |
47 | + | |
48 | + if (ModDetail[2] == ATLAS_ANATOMY) | |
49 | + { | |
50 | + this.loadPinData(); | |
51 | + | |
52 | + } | |
53 | + else if (ModDetail[2] == CLINICAL_ANIMATION) { | |
54 | + | |
55 | + } | |
56 | + else if (ModDetail[3] == CLINICAL_ILLUSTRATION) { | |
57 | + | |
58 | + } | |
59 | + | |
60 | + }, | |
61 | + loadPinData: function () { | |
62 | + var pinJsonFile = "/content/data/json/aa/aa_pin_data/aa_dat_pindata_" + ModDetail[0] + ".json"; | |
63 | + alert('pinJsonFile: ' + pinJsonFile); | |
64 | + var promise = DataService.getJson(pinJsonFile); | |
65 | + promise.then( | |
66 | + function (result) { | |
67 | + var AtlasAnatomyPinData = result; | |
68 | + | |
69 | + var data = new jinqJs() | |
70 | + .from(AtlasAnatomyPinData.root.Item) | |
71 | + //.orderBy([{ field: '_Title', sort: 'asc' }]) | |
72 | + .select(); | |
73 | + | |
74 | + }) | |
75 | + } | |
76 | + | |
77 | + }; | |
78 | + | |
79 | + | |
80 | + | |
81 | +}); | |
0 | 82 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
... | ... | @@ -345,6 +345,7 @@ |
345 | 345 | <div class="clearfix"></div> |
346 | 346 | </div> |
347 | 347 | </div> |
348 | + <div class="clearfix"></div> | |
348 | 349 | </div> |
349 | 350 | <div class="clearfix"></div> |
350 | 351 | <!--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-if="!filterstring" ng-repeat="item in selectedCIListViewData"> | |
62 | + <div id="{{item._id}}" class="col-sm-3 col-lg-2" title="{{item._Title}}" data-ng-click="openView($event)"> | |
63 | + <div class="thumbnail"> | |
64 | + <img ng-src="~ /../content/images/ci/thumbnails/{{item._ThumbnailImage}}" alt="" title=""> | |
65 | + <div class="caption"> | |
66 | + <p>{{item._Title}}</p> | |
67 | + </div> | |
68 | + </div> | |
69 | + </div> | |
70 | + </div> | |
71 | + | |
72 | + <div ng-if="filterstring" ng-repeat="item in searchCIListViewData"> | |
73 | + <div id="{{item._id}}" class="col-sm-3 col-lg-2" title="{{item._Title}}" data-ng-click="openView($event)"> | |
74 | + <div class="thumbnail"> | |
75 | + <img ng-src="~ /../content/images/ci/thumbnails/{{item._ThumbnailImage}}" alt="" title=""> | |
76 | + <div class="caption"> | |
77 | + <p>{{item._Title}}</p> | |
78 | + </div> | |
79 | + </div> | |
80 | + </div> | |
81 | + </div>--> | |
82 | + </div> | |
83 | + <!--<div role="tabpanel" class="tab-pane" id="list-view">--> | |
84 | + <div role="tabpanel" ng-class="{'tab-pane active' : activeTab === 2,'tab-pane' : activeTab !==2 }" id="list-view"> | |
85 | + <!--<div class="col-sm-12 table-responsive">--> | |
86 | + <div class="panel col-sm-12 table-responsive" style="padding-left:0px; padding-right:0; margin-left:11px; margin-bottom:0; width:99%;"> | |
87 | + <!--<table class="table table-hover table-condensed bg-white" style="padding-left:25px; width:99%">--> | |
88 | + <table class="table table-hover table-fixed bg-white table-txt12" style="padding-left:25px; width:100%;"> | |
89 | + <thead class="clsthead"> | |
90 | + <tr class="active"> | |
91 | + <th width="15%">Title</th> | |
92 | + <th width="15%">Region</th> | |
93 | + <th width="15%">System</th> | |
94 | + <th width="15%">View</th> | |
95 | + <th width="15%">Type</th> | |
96 | + <th width="25%">Specialty</th> | |
97 | + </tr> | |
98 | + </thead> | |
99 | + <tbody ng-if="!filterstring" class="clstbody"> | |
100 | + <tr id="{{item._id}}" ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in selectedCIListViewData"> | |
101 | + <td width="15%"> | |
102 | + {{item._Title}} | |
103 | + </td> | |
104 | + <td width="15%"> | |
105 | + {{item._BodyRegion}} | |
106 | + </td> | |
107 | + <td width="15%"> | |
108 | + {{item._BodySystem}} | |
109 | + </td> | |
110 | + <td width="15%"> | |
111 | + {{item._ViewOrientation}} | |
112 | + </td> | |
113 | + <td width="15%"> | |
114 | + {{item._ImageType}} | |
115 | + </td> | |
116 | + <td width="25%" style="display:none"> | |
117 | + {{item._MedicalSpecialty}} | |
118 | + </td> | |
119 | + </tr> | |
120 | + </tbody> | |
121 | + <tbody ng-if="filterstring" class="clstbody"> | |
122 | + <tr ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in searchCIListViewData"> | |
123 | + <td width="15%"> | |
124 | + {{item._Title}} | |
125 | + </td> | |
126 | + <td width="15%"> | |
127 | + {{item._BodyRegion}} | |
128 | + </td> | |
129 | + <td width="15%"> | |
130 | + {{item._BodySystem}} | |
131 | + </td> | |
132 | + <td width="15%"> | |
133 | + {{item._ViewOrientation}} | |
134 | + </td> | |
135 | + <td width="15%"> | |
136 | + {{item._ImageType}} | |
137 | + </td> | |
138 | + <td width="25%" style="display:none"> | |
139 | + {{item._MedicalSpecialty}} | |
140 | + </td> | |
141 | + </tr> | |
142 | + <tr ng-if="typeof(searchCIListViewData) == 'undefined' || searchCIListViewData == null || searchCIListViewData == ''"> | |
143 | + <td colspan="6"><strong style="color:black;">No illustration found for the selected search criteria!</strong></td> | |
144 | + </tr> | |
145 | + </tbody> | |
146 | + </table> | |
147 | + </div> | |
148 | + <div class="col-sm-12" ng-show=" hiderow" style="padding-left:25px;padding-top:10px;"> | |
149 | + <div class="row well"> | |
150 | + <div title="{{SelectedCITitle}}" class="col-sm-3 col-lg-2 no-padding"> | |
151 | + <div class="thumbnail no-margin"> | |
152 | + <img id="{{SelectedCIId}}" src="{{SelectedCIthumbImage}}" alt="" title="{{SelectedCITitle}}" data-ng-click="openView($event)"> | |
153 | + </div> | |
154 | + </div> | |
155 | + <div class="col-sm-9 col-lg-9" style="padding-left:10px;"> | |
156 | + <p class="f11" ng-bind-html="SelectedCISummary"></p> | |
157 | + <button id="{{SelectedCIId}}" type="button" class="btn btn-primary btn-sm pull-right" data-ng-click="openView($event)">Open</button> | |
158 | + </div> | |
159 | + </div> | |
160 | + | |
161 | + </div> | |
162 | + </div> | |
163 | + </div> | |
164 | + </div> | |
165 | +</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_pin_data/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_pin_data/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_pin_data/aa_dat_pindata_2920.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41293", "_HeadX": "547", "_HeadY": "346", "_PinX": "477", "_PinY": "337", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "1011" }, {"_PinId": "41294", "_HeadX": "381", "_HeadY": "477", "_PinX": "373", "_PinY": "422", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4176" }, {"_PinId": "41295", "_HeadX": "342", "_HeadY": "530", "_PinX": "347", "_PinY": "467", "_BodySystemId": "8", "_BodySystemName": "Nervous", "_TermId": "3032" }, {"_PinId": "41296", "_HeadX": "320", "_HeadY": "233", "_PinX": "346", "_PinY": "298", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7388" }, {"_PinId": "41297", "_HeadX": "687", "_HeadY": "282", "_PinX": "617", "_PinY": "290", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "926" }, {"_PinId": "41298", "_HeadX": "264", "_HeadY": "19", "_PinX": "284", "_PinY": "86", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "233" }, {"_PinId": "41483", "_HeadX": "644", "_HeadY": "241", "_PinX": "576", "_PinY": "259", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "7352" }, {"_PinId": "41484", "_HeadX": "646", "_HeadY": "441", "_PinX": "581", "_PinY": "414", "_BodySystemId": "4", "_BodySystemName": "Immune", "_TermId": "1041" }, {"_PinId": "41485", "_HeadX": "601", "_HeadY": "401", "_PinX": "531", "_PinY": "388", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "5055" }, {"_PinId": "41679", "_HeadX": "131", "_HeadY": "244", "_PinX": "185", "_PinY": "267", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "935" }, {"_PinId": "41680", "_HeadX": "365", "_HeadY": "8", "_PinX": "363", "_PinY": "78", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "184" }, {"_PinId": "42265", "_HeadX": "226", "_HeadY": "320", "_PinX": "279", "_PinY": "320", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1112" }, {"_PinId": "42266", "_HeadX": "571", "_HeadY": "369", "_PinX": "503", "_PinY": "364", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1021" }, {"_PinId": "42267", "_HeadX": "370", "_HeadY": "215", "_PinX": "370", "_PinY": "282", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "940" }, {"_PinId": "42436", "_HeadX": "441", "_HeadY": "378", "_PinX": "383", "_PinY": "339", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1140" }, {"_PinId": "42644", "_HeadX": "313", "_HeadY": "416", "_PinX": "341", "_PinY": "352", "_BodySystemId": "6", "_BodySystemName": "Lymphatic", "_TermId": "1337" }, {"_PinId": "42645", "_HeadX": "519", "_HeadY": "423", "_PinX": "460", "_PinY": "386", "_BodySystemId": "3", "_BodySystemName": "Endocrine", "_TermId": "1069" }, {"_PinId": "42817", "_HeadX": "547", "_HeadY": "168", "_PinX": "496", "_PinY": "190", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4752" }, {"_PinId": "42818", "_HeadX": "467", "_HeadY": "434", "_PinX": "418", "_PinY": "384", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1207" }, {"_PinId": "42819", "_HeadX": "204", "_HeadY": "404", "_PinX": "267", "_PinY": "377", "_BodySystemId": "3", "_BodySystemName": "Endocrine", "_TermId": "1068" }, {"_PinId": "42998", "_HeadX": "403", "_HeadY": "208", "_PinX": "385", "_PinY": "270", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7219" }, {"_PinId": "43564", "_HeadX": "199", "_HeadY": "517", "_PinX": "223", "_PinY": "462", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1101" }, {"_PinId": "43565", "_HeadX": "551", "_HeadY": "507", "_PinX": "500", "_PinY": "459", "_BodySystemId": "12", "_BodySystemName": "Urinary", "_TermId": "1102" }, {"_PinId": "43758", "_HeadX": "222", "_HeadY": "53", "_PinX": "253", "_PinY": "116", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "926" }, {"_PinId": "43759", "_HeadX": "532", "_HeadY": "222", "_PinX": "471", "_PinY": "256", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "958" }, {"_PinId": "43760", "_HeadX": "142", "_HeadY": "524", "_PinX": "182", "_PinY": "484", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4662" }, {"_PinId": "43960", "_HeadX": "320", "_HeadY": "27", "_PinX": "328", "_PinY": "97", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "937" }, {"_PinId": "44134", "_HeadX": "425", "_HeadY": "13", "_PinX": "410", "_PinY": "81", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "233" }, {"_PinId": "44135", "_HeadX": "532", "_HeadY": "316", "_PinX": "462", "_PinY": "317", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4752" } ], "_NavigatorImage": "aa_oi_83.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/aa/aa_pin_data/aa_dat_pindata_2921.json
0 → 100644
1 | +{ "Root": { "Item": [ {"_PinId": "41299", "_HeadX": "302", "_HeadY": "8", "_PinX": "316", "_PinY": "44", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "5162" }, {"_PinId": "41300", "_HeadX": "589", "_HeadY": "12", "_PinX": "557", "_PinY": "74", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2893" }, {"_PinId": "41301", "_HeadX": "261", "_HeadY": "6", "_PinX": "295", "_PinY": "64", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2042" }, {"_PinId": "41486", "_HeadX": "826", "_HeadY": "221", "_PinX": "758", "_PinY": "238", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "798" }, {"_PinId": "41681", "_HeadX": "446", "_HeadY": "8", "_PinX": "436", "_PinY": "66", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4404" }, {"_PinId": "41682", "_HeadX": "393", "_HeadY": "7", "_PinX": "403", "_PinY": "72", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4843" }, {"_PinId": "41683", "_HeadX": "198", "_HeadY": "7", "_PinX": "231", "_PinY": "52", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7701" }, {"_PinId": "41684", "_HeadX": "365", "_HeadY": "113", "_PinX": "385", "_PinY": "180", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "41685", "_HeadX": "637", "_HeadY": "393", "_PinX": "571", "_PinY": "370", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1397" }, {"_PinId": "41884", "_HeadX": "537", "_HeadY": "315", "_PinX": "467", "_PinY": "318", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1190" }, {"_PinId": "41885", "_HeadX": "429", "_HeadY": "462", "_PinX": "429", "_PinY": "392", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "4155" }, {"_PinId": "41886", "_HeadX": "387", "_HeadY": "66", "_PinX": "398", "_PinY": "135", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "4752" }, {"_PinId": "41887", "_HeadX": "33", "_HeadY": "132", "_PinX": "89", "_PinY": "161", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "222" }, {"_PinId": "41888", "_HeadX": "658", "_HeadY": "586", "_PinX": "612", "_PinY": "533", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "2098" }, {"_PinId": "42059", "_HeadX": "200", "_HeadY": "54", "_PinX": "252", "_PinY": "104", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "980" }, {"_PinId": "42060", "_HeadX": "817", "_HeadY": "127", "_PinX": "754", "_PinY": "158", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "222" }, {"_PinId": "42268", "_HeadX": "224", "_HeadY": "7", "_PinX": "257", "_PinY": "58", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7702" }, {"_PinId": "42437", "_HeadX": "193", "_HeadY": "363", "_PinX": "255", "_PinY": "353", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1396" }, {"_PinId": "42438", "_HeadX": "781", "_HeadY": "289", "_PinX": "711", "_PinY": "295", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "990" }, {"_PinId": "42439", "_HeadX": "678", "_HeadY": "56", "_PinX": "630", "_PinY": "107", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7219" }, {"_PinId": "42440", "_HeadX": "430", "_HeadY": "8", "_PinX": "430", "_PinY": "59", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "2911" }, {"_PinId": "42441", "_HeadX": "376", "_HeadY": "632", "_PinX": "381", "_PinY": "601", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1869" }, {"_PinId": "42646", "_HeadX": "418", "_HeadY": "8", "_PinX": "419", "_PinY": "47", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "184" }, {"_PinId": "42647", "_HeadX": "207", "_HeadY": "604", "_PinX": "250", "_PinY": "549", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "2098" }, {"_PinId": "42648", "_HeadX": "571", "_HeadY": "273", "_PinX": "504", "_PinY": "295", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1168" }, {"_PinId": "42649", "_HeadX": "349", "_HeadY": "5", "_PinX": "366", "_PinY": "73", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "926" }, {"_PinId": "42650", "_HeadX": "482", "_HeadY": "8", "_PinX": "472", "_PinY": "67", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "7439" }, {"_PinId": "42651", "_HeadX": "243", "_HeadY": "204", "_PinX": "302", "_PinY": "241", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "980" }, {"_PinId": "42652", "_HeadX": "850", "_HeadY": "308", "_PinX": "780", "_PinY": "310", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1760" }, {"_PinId": "42999", "_HeadX": "98", "_HeadY": "278", "_PinX": "158", "_PinY": "286", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "989" }, {"_PinId": "43000", "_HeadX": "305", "_HeadY": "261", "_PinX": "368", "_PinY": "291", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1169" }, {"_PinId": "43001", "_HeadX": "281", "_HeadY": "8", "_PinX": "307", "_PinY": "63", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "2040" }, {"_PinId": "43230", "_HeadX": "519", "_HeadY": "8", "_PinX": "507", "_PinY": "51", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "233" }, {"_PinId": "43231", "_HeadX": "229", "_HeadY": "394", "_PinX": "285", "_PinY": "374", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1397" }, {"_PinId": "43232", "_HeadX": "618", "_HeadY": "84", "_PinX": "574", "_PinY": "139", "_BodySystemId": "2", "_BodySystemName": "Digestive", "_TermId": "981" }, {"_PinId": "43373", "_HeadX": "93", "_HeadY": "458", "_PinX": "148", "_PinY": "436", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "2110" }, {"_PinId": "43374", "_HeadX": "778", "_HeadY": "482", "_PinX": "714", "_PinY": "453", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "2110" }, {"_PinId": "43375", "_HeadX": "509", "_HeadY": "632", "_PinX": "501", "_PinY": "599", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1869" }, {"_PinId": "43566", "_HeadX": "38", "_HeadY": "336", "_PinX": "96", "_PinY": "334", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1760" }, {"_PinId": "43567", "_HeadX": "289", "_HeadY": "343", "_PinX": "358", "_PinY": "332", "_BodySystemId": "1", "_BodySystemName": "Cardiovascular", "_TermId": "1191" }, {"_PinId": "43568", "_HeadX": "34", "_HeadY": "221", "_PinX": "93", "_PinY": "235", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "798" }, {"_PinId": "43961", "_HeadX": "824", "_HeadY": "179", "_PinX": "758", "_PinY": "202", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "228" }, {"_PinId": "44136", "_HeadX": "109", "_HeadY": "398", "_PinX": "165", "_PinY": "385", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "1570" }, {"_PinId": "44137", "_HeadX": "385", "_HeadY": "388", "_PinX": "418", "_PinY": "328", "_BodySystemId": "11", "_BodySystemName": "Skeletal", "_TermId": "1413" }, {"_PinId": "44138", "_HeadX": "39", "_HeadY": "172", "_PinX": "90", "_PinY": "192", "_BodySystemId": "7", "_BodySystemName": "Muscular", "_TermId": "228" }, {"_PinId": "44139", "_HeadX": "826", "_HeadY": "255", "_PinX": "757", "_PinY": "266", "_BodySystemId": "0", "_BodySystemName": "No System", "_TermId": "926" } ], "_NavigatorImage": "aa_oi_84.jpg" }} | |
0 | 2 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2862.jpg
0 → 100644
8.6 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2863.jpg
0 → 100644
7.81 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2864.jpg
0 → 100644
7.63 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2865.jpg
0 → 100644
12.1 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2866.jpg
0 → 100644
23.1 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2867.jpg
0 → 100644
17.4 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2868.jpg
0 → 100644
34 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2869.jpg
0 → 100644
23.9 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2870.jpg
0 → 100644
13.5 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2871.jpg
0 → 100644
62.5 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2872.jpg
0 → 100644
59.5 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2873.jpg
0 → 100644
21 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2874.jpg
0 → 100644
38.2 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2875.jpg
0 → 100644
19.4 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2876.jpg
0 → 100644
14.9 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2877.jpg
0 → 100644
13.8 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2878.jpg
0 → 100644
16.5 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2879.jpg
0 → 100644
41.6 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2880.jpg
0 → 100644
16.2 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2881.jpg
0 → 100644
19.1 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2882.jpg
0 → 100644
26.4 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2883.jpg
0 → 100644
23.1 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2884.jpg
0 → 100644
10.8 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2885.jpg
0 → 100644
10.7 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2886.jpg
0 → 100644
17.2 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2887.jpg
0 → 100644
17.3 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2888.jpg
0 → 100644
15.1 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2889.jpg
0 → 100644
17.4 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2890.jpg
0 → 100644
26.5 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2891.jpg
0 → 100644
32.8 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2892.jpg
0 → 100644
24.5 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2893.jpg
0 → 100644
15 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2894.jpg
0 → 100644
14.6 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2895.jpg
0 → 100644
33.9 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2896.jpg
0 → 100644
33.5 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2897.jpg
0 → 100644
13.1 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2898.jpg
0 → 100644
24 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2899.jpg
0 → 100644
16.1 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2900.jpg
0 → 100644
17 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2901.jpg
0 → 100644
25.8 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2902.jpg
0 → 100644
21.8 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2903.jpg
0 → 100644
11.3 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2904.jpg
0 → 100644
21.3 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2905.jpg
0 → 100644
18.7 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2906.jpg
0 → 100644
24.1 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2907.jpg
0 → 100644
25.4 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2908.jpg
0 → 100644
17.2 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2909.jpg
0 → 100644
26.5 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2910.jpg
0 → 100644
24.8 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2911.jpg
0 → 100644
20.7 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2912.jpg
0 → 100644
20.4 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2913.jpg
0 → 100644
7.81 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2914.jpg
0 → 100644
16.2 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2915.jpg
0 → 100644
24.6 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2916.jpg
0 → 100644
21.5 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2917.jpg
0 → 100644
30.1 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2918.jpg
0 → 100644
26.4 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2919.jpg
0 → 100644
24.6 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2920.jpg
0 → 100644
13.7 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2921.jpg
0 → 100644
13.6 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2922.jpg
0 → 100644
25 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2923.jpg
0 → 100644
7.69 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2924.jpg
0 → 100644
10.8 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2925.jpg
0 → 100644
25 KB
400-SOURCECODE/AIAHTML5.Web/content/images/aa/thumbnails/aa_tni_2926.jpg
0 → 100644
25.3 KB