검안정보-Json.txt 610 B

123456789101112131415161718192021222324252627282930313233
  1. package models_json
  2. type SorderJson1 struct {
  3. REyeLens EyeLens //(컨버전시 이것만)
  4. LEyeLens EyeLens //(컨버전시 이것만)
  5. RContLens ContLens //(컨버전시 이것만)
  6. LContLens ContLens //(컨버전시 이것만)
  7. }
  8. type EyeLens struct {
  9. Sph string
  10. Cyl string
  11. Axis string
  12. LongPd string
  13. Add string
  14. ShortPd string
  15. BaseIo string
  16. BaseUd string
  17. BareEye string
  18. Adjust string
  19. }
  20. type ContLens struct {
  21. Sph string
  22. Cyl string
  23. Axis string
  24. Add string
  25. Bc string
  26. Dia string
  27. Kerato string
  28. Prescript string
  29. Adjust string
  30. }