Class MemberMatchResult
- java.lang.Object
-
- com.ibm.fhir.operation.davinci.hrex.provider.strategy.MemberMatchResult
-
@NotThreadSafe public class MemberMatchResult extends Object
MemberMatch Responses are in three types.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MemberMatchResult.Builder
Builder for the MemberMatchResult object type.static class
MemberMatchResult.ResponseType
Type of the Response
-
Constructor Summary
Constructors Constructor Description MemberMatchResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MemberMatchResult.Builder
builder()
creates a MemberMatchResult builderMemberMatchResult.ResponseType
getResponseType()
the MemberMatchResult Response TypeString
getSystem()
Get the systemMap<String,String>
getTypes()
gets the types of IdentifiersString
getValue()
Get the value
-
-
-
Method Detail
-
getResponseType
public MemberMatchResult.ResponseType getResponseType()
the MemberMatchResult Response Type- Returns:
-
getSystem
public String getSystem()
Get the system- Returns:
-
getValue
public String getValue()
Get the value- Returns:
-
builder
public static MemberMatchResult.Builder builder()
creates a MemberMatchResult builder- Returns:
-
-