Uses of Class
ca.uhn.fhir.model.dstu2.resource.ClaimResponse.Error
Packages that use ClaimResponse.Error
-
Uses of ClaimResponse.Error in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ClaimResponse.ErrorModifier and TypeMethodDescriptionClaimResponse.addError()Adds and returns a new value for error ()ClaimResponse.getErrorFirstRep()Gets the first repetition for error (), creating it if it does not already exist.Sets the value(s) for code ()ClaimResponse.Error.setDetailSequenceLinkId(int theInteger)Sets the value for detailSequenceLinkId ()ClaimResponse.Error.setDetailSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)Sets the value(s) for detailSequenceLinkId ()ClaimResponse.Error.setSequenceLinkId(int theInteger)Sets the value for sequenceLinkId ()ClaimResponse.Error.setSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)Sets the value(s) for sequenceLinkId ()ClaimResponse.Error.setSubdetailSequenceLinkId(int theInteger)Sets the value for subdetailSequenceLinkId ()ClaimResponse.Error.setSubdetailSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)Sets the value(s) for subdetailSequenceLinkId ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ClaimResponse.ErrorMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type ClaimResponse.ErrorModifier and TypeMethodDescriptionClaimResponse.addError(ClaimResponse.Error theValue)Adds a given new value for error ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ClaimResponse.ErrorModifier and TypeMethodDescriptionClaimResponse.setError(List<ClaimResponse.Error> theValue)Sets the value(s) for error ()