
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ClaimResponse.Item
Packages that use ClaimResponse.Item
-
Uses of ClaimResponse.Item in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ClaimResponse.ItemModifier and TypeMethodDescriptionClaimResponse.Item.addAdjudication
(ClaimResponse.ItemAdjudication theValue) Adds a given new value for adjudication ()ClaimResponse.Item.addDetail
(ClaimResponse.ItemDetail theValue) Adds a given new value for detail ()ClaimResponse.addItem()
Adds and returns a new value for item ()ClaimResponse.Item.addNoteNumber
(int theInteger) Adds a new value for noteNumber ()ClaimResponse.Item.addNoteNumber
(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Adds a given new value for noteNumber ()ClaimResponse.getItemFirstRep()
Gets the first repetition for item (), creating it if it does not already exist.ClaimResponse.Item.setAdjudication
(List<ClaimResponse.ItemAdjudication> theValue) Sets the value(s) for adjudication ()ClaimResponse.Item.setDetail
(List<ClaimResponse.ItemDetail> theValue) Sets the value(s) for detail ()ClaimResponse.Item.setNoteNumber
(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue) Sets the value(s) for noteNumber ()ClaimResponse.Item.setSequenceLinkId
(int theInteger) Sets the value for sequenceLinkId ()ClaimResponse.Item.setSequenceLinkId
(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Sets the value(s) for sequenceLinkId ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ClaimResponse.ItemMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type ClaimResponse.ItemModifier and TypeMethodDescriptionClaimResponse.addItem
(ClaimResponse.Item theValue) Adds a given new value for item ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ClaimResponse.ItemModifier and TypeMethodDescriptionClaimResponse.setItem
(List<ClaimResponse.Item> theValue) Sets the value(s) for item ()