Package org.hl7.fhir.r4.model
Class Comparison
java.lang.Object
org.hl7.fhir.r4.model.Comparison
See http://www.healthintersections.com.au/?p=1941
- Author:
- Grahame
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleaninList(List<Coding> list, Coding c, Comparison.MatchProfile profile)static booleanmatches(String c1, String c2, Comparison.MatchProfile profile)static booleanmatches(CodeableConcept c1, CodeableConcept c2, Comparison.MatchProfile profile)static booleanmatches(Coding c1, Coding c2, Comparison.MatchProfile profile)static booleanmatches(ContactPoint c1, ContactPoint c2, Object profile)static <T extends Enum<?>>
booleanmatches(Enumeration<T> e1, Enumeration<T> e2, Comparison.MatchProfile profile)static booleanmatches(Identifier i1, Identifier i2, Comparison.MatchProfile profile)static voidmerge(CodeableConcept dst, CodeableConcept src)static voidmerge(ContactPoint dst, ContactPoint src)static voidmerge(Identifier dst, Identifier src)
-
Constructor Details
-
Comparison
public Comparison()
-
-
Method Details
-
matches
-
matches
public static <T extends Enum<?>> boolean matches(Enumeration<T> e1, Enumeration<T> e2, Comparison.MatchProfile profile) -
matches
public static boolean matches(CodeableConcept c1, CodeableConcept c2, Comparison.MatchProfile profile) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
merge
-
inList
-
matches
-
matches
-
merge
-
matches
-
merge
-