Uses of Class
org.hl7.fhir.r5.model.Contract
-
Packages that use Contract Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Contract in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Contract Modifier and Type Method Description protected ContractJsonParser. parseContract(com.google.gson.JsonObject json)protected ContractXmlParser. parseContract(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Contract Modifier and Type Method Description protected voidJsonParser. composeContract(String name, Contract element)protected voidRdfParser. composeContract(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Contract element, int index)protected voidXmlParser. composeContract(String name, Contract element)protected voidXmlParser. composeContractElements(Contract element)protected voidJsonParser. composeContractProperties(Contract element)protected booleanXmlParser. parseContractContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract res)protected voidJsonParser. parseContractProperties(com.google.gson.JsonObject json, Contract res) -
Uses of Contract in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Contract Modifier and Type Method Description voidContract. copyValues(Contract dst)
-