Uses of Class
org.hl7.fhir.dstu2016may.model.Claim.OnsetComponent
-
Packages that use Claim.OnsetComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Claim.OnsetComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Claim.OnsetComponent Modifier and Type Method Description protected Claim.OnsetComponentJsonParser. parseClaimOnsetComponent(com.google.gson.JsonObject json, Claim owner)protected Claim.OnsetComponentXmlParser. parseClaimOnsetComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Claim.OnsetComponent Modifier and Type Method Description protected voidJsonParser. composeClaimOnsetComponent(String name, Claim.OnsetComponent element)protected voidRdfParser. composeClaimOnsetComponent(RdfGenerator.Complex parent, String parentType, String name, Claim.OnsetComponent element, int index)protected voidXmlParser. composeClaimOnsetComponent(String name, Claim.OnsetComponent element)protected voidJsonParser. composeClaimOnsetComponentInner(Claim.OnsetComponent element) -
Uses of Claim.OnsetComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Claim.OnsetComponent Modifier and Type Field Description protected List<Claim.OnsetComponent>Claim. onsetPeriod, start and last dates of aspects of the Condition or related services.Methods in org.hl7.fhir.dstu2016may.model that return Claim.OnsetComponent Modifier and Type Method Description Claim.OnsetComponentClaim. addOnset()Claim.OnsetComponentClaim.OnsetComponent. copy()Claim.OnsetComponentClaim.OnsetComponent. setTime(Type value)Claim.OnsetComponentClaim.OnsetComponent. setType(Coding value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Claim.OnsetComponent Modifier and Type Method Description List<Claim.OnsetComponent>Claim. getOnset()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Claim.OnsetComponent Modifier and Type Method Description ClaimClaim. addOnset(Claim.OnsetComponent t)
-