|
@@ -0,0 +1,1590 @@
|
|
|
+// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
+// source: taihe_register.proto
|
|
|
+
|
|
|
+package com.ywt.gapi.taihe.register;
|
|
|
+
|
|
|
+/**
|
|
|
+ * Protobuf type {@code com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest}
|
|
|
+ */
|
|
|
+public final class RegisterCheckInMessageRequest extends
|
|
|
+ com.google.protobuf.GeneratedMessageV3 implements
|
|
|
+ // @@protoc_insertion_point(message_implements:com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest)
|
|
|
+ RegisterCheckInMessageRequestOrBuilder {
|
|
|
+private static final long serialVersionUID = 0L;
|
|
|
+ // Use RegisterCheckInMessageRequest.newBuilder() to construct.
|
|
|
+ private RegisterCheckInMessageRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
+ super(builder);
|
|
|
+ }
|
|
|
+ private RegisterCheckInMessageRequest() {
|
|
|
+ cardNo_ = "";
|
|
|
+ areaCode_ = "";
|
|
|
+ patName_ = "";
|
|
|
+ queueNo_ = "";
|
|
|
+ admArriveDate_ = "";
|
|
|
+ userId_ = 0;
|
|
|
+ hospitalId_ = 0;
|
|
|
+ admBoroughDesc_ = "";
|
|
|
+ admLoc_ = "";
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public final com.google.protobuf.UnknownFieldSet
|
|
|
+ getUnknownFields() {
|
|
|
+ return this.unknownFields;
|
|
|
+ }
|
|
|
+ private RegisterCheckInMessageRequest(
|
|
|
+ com.google.protobuf.CodedInputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ this();
|
|
|
+ if (extensionRegistry == null) {
|
|
|
+ throw new java.lang.NullPointerException();
|
|
|
+ }
|
|
|
+ int mutable_bitField0_ = 0;
|
|
|
+ com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
|
+ com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
|
+ try {
|
|
|
+ boolean done = false;
|
|
|
+ while (!done) {
|
|
|
+ int tag = input.readTag();
|
|
|
+ switch (tag) {
|
|
|
+ case 0:
|
|
|
+ done = true;
|
|
|
+ break;
|
|
|
+ default: {
|
|
|
+ if (!parseUnknownFieldProto3(
|
|
|
+ input, unknownFields, extensionRegistry, tag)) {
|
|
|
+ done = true;
|
|
|
+ }
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 10: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ cardNo_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 18: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ areaCode_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 26: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ patName_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 34: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ queueNo_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 42: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ admArriveDate_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 48: {
|
|
|
+
|
|
|
+ userId_ = input.readInt32();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 56: {
|
|
|
+
|
|
|
+ hospitalId_ = input.readInt32();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 66: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ admBoroughDesc_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 74: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ admLoc_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
+ throw e.setUnfinishedMessage(this);
|
|
|
+ } catch (java.io.IOException e) {
|
|
|
+ throw new com.google.protobuf.InvalidProtocolBufferException(
|
|
|
+ e).setUnfinishedMessage(this);
|
|
|
+ } finally {
|
|
|
+ this.unknownFields = unknownFields.build();
|
|
|
+ makeExtensionsImmutable();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
+ getDescriptor() {
|
|
|
+ return com.ywt.gapi.taihe.register.TaiheRegister.internal_static_com_ywt_gapi_taihe_register_RegisterCheckInMessageRequest_descriptor;
|
|
|
+ }
|
|
|
+
|
|
|
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
+ internalGetFieldAccessorTable() {
|
|
|
+ return com.ywt.gapi.taihe.register.TaiheRegister.internal_static_com_ywt_gapi_taihe_register_RegisterCheckInMessageRequest_fieldAccessorTable
|
|
|
+ .ensureFieldAccessorsInitialized(
|
|
|
+ com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest.class, com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest.Builder.class);
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int CARDNO_FIELD_NUMBER = 1;
|
|
|
+ private volatile java.lang.Object cardNo_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *卡号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string cardNo = 1;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getCardNo() {
|
|
|
+ java.lang.Object ref = cardNo_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ } else {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ cardNo_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *卡号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string cardNo = 1;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getCardNoBytes() {
|
|
|
+ java.lang.Object ref = cardNo_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ cardNo_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int AREACODE_FIELD_NUMBER = 2;
|
|
|
+ private volatile java.lang.Object areaCode_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报到区域代码,由东华URL里获取
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string areaCode = 2;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getAreaCode() {
|
|
|
+ java.lang.Object ref = areaCode_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ } else {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ areaCode_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报到区域代码,由东华URL里获取
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string areaCode = 2;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getAreaCodeBytes() {
|
|
|
+ java.lang.Object ref = areaCode_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ areaCode_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int PATNAME_FIELD_NUMBER = 3;
|
|
|
+ private volatile java.lang.Object patName_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *患者姓名
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string patName = 3;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getPatName() {
|
|
|
+ java.lang.Object ref = patName_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ } else {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ patName_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *患者姓名
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string patName = 3;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getPatNameBytes() {
|
|
|
+ java.lang.Object ref = patName_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ patName_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int QUEUENO_FIELD_NUMBER = 4;
|
|
|
+ private volatile java.lang.Object queueNo_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *排队号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string queueNo = 4;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getQueueNo() {
|
|
|
+ java.lang.Object ref = queueNo_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ } else {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ queueNo_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *排队号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string queueNo = 4;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getQueueNoBytes() {
|
|
|
+ java.lang.Object ref = queueNo_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ queueNo_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int ADMARRIVEDATE_FIELD_NUMBER = 5;
|
|
|
+ private volatile java.lang.Object admArriveDate_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报道时间
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admArriveDate = 5;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getAdmArriveDate() {
|
|
|
+ java.lang.Object ref = admArriveDate_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ } else {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ admArriveDate_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报道时间
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admArriveDate = 5;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getAdmArriveDateBytes() {
|
|
|
+ java.lang.Object ref = admArriveDate_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ admArriveDate_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int USERID_FIELD_NUMBER = 6;
|
|
|
+ private int userId_;
|
|
|
+ /**
|
|
|
+ * <code>int32 userId = 6;</code>
|
|
|
+ */
|
|
|
+ public int getUserId() {
|
|
|
+ return userId_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int HOSPITALID_FIELD_NUMBER = 7;
|
|
|
+ private int hospitalId_;
|
|
|
+ /**
|
|
|
+ * <code>int32 hospitalId = 7;</code>
|
|
|
+ */
|
|
|
+ public int getHospitalId() {
|
|
|
+ return hospitalId_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int ADMBOROUGHDESC_FIELD_NUMBER = 8;
|
|
|
+ private volatile java.lang.Object admBoroughDesc_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊区
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admBoroughDesc = 8;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getAdmBoroughDesc() {
|
|
|
+ java.lang.Object ref = admBoroughDesc_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ } else {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ admBoroughDesc_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊区
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admBoroughDesc = 8;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getAdmBoroughDescBytes() {
|
|
|
+ java.lang.Object ref = admBoroughDesc_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ admBoroughDesc_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int ADMLOC_FIELD_NUMBER = 9;
|
|
|
+ private volatile java.lang.Object admLoc_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊科室
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admLoc = 9;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getAdmLoc() {
|
|
|
+ java.lang.Object ref = admLoc_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ } else {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ admLoc_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊科室
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admLoc = 9;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getAdmLocBytes() {
|
|
|
+ java.lang.Object ref = admLoc_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ admLoc_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ private byte memoizedIsInitialized = -1;
|
|
|
+ public final boolean isInitialized() {
|
|
|
+ byte isInitialized = memoizedIsInitialized;
|
|
|
+ if (isInitialized == 1) return true;
|
|
|
+ if (isInitialized == 0) return false;
|
|
|
+
|
|
|
+ memoizedIsInitialized = 1;
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
|
+ throws java.io.IOException {
|
|
|
+ if (!getCardNoBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 1, cardNo_);
|
|
|
+ }
|
|
|
+ if (!getAreaCodeBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 2, areaCode_);
|
|
|
+ }
|
|
|
+ if (!getPatNameBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 3, patName_);
|
|
|
+ }
|
|
|
+ if (!getQueueNoBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 4, queueNo_);
|
|
|
+ }
|
|
|
+ if (!getAdmArriveDateBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 5, admArriveDate_);
|
|
|
+ }
|
|
|
+ if (userId_ != 0) {
|
|
|
+ output.writeInt32(6, userId_);
|
|
|
+ }
|
|
|
+ if (hospitalId_ != 0) {
|
|
|
+ output.writeInt32(7, hospitalId_);
|
|
|
+ }
|
|
|
+ if (!getAdmBoroughDescBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 8, admBoroughDesc_);
|
|
|
+ }
|
|
|
+ if (!getAdmLocBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 9, admLoc_);
|
|
|
+ }
|
|
|
+ unknownFields.writeTo(output);
|
|
|
+ }
|
|
|
+
|
|
|
+ public int getSerializedSize() {
|
|
|
+ int size = memoizedSize;
|
|
|
+ if (size != -1) return size;
|
|
|
+
|
|
|
+ size = 0;
|
|
|
+ if (!getCardNoBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, cardNo_);
|
|
|
+ }
|
|
|
+ if (!getAreaCodeBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, areaCode_);
|
|
|
+ }
|
|
|
+ if (!getPatNameBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, patName_);
|
|
|
+ }
|
|
|
+ if (!getQueueNoBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, queueNo_);
|
|
|
+ }
|
|
|
+ if (!getAdmArriveDateBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, admArriveDate_);
|
|
|
+ }
|
|
|
+ if (userId_ != 0) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt32Size(6, userId_);
|
|
|
+ }
|
|
|
+ if (hospitalId_ != 0) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt32Size(7, hospitalId_);
|
|
|
+ }
|
|
|
+ if (!getAdmBoroughDescBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, admBoroughDesc_);
|
|
|
+ }
|
|
|
+ if (!getAdmLocBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, admLoc_);
|
|
|
+ }
|
|
|
+ size += unknownFields.getSerializedSize();
|
|
|
+ memoizedSize = size;
|
|
|
+ return size;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean equals(final java.lang.Object obj) {
|
|
|
+ if (obj == this) {
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+ if (!(obj instanceof com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest)) {
|
|
|
+ return super.equals(obj);
|
|
|
+ }
|
|
|
+ com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest other = (com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest) obj;
|
|
|
+
|
|
|
+ boolean result = true;
|
|
|
+ result = result && getCardNo()
|
|
|
+ .equals(other.getCardNo());
|
|
|
+ result = result && getAreaCode()
|
|
|
+ .equals(other.getAreaCode());
|
|
|
+ result = result && getPatName()
|
|
|
+ .equals(other.getPatName());
|
|
|
+ result = result && getQueueNo()
|
|
|
+ .equals(other.getQueueNo());
|
|
|
+ result = result && getAdmArriveDate()
|
|
|
+ .equals(other.getAdmArriveDate());
|
|
|
+ result = result && (getUserId()
|
|
|
+ == other.getUserId());
|
|
|
+ result = result && (getHospitalId()
|
|
|
+ == other.getHospitalId());
|
|
|
+ result = result && getAdmBoroughDesc()
|
|
|
+ .equals(other.getAdmBoroughDesc());
|
|
|
+ result = result && getAdmLoc()
|
|
|
+ .equals(other.getAdmLoc());
|
|
|
+ result = result && unknownFields.equals(other.unknownFields);
|
|
|
+ return result;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public int hashCode() {
|
|
|
+ if (memoizedHashCode != 0) {
|
|
|
+ return memoizedHashCode;
|
|
|
+ }
|
|
|
+ int hash = 41;
|
|
|
+ hash = (19 * hash) + getDescriptor().hashCode();
|
|
|
+ hash = (37 * hash) + CARDNO_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getCardNo().hashCode();
|
|
|
+ hash = (37 * hash) + AREACODE_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getAreaCode().hashCode();
|
|
|
+ hash = (37 * hash) + PATNAME_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getPatName().hashCode();
|
|
|
+ hash = (37 * hash) + QUEUENO_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getQueueNo().hashCode();
|
|
|
+ hash = (37 * hash) + ADMARRIVEDATE_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getAdmArriveDate().hashCode();
|
|
|
+ hash = (37 * hash) + USERID_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getUserId();
|
|
|
+ hash = (37 * hash) + HOSPITALID_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getHospitalId();
|
|
|
+ hash = (37 * hash) + ADMBOROUGHDESC_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getAdmBoroughDesc().hashCode();
|
|
|
+ hash = (37 * hash) + ADMLOC_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getAdmLoc().hashCode();
|
|
|
+ hash = (29 * hash) + unknownFields.hashCode();
|
|
|
+ memoizedHashCode = hash;
|
|
|
+ return hash;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parseFrom(
|
|
|
+ java.nio.ByteBuffer data)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data);
|
|
|
+ }
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parseFrom(
|
|
|
+ java.nio.ByteBuffer data,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data, extensionRegistry);
|
|
|
+ }
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parseFrom(
|
|
|
+ com.google.protobuf.ByteString data)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data);
|
|
|
+ }
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parseFrom(
|
|
|
+ com.google.protobuf.ByteString data,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data, extensionRegistry);
|
|
|
+ }
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parseFrom(byte[] data)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data);
|
|
|
+ }
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parseFrom(
|
|
|
+ byte[] data,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data, extensionRegistry);
|
|
|
+ }
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parseFrom(java.io.InputStream input)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseWithIOException(PARSER, input);
|
|
|
+ }
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parseFrom(
|
|
|
+ java.io.InputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
+ }
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parseDelimitedFrom(java.io.InputStream input)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseDelimitedWithIOException(PARSER, input);
|
|
|
+ }
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parseDelimitedFrom(
|
|
|
+ java.io.InputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
|
+ }
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parseFrom(
|
|
|
+ com.google.protobuf.CodedInputStream input)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseWithIOException(PARSER, input);
|
|
|
+ }
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parseFrom(
|
|
|
+ com.google.protobuf.CodedInputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
+ }
|
|
|
+
|
|
|
+ public Builder newBuilderForType() { return newBuilder(); }
|
|
|
+ public static Builder newBuilder() {
|
|
|
+ return DEFAULT_INSTANCE.toBuilder();
|
|
|
+ }
|
|
|
+ public static Builder newBuilder(com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest prototype) {
|
|
|
+ return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
|
+ }
|
|
|
+ public Builder toBuilder() {
|
|
|
+ return this == DEFAULT_INSTANCE
|
|
|
+ ? new Builder() : new Builder().mergeFrom(this);
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ protected Builder newBuilderForType(
|
|
|
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
+ Builder builder = new Builder(parent);
|
|
|
+ return builder;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * Protobuf type {@code com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest}
|
|
|
+ */
|
|
|
+ public static final class Builder extends
|
|
|
+ com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
|
+ // @@protoc_insertion_point(builder_implements:com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest)
|
|
|
+ com.ywt.gapi.taihe.register.RegisterCheckInMessageRequestOrBuilder {
|
|
|
+ public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
+ getDescriptor() {
|
|
|
+ return com.ywt.gapi.taihe.register.TaiheRegister.internal_static_com_ywt_gapi_taihe_register_RegisterCheckInMessageRequest_descriptor;
|
|
|
+ }
|
|
|
+
|
|
|
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
+ internalGetFieldAccessorTable() {
|
|
|
+ return com.ywt.gapi.taihe.register.TaiheRegister.internal_static_com_ywt_gapi_taihe_register_RegisterCheckInMessageRequest_fieldAccessorTable
|
|
|
+ .ensureFieldAccessorsInitialized(
|
|
|
+ com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest.class, com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest.Builder.class);
|
|
|
+ }
|
|
|
+
|
|
|
+ // Construct using com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest.newBuilder()
|
|
|
+ private Builder() {
|
|
|
+ maybeForceBuilderInitialization();
|
|
|
+ }
|
|
|
+
|
|
|
+ private Builder(
|
|
|
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
+ super(parent);
|
|
|
+ maybeForceBuilderInitialization();
|
|
|
+ }
|
|
|
+ private void maybeForceBuilderInitialization() {
|
|
|
+ if (com.google.protobuf.GeneratedMessageV3
|
|
|
+ .alwaysUseFieldBuilders) {
|
|
|
+ }
|
|
|
+ }
|
|
|
+ public Builder clear() {
|
|
|
+ super.clear();
|
|
|
+ cardNo_ = "";
|
|
|
+
|
|
|
+ areaCode_ = "";
|
|
|
+
|
|
|
+ patName_ = "";
|
|
|
+
|
|
|
+ queueNo_ = "";
|
|
|
+
|
|
|
+ admArriveDate_ = "";
|
|
|
+
|
|
|
+ userId_ = 0;
|
|
|
+
|
|
|
+ hospitalId_ = 0;
|
|
|
+
|
|
|
+ admBoroughDesc_ = "";
|
|
|
+
|
|
|
+ admLoc_ = "";
|
|
|
+
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public com.google.protobuf.Descriptors.Descriptor
|
|
|
+ getDescriptorForType() {
|
|
|
+ return com.ywt.gapi.taihe.register.TaiheRegister.internal_static_com_ywt_gapi_taihe_register_RegisterCheckInMessageRequest_descriptor;
|
|
|
+ }
|
|
|
+
|
|
|
+ public com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest getDefaultInstanceForType() {
|
|
|
+ return com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest.getDefaultInstance();
|
|
|
+ }
|
|
|
+
|
|
|
+ public com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest build() {
|
|
|
+ com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest result = buildPartial();
|
|
|
+ if (!result.isInitialized()) {
|
|
|
+ throw newUninitializedMessageException(result);
|
|
|
+ }
|
|
|
+ return result;
|
|
|
+ }
|
|
|
+
|
|
|
+ public com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest buildPartial() {
|
|
|
+ com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest result = new com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest(this);
|
|
|
+ result.cardNo_ = cardNo_;
|
|
|
+ result.areaCode_ = areaCode_;
|
|
|
+ result.patName_ = patName_;
|
|
|
+ result.queueNo_ = queueNo_;
|
|
|
+ result.admArriveDate_ = admArriveDate_;
|
|
|
+ result.userId_ = userId_;
|
|
|
+ result.hospitalId_ = hospitalId_;
|
|
|
+ result.admBoroughDesc_ = admBoroughDesc_;
|
|
|
+ result.admLoc_ = admLoc_;
|
|
|
+ onBuilt();
|
|
|
+ return result;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Builder clone() {
|
|
|
+ return (Builder) super.clone();
|
|
|
+ }
|
|
|
+ public Builder setField(
|
|
|
+ com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
+ java.lang.Object value) {
|
|
|
+ return (Builder) super.setField(field, value);
|
|
|
+ }
|
|
|
+ public Builder clearField(
|
|
|
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
|
+ return (Builder) super.clearField(field);
|
|
|
+ }
|
|
|
+ public Builder clearOneof(
|
|
|
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
|
+ return (Builder) super.clearOneof(oneof);
|
|
|
+ }
|
|
|
+ public Builder setRepeatedField(
|
|
|
+ com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
+ int index, java.lang.Object value) {
|
|
|
+ return (Builder) super.setRepeatedField(field, index, value);
|
|
|
+ }
|
|
|
+ public Builder addRepeatedField(
|
|
|
+ com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
+ java.lang.Object value) {
|
|
|
+ return (Builder) super.addRepeatedField(field, value);
|
|
|
+ }
|
|
|
+ public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
|
+ if (other instanceof com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest) {
|
|
|
+ return mergeFrom((com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest)other);
|
|
|
+ } else {
|
|
|
+ super.mergeFrom(other);
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public Builder mergeFrom(com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest other) {
|
|
|
+ if (other == com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest.getDefaultInstance()) return this;
|
|
|
+ if (!other.getCardNo().isEmpty()) {
|
|
|
+ cardNo_ = other.cardNo_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getAreaCode().isEmpty()) {
|
|
|
+ areaCode_ = other.areaCode_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getPatName().isEmpty()) {
|
|
|
+ patName_ = other.patName_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getQueueNo().isEmpty()) {
|
|
|
+ queueNo_ = other.queueNo_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getAdmArriveDate().isEmpty()) {
|
|
|
+ admArriveDate_ = other.admArriveDate_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (other.getUserId() != 0) {
|
|
|
+ setUserId(other.getUserId());
|
|
|
+ }
|
|
|
+ if (other.getHospitalId() != 0) {
|
|
|
+ setHospitalId(other.getHospitalId());
|
|
|
+ }
|
|
|
+ if (!other.getAdmBoroughDesc().isEmpty()) {
|
|
|
+ admBoroughDesc_ = other.admBoroughDesc_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getAdmLoc().isEmpty()) {
|
|
|
+ admLoc_ = other.admLoc_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ this.mergeUnknownFields(other.unknownFields);
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public final boolean isInitialized() {
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Builder mergeFrom(
|
|
|
+ com.google.protobuf.CodedInputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws java.io.IOException {
|
|
|
+ com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest parsedMessage = null;
|
|
|
+ try {
|
|
|
+ parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
+ parsedMessage = (com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest) e.getUnfinishedMessage();
|
|
|
+ throw e.unwrapIOException();
|
|
|
+ } finally {
|
|
|
+ if (parsedMessage != null) {
|
|
|
+ mergeFrom(parsedMessage);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object cardNo_ = "";
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *卡号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string cardNo = 1;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getCardNo() {
|
|
|
+ java.lang.Object ref = cardNo_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ cardNo_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *卡号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string cardNo = 1;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getCardNoBytes() {
|
|
|
+ java.lang.Object ref = cardNo_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ cardNo_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *卡号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string cardNo = 1;</code>
|
|
|
+ */
|
|
|
+ public Builder setCardNo(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ cardNo_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *卡号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string cardNo = 1;</code>
|
|
|
+ */
|
|
|
+ public Builder clearCardNo() {
|
|
|
+
|
|
|
+ cardNo_ = getDefaultInstance().getCardNo();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *卡号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string cardNo = 1;</code>
|
|
|
+ */
|
|
|
+ public Builder setCardNoBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ cardNo_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object areaCode_ = "";
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报到区域代码,由东华URL里获取
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string areaCode = 2;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getAreaCode() {
|
|
|
+ java.lang.Object ref = areaCode_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ areaCode_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报到区域代码,由东华URL里获取
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string areaCode = 2;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getAreaCodeBytes() {
|
|
|
+ java.lang.Object ref = areaCode_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ areaCode_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报到区域代码,由东华URL里获取
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string areaCode = 2;</code>
|
|
|
+ */
|
|
|
+ public Builder setAreaCode(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ areaCode_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报到区域代码,由东华URL里获取
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string areaCode = 2;</code>
|
|
|
+ */
|
|
|
+ public Builder clearAreaCode() {
|
|
|
+
|
|
|
+ areaCode_ = getDefaultInstance().getAreaCode();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报到区域代码,由东华URL里获取
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string areaCode = 2;</code>
|
|
|
+ */
|
|
|
+ public Builder setAreaCodeBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ areaCode_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object patName_ = "";
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *患者姓名
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string patName = 3;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getPatName() {
|
|
|
+ java.lang.Object ref = patName_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ patName_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *患者姓名
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string patName = 3;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getPatNameBytes() {
|
|
|
+ java.lang.Object ref = patName_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ patName_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *患者姓名
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string patName = 3;</code>
|
|
|
+ */
|
|
|
+ public Builder setPatName(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ patName_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *患者姓名
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string patName = 3;</code>
|
|
|
+ */
|
|
|
+ public Builder clearPatName() {
|
|
|
+
|
|
|
+ patName_ = getDefaultInstance().getPatName();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *患者姓名
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string patName = 3;</code>
|
|
|
+ */
|
|
|
+ public Builder setPatNameBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ patName_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object queueNo_ = "";
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *排队号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string queueNo = 4;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getQueueNo() {
|
|
|
+ java.lang.Object ref = queueNo_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ queueNo_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *排队号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string queueNo = 4;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getQueueNoBytes() {
|
|
|
+ java.lang.Object ref = queueNo_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ queueNo_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *排队号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string queueNo = 4;</code>
|
|
|
+ */
|
|
|
+ public Builder setQueueNo(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ queueNo_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *排队号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string queueNo = 4;</code>
|
|
|
+ */
|
|
|
+ public Builder clearQueueNo() {
|
|
|
+
|
|
|
+ queueNo_ = getDefaultInstance().getQueueNo();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *排队号
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string queueNo = 4;</code>
|
|
|
+ */
|
|
|
+ public Builder setQueueNoBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ queueNo_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object admArriveDate_ = "";
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报道时间
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admArriveDate = 5;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getAdmArriveDate() {
|
|
|
+ java.lang.Object ref = admArriveDate_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ admArriveDate_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报道时间
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admArriveDate = 5;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getAdmArriveDateBytes() {
|
|
|
+ java.lang.Object ref = admArriveDate_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ admArriveDate_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报道时间
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admArriveDate = 5;</code>
|
|
|
+ */
|
|
|
+ public Builder setAdmArriveDate(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ admArriveDate_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报道时间
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admArriveDate = 5;</code>
|
|
|
+ */
|
|
|
+ public Builder clearAdmArriveDate() {
|
|
|
+
|
|
|
+ admArriveDate_ = getDefaultInstance().getAdmArriveDate();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *报道时间
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admArriveDate = 5;</code>
|
|
|
+ */
|
|
|
+ public Builder setAdmArriveDateBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ admArriveDate_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private int userId_ ;
|
|
|
+ /**
|
|
|
+ * <code>int32 userId = 6;</code>
|
|
|
+ */
|
|
|
+ public int getUserId() {
|
|
|
+ return userId_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int32 userId = 6;</code>
|
|
|
+ */
|
|
|
+ public Builder setUserId(int value) {
|
|
|
+
|
|
|
+ userId_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int32 userId = 6;</code>
|
|
|
+ */
|
|
|
+ public Builder clearUserId() {
|
|
|
+
|
|
|
+ userId_ = 0;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private int hospitalId_ ;
|
|
|
+ /**
|
|
|
+ * <code>int32 hospitalId = 7;</code>
|
|
|
+ */
|
|
|
+ public int getHospitalId() {
|
|
|
+ return hospitalId_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int32 hospitalId = 7;</code>
|
|
|
+ */
|
|
|
+ public Builder setHospitalId(int value) {
|
|
|
+
|
|
|
+ hospitalId_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int32 hospitalId = 7;</code>
|
|
|
+ */
|
|
|
+ public Builder clearHospitalId() {
|
|
|
+
|
|
|
+ hospitalId_ = 0;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object admBoroughDesc_ = "";
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊区
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admBoroughDesc = 8;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getAdmBoroughDesc() {
|
|
|
+ java.lang.Object ref = admBoroughDesc_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ admBoroughDesc_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊区
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admBoroughDesc = 8;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getAdmBoroughDescBytes() {
|
|
|
+ java.lang.Object ref = admBoroughDesc_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ admBoroughDesc_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊区
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admBoroughDesc = 8;</code>
|
|
|
+ */
|
|
|
+ public Builder setAdmBoroughDesc(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ admBoroughDesc_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊区
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admBoroughDesc = 8;</code>
|
|
|
+ */
|
|
|
+ public Builder clearAdmBoroughDesc() {
|
|
|
+
|
|
|
+ admBoroughDesc_ = getDefaultInstance().getAdmBoroughDesc();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊区
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admBoroughDesc = 8;</code>
|
|
|
+ */
|
|
|
+ public Builder setAdmBoroughDescBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ admBoroughDesc_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object admLoc_ = "";
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊科室
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admLoc = 9;</code>
|
|
|
+ */
|
|
|
+ public java.lang.String getAdmLoc() {
|
|
|
+ java.lang.Object ref = admLoc_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ admLoc_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊科室
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admLoc = 9;</code>
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getAdmLocBytes() {
|
|
|
+ java.lang.Object ref = admLoc_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ admLoc_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊科室
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admLoc = 9;</code>
|
|
|
+ */
|
|
|
+ public Builder setAdmLoc(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ admLoc_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊科室
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admLoc = 9;</code>
|
|
|
+ */
|
|
|
+ public Builder clearAdmLoc() {
|
|
|
+
|
|
|
+ admLoc_ = getDefaultInstance().getAdmLoc();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *就诊科室
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>string admLoc = 9;</code>
|
|
|
+ */
|
|
|
+ public Builder setAdmLocBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ admLoc_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ public final Builder setUnknownFields(
|
|
|
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
+ return super.setUnknownFieldsProto3(unknownFields);
|
|
|
+ }
|
|
|
+
|
|
|
+ public final Builder mergeUnknownFields(
|
|
|
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
+ return super.mergeUnknownFields(unknownFields);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(builder_scope:com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest)
|
|
|
+ }
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(class_scope:com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest)
|
|
|
+ private static final com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest DEFAULT_INSTANCE;
|
|
|
+ static {
|
|
|
+ DEFAULT_INSTANCE = new com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest();
|
|
|
+ }
|
|
|
+
|
|
|
+ public static com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest getDefaultInstance() {
|
|
|
+ return DEFAULT_INSTANCE;
|
|
|
+ }
|
|
|
+
|
|
|
+ private static final com.google.protobuf.Parser<RegisterCheckInMessageRequest>
|
|
|
+ PARSER = new com.google.protobuf.AbstractParser<RegisterCheckInMessageRequest>() {
|
|
|
+ public RegisterCheckInMessageRequest parsePartialFrom(
|
|
|
+ com.google.protobuf.CodedInputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return new RegisterCheckInMessageRequest(input, extensionRegistry);
|
|
|
+ }
|
|
|
+ };
|
|
|
+
|
|
|
+ public static com.google.protobuf.Parser<RegisterCheckInMessageRequest> parser() {
|
|
|
+ return PARSER;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.Parser<RegisterCheckInMessageRequest> getParserForType() {
|
|
|
+ return PARSER;
|
|
|
+ }
|
|
|
+
|
|
|
+ public com.ywt.gapi.taihe.register.RegisterCheckInMessageRequest getDefaultInstanceForType() {
|
|
|
+ return DEFAULT_INSTANCE;
|
|
|
+ }
|
|
|
+
|
|
|
+}
|
|
|
+
|