|
@@ -4,17 +4,17 @@
|
|
package com.ywt.gapi.drug;
|
|
package com.ywt.gapi.drug;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Protobuf type {@code com.ywt.gapi.drug.SavePrescriptionRequest}
|
|
|
|
|
|
+ * Protobuf type {@code com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest}
|
|
*/
|
|
*/
|
|
-public final class SavePrescriptionRequest extends
|
|
|
|
|
|
+public final class SaveHisOpenApiPrescriptionRequest extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
- // @@protoc_insertion_point(message_implements:com.ywt.gapi.drug.SavePrescriptionRequest)
|
|
|
|
- SavePrescriptionRequestOrBuilder {
|
|
|
|
- // Use SavePrescriptionRequest.newBuilder() to construct.
|
|
|
|
- private SavePrescriptionRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
|
|
|
+ // @@protoc_insertion_point(message_implements:com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest)
|
|
|
|
+ SaveHisOpenApiPrescriptionRequestOrBuilder {
|
|
|
|
+ // Use SaveHisOpenApiPrescriptionRequest.newBuilder() to construct.
|
|
|
|
+ private SaveHisOpenApiPrescriptionRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
super(builder);
|
|
}
|
|
}
|
|
- private SavePrescriptionRequest() {
|
|
|
|
|
|
+ private SaveHisOpenApiPrescriptionRequest() {
|
|
prescriptionInfos_ = java.util.Collections.emptyList();
|
|
prescriptionInfos_ = java.util.Collections.emptyList();
|
|
flag_ = 0;
|
|
flag_ = 0;
|
|
}
|
|
}
|
|
@@ -24,7 +24,7 @@ public final class SavePrescriptionRequest extends
|
|
getUnknownFields() {
|
|
getUnknownFields() {
|
|
return com.google.protobuf.UnknownFieldSet.getDefaultInstance();
|
|
return com.google.protobuf.UnknownFieldSet.getDefaultInstance();
|
|
}
|
|
}
|
|
- private SavePrescriptionRequest(
|
|
|
|
|
|
+ private SaveHisOpenApiPrescriptionRequest(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
@@ -74,14 +74,14 @@ public final class SavePrescriptionRequest extends
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
getDescriptor() {
|
|
- return com.ywt.gapi.drug.Drug.internal_static_com_ywt_gapi_drug_SavePrescriptionRequest_descriptor;
|
|
|
|
|
|
+ return com.ywt.gapi.drug.Drug.internal_static_com_ywt_gapi_drug_SaveHisOpenApiPrescriptionRequest_descriptor;
|
|
}
|
|
}
|
|
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
internalGetFieldAccessorTable() {
|
|
- return com.ywt.gapi.drug.Drug.internal_static_com_ywt_gapi_drug_SavePrescriptionRequest_fieldAccessorTable
|
|
|
|
|
|
+ return com.ywt.gapi.drug.Drug.internal_static_com_ywt_gapi_drug_SaveHisOpenApiPrescriptionRequest_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
.ensureFieldAccessorsInitialized(
|
|
- com.ywt.gapi.drug.SavePrescriptionRequest.class, com.ywt.gapi.drug.SavePrescriptionRequest.Builder.class);
|
|
|
|
|
|
+ com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest.class, com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest.Builder.class);
|
|
}
|
|
}
|
|
|
|
|
|
private int bitField0_;
|
|
private int bitField0_;
|
|
@@ -172,10 +172,10 @@ public final class SavePrescriptionRequest extends
|
|
if (obj == this) {
|
|
if (obj == this) {
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
- if (!(obj instanceof com.ywt.gapi.drug.SavePrescriptionRequest)) {
|
|
|
|
|
|
+ if (!(obj instanceof com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest)) {
|
|
return super.equals(obj);
|
|
return super.equals(obj);
|
|
}
|
|
}
|
|
- com.ywt.gapi.drug.SavePrescriptionRequest other = (com.ywt.gapi.drug.SavePrescriptionRequest) obj;
|
|
|
|
|
|
+ com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest other = (com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest) obj;
|
|
|
|
|
|
boolean result = true;
|
|
boolean result = true;
|
|
result = result && getPrescriptionInfosList()
|
|
result = result && getPrescriptionInfosList()
|
|
@@ -203,69 +203,69 @@ public final class SavePrescriptionRequest extends
|
|
return hash;
|
|
return hash;
|
|
}
|
|
}
|
|
|
|
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest parseFrom(
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
}
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest parseFrom(
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parseFrom(
|
|
java.nio.ByteBuffer data,
|
|
java.nio.ByteBuffer data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
}
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest parseFrom(
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
}
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest parseFrom(
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parseFrom(
|
|
com.google.protobuf.ByteString data,
|
|
com.google.protobuf.ByteString data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
}
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest parseFrom(byte[] data)
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
}
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest parseFrom(
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parseFrom(
|
|
byte[] data,
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
}
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest parseFrom(java.io.InputStream input)
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
}
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest parseFrom(
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parseFrom(
|
|
java.io.InputStream input,
|
|
java.io.InputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
}
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest parseDelimitedFrom(java.io.InputStream input)
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
}
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest parseDelimitedFrom(
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parseDelimitedFrom(
|
|
java.io.InputStream input,
|
|
java.io.InputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
}
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest parseFrom(
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
}
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest parseFrom(
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parseFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
throws java.io.IOException {
|
|
@@ -277,7 +277,7 @@ public final class SavePrescriptionRequest extends
|
|
public static Builder newBuilder() {
|
|
public static Builder newBuilder() {
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
}
|
|
}
|
|
- public static Builder newBuilder(com.ywt.gapi.drug.SavePrescriptionRequest prototype) {
|
|
|
|
|
|
+ public static Builder newBuilder(com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest prototype) {
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
}
|
|
}
|
|
public Builder toBuilder() {
|
|
public Builder toBuilder() {
|
|
@@ -292,25 +292,25 @@ public final class SavePrescriptionRequest extends
|
|
return builder;
|
|
return builder;
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
- * Protobuf type {@code com.ywt.gapi.drug.SavePrescriptionRequest}
|
|
|
|
|
|
+ * Protobuf type {@code com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest}
|
|
*/
|
|
*/
|
|
public static final class Builder extends
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
- // @@protoc_insertion_point(builder_implements:com.ywt.gapi.drug.SavePrescriptionRequest)
|
|
|
|
- com.ywt.gapi.drug.SavePrescriptionRequestOrBuilder {
|
|
|
|
|
|
+ // @@protoc_insertion_point(builder_implements:com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest)
|
|
|
|
+ com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequestOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
getDescriptor() {
|
|
- return com.ywt.gapi.drug.Drug.internal_static_com_ywt_gapi_drug_SavePrescriptionRequest_descriptor;
|
|
|
|
|
|
+ return com.ywt.gapi.drug.Drug.internal_static_com_ywt_gapi_drug_SaveHisOpenApiPrescriptionRequest_descriptor;
|
|
}
|
|
}
|
|
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
internalGetFieldAccessorTable() {
|
|
- return com.ywt.gapi.drug.Drug.internal_static_com_ywt_gapi_drug_SavePrescriptionRequest_fieldAccessorTable
|
|
|
|
|
|
+ return com.ywt.gapi.drug.Drug.internal_static_com_ywt_gapi_drug_SaveHisOpenApiPrescriptionRequest_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
.ensureFieldAccessorsInitialized(
|
|
- com.ywt.gapi.drug.SavePrescriptionRequest.class, com.ywt.gapi.drug.SavePrescriptionRequest.Builder.class);
|
|
|
|
|
|
+ com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest.class, com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest.Builder.class);
|
|
}
|
|
}
|
|
|
|
|
|
- // Construct using com.ywt.gapi.drug.SavePrescriptionRequest.newBuilder()
|
|
|
|
|
|
+ // Construct using com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest.newBuilder()
|
|
private Builder() {
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
}
|
|
@@ -341,23 +341,23 @@ public final class SavePrescriptionRequest extends
|
|
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
getDescriptorForType() {
|
|
- return com.ywt.gapi.drug.Drug.internal_static_com_ywt_gapi_drug_SavePrescriptionRequest_descriptor;
|
|
|
|
|
|
+ return com.ywt.gapi.drug.Drug.internal_static_com_ywt_gapi_drug_SaveHisOpenApiPrescriptionRequest_descriptor;
|
|
}
|
|
}
|
|
|
|
|
|
- public com.ywt.gapi.drug.SavePrescriptionRequest getDefaultInstanceForType() {
|
|
|
|
- return com.ywt.gapi.drug.SavePrescriptionRequest.getDefaultInstance();
|
|
|
|
|
|
+ public com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest getDefaultInstanceForType() {
|
|
|
|
+ return com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest.getDefaultInstance();
|
|
}
|
|
}
|
|
|
|
|
|
- public com.ywt.gapi.drug.SavePrescriptionRequest build() {
|
|
|
|
- com.ywt.gapi.drug.SavePrescriptionRequest result = buildPartial();
|
|
|
|
|
|
+ public com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest build() {
|
|
|
|
+ com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
}
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
|
|
|
|
- public com.ywt.gapi.drug.SavePrescriptionRequest buildPartial() {
|
|
|
|
- com.ywt.gapi.drug.SavePrescriptionRequest result = new com.ywt.gapi.drug.SavePrescriptionRequest(this);
|
|
|
|
|
|
+ public com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest buildPartial() {
|
|
|
|
+ com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest result = new com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest(this);
|
|
int from_bitField0_ = bitField0_;
|
|
int from_bitField0_ = bitField0_;
|
|
int to_bitField0_ = 0;
|
|
int to_bitField0_ = 0;
|
|
if (prescriptionInfosBuilder_ == null) {
|
|
if (prescriptionInfosBuilder_ == null) {
|
|
@@ -402,16 +402,16 @@ public final class SavePrescriptionRequest extends
|
|
return (Builder) super.addRepeatedField(field, value);
|
|
return (Builder) super.addRepeatedField(field, value);
|
|
}
|
|
}
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
- if (other instanceof com.ywt.gapi.drug.SavePrescriptionRequest) {
|
|
|
|
- return mergeFrom((com.ywt.gapi.drug.SavePrescriptionRequest)other);
|
|
|
|
|
|
+ if (other instanceof com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest) {
|
|
|
|
+ return mergeFrom((com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest)other);
|
|
} else {
|
|
} else {
|
|
super.mergeFrom(other);
|
|
super.mergeFrom(other);
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- public Builder mergeFrom(com.ywt.gapi.drug.SavePrescriptionRequest other) {
|
|
|
|
- if (other == com.ywt.gapi.drug.SavePrescriptionRequest.getDefaultInstance()) return this;
|
|
|
|
|
|
+ public Builder mergeFrom(com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest other) {
|
|
|
|
+ if (other == com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest.getDefaultInstance()) return this;
|
|
if (prescriptionInfosBuilder_ == null) {
|
|
if (prescriptionInfosBuilder_ == null) {
|
|
if (!other.prescriptionInfos_.isEmpty()) {
|
|
if (!other.prescriptionInfos_.isEmpty()) {
|
|
if (prescriptionInfos_.isEmpty()) {
|
|
if (prescriptionInfos_.isEmpty()) {
|
|
@@ -453,11 +453,11 @@ public final class SavePrescriptionRequest extends
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
throws java.io.IOException {
|
|
- com.ywt.gapi.drug.SavePrescriptionRequest parsedMessage = null;
|
|
|
|
|
|
+ com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest parsedMessage = null;
|
|
try {
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
- parsedMessage = (com.ywt.gapi.drug.SavePrescriptionRequest) e.getUnfinishedMessage();
|
|
|
|
|
|
+ parsedMessage = (com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
if (parsedMessage != null) {
|
|
@@ -744,39 +744,39 @@ public final class SavePrescriptionRequest extends
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- // @@protoc_insertion_point(builder_scope:com.ywt.gapi.drug.SavePrescriptionRequest)
|
|
|
|
|
|
+ // @@protoc_insertion_point(builder_scope:com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest)
|
|
}
|
|
}
|
|
|
|
|
|
- // @@protoc_insertion_point(class_scope:com.ywt.gapi.drug.SavePrescriptionRequest)
|
|
|
|
- private static final com.ywt.gapi.drug.SavePrescriptionRequest DEFAULT_INSTANCE;
|
|
|
|
|
|
+ // @@protoc_insertion_point(class_scope:com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest)
|
|
|
|
+ private static final com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest DEFAULT_INSTANCE;
|
|
static {
|
|
static {
|
|
- DEFAULT_INSTANCE = new com.ywt.gapi.drug.SavePrescriptionRequest();
|
|
|
|
|
|
+ DEFAULT_INSTANCE = new com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest();
|
|
}
|
|
}
|
|
|
|
|
|
- public static com.ywt.gapi.drug.SavePrescriptionRequest getDefaultInstance() {
|
|
|
|
|
|
+ public static com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
}
|
|
|
|
|
|
- private static final com.google.protobuf.Parser<SavePrescriptionRequest>
|
|
|
|
- PARSER = new com.google.protobuf.AbstractParser<SavePrescriptionRequest>() {
|
|
|
|
- public SavePrescriptionRequest parsePartialFrom(
|
|
|
|
|
|
+ private static final com.google.protobuf.Parser<SaveHisOpenApiPrescriptionRequest>
|
|
|
|
+ PARSER = new com.google.protobuf.AbstractParser<SaveHisOpenApiPrescriptionRequest>() {
|
|
|
|
+ public SaveHisOpenApiPrescriptionRequest parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
- return new SavePrescriptionRequest(input, extensionRegistry);
|
|
|
|
|
|
+ return new SaveHisOpenApiPrescriptionRequest(input, extensionRegistry);
|
|
}
|
|
}
|
|
};
|
|
};
|
|
|
|
|
|
- public static com.google.protobuf.Parser<SavePrescriptionRequest> parser() {
|
|
|
|
|
|
+ public static com.google.protobuf.Parser<SaveHisOpenApiPrescriptionRequest> parser() {
|
|
return PARSER;
|
|
return PARSER;
|
|
}
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
@java.lang.Override
|
|
- public com.google.protobuf.Parser<SavePrescriptionRequest> getParserForType() {
|
|
|
|
|
|
+ public com.google.protobuf.Parser<SaveHisOpenApiPrescriptionRequest> getParserForType() {
|
|
return PARSER;
|
|
return PARSER;
|
|
}
|
|
}
|
|
|
|
|
|
- public com.ywt.gapi.drug.SavePrescriptionRequest getDefaultInstanceForType() {
|
|
|
|
|
|
+ public com.ywt.gapi.drug.SaveHisOpenApiPrescriptionRequest getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
}
|
|
|
|
|