Uses of Class
org.hl7.fhir.r4.model.Contract.ContentDefinitionComponent
-
Packages that use Contract.ContentDefinitionComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Contract.ContentDefinitionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Contract.ContentDefinitionComponent Modifier and Type Method Description protected Contract.ContentDefinitionComponentJsonParser. parseContractContentDefinitionComponent(com.google.gson.JsonObject json, Contract owner)protected Contract.ContentDefinitionComponentXmlParser. parseContractContentDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) -
Uses of Contract.ContentDefinitionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Contract.ContentDefinitionComponent Modifier and Type Field Description protected Contract.ContentDefinitionComponentContract. contentDefinitionPrecusory content developed with a focus and intent of supporting the formation a Contract instance, which may be associated with and transformable into a Contract.Methods in org.hl7.fhir.r4.model with parameters of type Contract.ContentDefinitionComponent Modifier and Type Method Description voidContract.ContentDefinitionComponent. copyValues(Contract.ContentDefinitionComponent dst)ContractContract. setContentDefinition(Contract.ContentDefinitionComponent value)
-