Class MemberMatchResult
- java.lang.Object
 - 
- org.linuxforhealth.fhir.operation.davinci.hrex.provider.strategy.MemberMatchResult
 
 
- 
@NotThreadSafe public class MemberMatchResult extends java.lang.ObjectMemberMatch 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 Typejava.lang.StringgetSystem()Get the systemjava.util.Map<java.lang.String,java.lang.String>getTypes()gets the types of Identifiersjava.lang.StringgetValue()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:
 
 
 - 
 
 -