Uses of Class
org.hl7.fhir.dstu2.model.Claim.ProsthesisComponent
-
Uses of Claim.ProsthesisComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Claim.ProsthesisComponent
JsonParser.parseClaimProsthesisComponent
(com.google.gson.JsonObject json, Claim owner) protected Claim.ProsthesisComponent
XmlParser.parseClaimProsthesisComponent
(org.xmlpull.v1.XmlPullParser xpp, Claim owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeClaimProsthesisComponent
(String name, Claim.ProsthesisComponent element) protected void
XmlParser.composeClaimProsthesisComponent
(String name, Claim.ProsthesisComponent element) protected void
JsonParser.composeClaimProsthesisComponentInner
(Claim.ProsthesisComponent element) -
Uses of Claim.ProsthesisComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Claim.ProsthesisComponent
Claim.ItemsComponent.prosthesis
The materials and placement date of prior fixed prosthesis.Modifier 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) Modifier and TypeMethodDescriptionClaim.ItemsComponent.setProsthesis
(Claim.ProsthesisComponent value)