Uses of Class
org.hl7.fhir.dstu2.model.Claim.ProsthesisComponent
-
Packages that use Claim.ProsthesisComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Claim.ProsthesisComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Claim.ProsthesisComponent Modifier and Type Method Description protected 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.ProsthesisComponent Modifier and Type Method Description protected 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.ProsthesisComponent Modifier and Type Field Description protected Claim.ProsthesisComponentClaim.ItemsComponent. prosthesisThe materials and placement date of prior fixed prosthesis.Methods in org.hl7.fhir.dstu2.model that return Claim.ProsthesisComponent Modifier and Type Method Description Claim.ProsthesisComponentClaim.ProsthesisComponent. copy()Claim.ProsthesisComponentClaim.ItemsComponent. getProsthesis()Claim.ProsthesisComponentClaim.ProsthesisComponent. setInitial(boolean value)Claim.ProsthesisComponentClaim.ProsthesisComponent. setInitialElement(BooleanType value)Claim.ProsthesisComponentClaim.ProsthesisComponent. setPriorDate(Date value)Claim.ProsthesisComponentClaim.ProsthesisComponent. setPriorDateElement(DateType value)Claim.ProsthesisComponentClaim.ProsthesisComponent. setPriorMaterial(Coding value)Methods in org.hl7.fhir.dstu2.model with parameters of type Claim.ProsthesisComponent Modifier and Type Method Description Claim.ItemsComponentClaim.ItemsComponent. setProsthesis(Claim.ProsthesisComponent value)
-