|
@@ -11,10 +11,11 @@
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="46px"
|
|
android:layout_height="46px"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
|
|
+ android:layout_marginRight="10px"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
android:layout_marginBottom="6px"
|
|
android:layout_marginBottom="6px"
|
|
- android:background="#ffffff">
|
|
|
|
|
|
+ android:background="#F3F9FE">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/call_the_voice_tv"
|
|
android:id="@+id/call_the_voice_tv"
|
|
@@ -50,15 +51,15 @@
|
|
android:layout_above="@id/call_the_voice_linlyout">
|
|
android:layout_above="@id/call_the_voice_linlyout">
|
|
|
|
|
|
<RadioGroup
|
|
<RadioGroup
|
|
|
|
+ android:id="@+id/group_custom_info"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40px"
|
|
android:layout_height="40px"
|
|
android:layout_marginTop="10px"
|
|
android:layout_marginTop="10px"
|
|
android:background="#ffffff"
|
|
android:background="#ffffff"
|
|
- android:orientation="horizontal"
|
|
|
|
- android:visibility="gone">
|
|
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<RadioButton
|
|
<RadioButton
|
|
- android:id="@+id/basic_information_radiob"
|
|
|
|
|
|
+ android:id="@+id/basic_radio"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
@@ -67,11 +68,12 @@
|
|
android:drawableBottom="@drawable/selt_call_records_icon"
|
|
android:drawableBottom="@drawable/selt_call_records_icon"
|
|
android:drawablePadding="1px"
|
|
android:drawablePadding="1px"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
|
+ android:textColor="@drawable/selt_call_records_text"
|
|
android:text="基础信息"
|
|
android:text="基础信息"
|
|
android:textSize="14px" />
|
|
android:textSize="14px" />
|
|
|
|
|
|
<RadioButton
|
|
<RadioButton
|
|
- android:id="@+id/family_member_radiobw"
|
|
|
|
|
|
+ android:id="@+id/fee_radio"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
@@ -79,11 +81,12 @@
|
|
android:drawableBottom="@drawable/selt_call_records_icon"
|
|
android:drawableBottom="@drawable/selt_call_records_icon"
|
|
android:drawablePadding="1px"
|
|
android:drawablePadding="1px"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:text="家庭成员"
|
|
|
|
|
|
+ android:textColor="@drawable/selt_call_records_text"
|
|
|
|
+ android:text="费用"
|
|
android:textSize="14px" />
|
|
android:textSize="14px" />
|
|
|
|
|
|
<RadioButton
|
|
<RadioButton
|
|
- android:id="@+id/interaction_radiobw"
|
|
|
|
|
|
+ android:id="@+id/exam_radio"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
@@ -91,15 +94,15 @@
|
|
android:drawableBottom="@drawable/selt_call_records_icon"
|
|
android:drawableBottom="@drawable/selt_call_records_icon"
|
|
android:drawablePadding="1px"
|
|
android:drawablePadding="1px"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:text="交互"
|
|
|
|
|
|
+ android:textColor="@drawable/selt_call_records_text"
|
|
|
|
+ android:text="检验"
|
|
android:textSize="14px" />
|
|
android:textSize="14px" />
|
|
-
|
|
|
|
-
|
|
|
|
</RadioGroup>
|
|
</RadioGroup>
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
|
+ android:id="@+id/rl_basic_info"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="168px"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:layout_marginTop="6px"
|
|
android:layout_marginTop="6px"
|
|
android:background="#ffffff">
|
|
android:background="#ffffff">
|
|
|
|
|
|
@@ -126,16 +129,8 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="8px"
|
|
android:layout_marginLeft="8px"
|
|
android:text="---"
|
|
android:text="---"
|
|
- android:textSize="16px" />
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/age_tv"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="8px"
|
|
|
|
- android:layout_toRightOf="@+id/name_tv"
|
|
|
|
- android:textColor="#B4B4B4"
|
|
|
|
- android:textSize="12px" />
|
|
|
|
|
|
+ android:textSize="16px"
|
|
|
|
+ android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/roomNumber"
|
|
android:id="@+id/roomNumber"
|
|
@@ -143,7 +138,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
android:text="--"
|
|
android:text="--"
|
|
- android:textColor="#F78B8F"
|
|
|
|
|
|
+ android:textColor="#2F9DF1"
|
|
android:textSize="16px" />
|
|
android:textSize="16px" />
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
@@ -163,15 +158,14 @@
|
|
android:layout_gravity="center_vertical" />
|
|
android:layout_gravity="center_vertical" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/baby_name_tv"
|
|
|
|
|
|
+ android:id="@+id/age_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="8px"
|
|
android:layout_marginLeft="8px"
|
|
- android:layout_toRightOf="@+id/name_tv"
|
|
|
|
android:text="--"
|
|
android:text="--"
|
|
android:textColor="#B4B4B4"
|
|
android:textColor="#B4B4B4"
|
|
- android:textSize="12px"
|
|
|
|
- android:visibility="invisible"/>
|
|
|
|
|
|
+ android:textSize="12px" />
|
|
|
|
+
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
@@ -187,7 +181,8 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="8px"
|
|
android:layout_marginLeft="8px"
|
|
android:text="入住日期:"
|
|
android:text="入住日期:"
|
|
- android:textSize="14px" />
|
|
|
|
|
|
+ android:textSize="14px"
|
|
|
|
+ android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/time_tv"
|
|
android:id="@+id/time_tv"
|
|
@@ -202,19 +197,21 @@
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
|
+ android:id="@+id/phone_relalyout"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
android:layout_marginRight="10px"
|
|
android:layout_marginRight="10px"
|
|
android:layout_below="@+id/time_relalyout"
|
|
android:layout_below="@+id/time_relalyout"
|
|
- android:layout_marginTop="14px">
|
|
|
|
|
|
+ android:layout_marginTop="8dp">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="8px"
|
|
android:layout_marginLeft="8px"
|
|
android:text="手机号:"
|
|
android:text="手机号:"
|
|
- android:textSize="14px" />
|
|
|
|
|
|
+ android:textSize="14px"
|
|
|
|
+ android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
@@ -230,22 +227,185 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginLeft="8px"
|
|
android:layout_marginLeft="8px"
|
|
- android:text="暂无"
|
|
|
|
|
|
+ android:text="无"
|
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
|
+ android:textSize="14px" />
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:id="@+id/doctor_duty_relalyout"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginRight="10px"
|
|
|
|
+ android:layout_below="@+id/phone_relalyout"
|
|
|
|
+ android:layout_marginTop="8dp">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginLeft="8px"
|
|
|
|
+ android:text="责任医生:"
|
|
|
|
+ android:textSize="14px"
|
|
|
|
+ android:textColor="#0D0D0D"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_doctor_name"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
|
+ android:layout_marginLeft="8px"
|
|
|
|
+ android:text="----"
|
|
android:textColor="#B4B4B4"
|
|
android:textColor="#B4B4B4"
|
|
android:textSize="14px" />
|
|
android:textSize="14px" />
|
|
|
|
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:id="@+id/nurse_duty_relalyout"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginRight="10px"
|
|
|
|
+ android:layout_below="@+id/doctor_duty_relalyout"
|
|
|
|
+ android:layout_marginTop="8dp">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginLeft="8px"
|
|
|
|
+ android:text="责任护士:"
|
|
|
|
+ android:textSize="14px"
|
|
|
|
+ android:textColor="#0D0D0D"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_nurse_name"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
|
+ android:layout_marginLeft="8px"
|
|
|
|
+ android:text="----"
|
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
|
+ android:textSize="14px" />
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:id="@+id/nurse_config_relalyout"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginRight="10px"
|
|
|
|
+ android:layout_below="@+id/nurse_duty_relalyout"
|
|
|
|
+ android:layout_marginTop="8dp">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginLeft="8px"
|
|
|
|
+ android:text="护理项:"
|
|
|
|
+ android:textSize="14px"
|
|
|
|
+ android:textColor="#0D0D0D"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_nurse_config"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
|
+ android:layout_marginLeft="8px"
|
|
|
|
+ android:text="----"
|
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
|
+ android:textSize="14px" />
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/advice_layout"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginRight="10px"
|
|
|
|
+ android:layout_below="@+id/nurse_config_relalyout"
|
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
|
+ android:paddingTop="4dp"
|
|
|
|
+ android:background="#F3F9FE"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginLeft="8px"
|
|
|
|
+ android:text="医嘱:"
|
|
|
|
+ android:textSize="14px"
|
|
|
|
+ android:textColor="#0D0D0D"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_advice_info"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="60dp"
|
|
|
|
+ android:layout_marginLeft="8px"
|
|
|
|
+ android:scrollbars="vertical"
|
|
|
|
+ android:fadeScrollbars="true"
|
|
|
|
+ android:text="----"
|
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
|
+ android:textSize="14px" />
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/illness_layout"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginRight="10px"
|
|
|
|
+ android:layout_below="@+id/advice_layout"
|
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
|
+ android:paddingTop="4dp"
|
|
|
|
+ android:background="#F3F9FE"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginLeft="8px"
|
|
|
|
+ android:text="病情描述:"
|
|
|
|
+ android:textSize="14px"
|
|
|
|
+ android:textColor="#0D0D0D"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_illness_info"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="60dp"
|
|
|
|
+ android:layout_marginLeft="8px"
|
|
|
|
+ android:scrollbars="vertical"
|
|
|
|
+ android:fadeScrollbars="true"
|
|
|
|
+ android:text="----"
|
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
|
+ android:textSize="14px" />
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
|
- android:id="@+id/right_remark_recyv"
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/ll_fee_config"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:background="#EAF2F9">
|
|
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
- </android.support.v7.widget.RecyclerView>
|
|
|
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
|
+ android:id="@+id/rv_fee_config"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent" />
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/ll_exam_config"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:visibility="gone">
|
|
|
|
+
|
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
|
+ android:id="@+id/rv_exam_config"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent" />
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|