Package org.hl7.fhir.r4.model
Class Comparison
- java.lang.Object
-
- org.hl7.fhir.r4.model.Comparison
-
public class Comparison extends Object
See http://www.healthintersections.com.au/?p=1941- Author:
- Grahame
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classComparison.MatchProfile
-
Constructor Summary
Constructors Constructor Description Comparison()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
Comparison
public Comparison()
-
-
Method Detail
-
matches
public static boolean matches(String c1, String c2, Comparison.MatchProfile profile)
-
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
public static void merge(CodeableConcept dst, CodeableConcept src)
-
inList
public static boolean inList(List<Coding> list, Coding c, Comparison.MatchProfile profile)
-
matches
public static boolean matches(Coding c1, Coding c2, Comparison.MatchProfile profile)
-
matches
public static boolean matches(Identifier i1, Identifier i2, Comparison.MatchProfile profile)
-
merge
public static void merge(Identifier dst, Identifier src)
-
matches
public static boolean matches(ContactPoint c1, ContactPoint c2, Object profile)
-
merge
public static void merge(ContactPoint dst, ContactPoint src)
-
-