AAVLD-USAHA-ITStandards / eCVI

eCVI Data Exchange Standard (Starting with version 2)
12 stars 9 forks source link

Additional Equine Photo Views #99

Open ryanscholzdvm opened 1 week ago

ryanscholzdvm commented 1 week ago

An eCVI vendor recently submitted their platform to the NASAHO eCVI approval committee for review, and a potential issue with the data standard was identified. The eCVI platform provided clients the ability to upload equine photos, but provided a fourth “rear” image based on client request. The current implementation of PhotoView in the standard only provides three standard views (Front, Left, Right), without an option for additional “other” views.

https://github.com/AAVLD-USAHA-ITStandards/eCVI/blob/2729e03f08f458e2f092dd59082779e222e86cb5/ecvi2.xsd#L1984-L1994

I would propose adding an additional “Other” view option. Probably the two simplest options would be to either add an “Other” option to the PhotoView list, or adding an option to the EquinePhotograph that would allow either the PhotoView to be used or an OtherView that would allow free-text.

ryanscholzdvm commented 1 week ago

Just to flag it so that it doesn’t get missed when deciding if/how to implement, EquinePhotographs is currently limited to a maximum of 3 photographs.

https://github.com/AAVLD-USAHA-ITStandards/eCVI/blob/2729e03f08f458e2f092dd59082779e222e86cb5/ecvi2.xsd#L1160-L1177