public class Comparison extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Comparison.MatchProfile |
| Constructor and Description |
|---|
Comparison() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
inList(List<Coding> list,
Coding c,
Comparison.MatchProfile profile) |
static boolean |
matches(CodeableConcept c1,
CodeableConcept c2,
Comparison.MatchProfile profile) |
static boolean |
matches(Coding c1,
Coding c2,
Comparison.MatchProfile profile) |
static boolean |
matches(ContactPoint c1,
ContactPoint c2,
Object profile) |
static <T extends Enum<?>> |
matches(Enumeration<T> e1,
Enumeration<T> e2,
Comparison.MatchProfile profile) |
static boolean |
matches(Identifier i1,
Identifier i2,
Comparison.MatchProfile profile) |
static boolean |
matches(String c1,
String c2,
Comparison.MatchProfile profile) |
static void |
merge(CodeableConcept dst,
CodeableConcept src) |
static void |
merge(ContactPoint dst,
ContactPoint src) |
static void |
merge(Identifier dst,
Identifier src) |
public Comparison()
public static boolean matches(String c1, String c2, Comparison.MatchProfile profile)
public static <T extends Enum<?>> boolean matches(Enumeration<T> e1, Enumeration<T> e2, Comparison.MatchProfile profile)
public static boolean matches(CodeableConcept c1, CodeableConcept c2, Comparison.MatchProfile profile) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic static void merge(CodeableConcept dst, CodeableConcept src)
public static boolean inList(List<Coding> list, Coding c, Comparison.MatchProfile profile)
public static boolean matches(Coding c1, Coding c2, Comparison.MatchProfile profile)
public static boolean matches(Identifier i1, Identifier i2, Comparison.MatchProfile profile)
public static void merge(Identifier dst, Identifier src)
public static boolean matches(ContactPoint c1, ContactPoint c2, Object profile)
public static void merge(ContactPoint dst, ContactPoint src)
Copyright © 2014–2021 Health Level 7. All rights reserved.