Skip to content
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
2 changes: 1 addition & 1 deletion common
3 changes: 3 additions & 0 deletions src/Hl7.Fhir.Core/Model/Generated/Account.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new CoverageComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as CoverageComponent;
Expand Down Expand Up @@ -305,6 +306,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new GuarantorComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as GuarantorComponent;
Expand Down Expand Up @@ -605,6 +607,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new Account());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as Account;
Expand Down
3 changes: 3 additions & 0 deletions src/Hl7.Fhir.Core/Model/Generated/ActivityDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new ParticipantComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as ParticipantComponent;
Expand Down Expand Up @@ -341,6 +342,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new DynamicValueComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as DynamicValueComponent;
Expand Down Expand Up @@ -1133,6 +1135,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new ActivityDefinition());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as ActivityDefinition;
Expand Down
1 change: 1 addition & 0 deletions src/Hl7.Fhir.Core/Model/Generated/Address.cs
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new Address());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as Address;
Expand Down
2 changes: 2 additions & 0 deletions src/Hl7.Fhir.Core/Model/Generated/AdverseEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new SuspectEntityComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as SuspectEntityComponent;
Expand Down Expand Up @@ -704,6 +705,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new AdverseEvent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as AdverseEvent;
Expand Down
2 changes: 2 additions & 0 deletions src/Hl7.Fhir.Core/Model/Generated/AllergyIntolerance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new ReactionComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as ReactionComponent;
Expand Down Expand Up @@ -856,6 +857,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new AllergyIntolerance());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as AllergyIntolerance;
Expand Down
1 change: 1 addition & 0 deletions src/Hl7.Fhir.Core/Model/Generated/Annotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new Annotation());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as Annotation;
Expand Down
2 changes: 2 additions & 0 deletions src/Hl7.Fhir.Core/Model/Generated/Appointment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new ParticipantComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as ParticipantComponent;
Expand Down Expand Up @@ -788,6 +789,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new Appointment());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as Appointment;
Expand Down
1 change: 1 addition & 0 deletions src/Hl7.Fhir.Core/Model/Generated/AppointmentResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new AppointmentResponse());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as AppointmentResponse;
Expand Down
1 change: 1 addition & 0 deletions src/Hl7.Fhir.Core/Model/Generated/Attachment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new Attachment());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as Attachment;
Expand Down
6 changes: 6 additions & 0 deletions src/Hl7.Fhir.Core/Model/Generated/AuditEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new AgentComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as AgentComponent;
Expand Down Expand Up @@ -614,6 +615,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new NetworkComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as NetworkComponent;
Expand Down Expand Up @@ -755,6 +757,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new SourceComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as SourceComponent;
Expand Down Expand Up @@ -1036,6 +1039,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new EntityComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as EntityComponent;
Expand Down Expand Up @@ -1213,6 +1217,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new DetailComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as DetailComponent;
Expand Down Expand Up @@ -1500,6 +1505,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new AuditEvent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as AuditEvent;
Expand Down
1 change: 1 addition & 0 deletions src/Hl7.Fhir.Core/Model/Generated/Basic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new Basic());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as Basic;
Expand Down
1 change: 1 addition & 0 deletions src/Hl7.Fhir.Core/Model/Generated/Binary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new Binary());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as Binary;
Expand Down
1 change: 1 addition & 0 deletions src/Hl7.Fhir.Core/Model/Generated/BodySite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new BodySite());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as BodySite;
Expand Down
6 changes: 6 additions & 0 deletions src/Hl7.Fhir.Core/Model/Generated/Bundle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new LinkComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as LinkComponent;
Expand Down Expand Up @@ -462,6 +463,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new EntryComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as EntryComponent;
Expand Down Expand Up @@ -622,6 +624,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new SearchComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as SearchComponent;
Expand Down Expand Up @@ -896,6 +899,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new RequestComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as RequestComponent;
Expand Down Expand Up @@ -1136,6 +1140,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new ResponseComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as ResponseComponent;
Expand Down Expand Up @@ -1338,6 +1343,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new Bundle());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as Bundle;
Expand Down
16 changes: 16 additions & 0 deletions src/Hl7.Fhir.Core/Model/Generated/CapabilityStatement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new SoftwareComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as SoftwareComponent;
Expand Down Expand Up @@ -687,6 +688,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new ImplementationComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as ImplementationComponent;
Expand Down Expand Up @@ -939,6 +941,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new RestComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as RestComponent;
Expand Down Expand Up @@ -1136,6 +1139,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new SecurityComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as SecurityComponent;
Expand Down Expand Up @@ -1287,6 +1291,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new CertificateComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as CertificateComponent;
Expand Down Expand Up @@ -1787,6 +1792,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new ResourceComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as ResourceComponent;
Expand Down Expand Up @@ -1984,6 +1990,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new ResourceInteractionComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as ResourceInteractionComponent;
Expand Down Expand Up @@ -2194,6 +2201,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new SearchParamComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as SearchParamComponent;
Expand Down Expand Up @@ -2347,6 +2355,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new SystemInteractionComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as SystemInteractionComponent;
Expand Down Expand Up @@ -2476,6 +2485,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new OperationComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as OperationComponent;
Expand Down Expand Up @@ -2664,6 +2674,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new MessagingComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as MessagingComponent;
Expand Down Expand Up @@ -2803,6 +2814,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new EndpointComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as EndpointComponent;
Expand Down Expand Up @@ -2933,6 +2945,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new SupportedMessageComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as SupportedMessageComponent;
Expand Down Expand Up @@ -3194,6 +3207,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new EventComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as EventComponent;
Expand Down Expand Up @@ -3376,6 +3390,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new DocumentComponent());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as DocumentComponent;
Expand Down Expand Up @@ -4115,6 +4130,7 @@ public override IDeepCopyable DeepCopy()
return CopyTo(new CapabilityStatement());
}

///<inheritdoc />
public override bool Matches(IDeepComparable other)
{
var otherT = other as CapabilityStatement;
Expand Down
Loading