001package org.hl7.fhir.r4.model.codesystems;
002
003/*
004  Copyright (c) 2011+, HL7, Inc.
005  All rights reserved.
006  
007  Redistribution and use in source and binary forms, with or without modification, 
008  are permitted provided that the following conditions are met:
009  
010   * Redistributions of source code must retain the above copyright notice, this 
011     list of conditions and the following disclaimer.
012   * Redistributions in binary form must reproduce the above copyright notice, 
013     this list of conditions and the following disclaimer in the documentation 
014     and/or other materials provided with the distribution.
015   * Neither the name of HL7 nor the names of its contributors may be used to 
016     endorse or promote products derived from this software without specific 
017     prior written permission.
018  
019  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
020  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
021  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
022  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
023  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
024  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
025  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
026  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
027  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
028  POSSIBILITY OF SUCH DAMAGE.
029  
030*/
031
032// Generated on Thu, Sep 13, 2018 09:04-0400 for FHIR v3.5.0
033
034
035import org.hl7.fhir.r4.model.EnumFactory;
036
037public class V3DentitionEnumFactory implements EnumFactory<V3Dentition> {
038
039  public V3Dentition fromCode(String codeString) throws IllegalArgumentException {
040    if (codeString == null || "".equals(codeString))
041      return null;
042    if ("ArtificialDentition".equals(codeString))
043      return V3Dentition.ARTIFICIALDENTITION;
044    if ("TID10a".equals(codeString))
045      return V3Dentition.TID10A;
046    if ("TID10i".equals(codeString))
047      return V3Dentition.TID10I;
048    if ("TID10p".equals(codeString))
049      return V3Dentition.TID10P;
050    if ("TID10pd".equals(codeString))
051      return V3Dentition.TID10PD;
052    if ("TID10pm".equals(codeString))
053      return V3Dentition.TID10PM;
054    if ("TID11a".equals(codeString))
055      return V3Dentition.TID11A;
056    if ("TID11i".equals(codeString))
057      return V3Dentition.TID11I;
058    if ("TID11p".equals(codeString))
059      return V3Dentition.TID11P;
060    if ("TID11pd".equals(codeString))
061      return V3Dentition.TID11PD;
062    if ("TID11pm".equals(codeString))
063      return V3Dentition.TID11PM;
064    if ("TID12a".equals(codeString))
065      return V3Dentition.TID12A;
066    if ("TID12i".equals(codeString))
067      return V3Dentition.TID12I;
068    if ("TID12p".equals(codeString))
069      return V3Dentition.TID12P;
070    if ("TID12pd".equals(codeString))
071      return V3Dentition.TID12PD;
072    if ("TID12pm".equals(codeString))
073      return V3Dentition.TID12PM;
074    if ("TID13a".equals(codeString))
075      return V3Dentition.TID13A;
076    if ("TID13i".equals(codeString))
077      return V3Dentition.TID13I;
078    if ("TID13p".equals(codeString))
079      return V3Dentition.TID13P;
080    if ("TID13pd".equals(codeString))
081      return V3Dentition.TID13PD;
082    if ("TID13pm".equals(codeString))
083      return V3Dentition.TID13PM;
084    if ("TID14a".equals(codeString))
085      return V3Dentition.TID14A;
086    if ("TID14i".equals(codeString))
087      return V3Dentition.TID14I;
088    if ("TID14p".equals(codeString))
089      return V3Dentition.TID14P;
090    if ("TID14pd".equals(codeString))
091      return V3Dentition.TID14PD;
092    if ("TID14pm".equals(codeString))
093      return V3Dentition.TID14PM;
094    if ("TID15a".equals(codeString))
095      return V3Dentition.TID15A;
096    if ("TID15i".equals(codeString))
097      return V3Dentition.TID15I;
098    if ("TID15p".equals(codeString))
099      return V3Dentition.TID15P;
100    if ("TID15pd".equals(codeString))
101      return V3Dentition.TID15PD;
102    if ("TID15pm".equals(codeString))
103      return V3Dentition.TID15PM;
104    if ("TID16a".equals(codeString))
105      return V3Dentition.TID16A;
106    if ("TID16i".equals(codeString))
107      return V3Dentition.TID16I;
108    if ("TID16p".equals(codeString))
109      return V3Dentition.TID16P;
110    if ("TID16pd".equals(codeString))
111      return V3Dentition.TID16PD;
112    if ("TID16pm".equals(codeString))
113      return V3Dentition.TID16PM;
114    if ("TID17a".equals(codeString))
115      return V3Dentition.TID17A;
116    if ("TID17ad".equals(codeString))
117      return V3Dentition.TID17AD;
118    if ("TID17am".equals(codeString))
119      return V3Dentition.TID17AM;
120    if ("TID17i".equals(codeString))
121      return V3Dentition.TID17I;
122    if ("TID17id".equals(codeString))
123      return V3Dentition.TID17ID;
124    if ("TID17im".equals(codeString))
125      return V3Dentition.TID17IM;
126    if ("TID17p".equals(codeString))
127      return V3Dentition.TID17P;
128    if ("TID17pd".equals(codeString))
129      return V3Dentition.TID17PD;
130    if ("TID17pm".equals(codeString))
131      return V3Dentition.TID17PM;
132    if ("TID18a".equals(codeString))
133      return V3Dentition.TID18A;
134    if ("TID18ad".equals(codeString))
135      return V3Dentition.TID18AD;
136    if ("TID18am".equals(codeString))
137      return V3Dentition.TID18AM;
138    if ("TID18i".equals(codeString))
139      return V3Dentition.TID18I;
140    if ("TID18id".equals(codeString))
141      return V3Dentition.TID18ID;
142    if ("TID18im".equals(codeString))
143      return V3Dentition.TID18IM;
144    if ("TID18p".equals(codeString))
145      return V3Dentition.TID18P;
146    if ("TID18pd".equals(codeString))
147      return V3Dentition.TID18PD;
148    if ("TID18pm".equals(codeString))
149      return V3Dentition.TID18PM;
150    if ("TID19a".equals(codeString))
151      return V3Dentition.TID19A;
152    if ("TID19ad".equals(codeString))
153      return V3Dentition.TID19AD;
154    if ("TID19am".equals(codeString))
155      return V3Dentition.TID19AM;
156    if ("TID19i".equals(codeString))
157      return V3Dentition.TID19I;
158    if ("TID19id".equals(codeString))
159      return V3Dentition.TID19ID;
160    if ("TID19im".equals(codeString))
161      return V3Dentition.TID19IM;
162    if ("TID19p".equals(codeString))
163      return V3Dentition.TID19P;
164    if ("TID19pd".equals(codeString))
165      return V3Dentition.TID19PD;
166    if ("TID19pm".equals(codeString))
167      return V3Dentition.TID19PM;
168    if ("TID1a".equals(codeString))
169      return V3Dentition.TID1A;
170    if ("TID1i".equals(codeString))
171      return V3Dentition.TID1I;
172    if ("TID1p".equals(codeString))
173      return V3Dentition.TID1P;
174    if ("TID1pd".equals(codeString))
175      return V3Dentition.TID1PD;
176    if ("TID1pm".equals(codeString))
177      return V3Dentition.TID1PM;
178    if ("TID20a".equals(codeString))
179      return V3Dentition.TID20A;
180    if ("TID20i".equals(codeString))
181      return V3Dentition.TID20I;
182    if ("TID20p".equals(codeString))
183      return V3Dentition.TID20P;
184    if ("TID20pd".equals(codeString))
185      return V3Dentition.TID20PD;
186    if ("TID20pm".equals(codeString))
187      return V3Dentition.TID20PM;
188    if ("TID21a".equals(codeString))
189      return V3Dentition.TID21A;
190    if ("TID21i".equals(codeString))
191      return V3Dentition.TID21I;
192    if ("TID21p".equals(codeString))
193      return V3Dentition.TID21P;
194    if ("TID21pd".equals(codeString))
195      return V3Dentition.TID21PD;
196    if ("TID21pm".equals(codeString))
197      return V3Dentition.TID21PM;
198    if ("TID22a".equals(codeString))
199      return V3Dentition.TID22A;
200    if ("TID22i".equals(codeString))
201      return V3Dentition.TID22I;
202    if ("TID22p".equals(codeString))
203      return V3Dentition.TID22P;
204    if ("TID22pd".equals(codeString))
205      return V3Dentition.TID22PD;
206    if ("TID22pm".equals(codeString))
207      return V3Dentition.TID22PM;
208    if ("TID23a".equals(codeString))
209      return V3Dentition.TID23A;
210    if ("TID23i".equals(codeString))
211      return V3Dentition.TID23I;
212    if ("TID23p".equals(codeString))
213      return V3Dentition.TID23P;
214    if ("TID23pd".equals(codeString))
215      return V3Dentition.TID23PD;
216    if ("TID23pm".equals(codeString))
217      return V3Dentition.TID23PM;
218    if ("TID24a".equals(codeString))
219      return V3Dentition.TID24A;
220    if ("TID24i".equals(codeString))
221      return V3Dentition.TID24I;
222    if ("TID24p".equals(codeString))
223      return V3Dentition.TID24P;
224    if ("TID24pd".equals(codeString))
225      return V3Dentition.TID24PD;
226    if ("TID24pm".equals(codeString))
227      return V3Dentition.TID24PM;
228    if ("TID25a".equals(codeString))
229      return V3Dentition.TID25A;
230    if ("TID25i".equals(codeString))
231      return V3Dentition.TID25I;
232    if ("TID25p".equals(codeString))
233      return V3Dentition.TID25P;
234    if ("TID25pd".equals(codeString))
235      return V3Dentition.TID25PD;
236    if ("TID25pm".equals(codeString))
237      return V3Dentition.TID25PM;
238    if ("TID26a".equals(codeString))
239      return V3Dentition.TID26A;
240    if ("TID26i".equals(codeString))
241      return V3Dentition.TID26I;
242    if ("TID26p".equals(codeString))
243      return V3Dentition.TID26P;
244    if ("TID26pd".equals(codeString))
245      return V3Dentition.TID26PD;
246    if ("TID26pm".equals(codeString))
247      return V3Dentition.TID26PM;
248    if ("TID27a".equals(codeString))
249      return V3Dentition.TID27A;
250    if ("TID27i".equals(codeString))
251      return V3Dentition.TID27I;
252    if ("TID27p".equals(codeString))
253      return V3Dentition.TID27P;
254    if ("TID27pd".equals(codeString))
255      return V3Dentition.TID27PD;
256    if ("TID27pm".equals(codeString))
257      return V3Dentition.TID27PM;
258    if ("TID28a".equals(codeString))
259      return V3Dentition.TID28A;
260    if ("TID28i".equals(codeString))
261      return V3Dentition.TID28I;
262    if ("TID28p".equals(codeString))
263      return V3Dentition.TID28P;
264    if ("TID28pd".equals(codeString))
265      return V3Dentition.TID28PD;
266    if ("TID28pm".equals(codeString))
267      return V3Dentition.TID28PM;
268    if ("TID29a".equals(codeString))
269      return V3Dentition.TID29A;
270    if ("TID29i".equals(codeString))
271      return V3Dentition.TID29I;
272    if ("TID29p".equals(codeString))
273      return V3Dentition.TID29P;
274    if ("TID29pd".equals(codeString))
275      return V3Dentition.TID29PD;
276    if ("TID29pm".equals(codeString))
277      return V3Dentition.TID29PM;
278    if ("TID2a".equals(codeString))
279      return V3Dentition.TID2A;
280    if ("TID2i".equals(codeString))
281      return V3Dentition.TID2I;
282    if ("TID2p".equals(codeString))
283      return V3Dentition.TID2P;
284    if ("TID2pd".equals(codeString))
285      return V3Dentition.TID2PD;
286    if ("TID2pm".equals(codeString))
287      return V3Dentition.TID2PM;
288    if ("TID30a".equals(codeString))
289      return V3Dentition.TID30A;
290    if ("TID30ad".equals(codeString))
291      return V3Dentition.TID30AD;
292    if ("TID30am".equals(codeString))
293      return V3Dentition.TID30AM;
294    if ("TID30i".equals(codeString))
295      return V3Dentition.TID30I;
296    if ("TID30id".equals(codeString))
297      return V3Dentition.TID30ID;
298    if ("TID30im".equals(codeString))
299      return V3Dentition.TID30IM;
300    if ("TID30p".equals(codeString))
301      return V3Dentition.TID30P;
302    if ("TID30pd".equals(codeString))
303      return V3Dentition.TID30PD;
304    if ("TID30pm".equals(codeString))
305      return V3Dentition.TID30PM;
306    if ("TID31a".equals(codeString))
307      return V3Dentition.TID31A;
308    if ("TID31ad".equals(codeString))
309      return V3Dentition.TID31AD;
310    if ("TID31am".equals(codeString))
311      return V3Dentition.TID31AM;
312    if ("TID31i".equals(codeString))
313      return V3Dentition.TID31I;
314    if ("TID31id".equals(codeString))
315      return V3Dentition.TID31ID;
316    if ("TID31im".equals(codeString))
317      return V3Dentition.TID31IM;
318    if ("TID31p".equals(codeString))
319      return V3Dentition.TID31P;
320    if ("TID31pd".equals(codeString))
321      return V3Dentition.TID31PD;
322    if ("TID31pm".equals(codeString))
323      return V3Dentition.TID31PM;
324    if ("TID32a".equals(codeString))
325      return V3Dentition.TID32A;
326    if ("TID32ad".equals(codeString))
327      return V3Dentition.TID32AD;
328    if ("TID32am".equals(codeString))
329      return V3Dentition.TID32AM;
330    if ("TID32i".equals(codeString))
331      return V3Dentition.TID32I;
332    if ("TID32id".equals(codeString))
333      return V3Dentition.TID32ID;
334    if ("TID32im".equals(codeString))
335      return V3Dentition.TID32IM;
336    if ("TID32p".equals(codeString))
337      return V3Dentition.TID32P;
338    if ("TID32pd".equals(codeString))
339      return V3Dentition.TID32PD;
340    if ("TID32pm".equals(codeString))
341      return V3Dentition.TID32PM;
342    if ("TID3a".equals(codeString))
343      return V3Dentition.TID3A;
344    if ("TID3i".equals(codeString))
345      return V3Dentition.TID3I;
346    if ("TID3p".equals(codeString))
347      return V3Dentition.TID3P;
348    if ("TID3pd".equals(codeString))
349      return V3Dentition.TID3PD;
350    if ("TID3pm".equals(codeString))
351      return V3Dentition.TID3PM;
352    if ("TID4a".equals(codeString))
353      return V3Dentition.TID4A;
354    if ("TID4i".equals(codeString))
355      return V3Dentition.TID4I;
356    if ("TID4p".equals(codeString))
357      return V3Dentition.TID4P;
358    if ("TID4pd".equals(codeString))
359      return V3Dentition.TID4PD;
360    if ("TID4pm".equals(codeString))
361      return V3Dentition.TID4PM;
362    if ("TID5a".equals(codeString))
363      return V3Dentition.TID5A;
364    if ("TID5i".equals(codeString))
365      return V3Dentition.TID5I;
366    if ("TID5p".equals(codeString))
367      return V3Dentition.TID5P;
368    if ("TID5pd".equals(codeString))
369      return V3Dentition.TID5PD;
370    if ("TID5pm".equals(codeString))
371      return V3Dentition.TID5PM;
372    if ("TID6a".equals(codeString))
373      return V3Dentition.TID6A;
374    if ("TID6i".equals(codeString))
375      return V3Dentition.TID6I;
376    if ("TID6p".equals(codeString))
377      return V3Dentition.TID6P;
378    if ("TID6pd".equals(codeString))
379      return V3Dentition.TID6PD;
380    if ("TID6pm".equals(codeString))
381      return V3Dentition.TID6PM;
382    if ("TID7a".equals(codeString))
383      return V3Dentition.TID7A;
384    if ("TID7i".equals(codeString))
385      return V3Dentition.TID7I;
386    if ("TID7p".equals(codeString))
387      return V3Dentition.TID7P;
388    if ("TID7pd".equals(codeString))
389      return V3Dentition.TID7PD;
390    if ("TID7pm".equals(codeString))
391      return V3Dentition.TID7PM;
392    if ("TID8a".equals(codeString))
393      return V3Dentition.TID8A;
394    if ("TID8i".equals(codeString))
395      return V3Dentition.TID8I;
396    if ("TID8p".equals(codeString))
397      return V3Dentition.TID8P;
398    if ("TID8pd".equals(codeString))
399      return V3Dentition.TID8PD;
400    if ("TID8pm".equals(codeString))
401      return V3Dentition.TID8PM;
402    if ("TID9a".equals(codeString))
403      return V3Dentition.TID9A;
404    if ("TID9i".equals(codeString))
405      return V3Dentition.TID9I;
406    if ("TID9p".equals(codeString))
407      return V3Dentition.TID9P;
408    if ("TID9pd".equals(codeString))
409      return V3Dentition.TID9PD;
410    if ("TID9pm".equals(codeString))
411      return V3Dentition.TID9PM;
412    if ("PermanentDentition".equals(codeString))
413      return V3Dentition.PERMANENTDENTITION;
414    if ("TID1".equals(codeString))
415      return V3Dentition.TID1;
416    if ("TID10".equals(codeString))
417      return V3Dentition.TID10;
418    if ("TID11".equals(codeString))
419      return V3Dentition.TID11;
420    if ("TID12".equals(codeString))
421      return V3Dentition.TID12;
422    if ("TID13".equals(codeString))
423      return V3Dentition.TID13;
424    if ("TID14".equals(codeString))
425      return V3Dentition.TID14;
426    if ("TID15".equals(codeString))
427      return V3Dentition.TID15;
428    if ("TID16".equals(codeString))
429      return V3Dentition.TID16;
430    if ("TID17".equals(codeString))
431      return V3Dentition.TID17;
432    if ("TID17d".equals(codeString))
433      return V3Dentition.TID17D;
434    if ("TID17m".equals(codeString))
435      return V3Dentition.TID17M;
436    if ("TID18".equals(codeString))
437      return V3Dentition.TID18;
438    if ("TID18d".equals(codeString))
439      return V3Dentition.TID18D;
440    if ("TID18m".equals(codeString))
441      return V3Dentition.TID18M;
442    if ("TID19".equals(codeString))
443      return V3Dentition.TID19;
444    if ("TID19d".equals(codeString))
445      return V3Dentition.TID19D;
446    if ("TID19m".equals(codeString))
447      return V3Dentition.TID19M;
448    if ("TID2".equals(codeString))
449      return V3Dentition.TID2;
450    if ("TID20".equals(codeString))
451      return V3Dentition.TID20;
452    if ("TID21".equals(codeString))
453      return V3Dentition.TID21;
454    if ("TID22".equals(codeString))
455      return V3Dentition.TID22;
456    if ("TID23".equals(codeString))
457      return V3Dentition.TID23;
458    if ("TID24".equals(codeString))
459      return V3Dentition.TID24;
460    if ("TID25".equals(codeString))
461      return V3Dentition.TID25;
462    if ("TID26".equals(codeString))
463      return V3Dentition.TID26;
464    if ("TID27".equals(codeString))
465      return V3Dentition.TID27;
466    if ("TID28".equals(codeString))
467      return V3Dentition.TID28;
468    if ("TID29".equals(codeString))
469      return V3Dentition.TID29;
470    if ("TID3".equals(codeString))
471      return V3Dentition.TID3;
472    if ("TID30".equals(codeString))
473      return V3Dentition.TID30;
474    if ("TID30d".equals(codeString))
475      return V3Dentition.TID30D;
476    if ("TID30m".equals(codeString))
477      return V3Dentition.TID30M;
478    if ("TID31".equals(codeString))
479      return V3Dentition.TID31;
480    if ("TID31d".equals(codeString))
481      return V3Dentition.TID31D;
482    if ("TID31m".equals(codeString))
483      return V3Dentition.TID31M;
484    if ("TID32".equals(codeString))
485      return V3Dentition.TID32;
486    if ("TID32d".equals(codeString))
487      return V3Dentition.TID32D;
488    if ("TID32m".equals(codeString))
489      return V3Dentition.TID32M;
490    if ("TID4".equals(codeString))
491      return V3Dentition.TID4;
492    if ("TID5".equals(codeString))
493      return V3Dentition.TID5;
494    if ("TID6".equals(codeString))
495      return V3Dentition.TID6;
496    if ("TID7".equals(codeString))
497      return V3Dentition.TID7;
498    if ("TID8".equals(codeString))
499      return V3Dentition.TID8;
500    if ("TID9".equals(codeString))
501      return V3Dentition.TID9;
502    if ("PrimaryDentition".equals(codeString))
503      return V3Dentition.PRIMARYDENTITION;
504    if ("TIDA".equals(codeString))
505      return V3Dentition.TIDA;
506    if ("TIDB".equals(codeString))
507      return V3Dentition.TIDB;
508    if ("TIDC".equals(codeString))
509      return V3Dentition.TIDC;
510    if ("TIDD".equals(codeString))
511      return V3Dentition.TIDD;
512    if ("TIDE".equals(codeString))
513      return V3Dentition.TIDE;
514    if ("TIDF".equals(codeString))
515      return V3Dentition.TIDF;
516    if ("TIDG".equals(codeString))
517      return V3Dentition.TIDG;
518    if ("TIDH".equals(codeString))
519      return V3Dentition.TIDH;
520    if ("TIDI".equals(codeString))
521      return V3Dentition.TIDI;
522    if ("TIDJ".equals(codeString))
523      return V3Dentition.TIDJ;
524    if ("TIDK".equals(codeString))
525      return V3Dentition.TIDK;
526    if ("TIDL".equals(codeString))
527      return V3Dentition.TIDL;
528    if ("TIDM".equals(codeString))
529      return V3Dentition.TIDM;
530    if ("TIDN".equals(codeString))
531      return V3Dentition.TIDN;
532    if ("TIDO".equals(codeString))
533      return V3Dentition.TIDO;
534    if ("TIDP".equals(codeString))
535      return V3Dentition.TIDP;
536    if ("TIDQ".equals(codeString))
537      return V3Dentition.TIDQ;
538    if ("TIDR".equals(codeString))
539      return V3Dentition.TIDR;
540    if ("TIDS".equals(codeString))
541      return V3Dentition.TIDS;
542    if ("TIDT".equals(codeString))
543      return V3Dentition.TIDT;
544    if ("SupernumeraryTooth".equals(codeString))
545      return V3Dentition.SUPERNUMERARYTOOTH;
546    if ("TID10s".equals(codeString))
547      return V3Dentition.TID10S;
548    if ("TID11s".equals(codeString))
549      return V3Dentition.TID11S;
550    if ("TID12s".equals(codeString))
551      return V3Dentition.TID12S;
552    if ("TID13s".equals(codeString))
553      return V3Dentition.TID13S;
554    if ("TID14s".equals(codeString))
555      return V3Dentition.TID14S;
556    if ("TID15s".equals(codeString))
557      return V3Dentition.TID15S;
558    if ("TID16s".equals(codeString))
559      return V3Dentition.TID16S;
560    if ("TID17s".equals(codeString))
561      return V3Dentition.TID17S;
562    if ("TID18s".equals(codeString))
563      return V3Dentition.TID18S;
564    if ("TID19s".equals(codeString))
565      return V3Dentition.TID19S;
566    if ("TID1s".equals(codeString))
567      return V3Dentition.TID1S;
568    if ("TID20s".equals(codeString))
569      return V3Dentition.TID20S;
570    if ("TID21s".equals(codeString))
571      return V3Dentition.TID21S;
572    if ("TID22s".equals(codeString))
573      return V3Dentition.TID22S;
574    if ("TID23s".equals(codeString))
575      return V3Dentition.TID23S;
576    if ("TID24s".equals(codeString))
577      return V3Dentition.TID24S;
578    if ("TID25s".equals(codeString))
579      return V3Dentition.TID25S;
580    if ("TID26s".equals(codeString))
581      return V3Dentition.TID26S;
582    if ("TID27s".equals(codeString))
583      return V3Dentition.TID27S;
584    if ("TID28s".equals(codeString))
585      return V3Dentition.TID28S;
586    if ("TID29s".equals(codeString))
587      return V3Dentition.TID29S;
588    if ("TID2s".equals(codeString))
589      return V3Dentition.TID2S;
590    if ("TID30s".equals(codeString))
591      return V3Dentition.TID30S;
592    if ("TID31s".equals(codeString))
593      return V3Dentition.TID31S;
594    if ("TID32s".equals(codeString))
595      return V3Dentition.TID32S;
596    if ("TID3s".equals(codeString))
597      return V3Dentition.TID3S;
598    if ("TID4s".equals(codeString))
599      return V3Dentition.TID4S;
600    if ("TID5s".equals(codeString))
601      return V3Dentition.TID5S;
602    if ("TID6s".equals(codeString))
603      return V3Dentition.TID6S;
604    if ("TID7s".equals(codeString))
605      return V3Dentition.TID7S;
606    if ("TID8s".equals(codeString))
607      return V3Dentition.TID8S;
608    if ("TID9s".equals(codeString))
609      return V3Dentition.TID9S;
610    if ("TIDAs".equals(codeString))
611      return V3Dentition.TIDAS;
612    if ("TIDBs".equals(codeString))
613      return V3Dentition.TIDBS;
614    if ("TIDCs".equals(codeString))
615      return V3Dentition.TIDCS;
616    if ("TIDDs".equals(codeString))
617      return V3Dentition.TIDDS;
618    if ("TIDEs".equals(codeString))
619      return V3Dentition.TIDES;
620    if ("TIDFs".equals(codeString))
621      return V3Dentition.TIDFS;
622    if ("TIDGs".equals(codeString))
623      return V3Dentition.TIDGS;
624    if ("TIDHs".equals(codeString))
625      return V3Dentition.TIDHS;
626    if ("TIDIs".equals(codeString))
627      return V3Dentition.TIDIS;
628    if ("TIDJs".equals(codeString))
629      return V3Dentition.TIDJS;
630    if ("TIDKs".equals(codeString))
631      return V3Dentition.TIDKS;
632    if ("TIDLs".equals(codeString))
633      return V3Dentition.TIDLS;
634    if ("TIDMs".equals(codeString))
635      return V3Dentition.TIDMS;
636    if ("TIDNs".equals(codeString))
637      return V3Dentition.TIDNS;
638    if ("TIDOs".equals(codeString))
639      return V3Dentition.TIDOS;
640    if ("TIDPs".equals(codeString))
641      return V3Dentition.TIDPS;
642    if ("TIDQs".equals(codeString))
643      return V3Dentition.TIDQS;
644    if ("TIDRs".equals(codeString))
645      return V3Dentition.TIDRS;
646    if ("TIDSs".equals(codeString))
647      return V3Dentition.TIDSS;
648    if ("TIDTs".equals(codeString))
649      return V3Dentition.TIDTS;
650    throw new IllegalArgumentException("Unknown V3Dentition code '"+codeString+"'");
651  }
652
653  public String toCode(V3Dentition code) {
654    if (code == V3Dentition.ARTIFICIALDENTITION)
655      return "ArtificialDentition";
656    if (code == V3Dentition.TID10A)
657      return "TID10a";
658    if (code == V3Dentition.TID10I)
659      return "TID10i";
660    if (code == V3Dentition.TID10P)
661      return "TID10p";
662    if (code == V3Dentition.TID10PD)
663      return "TID10pd";
664    if (code == V3Dentition.TID10PM)
665      return "TID10pm";
666    if (code == V3Dentition.TID11A)
667      return "TID11a";
668    if (code == V3Dentition.TID11I)
669      return "TID11i";
670    if (code == V3Dentition.TID11P)
671      return "TID11p";
672    if (code == V3Dentition.TID11PD)
673      return "TID11pd";
674    if (code == V3Dentition.TID11PM)
675      return "TID11pm";
676    if (code == V3Dentition.TID12A)
677      return "TID12a";
678    if (code == V3Dentition.TID12I)
679      return "TID12i";
680    if (code == V3Dentition.TID12P)
681      return "TID12p";
682    if (code == V3Dentition.TID12PD)
683      return "TID12pd";
684    if (code == V3Dentition.TID12PM)
685      return "TID12pm";
686    if (code == V3Dentition.TID13A)
687      return "TID13a";
688    if (code == V3Dentition.TID13I)
689      return "TID13i";
690    if (code == V3Dentition.TID13P)
691      return "TID13p";
692    if (code == V3Dentition.TID13PD)
693      return "TID13pd";
694    if (code == V3Dentition.TID13PM)
695      return "TID13pm";
696    if (code == V3Dentition.TID14A)
697      return "TID14a";
698    if (code == V3Dentition.TID14I)
699      return "TID14i";
700    if (code == V3Dentition.TID14P)
701      return "TID14p";
702    if (code == V3Dentition.TID14PD)
703      return "TID14pd";
704    if (code == V3Dentition.TID14PM)
705      return "TID14pm";
706    if (code == V3Dentition.TID15A)
707      return "TID15a";
708    if (code == V3Dentition.TID15I)
709      return "TID15i";
710    if (code == V3Dentition.TID15P)
711      return "TID15p";
712    if (code == V3Dentition.TID15PD)
713      return "TID15pd";
714    if (code == V3Dentition.TID15PM)
715      return "TID15pm";
716    if (code == V3Dentition.TID16A)
717      return "TID16a";
718    if (code == V3Dentition.TID16I)
719      return "TID16i";
720    if (code == V3Dentition.TID16P)
721      return "TID16p";
722    if (code == V3Dentition.TID16PD)
723      return "TID16pd";
724    if (code == V3Dentition.TID16PM)
725      return "TID16pm";
726    if (code == V3Dentition.TID17A)
727      return "TID17a";
728    if (code == V3Dentition.TID17AD)
729      return "TID17ad";
730    if (code == V3Dentition.TID17AM)
731      return "TID17am";
732    if (code == V3Dentition.TID17I)
733      return "TID17i";
734    if (code == V3Dentition.TID17ID)
735      return "TID17id";
736    if (code == V3Dentition.TID17IM)
737      return "TID17im";
738    if (code == V3Dentition.TID17P)
739      return "TID17p";
740    if (code == V3Dentition.TID17PD)
741      return "TID17pd";
742    if (code == V3Dentition.TID17PM)
743      return "TID17pm";
744    if (code == V3Dentition.TID18A)
745      return "TID18a";
746    if (code == V3Dentition.TID18AD)
747      return "TID18ad";
748    if (code == V3Dentition.TID18AM)
749      return "TID18am";
750    if (code == V3Dentition.TID18I)
751      return "TID18i";
752    if (code == V3Dentition.TID18ID)
753      return "TID18id";
754    if (code == V3Dentition.TID18IM)
755      return "TID18im";
756    if (code == V3Dentition.TID18P)
757      return "TID18p";
758    if (code == V3Dentition.TID18PD)
759      return "TID18pd";
760    if (code == V3Dentition.TID18PM)
761      return "TID18pm";
762    if (code == V3Dentition.TID19A)
763      return "TID19a";
764    if (code == V3Dentition.TID19AD)
765      return "TID19ad";
766    if (code == V3Dentition.TID19AM)
767      return "TID19am";
768    if (code == V3Dentition.TID19I)
769      return "TID19i";
770    if (code == V3Dentition.TID19ID)
771      return "TID19id";
772    if (code == V3Dentition.TID19IM)
773      return "TID19im";
774    if (code == V3Dentition.TID19P)
775      return "TID19p";
776    if (code == V3Dentition.TID19PD)
777      return "TID19pd";
778    if (code == V3Dentition.TID19PM)
779      return "TID19pm";
780    if (code == V3Dentition.TID1A)
781      return "TID1a";
782    if (code == V3Dentition.TID1I)
783      return "TID1i";
784    if (code == V3Dentition.TID1P)
785      return "TID1p";
786    if (code == V3Dentition.TID1PD)
787      return "TID1pd";
788    if (code == V3Dentition.TID1PM)
789      return "TID1pm";
790    if (code == V3Dentition.TID20A)
791      return "TID20a";
792    if (code == V3Dentition.TID20I)
793      return "TID20i";
794    if (code == V3Dentition.TID20P)
795      return "TID20p";
796    if (code == V3Dentition.TID20PD)
797      return "TID20pd";
798    if (code == V3Dentition.TID20PM)
799      return "TID20pm";
800    if (code == V3Dentition.TID21A)
801      return "TID21a";
802    if (code == V3Dentition.TID21I)
803      return "TID21i";
804    if (code == V3Dentition.TID21P)
805      return "TID21p";
806    if (code == V3Dentition.TID21PD)
807      return "TID21pd";
808    if (code == V3Dentition.TID21PM)
809      return "TID21pm";
810    if (code == V3Dentition.TID22A)
811      return "TID22a";
812    if (code == V3Dentition.TID22I)
813      return "TID22i";
814    if (code == V3Dentition.TID22P)
815      return "TID22p";
816    if (code == V3Dentition.TID22PD)
817      return "TID22pd";
818    if (code == V3Dentition.TID22PM)
819      return "TID22pm";
820    if (code == V3Dentition.TID23A)
821      return "TID23a";
822    if (code == V3Dentition.TID23I)
823      return "TID23i";
824    if (code == V3Dentition.TID23P)
825      return "TID23p";
826    if (code == V3Dentition.TID23PD)
827      return "TID23pd";
828    if (code == V3Dentition.TID23PM)
829      return "TID23pm";
830    if (code == V3Dentition.TID24A)
831      return "TID24a";
832    if (code == V3Dentition.TID24I)
833      return "TID24i";
834    if (code == V3Dentition.TID24P)
835      return "TID24p";
836    if (code == V3Dentition.TID24PD)
837      return "TID24pd";
838    if (code == V3Dentition.TID24PM)
839      return "TID24pm";
840    if (code == V3Dentition.TID25A)
841      return "TID25a";
842    if (code == V3Dentition.TID25I)
843      return "TID25i";
844    if (code == V3Dentition.TID25P)
845      return "TID25p";
846    if (code == V3Dentition.TID25PD)
847      return "TID25pd";
848    if (code == V3Dentition.TID25PM)
849      return "TID25pm";
850    if (code == V3Dentition.TID26A)
851      return "TID26a";
852    if (code == V3Dentition.TID26I)
853      return "TID26i";
854    if (code == V3Dentition.TID26P)
855      return "TID26p";
856    if (code == V3Dentition.TID26PD)
857      return "TID26pd";
858    if (code == V3Dentition.TID26PM)
859      return "TID26pm";
860    if (code == V3Dentition.TID27A)
861      return "TID27a";
862    if (code == V3Dentition.TID27I)
863      return "TID27i";
864    if (code == V3Dentition.TID27P)
865      return "TID27p";
866    if (code == V3Dentition.TID27PD)
867      return "TID27pd";
868    if (code == V3Dentition.TID27PM)
869      return "TID27pm";
870    if (code == V3Dentition.TID28A)
871      return "TID28a";
872    if (code == V3Dentition.TID28I)
873      return "TID28i";
874    if (code == V3Dentition.TID28P)
875      return "TID28p";
876    if (code == V3Dentition.TID28PD)
877      return "TID28pd";
878    if (code == V3Dentition.TID28PM)
879      return "TID28pm";
880    if (code == V3Dentition.TID29A)
881      return "TID29a";
882    if (code == V3Dentition.TID29I)
883      return "TID29i";
884    if (code == V3Dentition.TID29P)
885      return "TID29p";
886    if (code == V3Dentition.TID29PD)
887      return "TID29pd";
888    if (code == V3Dentition.TID29PM)
889      return "TID29pm";
890    if (code == V3Dentition.TID2A)
891      return "TID2a";
892    if (code == V3Dentition.TID2I)
893      return "TID2i";
894    if (code == V3Dentition.TID2P)
895      return "TID2p";
896    if (code == V3Dentition.TID2PD)
897      return "TID2pd";
898    if (code == V3Dentition.TID2PM)
899      return "TID2pm";
900    if (code == V3Dentition.TID30A)
901      return "TID30a";
902    if (code == V3Dentition.TID30AD)
903      return "TID30ad";
904    if (code == V3Dentition.TID30AM)
905      return "TID30am";
906    if (code == V3Dentition.TID30I)
907      return "TID30i";
908    if (code == V3Dentition.TID30ID)
909      return "TID30id";
910    if (code == V3Dentition.TID30IM)
911      return "TID30im";
912    if (code == V3Dentition.TID30P)
913      return "TID30p";
914    if (code == V3Dentition.TID30PD)
915      return "TID30pd";
916    if (code == V3Dentition.TID30PM)
917      return "TID30pm";
918    if (code == V3Dentition.TID31A)
919      return "TID31a";
920    if (code == V3Dentition.TID31AD)
921      return "TID31ad";
922    if (code == V3Dentition.TID31AM)
923      return "TID31am";
924    if (code == V3Dentition.TID31I)
925      return "TID31i";
926    if (code == V3Dentition.TID31ID)
927      return "TID31id";
928    if (code == V3Dentition.TID31IM)
929      return "TID31im";
930    if (code == V3Dentition.TID31P)
931      return "TID31p";
932    if (code == V3Dentition.TID31PD)
933      return "TID31pd";
934    if (code == V3Dentition.TID31PM)
935      return "TID31pm";
936    if (code == V3Dentition.TID32A)
937      return "TID32a";
938    if (code == V3Dentition.TID32AD)
939      return "TID32ad";
940    if (code == V3Dentition.TID32AM)
941      return "TID32am";
942    if (code == V3Dentition.TID32I)
943      return "TID32i";
944    if (code == V3Dentition.TID32ID)
945      return "TID32id";
946    if (code == V3Dentition.TID32IM)
947      return "TID32im";
948    if (code == V3Dentition.TID32P)
949      return "TID32p";
950    if (code == V3Dentition.TID32PD)
951      return "TID32pd";
952    if (code == V3Dentition.TID32PM)
953      return "TID32pm";
954    if (code == V3Dentition.TID3A)
955      return "TID3a";
956    if (code == V3Dentition.TID3I)
957      return "TID3i";
958    if (code == V3Dentition.TID3P)
959      return "TID3p";
960    if (code == V3Dentition.TID3PD)
961      return "TID3pd";
962    if (code == V3Dentition.TID3PM)
963      return "TID3pm";
964    if (code == V3Dentition.TID4A)
965      return "TID4a";
966    if (code == V3Dentition.TID4I)
967      return "TID4i";
968    if (code == V3Dentition.TID4P)
969      return "TID4p";
970    if (code == V3Dentition.TID4PD)
971      return "TID4pd";
972    if (code == V3Dentition.TID4PM)
973      return "TID4pm";
974    if (code == V3Dentition.TID5A)
975      return "TID5a";
976    if (code == V3Dentition.TID5I)
977      return "TID5i";
978    if (code == V3Dentition.TID5P)
979      return "TID5p";
980    if (code == V3Dentition.TID5PD)
981      return "TID5pd";
982    if (code == V3Dentition.TID5PM)
983      return "TID5pm";
984    if (code == V3Dentition.TID6A)
985      return "TID6a";
986    if (code == V3Dentition.TID6I)
987      return "TID6i";
988    if (code == V3Dentition.TID6P)
989      return "TID6p";
990    if (code == V3Dentition.TID6PD)
991      return "TID6pd";
992    if (code == V3Dentition.TID6PM)
993      return "TID6pm";
994    if (code == V3Dentition.TID7A)
995      return "TID7a";
996    if (code == V3Dentition.TID7I)
997      return "TID7i";
998    if (code == V3Dentition.TID7P)
999      return "TID7p";
1000    if (code == V3Dentition.TID7PD)
1001      return "TID7pd";
1002    if (code == V3Dentition.TID7PM)
1003      return "TID7pm";
1004    if (code == V3Dentition.TID8A)
1005      return "TID8a";
1006    if (code == V3Dentition.TID8I)
1007      return "TID8i";
1008    if (code == V3Dentition.TID8P)
1009      return "TID8p";
1010    if (code == V3Dentition.TID8PD)
1011      return "TID8pd";
1012    if (code == V3Dentition.TID8PM)
1013      return "TID8pm";
1014    if (code == V3Dentition.TID9A)
1015      return "TID9a";
1016    if (code == V3Dentition.TID9I)
1017      return "TID9i";
1018    if (code == V3Dentition.TID9P)
1019      return "TID9p";
1020    if (code == V3Dentition.TID9PD)
1021      return "TID9pd";
1022    if (code == V3Dentition.TID9PM)
1023      return "TID9pm";
1024    if (code == V3Dentition.PERMANENTDENTITION)
1025      return "PermanentDentition";
1026    if (code == V3Dentition.TID1)
1027      return "TID1";
1028    if (code == V3Dentition.TID10)
1029      return "TID10";
1030    if (code == V3Dentition.TID11)
1031      return "TID11";
1032    if (code == V3Dentition.TID12)
1033      return "TID12";
1034    if (code == V3Dentition.TID13)
1035      return "TID13";
1036    if (code == V3Dentition.TID14)
1037      return "TID14";
1038    if (code == V3Dentition.TID15)
1039      return "TID15";
1040    if (code == V3Dentition.TID16)
1041      return "TID16";
1042    if (code == V3Dentition.TID17)
1043      return "TID17";
1044    if (code == V3Dentition.TID17D)
1045      return "TID17d";
1046    if (code == V3Dentition.TID17M)
1047      return "TID17m";
1048    if (code == V3Dentition.TID18)
1049      return "TID18";
1050    if (code == V3Dentition.TID18D)
1051      return "TID18d";
1052    if (code == V3Dentition.TID18M)
1053      return "TID18m";
1054    if (code == V3Dentition.TID19)
1055      return "TID19";
1056    if (code == V3Dentition.TID19D)
1057      return "TID19d";
1058    if (code == V3Dentition.TID19M)
1059      return "TID19m";
1060    if (code == V3Dentition.TID2)
1061      return "TID2";
1062    if (code == V3Dentition.TID20)
1063      return "TID20";
1064    if (code == V3Dentition.TID21)
1065      return "TID21";
1066    if (code == V3Dentition.TID22)
1067      return "TID22";
1068    if (code == V3Dentition.TID23)
1069      return "TID23";
1070    if (code == V3Dentition.TID24)
1071      return "TID24";
1072    if (code == V3Dentition.TID25)
1073      return "TID25";
1074    if (code == V3Dentition.TID26)
1075      return "TID26";
1076    if (code == V3Dentition.TID27)
1077      return "TID27";
1078    if (code == V3Dentition.TID28)
1079      return "TID28";
1080    if (code == V3Dentition.TID29)
1081      return "TID29";
1082    if (code == V3Dentition.TID3)
1083      return "TID3";
1084    if (code == V3Dentition.TID30)
1085      return "TID30";
1086    if (code == V3Dentition.TID30D)
1087      return "TID30d";
1088    if (code == V3Dentition.TID30M)
1089      return "TID30m";
1090    if (code == V3Dentition.TID31)
1091      return "TID31";
1092    if (code == V3Dentition.TID31D)
1093      return "TID31d";
1094    if (code == V3Dentition.TID31M)
1095      return "TID31m";
1096    if (code == V3Dentition.TID32)
1097      return "TID32";
1098    if (code == V3Dentition.TID32D)
1099      return "TID32d";
1100    if (code == V3Dentition.TID32M)
1101      return "TID32m";
1102    if (code == V3Dentition.TID4)
1103      return "TID4";
1104    if (code == V3Dentition.TID5)
1105      return "TID5";
1106    if (code == V3Dentition.TID6)
1107      return "TID6";
1108    if (code == V3Dentition.TID7)
1109      return "TID7";
1110    if (code == V3Dentition.TID8)
1111      return "TID8";
1112    if (code == V3Dentition.TID9)
1113      return "TID9";
1114    if (code == V3Dentition.PRIMARYDENTITION)
1115      return "PrimaryDentition";
1116    if (code == V3Dentition.TIDA)
1117      return "TIDA";
1118    if (code == V3Dentition.TIDB)
1119      return "TIDB";
1120    if (code == V3Dentition.TIDC)
1121      return "TIDC";
1122    if (code == V3Dentition.TIDD)
1123      return "TIDD";
1124    if (code == V3Dentition.TIDE)
1125      return "TIDE";
1126    if (code == V3Dentition.TIDF)
1127      return "TIDF";
1128    if (code == V3Dentition.TIDG)
1129      return "TIDG";
1130    if (code == V3Dentition.TIDH)
1131      return "TIDH";
1132    if (code == V3Dentition.TIDI)
1133      return "TIDI";
1134    if (code == V3Dentition.TIDJ)
1135      return "TIDJ";
1136    if (code == V3Dentition.TIDK)
1137      return "TIDK";
1138    if (code == V3Dentition.TIDL)
1139      return "TIDL";
1140    if (code == V3Dentition.TIDM)
1141      return "TIDM";
1142    if (code == V3Dentition.TIDN)
1143      return "TIDN";
1144    if (code == V3Dentition.TIDO)
1145      return "TIDO";
1146    if (code == V3Dentition.TIDP)
1147      return "TIDP";
1148    if (code == V3Dentition.TIDQ)
1149      return "TIDQ";
1150    if (code == V3Dentition.TIDR)
1151      return "TIDR";
1152    if (code == V3Dentition.TIDS)
1153      return "TIDS";
1154    if (code == V3Dentition.TIDT)
1155      return "TIDT";
1156    if (code == V3Dentition.SUPERNUMERARYTOOTH)
1157      return "SupernumeraryTooth";
1158    if (code == V3Dentition.TID10S)
1159      return "TID10s";
1160    if (code == V3Dentition.TID11S)
1161      return "TID11s";
1162    if (code == V3Dentition.TID12S)
1163      return "TID12s";
1164    if (code == V3Dentition.TID13S)
1165      return "TID13s";
1166    if (code == V3Dentition.TID14S)
1167      return "TID14s";
1168    if (code == V3Dentition.TID15S)
1169      return "TID15s";
1170    if (code == V3Dentition.TID16S)
1171      return "TID16s";
1172    if (code == V3Dentition.TID17S)
1173      return "TID17s";
1174    if (code == V3Dentition.TID18S)
1175      return "TID18s";
1176    if (code == V3Dentition.TID19S)
1177      return "TID19s";
1178    if (code == V3Dentition.TID1S)
1179      return "TID1s";
1180    if (code == V3Dentition.TID20S)
1181      return "TID20s";
1182    if (code == V3Dentition.TID21S)
1183      return "TID21s";
1184    if (code == V3Dentition.TID22S)
1185      return "TID22s";
1186    if (code == V3Dentition.TID23S)
1187      return "TID23s";
1188    if (code == V3Dentition.TID24S)
1189      return "TID24s";
1190    if (code == V3Dentition.TID25S)
1191      return "TID25s";
1192    if (code == V3Dentition.TID26S)
1193      return "TID26s";
1194    if (code == V3Dentition.TID27S)
1195      return "TID27s";
1196    if (code == V3Dentition.TID28S)
1197      return "TID28s";
1198    if (code == V3Dentition.TID29S)
1199      return "TID29s";
1200    if (code == V3Dentition.TID2S)
1201      return "TID2s";
1202    if (code == V3Dentition.TID30S)
1203      return "TID30s";
1204    if (code == V3Dentition.TID31S)
1205      return "TID31s";
1206    if (code == V3Dentition.TID32S)
1207      return "TID32s";
1208    if (code == V3Dentition.TID3S)
1209      return "TID3s";
1210    if (code == V3Dentition.TID4S)
1211      return "TID4s";
1212    if (code == V3Dentition.TID5S)
1213      return "TID5s";
1214    if (code == V3Dentition.TID6S)
1215      return "TID6s";
1216    if (code == V3Dentition.TID7S)
1217      return "TID7s";
1218    if (code == V3Dentition.TID8S)
1219      return "TID8s";
1220    if (code == V3Dentition.TID9S)
1221      return "TID9s";
1222    if (code == V3Dentition.TIDAS)
1223      return "TIDAs";
1224    if (code == V3Dentition.TIDBS)
1225      return "TIDBs";
1226    if (code == V3Dentition.TIDCS)
1227      return "TIDCs";
1228    if (code == V3Dentition.TIDDS)
1229      return "TIDDs";
1230    if (code == V3Dentition.TIDES)
1231      return "TIDEs";
1232    if (code == V3Dentition.TIDFS)
1233      return "TIDFs";
1234    if (code == V3Dentition.TIDGS)
1235      return "TIDGs";
1236    if (code == V3Dentition.TIDHS)
1237      return "TIDHs";
1238    if (code == V3Dentition.TIDIS)
1239      return "TIDIs";
1240    if (code == V3Dentition.TIDJS)
1241      return "TIDJs";
1242    if (code == V3Dentition.TIDKS)
1243      return "TIDKs";
1244    if (code == V3Dentition.TIDLS)
1245      return "TIDLs";
1246    if (code == V3Dentition.TIDMS)
1247      return "TIDMs";
1248    if (code == V3Dentition.TIDNS)
1249      return "TIDNs";
1250    if (code == V3Dentition.TIDOS)
1251      return "TIDOs";
1252    if (code == V3Dentition.TIDPS)
1253      return "TIDPs";
1254    if (code == V3Dentition.TIDQS)
1255      return "TIDQs";
1256    if (code == V3Dentition.TIDRS)
1257      return "TIDRs";
1258    if (code == V3Dentition.TIDSS)
1259      return "TIDSs";
1260    if (code == V3Dentition.TIDTS)
1261      return "TIDTs";
1262    return "?";
1263  }
1264
1265    public String toSystem(V3Dentition code) {
1266      return code.getSystem();
1267      }
1268
1269}
1270