Uses of Class
ca.uhn.fhir.model.dstu2.resource.ClaimResponse.AddItem
-
Uses of ClaimResponse.AddItem in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionClaimResponse.addAddItem()
Adds and returns a new value for addItem ()ClaimResponse.AddItem.addAdjudication
(ClaimResponse.AddItemAdjudication theValue) Adds a given new value for adjudication ()ClaimResponse.AddItem.addDetail
(ClaimResponse.AddItemDetail theValue) Adds a given new value for detail ()ClaimResponse.AddItem.addNoteNumberLinkId
(int theInteger) Adds a new value for noteNumberLinkId ()ClaimResponse.AddItem.addNoteNumberLinkId
(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Adds a given new value for noteNumberLinkId ()ClaimResponse.AddItem.addSequenceLinkId
(int theInteger) Adds a new value for sequenceLinkId ()ClaimResponse.AddItem.addSequenceLinkId
(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Adds a given new value for sequenceLinkId ()ClaimResponse.getAddItemFirstRep()
Gets the first repetition for addItem (), creating it if it does not already exist.ClaimResponse.AddItem.setAdjudication
(List<ClaimResponse.AddItemAdjudication> theValue) Sets the value(s) for adjudication ()ClaimResponse.AddItem.setDetail
(List<ClaimResponse.AddItemDetail> theValue) Sets the value(s) for detail ()Sets the value(s) for fee ()ClaimResponse.AddItem.setNoteNumberLinkId
(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue) Sets the value(s) for noteNumberLinkId ()ClaimResponse.AddItem.setSequenceLinkId
(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue) Sets the value(s) for sequenceLinkId ()ClaimResponse.AddItem.setService
(CodingDt theValue) Sets the value(s) for service ()Modifier and TypeMethodDescriptionClaimResponse.addAddItem
(ClaimResponse.AddItem theValue) Adds a given new value for addItem ()Modifier and TypeMethodDescriptionClaimResponse.setAddItem
(List<ClaimResponse.AddItem> theValue) Sets the value(s) for addItem ()