Main.storyboard 152 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="WSz-h3-e9R">
  3. <device id="retina5_9" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="Stack View standard spacing" minToolsVersion="9.0"/>
  11. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  12. </dependencies>
  13. <customFonts key="customFonts">
  14. <array key="NanumSquareBold.ttf">
  15. <string>NanumSquareB</string>
  16. </array>
  17. </customFonts>
  18. <scenes>
  19. <!--Extra Web View Controller-->
  20. <scene sceneID="aob-Xs-UUK">
  21. <objects>
  22. <viewController storyboardIdentifier="ExtraWebViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="nDd-yG-OzX" customClass="ExtraWebViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  23. <view key="view" contentMode="scaleToFill" id="ueR-nN-xEe">
  24. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bvY-we-jch" customClass="StoryBoardableWKWebView" customModule="kunkuk" customModuleProvider="target">
  28. <rect key="frame" x="0.0" y="44" width="375" height="674"/>
  29. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. </view>
  31. <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" barStyle="black" translatesAutoresizingMaskIntoConstraints="NO" id="RZz-La-LDk">
  32. <rect key="frame" x="0.0" y="718" width="375" height="60"/>
  33. <color key="backgroundColor" red="0.058823529409999999" green="0.1843137255" blue="0.47450980390000003" alpha="1" colorSpace="calibratedRGB"/>
  34. <constraints>
  35. <constraint firstAttribute="height" constant="60" id="rdF-9T-D2r"/>
  36. </constraints>
  37. <items>
  38. <barButtonItem title="Item" image="backward" id="od6-Sh-NHK">
  39. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  40. </barButtonItem>
  41. <barButtonItem style="plain" systemItem="flexibleSpace" id="rIn-m1-aJo"/>
  42. <barButtonItem title="&gt;" image="forward" id="GEi-ep-uKf">
  43. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  44. </barButtonItem>
  45. <barButtonItem style="plain" systemItem="flexibleSpace" id="UPf-tk-Dk0"/>
  46. <barButtonItem title="Item" image="refresh" id="byN-jz-M6E">
  47. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  48. </barButtonItem>
  49. <barButtonItem style="plain" systemItem="flexibleSpace" id="15b-xO-pIJ"/>
  50. <barButtonItem title="Item" image="close" id="NCf-02-aai">
  51. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  52. </barButtonItem>
  53. </items>
  54. </toolbar>
  55. </subviews>
  56. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  57. <constraints>
  58. <constraint firstItem="fxy-zR-KYJ" firstAttribute="trailing" secondItem="bvY-we-jch" secondAttribute="trailing" id="4Ma-uL-0r0"/>
  59. <constraint firstItem="fxy-zR-KYJ" firstAttribute="trailing" secondItem="RZz-La-LDk" secondAttribute="trailing" id="6DL-Y5-9Nh"/>
  60. <constraint firstItem="RZz-La-LDk" firstAttribute="top" secondItem="bvY-we-jch" secondAttribute="bottom" id="A2O-eh-bWc"/>
  61. <constraint firstItem="fxy-zR-KYJ" firstAttribute="bottom" secondItem="RZz-La-LDk" secondAttribute="bottom" id="A6x-V9-znL"/>
  62. <constraint firstItem="bvY-we-jch" firstAttribute="top" secondItem="fxy-zR-KYJ" secondAttribute="top" id="Ddc-PP-8l1"/>
  63. <constraint firstItem="RZz-La-LDk" firstAttribute="leading" secondItem="fxy-zR-KYJ" secondAttribute="leading" id="RnH-ig-4wB"/>
  64. <constraint firstItem="bvY-we-jch" firstAttribute="leading" secondItem="fxy-zR-KYJ" secondAttribute="leading" id="h28-xf-AAq"/>
  65. </constraints>
  66. <viewLayoutGuide key="safeArea" id="fxy-zR-KYJ"/>
  67. </view>
  68. <connections>
  69. <outlet property="backward" destination="od6-Sh-NHK" id="tZW-S6-bYt"/>
  70. <outlet property="close" destination="NCf-02-aai" id="IcP-bO-9Uj"/>
  71. <outlet property="forward" destination="GEi-ep-uKf" id="VYd-2l-scN"/>
  72. <outlet property="menuBar" destination="RZz-La-LDk" id="IkC-Sk-JMk"/>
  73. <outlet property="refresh" destination="byN-jz-M6E" id="BPw-E4-aN8"/>
  74. <outlet property="webView" destination="bvY-we-jch" id="6pE-XL-UUs"/>
  75. </connections>
  76. </viewController>
  77. <placeholder placeholderIdentifier="IBFirstResponder" id="aol-LP-aUl" userLabel="First Responder" sceneMemberID="firstResponder"/>
  78. </objects>
  79. <point key="canvasLocation" x="2186" y="123"/>
  80. </scene>
  81. <!--Navigation Controller-->
  82. <scene sceneID="Jba-dU-k1f">
  83. <objects>
  84. <navigationController storyboardIdentifier="WebviewNavigationController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="WSz-h3-e9R" sceneMemberID="viewController">
  85. <navigationBar key="navigationBar" contentMode="scaleToFill" id="ocH-x4-xiF">
  86. <rect key="frame" x="0.0" y="44" width="375" height="44"/>
  87. <autoresizingMask key="autoresizingMask"/>
  88. </navigationBar>
  89. <connections>
  90. <segue destination="ySz-mN-COb" kind="relationship" relationship="rootViewController" id="OiY-3Q-erd"/>
  91. </connections>
  92. </navigationController>
  93. <placeholder placeholderIdentifier="IBFirstResponder" id="2N1-sD-EIH" userLabel="First Responder" sceneMemberID="firstResponder"/>
  94. </objects>
  95. <point key="canvasLocation" x="796" y="124"/>
  96. </scene>
  97. <!--Test2 View Controller-->
  98. <scene sceneID="t4G-8e-KCr">
  99. <objects>
  100. <viewController storyboardIdentifier="Test2ViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="IB0-Up-J7N" customClass="Test2ViewController" sceneMemberID="viewController">
  101. <view key="view" contentMode="scaleToFill" id="9s2-je-UzA">
  102. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  103. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  104. <subviews>
  105. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qOp-k6-iGj">
  106. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  107. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  108. <subviews>
  109. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fTn-Tu-UyJ">
  110. <rect key="frame" x="138" y="365" width="99" height="83"/>
  111. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  112. <color key="backgroundColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  113. <state key="normal" title="Scan"/>
  114. </button>
  115. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="test" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="RPl-3S-110">
  116. <rect key="frame" x="70" y="118" width="235" height="30"/>
  117. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  118. <nil key="textColor"/>
  119. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  120. <textInputTraits key="textInputTraits"/>
  121. </textField>
  122. </subviews>
  123. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  124. </view>
  125. </subviews>
  126. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  127. <viewLayoutGuide key="safeArea" id="PCl-dP-Ev5"/>
  128. </view>
  129. <connections>
  130. <outlet property="scanButton" destination="fTn-Tu-UyJ" id="C1J-tn-8Oq"/>
  131. </connections>
  132. </viewController>
  133. <placeholder placeholderIdentifier="IBFirstResponder" id="2Xu-xX-Z2f" userLabel="First Responder" sceneMemberID="firstResponder"/>
  134. </objects>
  135. <point key="canvasLocation" x="1610" y="822"/>
  136. </scene>
  137. <!--Picture View Controller-->
  138. <scene sceneID="fkI-Y5-awn">
  139. <objects>
  140. <viewController storyboardIdentifier="PictureViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="IUL-tO-62n" customClass="PictureViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  141. <view key="view" contentMode="scaleToFill" id="cey-dQ-ZA5">
  142. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  143. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  144. <subviews>
  145. <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Pub-Ed-9mn">
  146. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  147. <connections>
  148. <segue destination="vG9-SK-zG4" kind="embed" id="9hA-fj-dZ7"/>
  149. </connections>
  150. </containerView>
  151. <containerView hidden="YES" opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4Ae-P7-0Xz">
  152. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  153. <connections>
  154. <segue destination="HAU-b8-2L8" kind="embed" id="fhe-kt-nhW"/>
  155. </connections>
  156. </containerView>
  157. </subviews>
  158. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  159. <constraints>
  160. <constraint firstAttribute="bottom" secondItem="4Ae-P7-0Xz" secondAttribute="bottom" id="0Sq-7o-q3j"/>
  161. <constraint firstAttribute="bottom" secondItem="Pub-Ed-9mn" secondAttribute="bottom" id="0t7-YQ-eib"/>
  162. <constraint firstItem="4Ae-P7-0Xz" firstAttribute="top" secondItem="cey-dQ-ZA5" secondAttribute="top" id="8LR-QM-0R7"/>
  163. <constraint firstItem="Pub-Ed-9mn" firstAttribute="top" secondItem="cey-dQ-ZA5" secondAttribute="top" id="AeE-63-h1L"/>
  164. <constraint firstItem="Pub-Ed-9mn" firstAttribute="leading" secondItem="2PI-m1-5tR" secondAttribute="leading" id="IX1-b3-LRR"/>
  165. <constraint firstItem="4Ae-P7-0Xz" firstAttribute="trailing" secondItem="2PI-m1-5tR" secondAttribute="trailing" id="ho1-uJ-vN9"/>
  166. <constraint firstItem="2PI-m1-5tR" firstAttribute="trailing" secondItem="Pub-Ed-9mn" secondAttribute="trailing" id="vQ0-Cb-iTu"/>
  167. <constraint firstItem="4Ae-P7-0Xz" firstAttribute="leading" secondItem="2PI-m1-5tR" secondAttribute="leading" id="zf0-Ap-djz"/>
  168. </constraints>
  169. <viewLayoutGuide key="safeArea" id="2PI-m1-5tR"/>
  170. </view>
  171. <navigationItem key="navigationItem" id="dLE-K6-cdd"/>
  172. <connections>
  173. <outlet property="cameraContainer" destination="Pub-Ed-9mn" id="gnp-ID-DlG"/>
  174. <outlet property="gallaryContainer" destination="4Ae-P7-0Xz" id="kw0-Re-0iA"/>
  175. </connections>
  176. </viewController>
  177. <placeholder placeholderIdentifier="IBFirstResponder" id="ObH-zG-MfG" userLabel="First Responder" sceneMemberID="firstResponder"/>
  178. </objects>
  179. <point key="canvasLocation" x="2402" y="822"/>
  180. </scene>
  181. <!--Custom Camera View Controller-->
  182. <scene sceneID="hFe-8t-oPg">
  183. <objects>
  184. <viewController storyboardIdentifier="CustomCameraViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="vG9-SK-zG4" customClass="CustomCameraViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  185. <view key="view" contentMode="scaleToFill" id="qCj-GS-Fhf">
  186. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  187. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  188. <subviews>
  189. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="22g-sz-Ri6">
  190. <rect key="frame" x="0.0" y="44" width="375" height="48"/>
  191. <subviews>
  192. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="환부이미지촬영" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2Gz-wR-Tkc">
  193. <rect key="frame" x="127" y="13.666666666666664" width="121.33333333333331" height="21"/>
  194. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="19"/>
  195. <nil key="textColor"/>
  196. <nil key="highlightedColor"/>
  197. </label>
  198. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="close_x" translatesAutoresizingMaskIntoConstraints="NO" id="Vnl-oE-eK1">
  199. <rect key="frame" x="346" y="13.666666666666664" width="21" height="21"/>
  200. <constraints>
  201. <constraint firstAttribute="height" constant="21" id="2kE-2l-aZX"/>
  202. <constraint firstAttribute="width" secondItem="Vnl-oE-eK1" secondAttribute="height" multiplier="1:1" id="TrO-Dh-uJa"/>
  203. </constraints>
  204. </imageView>
  205. </subviews>
  206. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  207. <constraints>
  208. <constraint firstItem="2Gz-wR-Tkc" firstAttribute="centerY" secondItem="22g-sz-Ri6" secondAttribute="centerY" id="GZw-Mz-wUS"/>
  209. <constraint firstAttribute="height" constant="48" id="Q6r-UE-Q4s"/>
  210. <constraint firstAttribute="trailing" secondItem="Vnl-oE-eK1" secondAttribute="trailing" constant="8" id="Uxu-AQ-jUI"/>
  211. <constraint firstItem="2Gz-wR-Tkc" firstAttribute="centerX" secondItem="22g-sz-Ri6" secondAttribute="centerX" id="VP1-uQ-eqG"/>
  212. <constraint firstItem="Vnl-oE-eK1" firstAttribute="centerY" secondItem="22g-sz-Ri6" secondAttribute="centerY" id="tdV-n8-BbW"/>
  213. </constraints>
  214. </view>
  215. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QiK-PL-Z18">
  216. <rect key="frame" x="8" y="92" width="359" height="110"/>
  217. <color key="backgroundColor" red="0.94901960784313721" green="0.95294117647058818" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/>
  218. <userDefinedRuntimeAttributes>
  219. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  220. <real key="value" value="5"/>
  221. </userDefinedRuntimeAttribute>
  222. </userDefinedRuntimeAttributes>
  223. </view>
  224. <stackView opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="Hjm-3n-PnS">
  225. <rect key="frame" x="8" y="92" width="359" height="110"/>
  226. <subviews>
  227. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3cc-tr-RLg">
  228. <rect key="frame" x="0.0" y="0.0" width="89.666666666666671" height="110"/>
  229. <subviews>
  230. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="홍길동" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZS3-lT-QK3">
  231. <rect key="frame" x="20.333333333333332" y="17" width="49.333333333333343" height="20"/>
  232. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  233. <nil key="textColor"/>
  234. <nil key="highlightedColor"/>
  235. </label>
  236. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fKT-hb-N98">
  237. <rect key="frame" x="0.0" y="56.666666666666657" width="89.666666666666671" height="36.333333333333343"/>
  238. <attributedString key="attributedText">
  239. <fragment content="내용">
  240. <attributes>
  241. <font key="NSFont" size="15" name="NanumSquareR"/>
  242. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  243. </attributes>
  244. </fragment>
  245. </attributedString>
  246. <nil key="highlightedColor"/>
  247. </label>
  248. </subviews>
  249. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  250. <constraints>
  251. <constraint firstItem="ZS3-lT-QK3" firstAttribute="centerX" secondItem="3cc-tr-RLg" secondAttribute="centerX" id="1Jd-Ub-Tco"/>
  252. <constraint firstItem="fKT-hb-N98" firstAttribute="leading" secondItem="3cc-tr-RLg" secondAttribute="leading" id="UX1-RD-4JM"/>
  253. <constraint firstItem="fKT-hb-N98" firstAttribute="top" relation="greaterThanOrEqual" secondItem="ZS3-lT-QK3" secondAttribute="bottom" constant="17" id="Y1m-dZ-iy3"/>
  254. <constraint firstAttribute="bottom" secondItem="fKT-hb-N98" secondAttribute="bottom" priority="750" constant="17" id="anY-P2-Vfl"/>
  255. <constraint firstAttribute="trailing" secondItem="fKT-hb-N98" secondAttribute="trailing" id="rDK-qZ-lpi"/>
  256. <constraint firstItem="ZS3-lT-QK3" firstAttribute="top" secondItem="3cc-tr-RLg" secondAttribute="top" constant="17" id="v1h-YB-FZG"/>
  257. </constraints>
  258. <userDefinedRuntimeAttributes>
  259. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  260. <real key="value" value="0.0"/>
  261. </userDefinedRuntimeAttribute>
  262. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  263. <real key="value" value="0.0"/>
  264. </userDefinedRuntimeAttribute>
  265. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  266. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  267. </userDefinedRuntimeAttribute>
  268. </userDefinedRuntimeAttributes>
  269. </view>
  270. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HsK-mM-rVT">
  271. <rect key="frame" x="89.666666666666686" y="0.0" width="90" height="110"/>
  272. <subviews>
  273. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="A1000100" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4un-kx-8PH">
  274. <rect key="frame" x="0.0" y="17" width="90" height="20"/>
  275. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  276. <nil key="textColor"/>
  277. <nil key="highlightedColor"/>
  278. </label>
  279. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ecd-Ow-N4X">
  280. <rect key="frame" x="0.0" y="56.666666666666657" width="90" height="36.333333333333343"/>
  281. <attributedString key="attributedText">
  282. <fragment>
  283. <string key="content">내용 텍스트
  284. 들어감</string>
  285. <attributes>
  286. <font key="NSFont" size="15" name="NanumSquareR"/>
  287. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  288. </attributes>
  289. </fragment>
  290. </attributedString>
  291. <nil key="highlightedColor"/>
  292. </label>
  293. </subviews>
  294. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  295. <constraints>
  296. <constraint firstItem="Ecd-Ow-N4X" firstAttribute="centerX" secondItem="4un-kx-8PH" secondAttribute="centerX" id="3JV-zp-UxY"/>
  297. <constraint firstAttribute="trailing" secondItem="Ecd-Ow-N4X" secondAttribute="trailing" id="4Mk-SP-UiH"/>
  298. <constraint firstItem="4un-kx-8PH" firstAttribute="leading" secondItem="HsK-mM-rVT" secondAttribute="leading" id="9ll-zO-Bjh"/>
  299. <constraint firstItem="4un-kx-8PH" firstAttribute="top" secondItem="HsK-mM-rVT" secondAttribute="top" constant="17" id="QWn-IJ-DRB"/>
  300. <constraint firstAttribute="bottom" secondItem="Ecd-Ow-N4X" secondAttribute="bottom" priority="750" constant="17" id="RhN-kn-DpX"/>
  301. <constraint firstItem="Ecd-Ow-N4X" firstAttribute="top" relation="greaterThanOrEqual" secondItem="4un-kx-8PH" secondAttribute="bottom" constant="17" id="pbv-2w-6Wm"/>
  302. <constraint firstItem="Ecd-Ow-N4X" firstAttribute="leading" secondItem="HsK-mM-rVT" secondAttribute="leading" id="rra-sj-1HK"/>
  303. </constraints>
  304. <userDefinedRuntimeAttributes>
  305. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  306. <real key="value" value="0.0"/>
  307. </userDefinedRuntimeAttribute>
  308. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  309. <real key="value" value="0.0"/>
  310. </userDefinedRuntimeAttribute>
  311. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  312. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  313. </userDefinedRuntimeAttribute>
  314. </userDefinedRuntimeAttributes>
  315. </view>
  316. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xPl-l6-lKq">
  317. <rect key="frame" x="179.66666666666666" y="0.0" width="89.666666666666657" height="110"/>
  318. <subviews>
  319. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mtS-Sd-L2M">
  320. <rect key="frame" x="0.0" y="56.666666666666657" width="89.666666666666671" height="36.333333333333343"/>
  321. <attributedString key="attributedText"/>
  322. <nil key="highlightedColor"/>
  323. </label>
  324. </subviews>
  325. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  326. <constraints>
  327. <constraint firstItem="mtS-Sd-L2M" firstAttribute="leading" secondItem="xPl-l6-lKq" secondAttribute="leading" id="8b9-B4-xoP"/>
  328. <constraint firstAttribute="bottom" secondItem="mtS-Sd-L2M" secondAttribute="bottom" priority="750" constant="17" id="fCT-sY-Obs"/>
  329. <constraint firstAttribute="trailing" secondItem="mtS-Sd-L2M" secondAttribute="trailing" id="yCd-r6-tRn"/>
  330. </constraints>
  331. <userDefinedRuntimeAttributes>
  332. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  333. <real key="value" value="0.0"/>
  334. </userDefinedRuntimeAttribute>
  335. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  336. <real key="value" value="0.0"/>
  337. </userDefinedRuntimeAttribute>
  338. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  339. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  340. </userDefinedRuntimeAttribute>
  341. </userDefinedRuntimeAttributes>
  342. </view>
  343. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="afj-P8-ON5">
  344. <rect key="frame" x="269.33333333333331" y="0.0" width="89.666666666666686" height="110"/>
  345. <subviews>
  346. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="20 / M" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KLU-Vc-9DU">
  347. <rect key="frame" x="17.666666666666689" y="17" width="54.333333333333343" height="20"/>
  348. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  349. <nil key="textColor"/>
  350. <nil key="highlightedColor"/>
  351. </label>
  352. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1NT-Lz-aBT">
  353. <rect key="frame" x="0.0" y="56.666666666666657" width="89.666666666666671" height="36.333333333333343"/>
  354. <attributedString key="attributedText">
  355. <fragment>
  356. <string key="content">내용 텍스트
  357. 들어감</string>
  358. <attributes>
  359. <font key="NSFont" size="15" name="NanumSquareR"/>
  360. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  361. </attributes>
  362. </fragment>
  363. </attributedString>
  364. <nil key="highlightedColor"/>
  365. </label>
  366. </subviews>
  367. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  368. <constraints>
  369. <constraint firstAttribute="trailing" secondItem="1NT-Lz-aBT" secondAttribute="trailing" id="Ai4-oG-Ff6"/>
  370. <constraint firstAttribute="bottom" secondItem="1NT-Lz-aBT" secondAttribute="bottom" priority="750" constant="17" id="CkA-RX-igi"/>
  371. <constraint firstItem="1NT-Lz-aBT" firstAttribute="leading" secondItem="afj-P8-ON5" secondAttribute="leading" id="n3H-oD-yDD"/>
  372. <constraint firstItem="KLU-Vc-9DU" firstAttribute="centerX" secondItem="afj-P8-ON5" secondAttribute="centerX" id="vL7-0U-lIQ"/>
  373. <constraint firstItem="KLU-Vc-9DU" firstAttribute="top" secondItem="afj-P8-ON5" secondAttribute="top" constant="17" id="vhe-iL-Zy1"/>
  374. </constraints>
  375. <userDefinedRuntimeAttributes>
  376. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  377. <real key="value" value="0.0"/>
  378. </userDefinedRuntimeAttribute>
  379. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  380. <real key="value" value="0.0"/>
  381. </userDefinedRuntimeAttribute>
  382. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  383. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  384. </userDefinedRuntimeAttribute>
  385. </userDefinedRuntimeAttributes>
  386. </view>
  387. </subviews>
  388. <color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/>
  389. <constraints>
  390. <constraint firstItem="1NT-Lz-aBT" firstAttribute="centerY" secondItem="mtS-Sd-L2M" secondAttribute="centerY" id="KQ3-8H-kf0"/>
  391. <constraint firstAttribute="height" priority="250" constant="100" id="X5a-ED-z7e"/>
  392. <constraint firstItem="fKT-hb-N98" firstAttribute="centerY" secondItem="Ecd-Ow-N4X" secondAttribute="centerY" id="zfr-GM-lhF"/>
  393. </constraints>
  394. <userDefinedRuntimeAttributes>
  395. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  396. <real key="value" value="5"/>
  397. </userDefinedRuntimeAttribute>
  398. </userDefinedRuntimeAttributes>
  399. </stackView>
  400. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="x3X-mc-6dm">
  401. <rect key="frame" x="8" y="208" width="359" height="42"/>
  402. <subviews>
  403. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2018-10-10 외래 or 입원, 진료과" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mLD-MC-fGV">
  404. <rect key="frame" x="16" y="11" width="327" height="20"/>
  405. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  406. <color key="textColor" red="0.39215686274509803" green="0.60392156862745094" blue="0.9882352941176471" alpha="1" colorSpace="calibratedRGB"/>
  407. <nil key="highlightedColor"/>
  408. </label>
  409. </subviews>
  410. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  411. <constraints>
  412. <constraint firstItem="mLD-MC-fGV" firstAttribute="top" secondItem="x3X-mc-6dm" secondAttribute="top" constant="11" id="8aK-ds-rmi"/>
  413. <constraint firstAttribute="trailing" secondItem="mLD-MC-fGV" secondAttribute="trailing" constant="16" id="KGI-To-aTd"/>
  414. <constraint firstItem="mLD-MC-fGV" firstAttribute="leading" secondItem="x3X-mc-6dm" secondAttribute="leading" constant="16" id="dI5-7F-8DS"/>
  415. <constraint firstAttribute="bottom" secondItem="mLD-MC-fGV" secondAttribute="bottom" constant="11" id="yrg-U2-24G"/>
  416. </constraints>
  417. <userDefinedRuntimeAttributes>
  418. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  419. <real key="value" value="5"/>
  420. </userDefinedRuntimeAttribute>
  421. </userDefinedRuntimeAttributes>
  422. </view>
  423. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Twe-8h-6Au">
  424. <rect key="frame" x="0.0" y="250" width="375" height="528"/>
  425. <subviews>
  426. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Dat-yv-K6v">
  427. <rect key="frame" x="0.0" y="10" width="375" height="518"/>
  428. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  429. </view>
  430. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="camera_lo" translatesAutoresizingMaskIntoConstraints="NO" id="ME9-uU-UZ3">
  431. <rect key="frame" x="92" y="173.66666666666669" width="191" height="191"/>
  432. <constraints>
  433. <constraint firstAttribute="width" secondItem="ME9-uU-UZ3" secondAttribute="height" multiplier="1:1" id="DoM-A7-iEK"/>
  434. </constraints>
  435. </imageView>
  436. <stackView opaque="NO" contentMode="scaleToFill" distribution="equalCentering" spacingType="standard" translatesAutoresizingMaskIntoConstraints="NO" id="CvO-ai-fc0">
  437. <rect key="frame" x="22" y="472" width="331" height="50"/>
  438. <subviews>
  439. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="944-gk-cQs">
  440. <rect key="frame" x="0.0" y="0.0" width="112.66666666666667" height="50"/>
  441. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  442. <state key="normal" image="f_btn_list"/>
  443. </button>
  444. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yhJ-JG-Awk">
  445. <rect key="frame" x="120.66666666666666" y="0.0" width="90" height="50"/>
  446. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  447. <constraints>
  448. <constraint firstAttribute="width" secondItem="yhJ-JG-Awk" secondAttribute="height" multiplier="9:5" id="Seb-JO-wtA"/>
  449. </constraints>
  450. <state key="normal" image="f_btn_camera"/>
  451. </button>
  452. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Wva-cH-tSz">
  453. <rect key="frame" x="218.66666666666666" y="0.0" width="112.33333333333334" height="50"/>
  454. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  455. <state key="normal" image="f_btn_back"/>
  456. </button>
  457. </subviews>
  458. <constraints>
  459. <constraint firstAttribute="height" constant="50" id="BzG-GC-GfP"/>
  460. </constraints>
  461. </stackView>
  462. </subviews>
  463. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  464. <constraints>
  465. <constraint firstAttribute="trailing" secondItem="Dat-yv-K6v" secondAttribute="trailing" id="9bI-3h-Cso"/>
  466. <constraint firstAttribute="trailing" secondItem="CvO-ai-fc0" secondAttribute="trailing" constant="22" id="Gxp-ck-CeE"/>
  467. <constraint firstItem="ME9-uU-UZ3" firstAttribute="centerY" secondItem="Dat-yv-K6v" secondAttribute="centerY" id="Nkz-wj-fOI"/>
  468. <constraint firstItem="ME9-uU-UZ3" firstAttribute="leading" secondItem="Twe-8h-6Au" secondAttribute="leading" constant="92" id="RNM-fU-r3r"/>
  469. <constraint firstItem="Dat-yv-K6v" firstAttribute="leading" secondItem="Twe-8h-6Au" secondAttribute="leading" id="Sfk-gc-3Xb"/>
  470. <constraint firstAttribute="trailing" secondItem="ME9-uU-UZ3" secondAttribute="trailing" constant="92" id="Txf-ZH-xg3"/>
  471. <constraint firstItem="ME9-uU-UZ3" firstAttribute="centerX" secondItem="Dat-yv-K6v" secondAttribute="centerX" id="Tyh-qy-gzp"/>
  472. <constraint firstAttribute="bottom" secondItem="CvO-ai-fc0" secondAttribute="bottom" constant="6" id="Ux7-wk-TdC"/>
  473. <constraint firstAttribute="bottom" secondItem="Dat-yv-K6v" secondAttribute="bottom" id="ZGo-bc-AYy"/>
  474. <constraint firstItem="Dat-yv-K6v" firstAttribute="top" secondItem="Twe-8h-6Au" secondAttribute="top" constant="10" id="n2e-1E-11j"/>
  475. <constraint firstItem="CvO-ai-fc0" firstAttribute="leading" secondItem="Twe-8h-6Au" secondAttribute="leading" constant="22" id="tnm-N9-6oe"/>
  476. </constraints>
  477. </view>
  478. </subviews>
  479. <color key="backgroundColor" red="0.88627450980392153" green="0.8901960784313725" blue="0.89803921568627454" alpha="1" colorSpace="calibratedRGB"/>
  480. <constraints>
  481. <constraint firstItem="Twe-8h-6Au" firstAttribute="top" secondItem="x3X-mc-6dm" secondAttribute="bottom" id="1nH-NO-voo"/>
  482. <constraint firstItem="QiK-PL-Z18" firstAttribute="leading" secondItem="Hjm-3n-PnS" secondAttribute="leading" id="3jr-aN-SIo"/>
  483. <constraint firstItem="QiK-PL-Z18" firstAttribute="bottom" secondItem="Hjm-3n-PnS" secondAttribute="bottom" id="8B3-8d-faj"/>
  484. <constraint firstItem="6yn-Wk-2uW" firstAttribute="trailing" secondItem="Twe-8h-6Au" secondAttribute="trailing" id="8Z4-1H-WDT"/>
  485. <constraint firstItem="Twe-8h-6Au" firstAttribute="leading" secondItem="6yn-Wk-2uW" secondAttribute="leading" id="A1T-I5-2Ec"/>
  486. <constraint firstItem="6yn-Wk-2uW" firstAttribute="trailing" secondItem="Hjm-3n-PnS" secondAttribute="trailing" constant="8" id="KIV-Q0-Uh8"/>
  487. <constraint firstItem="x3X-mc-6dm" firstAttribute="leading" secondItem="6yn-Wk-2uW" secondAttribute="leading" constant="8" id="KMf-5X-0Gg"/>
  488. <constraint firstItem="6yn-Wk-2uW" firstAttribute="trailing" secondItem="x3X-mc-6dm" secondAttribute="trailing" constant="8" id="LyN-ep-DP1"/>
  489. <constraint firstItem="Hjm-3n-PnS" firstAttribute="top" secondItem="22g-sz-Ri6" secondAttribute="bottom" id="a61-hb-sdt"/>
  490. <constraint firstItem="x3X-mc-6dm" firstAttribute="top" secondItem="QiK-PL-Z18" secondAttribute="bottom" constant="6" id="aVr-Mh-St7"/>
  491. <constraint firstItem="QiK-PL-Z18" firstAttribute="top" secondItem="Hjm-3n-PnS" secondAttribute="top" id="bbc-QZ-JbT"/>
  492. <constraint firstItem="6yn-Wk-2uW" firstAttribute="trailing" secondItem="22g-sz-Ri6" secondAttribute="trailing" id="eVk-qG-zhS"/>
  493. <constraint firstItem="Hjm-3n-PnS" firstAttribute="leading" secondItem="6yn-Wk-2uW" secondAttribute="leading" constant="8" id="fJE-rz-iFb"/>
  494. <constraint firstItem="22g-sz-Ri6" firstAttribute="leading" secondItem="6yn-Wk-2uW" secondAttribute="leading" id="lT3-PQ-FdV"/>
  495. <constraint firstItem="QiK-PL-Z18" firstAttribute="trailing" secondItem="Hjm-3n-PnS" secondAttribute="trailing" id="pjK-By-RuA"/>
  496. <constraint firstItem="6yn-Wk-2uW" firstAttribute="bottom" secondItem="Twe-8h-6Au" secondAttribute="bottom" id="sdh-ra-ry0"/>
  497. <constraint firstItem="22g-sz-Ri6" firstAttribute="top" secondItem="6yn-Wk-2uW" secondAttribute="top" id="yYs-Qy-nFE"/>
  498. </constraints>
  499. <viewLayoutGuide key="safeArea" id="6yn-Wk-2uW"/>
  500. </view>
  501. <connections>
  502. <outlet property="ageGenderLabel" destination="KLU-Vc-9DU" id="9qX-zA-yzR"/>
  503. <outlet property="albumButton" destination="944-gk-cQs" id="Zy7-fP-rZ2"/>
  504. <outlet property="closeButton" destination="Vnl-oE-eK1" id="nNQ-Om-7nv"/>
  505. <outlet property="deptNmLabel" destination="fKT-hb-N98" id="aZJ-2G-Cuf"/>
  506. <outlet property="doctorNmLabel" destination="1NT-Lz-aBT" id="4Rd-Bd-Q0s"/>
  507. <outlet property="finishButton" destination="Wva-cH-tSz" id="8nH-zd-8rW"/>
  508. <outlet property="patientIdLabel" destination="4un-kx-8PH" id="g6I-qh-Jwn"/>
  509. <outlet property="patientNmLabel" destination="ZS3-lT-QK3" id="SOC-12-WBf"/>
  510. <outlet property="previewView" destination="Dat-yv-K6v" id="q4F-iZ-auN"/>
  511. <outlet property="takePhoto" destination="yhJ-JG-Awk" id="LEA-ot-2na"/>
  512. <outlet property="titleLabel" destination="mLD-MC-fGV" id="1l8-NQ-Jhz"/>
  513. <outlet property="treatClsKrLabel" destination="Ecd-Ow-N4X" id="3jc-ZF-Bv1"/>
  514. </connections>
  515. </viewController>
  516. <placeholder placeholderIdentifier="IBFirstResponder" id="ks9-gJ-jw3" userLabel="First Responder" sceneMemberID="firstResponder"/>
  517. </objects>
  518. <point key="canvasLocation" x="3240.8000000000002" y="821.67487684729065"/>
  519. </scene>
  520. <!--Photo View Controller-->
  521. <scene sceneID="uEH-Iw-puj">
  522. <objects>
  523. <viewController storyboardIdentifier="PhotoViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="HAU-b8-2L8" customClass="PhotoViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  524. <view key="view" contentMode="scaleToFill" id="XAP-9P-NF8">
  525. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  526. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  527. <subviews>
  528. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zli-63-5CU">
  529. <rect key="frame" x="0.0" y="44" width="375" height="734"/>
  530. <subviews>
  531. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jJc-rS-Zz1">
  532. <rect key="frame" x="0.0" y="0.0" width="375" height="48"/>
  533. <subviews>
  534. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="환부이미지관리" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3rO-EJ-s84">
  535. <rect key="frame" x="130" y="12.999999999999998" width="115.33333333333331" height="22.333333333333329"/>
  536. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="19"/>
  537. <nil key="textColor"/>
  538. <nil key="highlightedColor"/>
  539. </label>
  540. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="close_x" translatesAutoresizingMaskIntoConstraints="NO" id="FQZ-R2-nMR">
  541. <rect key="frame" x="346" y="13.666666666666664" width="21" height="21"/>
  542. <constraints>
  543. <constraint firstAttribute="width" secondItem="FQZ-R2-nMR" secondAttribute="height" multiplier="1:1" id="Ifa-7F-DNt"/>
  544. <constraint firstAttribute="height" constant="21" id="qix-DM-fM5"/>
  545. </constraints>
  546. </imageView>
  547. </subviews>
  548. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  549. <constraints>
  550. <constraint firstItem="FQZ-R2-nMR" firstAttribute="width" secondItem="FQZ-R2-nMR" secondAttribute="height" multiplier="1:1" id="0To-up-cU8"/>
  551. <constraint firstAttribute="trailing" secondItem="FQZ-R2-nMR" secondAttribute="trailing" constant="8" id="B4o-95-RJM"/>
  552. <constraint firstAttribute="height" constant="48" id="Ev2-HL-pQb"/>
  553. <constraint firstItem="3rO-EJ-s84" firstAttribute="centerX" secondItem="jJc-rS-Zz1" secondAttribute="centerX" id="FIA-yG-dTj"/>
  554. <constraint firstItem="3rO-EJ-s84" firstAttribute="centerY" secondItem="jJc-rS-Zz1" secondAttribute="centerY" id="fzc-2m-ZKW"/>
  555. <constraint firstItem="FQZ-R2-nMR" firstAttribute="centerY" secondItem="3rO-EJ-s84" secondAttribute="centerY" id="tEv-QB-hLV"/>
  556. </constraints>
  557. </view>
  558. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="r5V-JC-o3A">
  559. <rect key="frame" x="8" y="48" width="359" height="166"/>
  560. <color key="backgroundColor" red="0.94901960780000005" green="0.95294117649999999" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
  561. <userDefinedRuntimeAttributes>
  562. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  563. <real key="value" value="5"/>
  564. </userDefinedRuntimeAttribute>
  565. </userDefinedRuntimeAttributes>
  566. </view>
  567. <stackView opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="kno-vo-6Tg">
  568. <rect key="frame" x="8" y="48" width="359" height="166"/>
  569. <subviews>
  570. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Go7-gm-l99">
  571. <rect key="frame" x="0.0" y="0.0" width="89.666666666666671" height="166"/>
  572. <subviews>
  573. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="홍길동" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="caU-Qr-psb">
  574. <rect key="frame" x="21.333333333333329" y="17" width="47" height="21"/>
  575. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  576. <nil key="textColor"/>
  577. <nil key="highlightedColor"/>
  578. </label>
  579. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qe6-Vy-qzG">
  580. <rect key="frame" x="0.0" y="111" width="89.666666666666671" height="38"/>
  581. <attributedString key="attributedText">
  582. <fragment content="내용">
  583. <attributes>
  584. <font key="NSFont" size="15" name="NanumSquareR"/>
  585. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  586. </attributes>
  587. </fragment>
  588. </attributedString>
  589. <nil key="highlightedColor"/>
  590. </label>
  591. </subviews>
  592. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  593. <constraints>
  594. <constraint firstItem="caU-Qr-psb" firstAttribute="centerX" secondItem="Go7-gm-l99" secondAttribute="centerX" id="85R-du-yrH"/>
  595. <constraint firstAttribute="bottom" secondItem="qe6-Vy-qzG" secondAttribute="bottom" priority="750" constant="17" id="TWY-uE-zEG"/>
  596. <constraint firstAttribute="trailing" secondItem="qe6-Vy-qzG" secondAttribute="trailing" id="W31-dE-FjC"/>
  597. <constraint firstItem="qe6-Vy-qzG" firstAttribute="top" relation="greaterThanOrEqual" secondItem="caU-Qr-psb" secondAttribute="bottom" constant="17" id="eje-Nh-XV6"/>
  598. <constraint firstItem="caU-Qr-psb" firstAttribute="top" secondItem="Go7-gm-l99" secondAttribute="top" constant="17" id="hWb-cC-7tt"/>
  599. <constraint firstItem="qe6-Vy-qzG" firstAttribute="leading" secondItem="Go7-gm-l99" secondAttribute="leading" id="mFT-2p-IbZ"/>
  600. </constraints>
  601. <userDefinedRuntimeAttributes>
  602. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  603. <real key="value" value="0.0"/>
  604. </userDefinedRuntimeAttribute>
  605. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  606. <real key="value" value="0.0"/>
  607. </userDefinedRuntimeAttribute>
  608. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  609. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  610. </userDefinedRuntimeAttribute>
  611. </userDefinedRuntimeAttributes>
  612. </view>
  613. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="drc-lw-GXk">
  614. <rect key="frame" x="89.666666666666686" y="0.0" width="90" height="166"/>
  615. <subviews>
  616. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="A1000100" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wHc-QH-9WF">
  617. <rect key="frame" x="4" y="17" width="82" height="21"/>
  618. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  619. <nil key="textColor"/>
  620. <nil key="highlightedColor"/>
  621. </label>
  622. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Vg7-0U-jun">
  623. <rect key="frame" x="0.0" y="111" width="90" height="38"/>
  624. <attributedString key="attributedText">
  625. <fragment>
  626. <string key="content">내용 텍스트
  627. 들어감</string>
  628. <attributes>
  629. <font key="NSFont" size="15" name="NanumSquareR"/>
  630. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  631. </attributes>
  632. </fragment>
  633. </attributedString>
  634. <nil key="highlightedColor"/>
  635. </label>
  636. </subviews>
  637. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  638. <constraints>
  639. <constraint firstItem="Vg7-0U-jun" firstAttribute="top" relation="greaterThanOrEqual" secondItem="wHc-QH-9WF" secondAttribute="bottom" constant="17" id="12y-V0-I03"/>
  640. <constraint firstAttribute="bottom" secondItem="Vg7-0U-jun" secondAttribute="bottom" priority="750" constant="17" id="Su2-lv-iYT"/>
  641. <constraint firstItem="wHc-QH-9WF" firstAttribute="top" secondItem="drc-lw-GXk" secondAttribute="top" constant="17" id="ddk-fD-qn3"/>
  642. <constraint firstItem="wHc-QH-9WF" firstAttribute="centerX" secondItem="drc-lw-GXk" secondAttribute="centerX" id="k1f-01-Ajo"/>
  643. <constraint firstItem="Vg7-0U-jun" firstAttribute="leading" secondItem="drc-lw-GXk" secondAttribute="leading" id="veI-hc-0AV"/>
  644. <constraint firstAttribute="trailing" secondItem="Vg7-0U-jun" secondAttribute="trailing" id="zWG-EM-7ry"/>
  645. </constraints>
  646. <userDefinedRuntimeAttributes>
  647. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  648. <real key="value" value="0.0"/>
  649. </userDefinedRuntimeAttribute>
  650. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  651. <real key="value" value="0.0"/>
  652. </userDefinedRuntimeAttribute>
  653. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  654. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  655. </userDefinedRuntimeAttribute>
  656. </userDefinedRuntimeAttributes>
  657. </view>
  658. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9DH-3X-lFD">
  659. <rect key="frame" x="179.66666666666666" y="0.0" width="89.666666666666657" height="166"/>
  660. <subviews>
  661. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1is-iz-dvA">
  662. <rect key="frame" x="0.0" y="111" width="89.666666666666671" height="38"/>
  663. <attributedString key="attributedText"/>
  664. <nil key="highlightedColor"/>
  665. </label>
  666. </subviews>
  667. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  668. <constraints>
  669. <constraint firstItem="1is-iz-dvA" firstAttribute="leading" secondItem="9DH-3X-lFD" secondAttribute="leading" id="6DJ-Bd-9Jd"/>
  670. <constraint firstAttribute="bottom" secondItem="1is-iz-dvA" secondAttribute="bottom" priority="750" constant="17" id="fb0-An-Ql4"/>
  671. <constraint firstAttribute="trailing" secondItem="1is-iz-dvA" secondAttribute="trailing" id="zxk-Lt-XZG"/>
  672. </constraints>
  673. <userDefinedRuntimeAttributes>
  674. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  675. <real key="value" value="0.0"/>
  676. </userDefinedRuntimeAttribute>
  677. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  678. <real key="value" value="0.0"/>
  679. </userDefinedRuntimeAttribute>
  680. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  681. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  682. </userDefinedRuntimeAttribute>
  683. </userDefinedRuntimeAttributes>
  684. </view>
  685. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TAQ-4o-dJk">
  686. <rect key="frame" x="269.33333333333331" y="0.0" width="89.666666666666686" height="166"/>
  687. <subviews>
  688. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="20 / M" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Bv4-jp-Xep">
  689. <rect key="frame" x="18.666666666666686" y="17" width="52" height="21"/>
  690. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  691. <nil key="textColor"/>
  692. <nil key="highlightedColor"/>
  693. </label>
  694. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="B3J-gw-Uea">
  695. <rect key="frame" x="0.0" y="111" width="89.666666666666671" height="38"/>
  696. <attributedString key="attributedText">
  697. <fragment>
  698. <string key="content">내용 텍스트
  699. 들어감</string>
  700. <attributes>
  701. <font key="NSFont" size="15" name="NanumSquareR"/>
  702. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  703. </attributes>
  704. </fragment>
  705. </attributedString>
  706. <nil key="highlightedColor"/>
  707. </label>
  708. </subviews>
  709. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  710. <constraints>
  711. <constraint firstAttribute="bottom" secondItem="B3J-gw-Uea" secondAttribute="bottom" priority="750" constant="17" id="4aP-L9-Yit"/>
  712. <constraint firstItem="Bv4-jp-Xep" firstAttribute="top" secondItem="TAQ-4o-dJk" secondAttribute="top" constant="17" id="LUY-EF-GJn"/>
  713. <constraint firstAttribute="trailing" secondItem="B3J-gw-Uea" secondAttribute="trailing" id="cc8-QP-z1c"/>
  714. <constraint firstItem="B3J-gw-Uea" firstAttribute="leading" secondItem="TAQ-4o-dJk" secondAttribute="leading" id="dsc-dc-FsO"/>
  715. <constraint firstItem="Bv4-jp-Xep" firstAttribute="centerX" secondItem="TAQ-4o-dJk" secondAttribute="centerX" id="ffn-5P-sfd"/>
  716. </constraints>
  717. <userDefinedRuntimeAttributes>
  718. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  719. <real key="value" value="0.0"/>
  720. </userDefinedRuntimeAttribute>
  721. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  722. <real key="value" value="0.0"/>
  723. </userDefinedRuntimeAttribute>
  724. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  725. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  726. </userDefinedRuntimeAttribute>
  727. </userDefinedRuntimeAttributes>
  728. </view>
  729. </subviews>
  730. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/>
  731. <constraints>
  732. <constraint firstAttribute="height" priority="250" constant="100" id="6sr-sB-nuS"/>
  733. <constraint firstItem="qe6-Vy-qzG" firstAttribute="centerY" secondItem="Vg7-0U-jun" secondAttribute="centerY" id="8md-rt-Baq"/>
  734. <constraint firstItem="B3J-gw-Uea" firstAttribute="centerY" secondItem="1is-iz-dvA" secondAttribute="centerY" id="RJj-Zy-rie"/>
  735. <constraint firstItem="1is-iz-dvA" firstAttribute="centerY" secondItem="Vg7-0U-jun" secondAttribute="centerY" id="ueQ-s0-LdD"/>
  736. </constraints>
  737. <userDefinedRuntimeAttributes>
  738. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  739. <real key="value" value="5"/>
  740. </userDefinedRuntimeAttribute>
  741. </userDefinedRuntimeAttributes>
  742. </stackView>
  743. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="jxM-6x-cdr">
  744. <rect key="frame" x="8" y="222" width="359" height="422"/>
  745. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  746. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="40" minimumInteritemSpacing="10" id="RHq-rA-QGF">
  747. <size key="itemSize" width="50" height="50"/>
  748. <size key="headerReferenceSize" width="50" height="50"/>
  749. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  750. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  751. </collectionViewFlowLayout>
  752. <cells>
  753. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="LYJ-HX-iwP" customClass="PhotoCollectionViewCell" customModule="kunkuk" customModuleProvider="target">
  754. <rect key="frame" x="0.0" y="50" width="50" height="50"/>
  755. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  756. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  757. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  758. <autoresizingMask key="autoresizingMask"/>
  759. <subviews>
  760. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="hi2-Bv-Fy6">
  761. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  762. <userDefinedRuntimeAttributes>
  763. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  764. <color key="value" red="1" green="0.95294117647058818" blue="0.54509803921568623" alpha="1" colorSpace="calibratedRGB"/>
  765. </userDefinedRuntimeAttribute>
  766. </userDefinedRuntimeAttributes>
  767. </imageView>
  768. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gall_chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="P8T-Tu-dyy" customClass="CheckImageButton" customModule="kunkuk" customModuleProvider="target">
  769. <rect key="frame" x="27" y="3" width="20" height="20"/>
  770. <constraints>
  771. <constraint firstAttribute="width" constant="20" id="6tc-XR-7Ca"/>
  772. <constraint firstAttribute="height" constant="20" id="cS0-IC-8VS"/>
  773. </constraints>
  774. <userDefinedRuntimeAttributes>
  775. <userDefinedRuntimeAttribute type="string" keyPath="checkOn" value="gall_chk_active"/>
  776. <userDefinedRuntimeAttribute type="boolean" keyPath="checked" value="NO"/>
  777. <userDefinedRuntimeAttribute type="string" keyPath="checkOff" value="gall_chk_default"/>
  778. </userDefinedRuntimeAttributes>
  779. </imageView>
  780. </subviews>
  781. </view>
  782. <constraints>
  783. <constraint firstItem="hi2-Bv-Fy6" firstAttribute="leading" secondItem="LYJ-HX-iwP" secondAttribute="leading" id="0Hs-Lz-mtT"/>
  784. <constraint firstAttribute="trailing" secondItem="hi2-Bv-Fy6" secondAttribute="trailing" id="A6N-f9-ILq"/>
  785. <constraint firstAttribute="bottom" secondItem="hi2-Bv-Fy6" secondAttribute="bottom" id="KC8-7d-mQ9"/>
  786. <constraint firstItem="hi2-Bv-Fy6" firstAttribute="top" secondItem="LYJ-HX-iwP" secondAttribute="top" id="Pxe-3L-jEo"/>
  787. <constraint firstItem="P8T-Tu-dyy" firstAttribute="top" secondItem="LYJ-HX-iwP" secondAttribute="top" constant="3" id="TCk-Bl-sdI"/>
  788. <constraint firstAttribute="trailing" secondItem="P8T-Tu-dyy" secondAttribute="trailing" constant="3" id="V1N-Do-tAk"/>
  789. </constraints>
  790. <connections>
  791. <outlet property="album" destination="hi2-Bv-Fy6" id="E8q-Uq-7v2"/>
  792. <outlet property="check" destination="P8T-Tu-dyy" id="kv4-Hg-81C"/>
  793. </connections>
  794. </collectionViewCell>
  795. </cells>
  796. <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="PhotoCollectionViewReusableView" id="HKO-B6-YDQ" customClass="PhotoCollectionViewReusableView" customModule="kunkuk" customModuleProvider="target">
  797. <rect key="frame" x="0.0" y="0.0" width="359" height="50"/>
  798. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  799. <subviews>
  800. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2018-10-10 외래 or 입원, 진료과" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1Vh-vQ-SnK">
  801. <rect key="frame" x="16" y="15" width="327" height="27"/>
  802. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  803. <color key="textColor" red="0.39215686274509803" green="0.60392156862745094" blue="0.9882352941176471" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  804. <nil key="highlightedColor"/>
  805. </label>
  806. </subviews>
  807. <constraints>
  808. <constraint firstAttribute="bottom" secondItem="1Vh-vQ-SnK" secondAttribute="bottom" constant="8" id="Gle-QT-Tgl"/>
  809. <constraint firstAttribute="trailing" secondItem="1Vh-vQ-SnK" secondAttribute="trailing" constant="16" id="S3E-U1-byp"/>
  810. <constraint firstItem="1Vh-vQ-SnK" firstAttribute="leading" secondItem="HKO-B6-YDQ" secondAttribute="leading" constant="16" id="eWV-Ts-4dP"/>
  811. <constraint firstItem="1Vh-vQ-SnK" firstAttribute="top" secondItem="HKO-B6-YDQ" secondAttribute="top" constant="15" id="iPA-HA-H9b"/>
  812. </constraints>
  813. <connections>
  814. <outlet property="title" destination="1Vh-vQ-SnK" id="VYE-dm-Eb4"/>
  815. </connections>
  816. </collectionReusableView>
  817. </collectionView>
  818. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5S7-UW-OKn">
  819. <rect key="frame" x="0.0" y="644" width="375" height="40"/>
  820. <subviews>
  821. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="Dps-Yw-UhW">
  822. <rect key="frame" x="0.0" y="0.0" width="375" height="40"/>
  823. <subviews>
  824. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="29Q-a9-R1k">
  825. <rect key="frame" x="0.0" y="0.0" width="187.66666666666666" height="40"/>
  826. <subviews>
  827. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="xQ4-Tv-FEb" customClass="CheckImageButton" customModule="kunkuk" customModuleProvider="target">
  828. <rect key="frame" x="51.333333333333336" y="12.666666666666629" width="15.000000000000007" height="15"/>
  829. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  830. <constraints>
  831. <constraint firstAttribute="width" secondItem="xQ4-Tv-FEb" secondAttribute="height" multiplier="1:1" id="gAI-OZ-qwj"/>
  832. <constraint firstAttribute="width" constant="15" id="jQg-w9-6Z7"/>
  833. </constraints>
  834. <userDefinedRuntimeAttributes>
  835. <userDefinedRuntimeAttribute type="boolean" keyPath="checked" value="NO"/>
  836. <userDefinedRuntimeAttribute type="string" keyPath="checkOn" value="chk_active"/>
  837. <userDefinedRuntimeAttribute type="string" keyPath="checkOff" value="chk_default"/>
  838. </userDefinedRuntimeAttributes>
  839. </imageView>
  840. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="전체선택" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ccd-Kt-iF7">
  841. <rect key="frame" x="76.333333333333329" y="9.9999999999999982" width="58.999999999999986" height="20.333333333333329"/>
  842. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  843. <nil key="textColor"/>
  844. <nil key="highlightedColor"/>
  845. </label>
  846. </subviews>
  847. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  848. <constraints>
  849. <constraint firstItem="xQ4-Tv-FEb" firstAttribute="centerY" secondItem="29Q-a9-R1k" secondAttribute="centerY" id="RVL-K6-cgf"/>
  850. <constraint firstItem="ccd-Kt-iF7" firstAttribute="leading" secondItem="xQ4-Tv-FEb" secondAttribute="trailing" constant="10" id="UPn-r3-81j"/>
  851. <constraint firstItem="ccd-Kt-iF7" firstAttribute="centerY" secondItem="29Q-a9-R1k" secondAttribute="centerY" id="g78-XT-zda"/>
  852. <constraint firstItem="ccd-Kt-iF7" firstAttribute="centerX" secondItem="29Q-a9-R1k" secondAttribute="centerX" constant="12" id="sOi-8c-fGM"/>
  853. </constraints>
  854. </view>
  855. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GvB-Pr-Nvx">
  856. <rect key="frame" x="187.66666666666663" y="0.0" width="187.33333333333337" height="40"/>
  857. <subviews>
  858. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="vZ9-I9-ilh" customClass="CheckImageButton" customModule="kunkuk" customModuleProvider="target">
  859. <rect key="frame" x="51" y="12.666666666666629" width="15" height="15"/>
  860. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  861. <constraints>
  862. <constraint firstAttribute="width" constant="15" id="CjR-YQ-h11"/>
  863. <constraint firstAttribute="width" secondItem="vZ9-I9-ilh" secondAttribute="height" multiplier="1:1" id="Il1-Eo-Aoz"/>
  864. </constraints>
  865. <userDefinedRuntimeAttributes>
  866. <userDefinedRuntimeAttribute type="boolean" keyPath="checked" value="NO"/>
  867. <userDefinedRuntimeAttribute type="string" keyPath="checkOff" value="chk_default"/>
  868. <userDefinedRuntimeAttribute type="string" keyPath="checkOn" value="chk_active"/>
  869. </userDefinedRuntimeAttributes>
  870. </imageView>
  871. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="전체환자" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5Bj-pK-noF">
  872. <rect key="frame" x="76.000000000000028" y="9.9999999999999982" width="59" height="20.333333333333329"/>
  873. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  874. <nil key="textColor"/>
  875. <nil key="highlightedColor"/>
  876. </label>
  877. </subviews>
  878. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  879. <constraints>
  880. <constraint firstItem="vZ9-I9-ilh" firstAttribute="centerY" secondItem="GvB-Pr-Nvx" secondAttribute="centerY" id="HJP-dE-mS5"/>
  881. <constraint firstItem="5Bj-pK-noF" firstAttribute="leading" secondItem="vZ9-I9-ilh" secondAttribute="trailing" constant="10" id="RT6-Xb-6Nl"/>
  882. <constraint firstItem="5Bj-pK-noF" firstAttribute="centerX" secondItem="GvB-Pr-Nvx" secondAttribute="centerX" constant="12" id="b7m-Ov-Sfp"/>
  883. <constraint firstItem="5Bj-pK-noF" firstAttribute="centerY" secondItem="GvB-Pr-Nvx" secondAttribute="centerY" id="plX-Gn-dV6"/>
  884. </constraints>
  885. </view>
  886. </subviews>
  887. </stackView>
  888. </subviews>
  889. <color key="backgroundColor" red="0.91764705882352937" green="0.92156862745098034" blue="0.92549019607843142" alpha="1" colorSpace="calibratedRGB"/>
  890. <constraints>
  891. <constraint firstItem="Dps-Yw-UhW" firstAttribute="top" secondItem="5S7-UW-OKn" secondAttribute="top" id="9aA-ZV-AZl"/>
  892. <constraint firstAttribute="trailing" secondItem="Dps-Yw-UhW" secondAttribute="trailing" id="Cwc-ik-SGE"/>
  893. <constraint firstItem="Dps-Yw-UhW" firstAttribute="leading" secondItem="5S7-UW-OKn" secondAttribute="leading" id="WE0-fF-lya"/>
  894. <constraint firstAttribute="height" constant="40" id="fGr-36-xrS"/>
  895. <constraint firstAttribute="bottom" secondItem="Dps-Yw-UhW" secondAttribute="bottom" id="l0c-bT-V40"/>
  896. </constraints>
  897. </view>
  898. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="o06-9o-mAW">
  899. <rect key="frame" x="8" y="684" width="359" height="50"/>
  900. <subviews>
  901. <stackView opaque="NO" contentMode="scaleToFill" distribution="equalSpacing" translatesAutoresizingMaskIntoConstraints="NO" id="K9h-ae-LbQ">
  902. <rect key="frame" x="0.0" y="0.0" width="359" height="50"/>
  903. <subviews>
  904. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Kib-cX-gbE">
  905. <rect key="frame" x="0.0" y="0.0" width="16" height="50"/>
  906. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  907. <state key="normal" image="baseline_cloud"/>
  908. </button>
  909. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Mfw-5C-ES1">
  910. <rect key="frame" x="137.66666666666666" y="0.0" width="50" height="50"/>
  911. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  912. <constraints>
  913. <constraint firstAttribute="width" secondItem="Mfw-5C-ES1" secondAttribute="height" multiplier="1:1" id="bZS-H3-215"/>
  914. </constraints>
  915. <state key="normal" image="f_btn_a_camera"/>
  916. </button>
  917. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bCe-v6-zcW">
  918. <rect key="frame" x="309" y="0.0" width="50" height="50"/>
  919. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  920. <constraints>
  921. <constraint firstAttribute="width" secondItem="bCe-v6-zcW" secondAttribute="height" multiplier="1:1" id="wzu-0k-YBL"/>
  922. </constraints>
  923. <state key="normal" image="f_btn_a_del"/>
  924. </button>
  925. </subviews>
  926. </stackView>
  927. </subviews>
  928. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  929. <constraints>
  930. <constraint firstAttribute="trailing" secondItem="K9h-ae-LbQ" secondAttribute="trailing" id="1fT-K9-uY0"/>
  931. <constraint firstAttribute="bottom" secondItem="K9h-ae-LbQ" secondAttribute="bottom" id="CR0-hj-dQX"/>
  932. <constraint firstItem="K9h-ae-LbQ" firstAttribute="top" secondItem="o06-9o-mAW" secondAttribute="top" id="eEX-Cr-OVP"/>
  933. <constraint firstAttribute="height" constant="50" id="m9f-aQ-Ii0"/>
  934. <constraint firstItem="K9h-ae-LbQ" firstAttribute="leading" secondItem="o06-9o-mAW" secondAttribute="leading" id="tj9-ni-zaE"/>
  935. </constraints>
  936. </view>
  937. </subviews>
  938. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  939. <constraints>
  940. <constraint firstAttribute="trailing" secondItem="o06-9o-mAW" secondAttribute="trailing" constant="8" id="7Tr-t9-UG9"/>
  941. <constraint firstItem="5S7-UW-OKn" firstAttribute="leading" secondItem="Zli-63-5CU" secondAttribute="leading" id="Aem-Ab-wUP"/>
  942. <constraint firstItem="jJc-rS-Zz1" firstAttribute="top" secondItem="Zli-63-5CU" secondAttribute="top" id="BuV-2n-xBw"/>
  943. <constraint firstAttribute="trailing" secondItem="kno-vo-6Tg" secondAttribute="trailing" constant="8" id="C3y-Ga-9lU"/>
  944. <constraint firstItem="kno-vo-6Tg" firstAttribute="top" secondItem="jJc-rS-Zz1" secondAttribute="bottom" id="FLF-85-FI8"/>
  945. <constraint firstItem="jxM-6x-cdr" firstAttribute="top" secondItem="r5V-JC-o3A" secondAttribute="bottom" constant="8" id="ITi-P2-CGE"/>
  946. <constraint firstItem="r5V-JC-o3A" firstAttribute="trailing" secondItem="kno-vo-6Tg" secondAttribute="trailing" id="Lvg-Ic-T35"/>
  947. <constraint firstItem="jJc-rS-Zz1" firstAttribute="leading" secondItem="Zli-63-5CU" secondAttribute="leading" id="QBd-cP-lCU"/>
  948. <constraint firstItem="kno-vo-6Tg" firstAttribute="leading" secondItem="Zli-63-5CU" secondAttribute="leading" constant="8" id="Rd6-RB-pwR"/>
  949. <constraint firstItem="5S7-UW-OKn" firstAttribute="top" secondItem="jxM-6x-cdr" secondAttribute="bottom" id="Rle-Z4-7Xm"/>
  950. <constraint firstAttribute="trailing" secondItem="5S7-UW-OKn" secondAttribute="trailing" id="S1z-sD-mMM"/>
  951. <constraint firstAttribute="trailing" secondItem="jxM-6x-cdr" secondAttribute="trailing" constant="8" id="SUD-tP-HiQ"/>
  952. <constraint firstAttribute="trailing" secondItem="jJc-rS-Zz1" secondAttribute="trailing" id="TaK-ck-mpU"/>
  953. <constraint firstItem="o06-9o-mAW" firstAttribute="top" secondItem="5S7-UW-OKn" secondAttribute="bottom" id="VGu-Sh-JeY"/>
  954. <constraint firstItem="r5V-JC-o3A" firstAttribute="bottom" secondItem="kno-vo-6Tg" secondAttribute="bottom" id="dBv-RU-9ho"/>
  955. <constraint firstAttribute="bottom" secondItem="o06-9o-mAW" secondAttribute="bottom" id="hv0-sp-0di"/>
  956. <constraint firstItem="o06-9o-mAW" firstAttribute="leading" secondItem="Zli-63-5CU" secondAttribute="leading" constant="8" id="izm-Px-x1X"/>
  957. <constraint firstItem="r5V-JC-o3A" firstAttribute="top" secondItem="kno-vo-6Tg" secondAttribute="top" id="r9x-ub-JNo"/>
  958. <constraint firstItem="jxM-6x-cdr" firstAttribute="leading" secondItem="Zli-63-5CU" secondAttribute="leading" constant="8" id="taO-o6-hrv"/>
  959. <constraint firstItem="r5V-JC-o3A" firstAttribute="leading" secondItem="kno-vo-6Tg" secondAttribute="leading" id="ybV-5t-bgS"/>
  960. </constraints>
  961. </view>
  962. </subviews>
  963. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  964. <constraints>
  965. <constraint firstItem="Zli-63-5CU" firstAttribute="top" secondItem="8oY-3e-Rpr" secondAttribute="top" id="8oD-4d-HkG"/>
  966. <constraint firstItem="8oY-3e-Rpr" firstAttribute="trailing" secondItem="Zli-63-5CU" secondAttribute="trailing" id="DTW-BK-T0A"/>
  967. <constraint firstItem="Zli-63-5CU" firstAttribute="leading" secondItem="8oY-3e-Rpr" secondAttribute="leading" id="SLN-VM-zIc"/>
  968. <constraint firstItem="8oY-3e-Rpr" firstAttribute="bottom" secondItem="Zli-63-5CU" secondAttribute="bottom" id="xeI-Sg-wMz"/>
  969. </constraints>
  970. <viewLayoutGuide key="safeArea" id="8oY-3e-Rpr"/>
  971. </view>
  972. <connections>
  973. <outlet property="ageGenderLabel" destination="Bv4-jp-Xep" id="dt8-VC-Z43"/>
  974. <outlet property="allSelectButton" destination="29Q-a9-R1k" id="YD2-tt-T4O"/>
  975. <outlet property="allSelectCheck" destination="xQ4-Tv-FEb" id="Mts-UD-Ltb"/>
  976. <outlet property="allSelectLabel" destination="ccd-Kt-iF7" id="9qH-xt-NWf"/>
  977. <outlet property="allUserAlbumButton" destination="GvB-Pr-Nvx" id="7C1-lb-gji"/>
  978. <outlet property="allUserAlbumCheck" destination="vZ9-I9-ilh" id="1Ho-qV-RRd"/>
  979. <outlet property="allUserAlbumLabel" destination="5Bj-pK-noF" id="nAB-ww-HN9"/>
  980. <outlet property="cameraButton" destination="Mfw-5C-ES1" id="fdI-ee-YgL"/>
  981. <outlet property="closeButton" destination="FQZ-R2-nMR" id="oul-w8-NcW"/>
  982. <outlet property="deleteButton" destination="bCe-v6-zcW" id="60s-Nl-A9a"/>
  983. <outlet property="deptNmLabel" destination="qe6-Vy-qzG" id="ofo-b1-JDK"/>
  984. <outlet property="doctorNmLabel" destination="B3J-gw-Uea" id="4AO-Nq-PVo"/>
  985. <outlet property="okButton" destination="Kib-cX-gbE" id="fHW-RJ-rt5"/>
  986. <outlet property="patientIdLabel" destination="wHc-QH-9WF" id="FrJ-h7-ReF"/>
  987. <outlet property="patientNmLabel" destination="caU-Qr-psb" id="w0t-Ez-Z5f"/>
  988. <outlet property="photoCollectionView" destination="jxM-6x-cdr" id="x2T-u8-dBe"/>
  989. <outlet property="treatClsKrLabel" destination="Vg7-0U-jun" id="eKA-I5-yGf"/>
  990. </connections>
  991. </viewController>
  992. <placeholder placeholderIdentifier="IBFirstResponder" id="5X6-Z1-ply" userLabel="First Responder" sceneMemberID="firstResponder"/>
  993. </objects>
  994. <point key="canvasLocation" x="4056.8000000000002" y="821.67487684729065"/>
  995. </scene>
  996. <!--Photo Detail View Controller-->
  997. <scene sceneID="aGf-vD-VaZ">
  998. <objects>
  999. <viewController storyboardIdentifier="PhotoDetailViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="SMs-20-Sgw" customClass="PhotoDetailViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  1000. <view key="view" contentMode="scaleToFill" id="ffa-hW-lBj">
  1001. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  1002. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1003. <subviews>
  1004. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="h8N-NJ-7Q4">
  1005. <rect key="frame" x="0.0" y="44" width="375" height="48"/>
  1006. <subviews>
  1007. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="환부이미지상세" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GFe-Mw-H6W">
  1008. <rect key="frame" x="127" y="13.666666666666664" width="121.33333333333331" height="21"/>
  1009. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="19"/>
  1010. <nil key="textColor"/>
  1011. <nil key="highlightedColor"/>
  1012. </label>
  1013. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="close_x" translatesAutoresizingMaskIntoConstraints="NO" id="par-Va-bpc">
  1014. <rect key="frame" x="346" y="13.666666666666664" width="21" height="21"/>
  1015. <constraints>
  1016. <constraint firstAttribute="height" constant="21" id="3wW-Ch-M3u"/>
  1017. <constraint firstAttribute="width" secondItem="par-Va-bpc" secondAttribute="height" multiplier="1:1" id="LXG-BG-Xf4"/>
  1018. </constraints>
  1019. </imageView>
  1020. </subviews>
  1021. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1022. <constraints>
  1023. <constraint firstItem="GFe-Mw-H6W" firstAttribute="centerY" secondItem="h8N-NJ-7Q4" secondAttribute="centerY" id="KlN-1k-omm"/>
  1024. <constraint firstAttribute="trailing" secondItem="par-Va-bpc" secondAttribute="trailing" constant="8" id="Rc5-28-Owq"/>
  1025. <constraint firstItem="par-Va-bpc" firstAttribute="centerY" secondItem="GFe-Mw-H6W" secondAttribute="centerY" id="cYj-cm-z99"/>
  1026. <constraint firstItem="GFe-Mw-H6W" firstAttribute="centerX" secondItem="h8N-NJ-7Q4" secondAttribute="centerX" id="cli-Ld-1oj"/>
  1027. <constraint firstItem="par-Va-bpc" firstAttribute="width" secondItem="par-Va-bpc" secondAttribute="height" multiplier="1:1" id="sXA-rt-7h5"/>
  1028. <constraint firstAttribute="height" constant="48" id="ynk-Ny-DAX"/>
  1029. </constraints>
  1030. </view>
  1031. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="d13-IV-tbA">
  1032. <rect key="frame" x="8" y="92" width="359" height="110"/>
  1033. <color key="backgroundColor" red="0.94901960780000005" green="0.95294117649999999" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
  1034. <userDefinedRuntimeAttributes>
  1035. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1036. <real key="value" value="5"/>
  1037. </userDefinedRuntimeAttribute>
  1038. </userDefinedRuntimeAttributes>
  1039. </view>
  1040. <stackView opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="tXt-o9-X4E">
  1041. <rect key="frame" x="8" y="92" width="359" height="110"/>
  1042. <subviews>
  1043. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="M1w-oi-9zg">
  1044. <rect key="frame" x="0.0" y="0.0" width="89.666666666666671" height="110"/>
  1045. <subviews>
  1046. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="홍길동" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="A72-WX-Gkz">
  1047. <rect key="frame" x="20.333333333333332" y="17" width="49.333333333333343" height="20"/>
  1048. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  1049. <nil key="textColor"/>
  1050. <nil key="highlightedColor"/>
  1051. </label>
  1052. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jGq-19-oja">
  1053. <rect key="frame" x="0.0" y="56.666666666666657" width="89.666666666666671" height="36.333333333333343"/>
  1054. <attributedString key="attributedText">
  1055. <fragment content="내용">
  1056. <attributes>
  1057. <font key="NSFont" size="15" name="NanumSquareR"/>
  1058. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  1059. </attributes>
  1060. </fragment>
  1061. </attributedString>
  1062. <nil key="highlightedColor"/>
  1063. </label>
  1064. </subviews>
  1065. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1066. <constraints>
  1067. <constraint firstItem="A72-WX-Gkz" firstAttribute="top" secondItem="M1w-oi-9zg" secondAttribute="top" constant="17" id="Rux-yN-32K"/>
  1068. <constraint firstItem="jGq-19-oja" firstAttribute="top" relation="greaterThanOrEqual" secondItem="A72-WX-Gkz" secondAttribute="bottom" constant="17" id="Y6R-Zn-8hm"/>
  1069. <constraint firstAttribute="trailing" secondItem="jGq-19-oja" secondAttribute="trailing" id="ZuJ-hH-Yd2"/>
  1070. <constraint firstItem="A72-WX-Gkz" firstAttribute="centerX" secondItem="M1w-oi-9zg" secondAttribute="centerX" id="gOp-zj-vOj"/>
  1071. <constraint firstAttribute="bottom" secondItem="jGq-19-oja" secondAttribute="bottom" priority="750" constant="17" id="pEk-3g-q05"/>
  1072. <constraint firstItem="jGq-19-oja" firstAttribute="leading" secondItem="M1w-oi-9zg" secondAttribute="leading" id="qeS-rV-9UL"/>
  1073. </constraints>
  1074. <userDefinedRuntimeAttributes>
  1075. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1076. <real key="value" value="0.0"/>
  1077. </userDefinedRuntimeAttribute>
  1078. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1079. <real key="value" value="0.0"/>
  1080. </userDefinedRuntimeAttribute>
  1081. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1082. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1083. </userDefinedRuntimeAttribute>
  1084. </userDefinedRuntimeAttributes>
  1085. </view>
  1086. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SOW-th-6k9">
  1087. <rect key="frame" x="89.666666666666686" y="0.0" width="90" height="110"/>
  1088. <subviews>
  1089. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="A1000100" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="chw-O9-PTX">
  1090. <rect key="frame" x="0.3333333333333286" y="17" width="89" height="20"/>
  1091. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  1092. <nil key="textColor"/>
  1093. <nil key="highlightedColor"/>
  1094. </label>
  1095. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gHF-SU-Yfh">
  1096. <rect key="frame" x="0.0" y="56.666666666666657" width="90" height="36.333333333333343"/>
  1097. <attributedString key="attributedText">
  1098. <fragment>
  1099. <string key="content">내용 텍스트
  1100. 들어감</string>
  1101. <attributes>
  1102. <font key="NSFont" size="15" name="NanumSquareR"/>
  1103. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  1104. </attributes>
  1105. </fragment>
  1106. </attributedString>
  1107. <nil key="highlightedColor"/>
  1108. </label>
  1109. </subviews>
  1110. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1111. <constraints>
  1112. <constraint firstItem="chw-O9-PTX" firstAttribute="centerX" secondItem="SOW-th-6k9" secondAttribute="centerX" id="BtP-wZ-1AA"/>
  1113. <constraint firstItem="chw-O9-PTX" firstAttribute="top" secondItem="SOW-th-6k9" secondAttribute="top" constant="17" id="CIA-dH-VSy"/>
  1114. <constraint firstAttribute="trailing" secondItem="gHF-SU-Yfh" secondAttribute="trailing" id="Wsb-Yd-mmg"/>
  1115. <constraint firstAttribute="bottom" secondItem="gHF-SU-Yfh" secondAttribute="bottom" priority="750" constant="17" id="mdx-JY-iTz"/>
  1116. <constraint firstItem="gHF-SU-Yfh" firstAttribute="leading" secondItem="SOW-th-6k9" secondAttribute="leading" id="vWi-aw-Y0K"/>
  1117. <constraint firstItem="gHF-SU-Yfh" firstAttribute="top" relation="greaterThanOrEqual" secondItem="chw-O9-PTX" secondAttribute="bottom" constant="17" id="xZa-we-WJc"/>
  1118. </constraints>
  1119. <userDefinedRuntimeAttributes>
  1120. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1121. <real key="value" value="0.0"/>
  1122. </userDefinedRuntimeAttribute>
  1123. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1124. <real key="value" value="0.0"/>
  1125. </userDefinedRuntimeAttribute>
  1126. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1127. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1128. </userDefinedRuntimeAttribute>
  1129. </userDefinedRuntimeAttributes>
  1130. </view>
  1131. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1Fg-Ug-UPh">
  1132. <rect key="frame" x="179.66666666666666" y="0.0" width="89.666666666666657" height="110"/>
  1133. <subviews>
  1134. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Hqs-Lo-ylD">
  1135. <rect key="frame" x="0.0" y="56.666666666666657" width="89.666666666666671" height="36.333333333333343"/>
  1136. <attributedString key="attributedText"/>
  1137. <nil key="highlightedColor"/>
  1138. </label>
  1139. </subviews>
  1140. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1141. <constraints>
  1142. <constraint firstItem="Hqs-Lo-ylD" firstAttribute="leading" secondItem="1Fg-Ug-UPh" secondAttribute="leading" id="Ib5-Ve-1kG"/>
  1143. <constraint firstAttribute="bottom" secondItem="Hqs-Lo-ylD" secondAttribute="bottom" priority="750" constant="17" id="lWF-bn-sQK"/>
  1144. <constraint firstAttribute="trailing" secondItem="Hqs-Lo-ylD" secondAttribute="trailing" id="oar-J0-Itb"/>
  1145. </constraints>
  1146. <userDefinedRuntimeAttributes>
  1147. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1148. <real key="value" value="0.0"/>
  1149. </userDefinedRuntimeAttribute>
  1150. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1151. <real key="value" value="0.0"/>
  1152. </userDefinedRuntimeAttribute>
  1153. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1154. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1155. </userDefinedRuntimeAttribute>
  1156. </userDefinedRuntimeAttributes>
  1157. </view>
  1158. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JOM-b2-uNp">
  1159. <rect key="frame" x="269.33333333333331" y="0.0" width="89.666666666666686" height="110"/>
  1160. <subviews>
  1161. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="20 / M" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HE5-qb-ZSg">
  1162. <rect key="frame" x="17.666666666666689" y="17" width="54.333333333333343" height="20"/>
  1163. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  1164. <nil key="textColor"/>
  1165. <nil key="highlightedColor"/>
  1166. </label>
  1167. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="F6E-nV-1vq">
  1168. <rect key="frame" x="0.0" y="56.666666666666657" width="89.666666666666671" height="36.333333333333343"/>
  1169. <attributedString key="attributedText">
  1170. <fragment>
  1171. <string key="content">내용 텍스트
  1172. 들어감</string>
  1173. <attributes>
  1174. <font key="NSFont" size="15" name="NanumSquareR"/>
  1175. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="3" tighteningFactorForTruncation="0.0"/>
  1176. </attributes>
  1177. </fragment>
  1178. </attributedString>
  1179. <nil key="highlightedColor"/>
  1180. </label>
  1181. </subviews>
  1182. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1183. <constraints>
  1184. <constraint firstItem="HE5-qb-ZSg" firstAttribute="centerX" secondItem="JOM-b2-uNp" secondAttribute="centerX" id="2Fd-tu-PLf"/>
  1185. <constraint firstItem="F6E-nV-1vq" firstAttribute="leading" secondItem="JOM-b2-uNp" secondAttribute="leading" id="3CU-ph-xt9"/>
  1186. <constraint firstItem="HE5-qb-ZSg" firstAttribute="top" secondItem="JOM-b2-uNp" secondAttribute="top" constant="17" id="B37-mz-JIW"/>
  1187. <constraint firstAttribute="trailing" secondItem="F6E-nV-1vq" secondAttribute="trailing" id="EwH-vx-PQ2"/>
  1188. <constraint firstAttribute="bottom" secondItem="F6E-nV-1vq" secondAttribute="bottom" priority="750" constant="17" id="mvL-U7-WZL"/>
  1189. </constraints>
  1190. <userDefinedRuntimeAttributes>
  1191. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1192. <real key="value" value="0.0"/>
  1193. </userDefinedRuntimeAttribute>
  1194. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1195. <real key="value" value="0.0"/>
  1196. </userDefinedRuntimeAttribute>
  1197. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1198. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1199. </userDefinedRuntimeAttribute>
  1200. </userDefinedRuntimeAttributes>
  1201. </view>
  1202. </subviews>
  1203. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/>
  1204. <constraints>
  1205. <constraint firstItem="Hqs-Lo-ylD" firstAttribute="centerY" secondItem="gHF-SU-Yfh" secondAttribute="centerY" id="1uL-0g-urp"/>
  1206. <constraint firstItem="jGq-19-oja" firstAttribute="centerY" secondItem="gHF-SU-Yfh" secondAttribute="centerY" id="IOP-f4-LIq"/>
  1207. <constraint firstAttribute="height" priority="250" constant="100" id="VIo-b3-twM"/>
  1208. <constraint firstItem="F6E-nV-1vq" firstAttribute="centerY" secondItem="Hqs-Lo-ylD" secondAttribute="centerY" id="aKH-o4-3La"/>
  1209. </constraints>
  1210. <userDefinedRuntimeAttributes>
  1211. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1212. <real key="value" value="5"/>
  1213. </userDefinedRuntimeAttribute>
  1214. </userDefinedRuntimeAttributes>
  1215. </stackView>
  1216. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2018-10-10 외래 or 입원, 진료과" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qrF-N9-cAv">
  1217. <rect key="frame" x="16" y="217" width="343" height="20"/>
  1218. <constraints>
  1219. <constraint firstAttribute="height" constant="20" id="za8-Ii-iFb"/>
  1220. </constraints>
  1221. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
  1222. <color key="textColor" red="0.3921568627" green="0.60392156860000001" blue="0.98823529409999999" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  1223. <nil key="highlightedColor"/>
  1224. </label>
  1225. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" maximumZoomScale="6" translatesAutoresizingMaskIntoConstraints="NO" id="2iH-20-RM0">
  1226. <rect key="frame" x="8" y="245" width="359" height="483"/>
  1227. <subviews>
  1228. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="5Sc-ew-tv8">
  1229. <rect key="frame" x="0.0" y="0.0" width="359" height="483"/>
  1230. </imageView>
  1231. </subviews>
  1232. <constraints>
  1233. <constraint firstAttribute="bottom" secondItem="5Sc-ew-tv8" secondAttribute="bottom" id="5q8-wC-Liw"/>
  1234. <constraint firstAttribute="trailing" secondItem="5Sc-ew-tv8" secondAttribute="trailing" id="Z9a-mv-Ogm"/>
  1235. <constraint firstItem="5Sc-ew-tv8" firstAttribute="top" secondItem="2iH-20-RM0" secondAttribute="top" id="bHo-1e-efW"/>
  1236. <constraint firstItem="5Sc-ew-tv8" firstAttribute="centerX" secondItem="2iH-20-RM0" secondAttribute="centerX" id="kcN-vB-r0Y"/>
  1237. <constraint firstItem="5Sc-ew-tv8" firstAttribute="leading" secondItem="2iH-20-RM0" secondAttribute="leading" id="odj-gd-DVS"/>
  1238. <constraint firstItem="5Sc-ew-tv8" firstAttribute="centerY" secondItem="2iH-20-RM0" secondAttribute="centerY" id="ryf-m9-i2f"/>
  1239. </constraints>
  1240. </scrollView>
  1241. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QtU-l3-lKc">
  1242. <rect key="frame" x="8" y="728" width="359" height="50"/>
  1243. <subviews>
  1244. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gSz-Ro-iIZ">
  1245. <rect key="frame" x="259" y="0.0" width="50" height="50"/>
  1246. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1247. <constraints>
  1248. <constraint firstAttribute="width" secondItem="gSz-Ro-iIZ" secondAttribute="height" multiplier="1:1" id="fCt-RW-SRY"/>
  1249. </constraints>
  1250. <state key="normal" image="f_btn_a_upload"/>
  1251. </button>
  1252. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kX7-lc-b7T">
  1253. <rect key="frame" x="309" y="0.0" width="50" height="50"/>
  1254. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1255. <constraints>
  1256. <constraint firstAttribute="width" secondItem="kX7-lc-b7T" secondAttribute="height" multiplier="1:1" id="ZxF-yY-hkZ"/>
  1257. </constraints>
  1258. <state key="normal" image="f_btn_a_exit"/>
  1259. </button>
  1260. </subviews>
  1261. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1262. <constraints>
  1263. <constraint firstItem="kX7-lc-b7T" firstAttribute="leading" secondItem="gSz-Ro-iIZ" secondAttribute="trailing" id="4Gq-aY-lgm"/>
  1264. <constraint firstItem="kX7-lc-b7T" firstAttribute="top" secondItem="QtU-l3-lKc" secondAttribute="top" id="7oi-dj-MVE"/>
  1265. <constraint firstAttribute="bottom" secondItem="kX7-lc-b7T" secondAttribute="bottom" id="PsG-Ui-p2Z"/>
  1266. <constraint firstAttribute="trailing" secondItem="kX7-lc-b7T" secondAttribute="trailing" id="Weh-EV-jnC"/>
  1267. <constraint firstAttribute="bottom" secondItem="gSz-Ro-iIZ" secondAttribute="bottom" id="dqu-mB-GrG"/>
  1268. <constraint firstItem="gSz-Ro-iIZ" firstAttribute="top" secondItem="QtU-l3-lKc" secondAttribute="top" id="rE6-Un-42y"/>
  1269. <constraint firstAttribute="height" constant="50" id="wEm-kj-fvN"/>
  1270. </constraints>
  1271. </view>
  1272. </subviews>
  1273. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1274. <constraints>
  1275. <constraint firstItem="qrF-N9-cAv" firstAttribute="leading" secondItem="Fph-JF-Fvh" secondAttribute="leading" constant="16" id="0SW-pM-bAh"/>
  1276. <constraint firstItem="Fph-JF-Fvh" firstAttribute="trailing" secondItem="tXt-o9-X4E" secondAttribute="trailing" constant="8" id="0VW-dO-pO8"/>
  1277. <constraint firstItem="Fph-JF-Fvh" firstAttribute="trailing" secondItem="qrF-N9-cAv" secondAttribute="trailing" constant="16" id="1ZH-P1-ClT"/>
  1278. <constraint firstItem="h8N-NJ-7Q4" firstAttribute="leading" secondItem="Fph-JF-Fvh" secondAttribute="leading" id="1nB-eB-Mz9"/>
  1279. <constraint firstItem="Fph-JF-Fvh" firstAttribute="bottom" secondItem="QtU-l3-lKc" secondAttribute="bottom" id="2zA-Yt-VcM"/>
  1280. <constraint firstItem="tXt-o9-X4E" firstAttribute="leading" secondItem="Fph-JF-Fvh" secondAttribute="leading" constant="8" id="39o-fO-6rl"/>
  1281. <constraint firstItem="h8N-NJ-7Q4" firstAttribute="trailing" secondItem="Fph-JF-Fvh" secondAttribute="trailing" id="3v0-wF-Mqg"/>
  1282. <constraint firstItem="h8N-NJ-7Q4" firstAttribute="top" secondItem="Fph-JF-Fvh" secondAttribute="top" id="6KH-SX-Zy6"/>
  1283. <constraint firstItem="QtU-l3-lKc" firstAttribute="top" secondItem="2iH-20-RM0" secondAttribute="bottom" id="HDp-v1-BH5"/>
  1284. <constraint firstItem="2iH-20-RM0" firstAttribute="top" secondItem="qrF-N9-cAv" secondAttribute="bottom" constant="8" id="Lul-kN-U6n"/>
  1285. <constraint firstItem="d13-IV-tbA" firstAttribute="top" secondItem="tXt-o9-X4E" secondAttribute="top" id="SkE-j6-Jfj"/>
  1286. <constraint firstItem="QtU-l3-lKc" firstAttribute="leading" secondItem="Fph-JF-Fvh" secondAttribute="leading" constant="8" id="iIy-xC-hbn"/>
  1287. <constraint firstItem="d13-IV-tbA" firstAttribute="bottom" secondItem="tXt-o9-X4E" secondAttribute="bottom" id="itR-GD-s6W"/>
  1288. <constraint firstItem="qrF-N9-cAv" firstAttribute="top" secondItem="d13-IV-tbA" secondAttribute="bottom" constant="15" id="jPn-Op-OcK"/>
  1289. <constraint firstItem="tXt-o9-X4E" firstAttribute="top" secondItem="h8N-NJ-7Q4" secondAttribute="bottom" id="kfb-UR-gWu"/>
  1290. <constraint firstItem="Fph-JF-Fvh" firstAttribute="trailing" secondItem="2iH-20-RM0" secondAttribute="trailing" constant="8" id="rfS-1r-Y7l"/>
  1291. <constraint firstItem="Fph-JF-Fvh" firstAttribute="trailing" secondItem="QtU-l3-lKc" secondAttribute="trailing" constant="8" id="sM6-8q-CX2"/>
  1292. <constraint firstItem="d13-IV-tbA" firstAttribute="trailing" secondItem="tXt-o9-X4E" secondAttribute="trailing" id="sRv-YF-Cwz"/>
  1293. <constraint firstItem="2iH-20-RM0" firstAttribute="leading" secondItem="Fph-JF-Fvh" secondAttribute="leading" constant="8" id="sbe-wB-ibT"/>
  1294. <constraint firstItem="d13-IV-tbA" firstAttribute="leading" secondItem="tXt-o9-X4E" secondAttribute="leading" id="tUQ-Q7-aE8"/>
  1295. </constraints>
  1296. <viewLayoutGuide key="safeArea" id="Fph-JF-Fvh"/>
  1297. </view>
  1298. <connections>
  1299. <outlet property="ageGenderLabel" destination="HE5-qb-ZSg" id="w6z-zA-Xh5"/>
  1300. <outlet property="closeButton" destination="par-Va-bpc" id="8Yg-jO-Cub"/>
  1301. <outlet property="deptNmLabel" destination="jGq-19-oja" id="hxZ-AD-m2v"/>
  1302. <outlet property="doctorNmLabel" destination="F6E-nV-1vq" id="BJO-27-X6s"/>
  1303. <outlet property="exitButton" destination="kX7-lc-b7T" id="kJT-Nx-Aeg"/>
  1304. <outlet property="imageView" destination="5Sc-ew-tv8" id="k1y-Vo-fs3"/>
  1305. <outlet property="patientIdLabel" destination="chw-O9-PTX" id="9pv-47-Vo9"/>
  1306. <outlet property="patientNmLabel" destination="A72-WX-Gkz" id="9nX-We-6AO"/>
  1307. <outlet property="scrollView" destination="2iH-20-RM0" id="OrG-GR-aJ6"/>
  1308. <outlet property="titleLabel" destination="qrF-N9-cAv" id="r5m-vz-dmK"/>
  1309. <outlet property="treatClsKrLabel" destination="gHF-SU-Yfh" id="RPB-nJ-3NN"/>
  1310. <outlet property="uploadButton" destination="gSz-Ro-iIZ" id="cZK-ke-Cfj"/>
  1311. </connections>
  1312. </viewController>
  1313. <placeholder placeholderIdentifier="IBFirstResponder" id="M26-hv-4ja" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1314. </objects>
  1315. <point key="canvasLocation" x="4850" y="822"/>
  1316. </scene>
  1317. <!--Web View Controller-->
  1318. <scene sceneID="iTK-sH-9d9">
  1319. <objects>
  1320. <viewController storyboardIdentifier="WebViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="ySz-mN-COb" customClass="WebViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  1321. <view key="view" contentMode="scaleToFill" id="FvJ-I3-Lal">
  1322. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  1323. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1324. <subviews>
  1325. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="i01-15-nXY" customClass="StoryBoardableWKWebView" customModule="kunkuk" customModuleProvider="target">
  1326. <rect key="frame" x="0.0" y="44" width="375" height="734"/>
  1327. </view>
  1328. </subviews>
  1329. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1330. <constraints>
  1331. <constraint firstItem="i01-15-nXY" firstAttribute="leading" secondItem="Nsy-7M-Ce9" secondAttribute="leading" id="0Bl-y1-PhW"/>
  1332. <constraint firstItem="Nsy-7M-Ce9" firstAttribute="trailing" secondItem="i01-15-nXY" secondAttribute="trailing" id="8HR-pE-1D1"/>
  1333. <constraint firstItem="i01-15-nXY" firstAttribute="top" secondItem="Nsy-7M-Ce9" secondAttribute="top" id="NsQ-NO-sYF"/>
  1334. <constraint firstItem="Nsy-7M-Ce9" firstAttribute="bottom" secondItem="i01-15-nXY" secondAttribute="bottom" id="iWE-WH-0Wi"/>
  1335. </constraints>
  1336. <viewLayoutGuide key="safeArea" id="Nsy-7M-Ce9"/>
  1337. </view>
  1338. <navigationItem key="navigationItem" id="797-zX-QaQ"/>
  1339. <nil key="simulatedTopBarMetrics"/>
  1340. <nil key="simulatedBottomBarMetrics"/>
  1341. <connections>
  1342. <outlet property="webView" destination="i01-15-nXY" id="tQ4-TN-nje"/>
  1343. </connections>
  1344. </viewController>
  1345. <placeholder placeholderIdentifier="IBFirstResponder" id="UyT-zt-IRG" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1346. </objects>
  1347. <point key="canvasLocation" x="1519" y="123"/>
  1348. </scene>
  1349. <!--Barcode View Controller-->
  1350. <scene sceneID="imo-ig-Kdc">
  1351. <objects>
  1352. <viewController storyboardIdentifier="BarcodeViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="hXX-kq-ut8" customClass="BarcodeViewController" customModule="kunkuk" customModuleProvider="target" sceneMemberID="viewController">
  1353. <view key="view" contentMode="scaleToFill" id="5qx-dD-4na">
  1354. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  1355. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1356. <subviews>
  1357. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oTz-vn-Un2">
  1358. <rect key="frame" x="0.0" y="44" width="375" height="48"/>
  1359. <subviews>
  1360. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="스캔" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Tzg-sE-Hgh">
  1361. <rect key="frame" x="170.33333333333334" y="13.666666666666664" width="34.666666666666657" height="21"/>
  1362. <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="19"/>
  1363. <nil key="textColor"/>
  1364. <nil key="highlightedColor"/>
  1365. </label>
  1366. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="close_x" translatesAutoresizingMaskIntoConstraints="NO" id="Dhl-af-Gnu">
  1367. <rect key="frame" x="346" y="13.666666666666664" width="21" height="21"/>
  1368. <constraints>
  1369. <constraint firstAttribute="width" secondItem="Dhl-af-Gnu" secondAttribute="height" multiplier="1:1" id="2HK-aA-anq"/>
  1370. <constraint firstAttribute="height" constant="21" id="n7V-E9-8FP"/>
  1371. </constraints>
  1372. </imageView>
  1373. </subviews>
  1374. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1375. <constraints>
  1376. <constraint firstItem="Tzg-sE-Hgh" firstAttribute="centerX" secondItem="oTz-vn-Un2" secondAttribute="centerX" id="Ngq-eM-UHC"/>
  1377. <constraint firstItem="Dhl-af-Gnu" firstAttribute="centerY" secondItem="oTz-vn-Un2" secondAttribute="centerY" id="TvQ-OD-eCs"/>
  1378. <constraint firstAttribute="height" constant="48" id="gvN-i7-a4J"/>
  1379. <constraint firstItem="Tzg-sE-Hgh" firstAttribute="centerY" secondItem="oTz-vn-Un2" secondAttribute="centerY" id="i7y-rn-L8P"/>
  1380. <constraint firstAttribute="trailing" secondItem="Dhl-af-Gnu" secondAttribute="trailing" constant="8" id="wTD-Cw-IS6"/>
  1381. </constraints>
  1382. </view>
  1383. <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fY6-cx-P9K">
  1384. <rect key="frame" x="0.0" y="92" width="375" height="686"/>
  1385. </containerView>
  1386. </subviews>
  1387. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1388. <constraints>
  1389. <constraint firstItem="oTz-vn-Un2" firstAttribute="trailing" secondItem="fTG-EZ-ZnY" secondAttribute="trailing" id="0aw-GZ-rha"/>
  1390. <constraint firstItem="fTG-EZ-ZnY" firstAttribute="bottom" secondItem="fY6-cx-P9K" secondAttribute="bottom" id="aDJ-pN-6Cy"/>
  1391. <constraint firstItem="oTz-vn-Un2" firstAttribute="leading" secondItem="fTG-EZ-ZnY" secondAttribute="leading" id="crw-c6-tha"/>
  1392. <constraint firstItem="fTG-EZ-ZnY" firstAttribute="trailing" secondItem="fY6-cx-P9K" secondAttribute="trailing" id="fpn-iy-YVw"/>
  1393. <constraint firstItem="fY6-cx-P9K" firstAttribute="top" secondItem="oTz-vn-Un2" secondAttribute="bottom" id="pQV-LV-jLf"/>
  1394. <constraint firstItem="oTz-vn-Un2" firstAttribute="top" secondItem="fTG-EZ-ZnY" secondAttribute="top" id="rAb-v0-BOn"/>
  1395. <constraint firstItem="fY6-cx-P9K" firstAttribute="leading" secondItem="fTG-EZ-ZnY" secondAttribute="leading" id="yPM-Bl-LUn"/>
  1396. </constraints>
  1397. <viewLayoutGuide key="safeArea" id="fTG-EZ-ZnY"/>
  1398. </view>
  1399. <navigationItem key="navigationItem" id="GXU-sY-uR3"/>
  1400. <connections>
  1401. <outlet property="cameraOverlayView" destination="fY6-cx-P9K" id="AcS-Dv-4YP"/>
  1402. <outlet property="closeButton" destination="Dhl-af-Gnu" id="bo7-ko-Jo2"/>
  1403. </connections>
  1404. </viewController>
  1405. <placeholder placeholderIdentifier="IBFirstResponder" id="4d5-ge-Yuw" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1406. </objects>
  1407. <point key="canvasLocation" x="796" y="822"/>
  1408. </scene>
  1409. </scenes>
  1410. <resources>
  1411. <image name="backward" width="30" height="30"/>
  1412. <image name="baseline_cloud" width="36" height="36"/>
  1413. <image name="camera_lo" width="660" height="660"/>
  1414. <image name="chk_default" width="49" height="48"/>
  1415. <image name="close" width="30" height="30"/>
  1416. <image name="close_x" width="63" height="63"/>
  1417. <image name="f_btn_a_camera" width="150" height="150"/>
  1418. <image name="f_btn_a_del" width="150" height="150"/>
  1419. <image name="f_btn_a_exit" width="150" height="150"/>
  1420. <image name="f_btn_a_upload" width="150" height="150"/>
  1421. <image name="f_btn_back" width="270" height="150"/>
  1422. <image name="f_btn_camera" width="270" height="150"/>
  1423. <image name="f_btn_list" width="270" height="150"/>
  1424. <image name="forward" width="30" height="30"/>
  1425. <image name="gall_chk_default" width="66" height="66"/>
  1426. <image name="refresh" width="30" height="30"/>
  1427. </resources>
  1428. </document>