Browse Source

대구가톨릭 병원 추가

강성희 5 years ago
parent
commit
c5a7bd0b21
37 changed files with 1376 additions and 49 deletions
  1. 794 8
      MCPlus.xcodeproj/project.pbxproj
  2. 2 6
      MCPlus.xcodeproj/xcshareddata/xcschemes/cnuh_dev.xcscheme
  3. 1 0
      MCPlus/AppDelegate.swift
  4. 122 0
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Contents.json
  5. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-20x20@1x.png
  6. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-20x20@2x.png
  7. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-20x20@3x.png
  8. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-29x29@1x.png
  9. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-29x29@2x.png
  10. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-29x29@3x.png
  11. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-40x40@1x.png
  12. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-40x40@2x.png
  13. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-40x40@3x.png
  14. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-60x60@2x.png
  15. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-60x60@3x.png
  16. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-76x76@1x.png
  17. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-76x76@2x.png
  18. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-83.5x83.5@2x.png
  19. BIN
      MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/ItunesArtwork@2x.png
  20. 70 0
      MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/Contents.json
  21. BIN
      MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01-1.jpg
  22. BIN
      MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01-2.jpg
  23. BIN
      MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01-3.jpg
  24. BIN
      MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01-4.jpg
  25. BIN
      MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01-5.jpg
  26. BIN
      MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01-6.jpg
  27. BIN
      MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01.jpg
  28. 30 30
      MCPlus/Base.lproj/Main.storyboard
  29. 141 0
      MCPlus/CustomFiles/dcmc/Info.plist
  30. 141 0
      MCPlus/CustomFiles/dcmc/Info_dev.plist
  31. 19 0
      MCPlus/CustomFiles/dcmc/MCarePlusConstants-dev.swift
  32. 19 0
      MCPlus/CustomFiles/dcmc/MCarePlusConstants.swift
  33. 21 0
      MCPlus/Images.xcassets/iconImage-dsmc.imageset/Contents.json
  34. BIN
      MCPlus/Images.xcassets/iconImage-dsmc.imageset/Icon-App-60x60@3x.png
  35. 2 2
      MCPlus/ViewControllers/WebViewController.swift
  36. 3 3
      Podfile.lock
  37. 11 0
      podfile

File diff suppressed because it is too large
+ 794 - 8
MCPlus.xcodeproj/project.pbxproj


+ 2 - 6
MCPlus.xcodeproj/xcshareddata/xcschemes/cnuh_dev.xcscheme

@@ -27,8 +27,6 @@
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
       shouldUseLaunchSchemeArgsEnv = "YES">
-      <Testables>
-      </Testables>
       <MacroExpansion>
          <BuildableReference
             BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
             ReferencedContainer = "container:MCPlus.xcodeproj">
          </BuildableReference>
       </MacroExpansion>
-      <AdditionalOptions>
-      </AdditionalOptions>
+      <Testables>
+      </Testables>
    </TestAction>
    <LaunchAction
       buildConfiguration = "Debug"
@@ -61,8 +59,6 @@
             ReferencedContainer = "container:MCPlus.xcodeproj">
          </BuildableReference>
       </BuildableProductRunnable>
-      <AdditionalOptions>
-      </AdditionalOptions>
    </LaunchAction>
    <ProfileAction
       buildConfiguration = "Release"

+ 1 - 0
MCPlus/AppDelegate.swift

@@ -118,6 +118,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
                 
                 if info["LockScreenUse"] as? Bool == true{
                     let VC = ScreenLockViewController()
+                    VC.modalPresentationStyle = .fullScreen
                     self.window?.rootViewController?.present(VC, animated: true, completion: nil)
                 }
             }

+ 122 - 0
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Contents.json

