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 classMemberMatchResult.BuilderBuilder for the MemberMatchResult object type.static classMemberMatchResult.ResponseTypeType 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.Builderbuilder()creates a MemberMatchResult builderMemberMatchResult.ResponseTypegetResponseType()the MemberMatchResult Response TypeStringgetSystem()Get the systemMap<String,String>getTypes()gets the types of IdentifiersStringgetValue()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:
-
-