Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable-WriteCore-for-Azure.Health.Insights.CancerProfiling #46858

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Features Added

- Introduced model factory `Azure.Health.Insights.CancerProfiling.AzureHealthInsightsModelFactory` for mocking.
- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public ClinicalCodedElement(string system, string code) { }
public string Name { get { throw null; } set { } }
public string System { get { throw null; } set { } }
public string Value { get { throw null; } set { } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.ClinicalCodedElement System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.ClinicalCodedElement>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.ClinicalCodedElement>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.ClinicalCodedElement System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.CancerProfiling.ClinicalCodedElement>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down Expand Up @@ -63,6 +64,7 @@ internal ClinicalNoteEvidence() { }
public int Length { get { throw null; } }
public int Offset { get { throw null; } }
public string Text { get { throw null; } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.ClinicalNoteEvidence System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.ClinicalNoteEvidence>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.ClinicalNoteEvidence>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.ClinicalNoteEvidence System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.CancerProfiling.ClinicalNoteEvidence>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand All @@ -74,6 +76,7 @@ public partial class DocumentContent : System.ClientModel.Primitives.IJsonModel<
public DocumentContent(Azure.Health.Insights.CancerProfiling.DocumentContentSourceType sourceType, string value) { }
public Azure.Health.Insights.CancerProfiling.DocumentContentSourceType SourceType { get { throw null; } }
public string Value { get { throw null; } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.DocumentContent System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.DocumentContent>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.DocumentContent>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.DocumentContent System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.CancerProfiling.DocumentContent>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down Expand Up @@ -134,6 +137,7 @@ internal InferenceEvidence() { }
public float? Importance { get { throw null; } }
public Azure.Health.Insights.CancerProfiling.ClinicalNoteEvidence PatientDataEvidence { get { throw null; } }
public Azure.Health.Insights.CancerProfiling.ClinicalCodedElement PatientInfoEvidence { get { throw null; } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.InferenceEvidence System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.InferenceEvidence>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.InferenceEvidence>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.InferenceEvidence System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.CancerProfiling.InferenceEvidence>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand All @@ -145,6 +149,7 @@ public partial class OncoPhenotypeData : System.ClientModel.Primitives.IJsonMode
public OncoPhenotypeData(System.Collections.Generic.IEnumerable<Azure.Health.Insights.CancerProfiling.PatientRecord> patients) { }
public Azure.Health.Insights.CancerProfiling.OncoPhenotypeModelConfiguration Configuration { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.Health.Insights.CancerProfiling.PatientRecord> Patients { get { throw null; } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.OncoPhenotypeData System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypeData>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypeData>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.OncoPhenotypeData System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypeData>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand All @@ -160,6 +165,7 @@ internal OncoPhenotypeInference() { }
public System.Collections.Generic.IReadOnlyList<Azure.Health.Insights.CancerProfiling.InferenceEvidence> Evidence { get { throw null; } }
public Azure.Health.Insights.CancerProfiling.OncoPhenotypeInferenceType Type { get { throw null; } }
public string Value { get { throw null; } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.OncoPhenotypeInference System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypeInference>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypeInference>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.OncoPhenotypeInference System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypeInference>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down Expand Up @@ -197,6 +203,7 @@ public OncoPhenotypeModelConfiguration() { }
public bool? IncludeEvidence { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.Health.Insights.CancerProfiling.OncoPhenotypeInferenceType> InferenceTypes { get { throw null; } }
public bool? Verbose { get { throw null; } set { } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.OncoPhenotypeModelConfiguration System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypeModelConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypeModelConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.OncoPhenotypeModelConfiguration System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypeModelConfiguration>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand All @@ -208,6 +215,7 @@ public partial class OncoPhenotypePatientResult : System.ClientModel.Primitives.
internal OncoPhenotypePatientResult() { }
public string Id { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.Health.Insights.CancerProfiling.OncoPhenotypeInference> Inferences { get { throw null; } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.OncoPhenotypePatientResult System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypePatientResult>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypePatientResult>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.OncoPhenotypePatientResult System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypePatientResult>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand All @@ -219,6 +227,7 @@ public partial class OncoPhenotypeResults : System.ClientModel.Primitives.IJsonM
internal OncoPhenotypeResults() { }
public string ModelVersion { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.Health.Insights.CancerProfiling.OncoPhenotypePatientResult> Patients { get { throw null; } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.OncoPhenotypeResults System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypeResults>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypeResults>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.OncoPhenotypeResults System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.CancerProfiling.OncoPhenotypeResults>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand All @@ -234,6 +243,7 @@ public PatientDocument(Azure.Health.Insights.CancerProfiling.DocumentType type,
public string Id { get { throw null; } }
public string Language { get { throw null; } set { } }
public Azure.Health.Insights.CancerProfiling.DocumentType Type { get { throw null; } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.PatientDocument System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.PatientDocument>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.PatientDocument>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.PatientDocument System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.CancerProfiling.PatientDocument>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand All @@ -246,6 +256,7 @@ public PatientInfo() { }
public System.DateTimeOffset? BirthDate { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.Health.Insights.CancerProfiling.ClinicalCodedElement> ClinicalInfo { get { throw null; } }
public Azure.Health.Insights.CancerProfiling.PatientInfoSex? Sex { get { throw null; } set { } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.PatientInfo System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.PatientInfo>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.PatientInfo>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.PatientInfo System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.CancerProfiling.PatientInfo>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down Expand Up @@ -277,6 +288,7 @@ public PatientRecord(string id) { }
public System.Collections.Generic.IList<Azure.Health.Insights.CancerProfiling.PatientDocument> Data { get { throw null; } }
public string Id { get { throw null; } }
public Azure.Health.Insights.CancerProfiling.PatientInfo Info { get { throw null; } set { } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.PatientRecord System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.PatientRecord>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.CancerProfiling.PatientRecord>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.Health.Insights.CancerProfiling.PatientRecord System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.CancerProfiling.PatientRecord>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading