Skip to content

Commit

Permalink
added list of places for catheter implants (#117)
Browse files Browse the repository at this point in the history
* added list of places for catheter implants

* typo

* moved to template

* rerun all

* typo
  • Loading branch information
saskiad authored Dec 17, 2024
1 parent d2e276d commit 30f89aa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,13 @@ Organization.SUBJECT_SOURCES = one_of_instance(
Organization.NYU,
Organization.OTHER,
]
)

Organization.CATHETER_IMPLANT_INSTITUTIONS = one_of_instance(
[
Organization.AIND,
Organization.CRL,
Organization.JAX,
Organization.OTHER,
]
)
9 changes: 9 additions & 0 deletions src/aind_data_schema_models/organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,3 +1125,12 @@ def from_name(cls, name: str):
Organization.OTHER,
]
)

Organization.CATHETER_IMPLANT_INSTITUTIONS = one_of_instance(
[
Organization.AIND,
Organization.CRL,
Organization.JAX,
Organization.OTHER,
]
)

0 comments on commit 30f89aa

Please sign in to comment.