Uses of Class
org.hl7.fhir.r4.model.Contract.ContentDefinitionComponent
-
Uses of Contract.ContentDefinitionComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Contract.ContentDefinitionComponent
JsonParser.parseContractContentDefinitionComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.ContentDefinitionComponent
XmlParser.parseContractContentDefinitionComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeContractContentDefinitionComponent
(String name, Contract.ContentDefinitionComponent element) protected void
RdfParser.composeContractContentDefinitionComponent
(Turtle.Complex parent, String parentType, String name, Contract.ContentDefinitionComponent element, int index) protected void
XmlParser.composeContractContentDefinitionComponent
(String name, Contract.ContentDefinitionComponent element) protected void
XmlParser.composeContractContentDefinitionComponentElements
(Contract.ContentDefinitionComponent element) protected void
JsonParser.composeContractContentDefinitionComponentInner
(Contract.ContentDefinitionComponent element) protected boolean
XmlParser.parseContractContentDefinitionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.ContentDefinitionComponent res) protected void
JsonParser.parseContractContentDefinitionComponentProperties
(com.google.gson.JsonObject json, Contract owner, Contract.ContentDefinitionComponent res) -
Uses of Contract.ContentDefinitionComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Contract.ContentDefinitionComponent
Contract.contentDefinition
Precusory content developed with a focus and intent of supporting the formation a Contract instance, which may be associated with and transformable into a Contract.Modifier and TypeMethodDescriptionContract.ContentDefinitionComponent.copy()
Contract.getContentDefinition()
Contract.ContentDefinitionComponent.setCopyright
(String value) Contract.ContentDefinitionComponent.setCopyrightElement
(MarkdownType value) Contract.ContentDefinitionComponent.setPublicationDate
(Date value) Contract.ContentDefinitionComponent.setPublicationDateElement
(DateTimeType value) Contract.ContentDefinitionComponent.setPublicationStatus
(Contract.ContractPublicationStatus value) Contract.ContentDefinitionComponent.setPublicationStatusElement
(Enumeration<Contract.ContractPublicationStatus> value) Contract.ContentDefinitionComponent.setPublisher
(Reference value) Contract.ContentDefinitionComponent.setPublisherTarget
(Resource value) Contract.ContentDefinitionComponent.setSubType
(CodeableConcept value) Contract.ContentDefinitionComponent.setType
(CodeableConcept value) Modifier and TypeMethodDescriptionvoid
Contract.ContentDefinitionComponent.copyValues
(Contract.ContentDefinitionComponent dst) Contract.setContentDefinition
(Contract.ContentDefinitionComponent value)