
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ClaimResponse.ItemDetail
Packages that use ClaimResponse.ItemDetail
-
Uses of ClaimResponse.ItemDetail in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ClaimResponse.ItemDetailModifier and TypeMethodDescriptionClaimResponse.ItemDetail.addAdjudication(ClaimResponse.ItemDetailAdjudication theValue) Adds a given new value for adjudication ()ClaimResponse.Item.addDetail()Adds and returns a new value for detail ()ClaimResponse.ItemDetail.addSubDetail(ClaimResponse.ItemDetailSubDetail theValue) Adds a given new value for subDetail ()ClaimResponse.Item.getDetailFirstRep()Gets the first repetition for detail (), creating it if it does not already exist.ClaimResponse.ItemDetail.setAdjudication(List<ClaimResponse.ItemDetailAdjudication> theValue) Sets the value(s) for adjudication ()ClaimResponse.ItemDetail.setSequenceLinkId(int theInteger) Sets the value for sequenceLinkId ()ClaimResponse.ItemDetail.setSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Sets the value(s) for sequenceLinkId ()ClaimResponse.ItemDetail.setSubDetail(List<ClaimResponse.ItemDetailSubDetail> theValue) Sets the value(s) for subDetail ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ClaimResponse.ItemDetailModifier and TypeMethodDescriptionClaimResponse.Item.getDetail()Gets the value(s) for detail ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ClaimResponse.ItemDetailModifier and TypeMethodDescriptionClaimResponse.Item.addDetail(ClaimResponse.ItemDetail theValue) Adds a given new value for detail ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ClaimResponse.ItemDetailModifier and TypeMethodDescriptionClaimResponse.Item.setDetail(List<ClaimResponse.ItemDetail> theValue) Sets the value(s) for detail ()