Class MemberMatchResult
- java.lang.Object
-
- org.linuxforhealth.fhir.operation.davinci.hrex.provider.strategy.MemberMatchResult
-
@NotThreadSafe public class MemberMatchResult extends java.lang.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 Typejava.lang.String
getSystem()
Get the systemjava.util.Map<java.lang.String,java.lang.String>
getTypes()
gets the types of Identifiersjava.lang.String
getValue()
Get the value
-
-
-
Method Detail
-
getResponseType
public MemberMatchResult.ResponseType getResponseType()
the MemberMatchResult Response Type- Returns:
-
getTypes
public java.util.Map<java.lang.String,java.lang.String> getTypes()
gets the types of Identifiers- Returns:
-
getSystem
public java.lang.String getSystem()
Get the system- Returns:
-
getValue
public java.lang.String getValue()
Get the value- Returns:
-
builder
public static MemberMatchResult.Builder builder()
creates a MemberMatchResult builder- Returns:
-
-