File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ function TFHIRJQueryComposer.composeValueSet(vs : TFhirValueSet) : TBytes;
154
154
if (oResource is TFhirValueSet) then
155
155
begin
156
156
b := composeValueSet(oResource as TFhirValueSet);
157
- stream.Write(b, 0 , length(b));
157
+ // stream.Write(b, 0, length(b));
158
158
end
159
159
else
160
160
raise EFHIRException.create(' Only ValueSet is supported for the JQuery format' );
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ function TFHIRJQueryComposer.composeValueSet(vs : TFhirValueSet) : TBytes;
152
152
if (oResource is TFhirValueSet) then
153
153
begin
154
154
b := composeValueSet(oResource as TFhirValueSet);
155
- stream.Write(b, 0 , length(b));
155
+ // stream.Write(b, 0, length(b));
156
156
end
157
157
else
158
158
raise EFHIRException.create(' Only ValueSet is supported for the JQuery format' );
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ function TFHIRJQueryComposer.composeValueSet(vs : TFhirValueSet) : TBytes;
151
151
if (oResource is TFhirValueSet) then
152
152
begin
153
153
b := composeValueSet(oResource as TFhirValueSet);
154
- stream.Write(b, 0 , length(b));
154
+ // stream.Write(b, 0, length(b));
155
155
end
156
156
else
157
157
raise EFHIRException.create(' Only ValueSet is supported for the JQuery format' );
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ function TFHIRJQueryComposer.composeValueSet(vs : TFhirValueSet) : TBytes;
151
151
if (oResource is TFhirValueSet) then
152
152
begin
153
153
b := composeValueSet(oResource as TFhirValueSet);
154
- stream.Write(b, 0 , length(b));
154
+ // stream.Write(b, 0, length(b));
155
155
end
156
156
else
157
157
raise EFHIRException.create(' Only ValueSet is supported for the JQuery format' );
You can’t perform that action at this time.
0 commit comments