Uses of Class
ca.uhn.fhir.model.dstu2.resource.ClaimResponse.Item
-
Uses of ClaimResponse.Item in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionClaimResponse.addItem
(ClaimResponse.Item theValue) Adds a given new value for item ()Modifier and TypeMethodDescriptionClaimResponse.setItem
(List<ClaimResponse.Item> theValue) Sets the value(s) for item ()