Uses of Class
org.hl7.fhir.dstu2.model.Claim.ProsthesisComponent
Packages that use Claim.ProsthesisComponent
-
Uses of Claim.ProsthesisComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Claim.ProsthesisComponentModifier and TypeMethodDescriptionprotected Claim.ProsthesisComponentJsonParser.parseClaimProsthesisComponent(com.google.gson.JsonObject json, Claim owner)protected Claim.ProsthesisComponentXmlParser.parseClaimProsthesisComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Claim.ProsthesisComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeClaimProsthesisComponent(String name, Claim.ProsthesisComponent element)protected voidXmlParser.composeClaimProsthesisComponent(String name, Claim.ProsthesisComponent element)protected voidJsonParser.composeClaimProsthesisComponentInner(Claim.ProsthesisComponent element) -
Uses of Claim.ProsthesisComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Claim.ProsthesisComponentModifier and TypeFieldDescriptionprotected Claim.ProsthesisComponentClaim.ItemsComponent.prosthesisThe materials and placement date of prior fixed prosthesis.Methods in org.hl7.fhir.dstu2.model that return Claim.ProsthesisComponentModifier and TypeMethodDescriptionClaim.ProsthesisComponent.copy()Claim.ItemsComponent.getProsthesis()Claim.ProsthesisComponent.setInitial(boolean value)Claim.ProsthesisComponent.setInitialElement(BooleanType value)Claim.ProsthesisComponent.setPriorDate(Date value)Claim.ProsthesisComponent.setPriorDateElement(DateType value)Claim.ProsthesisComponent.setPriorMaterial(Coding value)Methods in org.hl7.fhir.dstu2.model with parameters of type Claim.ProsthesisComponentModifier and TypeMethodDescriptionClaim.ItemsComponent.setProsthesis(Claim.ProsthesisComponent value)