@@ -0,0 +1,122 @@
+{
+  "images" : [
+    {
+      "size" : "20x20",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-20x20@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-20x20@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-29x29@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-29x29@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-29x29@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-40x40@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-40x40@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "60x60",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-60x60@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "60x60",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-60x60@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-20x20@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-20x20@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-29x29@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-29x29@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-40x40@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-40x40@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "76x76",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-76x76@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "76x76",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-76x76@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "83.5x83.5",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-83.5x83.5@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "1024x1024",
+      "idiom" : "ios-marketing",
+      "filename" : "ItunesArtwork@2x.png",
+      "scale" : "1x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-20x20@1x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-20x20@2x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-20x20@3x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-29x29@1x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-29x29@2x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-29x29@3x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-40x40@1x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-40x40@2x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-40x40@3x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-60x60@2x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-60x60@3x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-76x76@1x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-76x76@2x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/Icon-App-83.5x83.5@2x.png


BIN
MCPlus/Assets.xcassets/AppIcon-dcmc.appiconset/ItunesArtwork@2x.png


+ 70 - 0
MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/Contents.json

@@ -0,0 +1,70 @@
+{
+  "images" : [
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "2688h",
+      "filename" : "splash_ipn01.jpg",
+      "minimum-system-version" : "12.0",
+      "orientation" : "portrait",
+      "scale" : "3x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "1792h",
+      "filename" : "splash_ipn01-1.jpg",
+      "minimum-system-version" : "12.0",
+      "orientation" : "portrait",
+      "scale" : "2x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "2436h",
+      "filename" : "splash_ipn01-2.jpg",
+      "minimum-system-version" : "11.0",
+      "orientation" : "portrait",
+      "scale" : "3x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "736h",
+      "filename" : "splash_ipn01-3.jpg",
+      "minimum-system-version" : "8.0",
+      "orientation" : "portrait",
+      "scale" : "3x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "667h",
+      "filename" : "splash_ipn01-4.jpg",
+      "minimum-system-version" : "8.0",
+      "orientation" : "portrait",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "iphone",
+      "filename" : "splash_ipn01-6.jpg",
+      "extent" : "full-screen",
+      "minimum-system-version" : "7.0",
+      "scale" : "2x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "retina4",
+      "filename" : "splash_ipn01-5.jpg",
+      "minimum-system-version" : "7.0",
+      "orientation" : "portrait",
+      "scale" : "2x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01-1.jpg


BIN
MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01-2.jpg


BIN
MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01-3.jpg


BIN
MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01-4.jpg


BIN
MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01-5.jpg


BIN
MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01-6.jpg


BIN
MCPlus/Assets.xcassets/LaunchImage-dcmc.launchimage/splash_ipn01.jpg


+ 30 - 30
MCPlus/Base.lproj/Main.storyboard

@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15400" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="WSz-h3-e9R">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="WSz-h3-e9R">
     <device id="retina6_1" orientation="portrait" appearance="light"/>
     <dependencies>
         <deployment version="4352" identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15404"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
         <capability name="Safe area layout guides" minToolsVersion="9.0"/>
         <capability name="Stack View standard spacing" minToolsVersion="9.0"/>
         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@@ -17,7 +17,7 @@
         <!--Extra Web View Controller-->
         <scene sceneID="aob-Xs-UUK">
             <objects>
-                <viewController storyboardIdentifier="ExtraWebViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="nDd-yG-OzX" customClass="ExtraWebViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="ExtraWebViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="nDd-yG-OzX" customClass="ExtraWebViewController" customModule="CNUH_EMR" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="I0S-oY-KS6">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -225,7 +225,7 @@
         <!--Picture View Controller-->
         <scene sceneID="fkI-Y5-awn">
             <objects>
-                <viewController storyboardIdentifier="PictureViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="IUL-tO-62n" customClass="PictureViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="PictureViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="IUL-tO-62n" customClass="PictureViewController" customModule="CNUH_EMR" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="cey-dQ-ZA5">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -269,7 +269,7 @@
         <!--Custom Camera View Controller-->
         <scene sceneID="hFe-8t-oPg">
             <objects>
-                <viewController storyboardIdentifier="CustomCameraViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="vG9-SK-zG4" customClass="CustomCameraViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="CustomCameraViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="vG9-SK-zG4" customClass="CustomCameraViewController" customModule="CNUH_EMR" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="qCj-GS-Fhf">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
@@ -278,7 +278,7 @@
                                 <rect key="frame" x="0.0" y="44" width="414" height="48"/>
                                 <subviews>
                                     <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">
-                                        <rect key="frame" x="149.5" y="13" width="115.5" height="22.5"/>
+                                        <rect key="frame" x="146.5" y="13.5" width="121.5" height="21"/>
                                         <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="19"/>
                                         <nil key="textColor"/>
                                         <nil key="highlightedColor"/>
@@ -316,7 +316,7 @@
                                         <rect key="frame" x="0.0" y="0.0" width="132.5" height="111"/>
                                         <subviews>
                                             <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">
-                                                <rect key="frame" x="43" y="17" width="47" height="21"/>
+                                                <rect key="frame" x="41.5" y="17" width="49.5" height="20"/>
                                                 <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                                 <nil key="textColor"/>
                                                 <nil key="highlightedColor"/>
@@ -373,7 +373,7 @@
                                                 <nil key="highlightedColor"/>
                                             </label>
                                             <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">
-                                                <rect key="frame" x="25.5" y="17" width="82" height="21"/>
+                                                <rect key="frame" x="22" y="17" width="89" height="20"/>
                                                 <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                                 <nil key="textColor"/>
                                                 <nil key="highlightedColor"/>
@@ -404,7 +404,7 @@
                                         <rect key="frame" x="265.5" y="0.0" width="132.5" height="111"/>
                                         <subviews>
                                             <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">
-                                                <rect key="frame" x="40" y="17" width="52" height="21"/>
+                                                <rect key="frame" x="39" y="17" width="54.5" height="20"/>
                                                 <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                                 <nil key="textColor"/>
                                                 <nil key="highlightedColor"/>
@@ -458,10 +458,10 @@
                                 </userDefinedRuntimeAttributes>
                             </stackView>
                             <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="x3X-mc-6dm">
-                                <rect key="frame" x="8" y="209" width="398" height="43"/>
+                                <rect key="frame" x="8" y="209" width="398" height="42"/>
                                 <subviews>
                                     <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">
-                                        <rect key="frame" x="16" y="11" width="366" height="21"/>
+                                        <rect key="frame" x="16" y="11" width="366" height="20"/>
                                         <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                         <color key="textColor" red="0.39215686274509803" green="0.60392156862745094" blue="0.9882352941176471" alpha="1" colorSpace="calibratedRGB"/>
                                         <nil key="highlightedColor"/>
@@ -481,20 +481,20 @@
                                 </userDefinedRuntimeAttributes>
                             </view>
                             <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Twe-8h-6Au">
-                                <rect key="frame" x="0.0" y="252" width="414" height="610"/>
+                                <rect key="frame" x="0.0" y="251" width="414" height="611"/>
                                 <subviews>
                                     <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Dat-yv-K6v">
-                                        <rect key="frame" x="0.0" y="10" width="414" height="600"/>
+                                        <rect key="frame" x="0.0" y="10" width="414" height="601"/>
                                         <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                     </view>
                                     <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="camera_lo" translatesAutoresizingMaskIntoConstraints="NO" id="ME9-uU-UZ3">
-                                        <rect key="frame" x="92" y="195" width="230" height="230"/>
+                                        <rect key="frame" x="92" y="195.5" width="230" height="230"/>
                                         <constraints>
                                             <constraint firstAttribute="width" secondItem="ME9-uU-UZ3" secondAttribute="height" multiplier="1:1" id="DoM-A7-iEK"/>
                                         </constraints>
                                     </imageView>
                                     <stackView opaque="NO" contentMode="scaleToFill" distribution="equalCentering" spacingType="standard" translatesAutoresizingMaskIntoConstraints="NO" id="CvO-ai-fc0">
-                                        <rect key="frame" x="22" y="554" width="370" height="50"/>
+                                        <rect key="frame" x="22" y="555" width="370" height="50"/>
                                         <subviews>
                                             <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="944-gk-cQs">
                                                 <rect key="frame" x="0.0" y="0.0" width="132" height="50"/>
@@ -580,7 +580,7 @@
         <!--Photo View Controller-->
         <scene sceneID="uEH-Iw-puj">
             <objects>
-                <viewController storyboardIdentifier="PhotoViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="HAU-b8-2L8" customClass="PhotoViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="PhotoViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="HAU-b8-2L8" customClass="PhotoViewController" customModule="CNUH_EMR" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="XAP-9P-NF8">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
@@ -782,7 +782,7 @@
                                             <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
                                         </collectionViewFlowLayout>
                                         <cells>
-                                            <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="LYJ-HX-iwP" customClass="PhotoCollectionViewCell" customModule="cnuh_dev" customModuleProvider="target">
+                                            <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="LYJ-HX-iwP" customClass="PhotoCollectionViewCell" customModule="CNUH_EMR" customModuleProvider="target">
                                                 <rect key="frame" x="0.0" y="50" width="50" height="50"/>
                                                 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                                 <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
@@ -797,7 +797,7 @@
                                                                 </userDefinedRuntimeAttribute>
                                                             </userDefinedRuntimeAttributes>
                                                         </imageView>
-                                                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gall_chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="P8T-Tu-dyy" customClass="CheckImageButton" customModule="cnuh_dev" customModuleProvider="target">
+                                                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gall_chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="P8T-Tu-dyy" customClass="CheckImageButton" customModule="CNUH_EMR" customModuleProvider="target">
                                                             <rect key="frame" x="27" y="3" width="20" height="20"/>
                                                             <constraints>
                                                                 <constraint firstAttribute="width" constant="20" id="6tc-XR-7Ca"/>
@@ -825,7 +825,7 @@
                                                 </connections>
                                             </collectionViewCell>
                                         </cells>
-                                        <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="PhotoCollectionViewReusableView" id="HKO-B6-YDQ" customClass="PhotoCollectionViewReusableView" customModule="cnuh_dev" customModuleProvider="target">
+                                        <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="PhotoCollectionViewReusableView" id="HKO-B6-YDQ" customClass="PhotoCollectionViewReusableView" customModule="CNUH_EMR" customModuleProvider="target">
                                             <rect key="frame" x="0.0" y="0.0" width="398" height="50"/>
                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                             <subviews>
@@ -856,7 +856,7 @@
                                                     <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="29Q-a9-R1k">
                                                         <rect key="frame" x="0.0" y="0.0" width="207" height="40"/>
                                                         <subviews>
-                                                            <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="xQ4-Tv-FEb" customClass="CheckImageButton" customModule="cnuh_dev" customModuleProvider="target">
+                                                            <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="xQ4-Tv-FEb" customClass="CheckImageButton" customModule="CNUH_EMR" customModuleProvider="target">
                                                                 <rect key="frame" x="61" y="12.5" width="15" height="15"/>
                                                                 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                                                 <constraints>
@@ -887,7 +887,7 @@
                                                     <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GvB-Pr-Nvx">
                                                         <rect key="frame" x="207" y="0.0" width="207" height="40"/>
                                                         <subviews>
-                                                            <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="vZ9-I9-ilh" customClass="CheckImageButton" customModule="cnuh_dev" customModuleProvider="target">
+                                                            <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="vZ9-I9-ilh" customClass="CheckImageButton" customModule="CNUH_EMR" customModuleProvider="target">
                                                                 <rect key="frame" x="61" y="12.5" width="15" height="15"/>
                                                                 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                                                 <constraints>
@@ -1032,7 +1032,7 @@
         <!--Photo Detail View Controller-->
         <scene sceneID="aGf-vD-VaZ">
             <objects>
-                <viewController storyboardIdentifier="PhotoDetailViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="SMs-20-Sgw" customClass="PhotoDetailViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="PhotoDetailViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="SMs-20-Sgw" customClass="PhotoDetailViewController" customModule="CNUH_EMR" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="ffa-hW-lBj">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -1041,7 +1041,7 @@
                                 <rect key="frame" x="0.0" y="44" width="414" height="48"/>
                                 <subviews>
                                     <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">
-                                        <rect key="frame" x="149.5" y="13" width="115.5" height="22.5"/>
+                                        <rect key="frame" x="146.5" y="13.5" width="121.5" height="21"/>
                                         <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="19"/>
                                         <nil key="textColor"/>
                                         <nil key="highlightedColor"/>
@@ -1080,7 +1080,7 @@
                                         <rect key="frame" x="0.0" y="0.0" width="132.5" height="111"/>
                                         <subviews>
                                             <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">
-                                                <rect key="frame" x="43" y="17" width="47" height="21"/>
+                                                <rect key="frame" x="41.5" y="17" width="49.5" height="20"/>
                                                 <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                                 <nil key="textColor"/>
                                                 <nil key="highlightedColor"/>
@@ -1123,7 +1123,7 @@
                                         <rect key="frame" x="132.5" y="0.0" width="133" height="111"/>
                                         <subviews>
                                             <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">
-                                                <rect key="frame" x="25.5" y="17" width="82" height="21"/>
+                                                <rect key="frame" x="22" y="17" width="89" height="20"/>
                                                 <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                                 <nil key="textColor"/>
                                                 <nil key="highlightedColor"/>
@@ -1168,7 +1168,7 @@
                                         <rect key="frame" x="265.5" y="0.0" width="132.5" height="111"/>
                                         <subviews>
                                             <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">
-                                                <rect key="frame" x="40" y="17" width="52" height="21"/>
+                                                <rect key="frame" x="39" y="17" width="54.5" height="20"/>
                                                 <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                                 <nil key="textColor"/>
                                                 <nil key="highlightedColor"/>
@@ -1314,12 +1314,12 @@
         <!--Web View Controller-->
         <scene sceneID="iTK-sH-9d9">
             <objects>
-                <viewController storyboardIdentifier="WebViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="ySz-mN-COb" customClass="WebViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="WebViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="ySz-mN-COb" customClass="WebViewController" customModule="CNUH_EMR" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="FvJ-I3-Lal">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                         <subviews>
-                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="i01-15-nXY" customClass="StoryBoardableWKWebView" customModule="cnuh_dev" customModuleProvider="target">
+                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="i01-15-nXY" customClass="StoryBoardableWKWebView" customModule="CNUH_EMR" customModuleProvider="target">
                                 <rect key="frame" x="0.0" y="44" width="414" height="818"/>
                             </view>
                         </subviews>
@@ -1346,7 +1346,7 @@
         <!--Barcode View Controller-->
         <scene sceneID="imo-ig-Kdc">
             <objects>
-                <viewController storyboardIdentifier="BarcodeViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="hXX-kq-ut8" customClass="BarcodeViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="BarcodeViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="hXX-kq-ut8" customClass="BarcodeViewController" customModule="CNUH_EMR" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="5qx-dD-4na">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -1355,7 +1355,7 @@
                                 <rect key="frame" x="0.0" y="44" width="414" height="48"/>
                                 <subviews>
                                     <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">
-                                        <rect key="frame" x="190.5" y="13" width="33" height="22.5"/>
+                                        <rect key="frame" x="189.5" y="13.5" width="35" height="21"/>
                                         <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="19"/>
                                         <nil key="textColor"/>
                                         <nil key="highlightedColor"/>

+ 141 - 0
MCPlus/CustomFiles/dcmc/Info.plist

@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDisplayName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>$(MARKETING_VERSION)</string>
+	<key>CFBundleURLTypes</key>
+	<array>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLName</key>
+			<string>com.dbs.mplus.severance</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>severance_dev_mcp</string>
+			</array>
+		</dict>
+	</array>
+	<key>CFBundleVersion</key>
+	<string>$(CURRENT_PROJECT_VERSION)</string>
+	<key>DomainName</key>
+	<string>https://app.hyumc.com/</string>
+	<key>Fabric</key>
+	<dict>
+		<key>APIKey</key>
+		<string>cc177777a841e12a043cbf1aa706071f8569ae23</string>
+		<key>Kits</key>
+		<array>
+			<dict>
+				<key>KitInfo</key>
+				<dict/>
+				<key>KitName</key>
+				<string>Crashlytics</string>
+			</dict>
+		</array>
+	</dict>
+	<key>LSApplicationQueriesSchemes</key>
+	<array>
+		<string>igxp</string>
+		<string>kims-eformulary</string>
+	</array>
+	<key>LSRequiresIPhoneOS</key>
+	<true/>
+	<key>LockScreenUse</key>
+	<true/>
+	<key>NFCReaderUsageDescription</key>
+	<string>NFC 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
+		<key>NSAllowsArbitraryLoadsInWebContent</key>
+		<true/>
+	</dict>
+	<key>NSAppleEventsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSAppleMusicUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSBluetoothPeripheralUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSCalendarsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSCameraUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSContactsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSFaceIDUsageDescription</key>
+	<string>페이스언락을 위하여 권한이 필요합니다</string>
+	<key>NSHealthClinicalHealthRecordsShareUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHealthShareUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHealthUpdateUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHomeKitUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationAlwaysUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationWhenInUseUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSMicrophoneUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSMotionUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSPhotoLibraryAddUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSPhotoLibraryUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSRemindersUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSiriUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSpeechRecognitionUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSystemAdministrationUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSVideoSubscriberAccountUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>PACS_APP_SERVER_URL</key>
+	<string>http://166.104.96.113:443/xwado</string>
+	<key>TargetName</key>
+	<string>$(TARGET_NAME)</string>
+	<key>UIFileSharingEnabled</key>
+	<true/>
+	<key>UIMainStoryboardFile</key>
+	<string>Main</string>
+	<key>UIRequiredDeviceCapabilities</key>
+	<array>
+		<string>armv7</string>
+	</array>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+	</array>
+	<key>UIUserInterfaceStyle</key>
+	<string>light</string>
+	<key>UIViewControllerBasedStatusBarAppearance</key>
+	<false/>
+	<key>View controller-based status bar appearance</key>
+	<false/>
+	<key>kTCCServiceMediaLibrary</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+</dict>
+</plist>

+ 141 - 0
MCPlus/CustomFiles/dcmc/Info_dev.plist

@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDisplayName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>$(MARKETING_VERSION)</string>
+	<key>CFBundleURLTypes</key>
+	<array>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLName</key>
+			<string>com.dbs.mplus.severance</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>severance_dev_mcp</string>
+			</array>
+		</dict>
+	</array>
+	<key>CFBundleVersion</key>
+	<string>$(CURRENT_PROJECT_VERSION)</string>
+	<key>DomainName</key>
+	<string>https://app.hyumc.com/</string>
+	<key>Fabric</key>
+	<dict>
+		<key>APIKey</key>
+		<string>cc177777a841e12a043cbf1aa706071f8569ae23</string>
+		<key>Kits</key>
+		<array>
+			<dict>
+				<key>KitInfo</key>
+				<dict/>
+				<key>KitName</key>
+				<string>Crashlytics</string>
+			</dict>
+		</array>
+	</dict>
+	<key>LSApplicationQueriesSchemes</key>
+	<array>
+		<string>igxp</string>
+		<string>kims-eformulary</string>
+	</array>
+	<key>LSRequiresIPhoneOS</key>
+	<true/>
+	<key>LockScreenUse</key>
+	<true/>
+	<key>NFCReaderUsageDescription</key>
+	<string>NFC 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
+		<key>NSAllowsArbitraryLoadsInWebContent</key>
+		<true/>
+	</dict>
+	<key>NSAppleEventsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSAppleMusicUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSBluetoothPeripheralUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSCalendarsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSCameraUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSContactsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSFaceIDUsageDescription</key>
+	<string>페이스언락을 위하여 권한이 필요합니다</string>
+	<key>NSHealthClinicalHealthRecordsShareUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHealthShareUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHealthUpdateUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHomeKitUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationAlwaysUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationWhenInUseUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSMicrophoneUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSMotionUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSPhotoLibraryAddUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSPhotoLibraryUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSRemindersUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSiriUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSpeechRecognitionUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSystemAdministrationUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSVideoSubscriberAccountUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>PACS_APP_SERVER_URL</key>
+	<string>http://166.104.96.113:443/xwado</string>
+	<key>TargetName</key>
+	<string>$(TARGET_NAME)</string>
+	<key>UIFileSharingEnabled</key>
+	<true/>
+	<key>UIMainStoryboardFile</key>
+	<string>Main</string>
+	<key>UIRequiredDeviceCapabilities</key>
+	<array>
+		<string>armv7</string>
+	</array>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+	</array>
+	<key>UIUserInterfaceStyle</key>
+	<string>light</string>
+	<key>UIViewControllerBasedStatusBarAppearance</key>
+	<false/>
+	<key>View controller-based status bar appearance</key>
+	<false/>
+	<key>kTCCServiceMediaLibrary</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+</dict>
+</plist>

+ 19 - 0
MCPlus/CustomFiles/dcmc/MCarePlusConstants-dev.swift

@@ -0,0 +1,19 @@
+//
+//  MCarePlusConstants-devSwift.swift
+//  MCPlus_lemon
+//
+//  Created by seo ha on 13/02/2019.
+//  Copyright © 2019 KangSH. All rights reserved.
+//
+
+import Foundation
+
+@objcMembers
+class MCarePlusConstants:NSObject, MCarePlusConstantsProtocol {
+    static var MCARE_ALERT_TITLE_ICON = "iconImage-dcmc"
+   
+    static var DOMAIN_NAME = "https://mcare.dcmc.co.kr/"
+    
+    static var CERT_TYPE = "InHouse"
+    static var APP_NAME = "mcare-plus-dev"
+}

+ 19 - 0
MCPlus/CustomFiles/dcmc/MCarePlusConstants.swift

@@ -0,0 +1,19 @@
+//
+//  MCarePlusConstantsSwift.swift
+//  MCPlus
+//
+//  Created by seo ha on 13/02/2019.
+//  Copyright © 2019 KangSH. All rights reserved.
+//
+
+import Foundation
+
+@objcMembers
+class MCarePlusConstants:NSObject, MCarePlusConstantsProtocol {
+    static var MCARE_ALERT_TITLE_ICON = "iconImage-dcmc"
+
+    static var DOMAIN_NAME = "https://mcare.dcmc.co.kr/"
+
+    static var CERT_TYPE = "InHouse"
+    static var APP_NAME = "mcare-plus"
+}

+ 21 - 0
MCPlus/Images.xcassets/iconImage-dsmc.imageset/Contents.json

@@ -0,0 +1,21 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "filename" : "Icon-App-60x60@3x.png",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
MCPlus/Images.xcassets/iconImage-dsmc.imageset/Icon-App-60x60@3x.png


+ 2 - 2
MCPlus/ViewControllers/WebViewController.swift

@@ -160,7 +160,7 @@ extension WebViewController{
     
     func lockscreen(){
         let lockOptionVC = LockOptionViewViewController()
-        
+        lockOptionVC.modalPresentationStyle = .fullScreen
         self.present(lockOptionVC, animated: true, completion: nil)
     }
     
@@ -321,7 +321,7 @@ extension WebViewController{
         if let url = queryStringDictionary["url"] as? String{
             VC.url = url
         }
-        
+        VC.modalPresentationStyle = .fullScreen
         self.present(VC, animated: true, completion: nil)
         
     }

+ 3 - 3
Podfile.lock

@@ -21,7 +21,7 @@ DEPENDENCIES:
   - ZBarSDK
 
 SPEC REPOS:
-  https://github.com/CocoaPods/Specs.git:
+  trunk:
     - Alamofire
     - Crashlytics
     - Fabric
@@ -41,6 +41,6 @@ SPEC CHECKSUMS:
   RNCryptor: c93d19029dcf7ff160aca0f24d6c9e7b0d82f664
   ZBarSDK: 4c1b5daeb7d6cc67dc9355e690af0230a661f6ec
 
-PODFILE CHECKSUM: 19c79eeabdad488c1a55b39c2ccd41438003aae9
+PODFILE CHECKSUM: d32fd232f4f8fcf7daeac63de7b7abde5d2815cf
 
-COCOAPODS: 1.8.3
+COCOAPODS: 1.8.4

+ 11 - 0
podfile

@@ -72,6 +72,17 @@ target 'cnuh_dev' do
   
 end
 
+target 'dcmc_dev' do
+  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
+  use_frameworks!
+  all_pods
+end
+target 'dcmc_inhouse' do
+  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
+  use_frameworks!
+  all_pods
+end
+
 target 'cnuh_inhouse' do
   # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
   use_frameworks!