
Uses of Class
org.hl7.fhir.r5.model.DocumentReference.DocumentReferenceContentProfileComponent
Packages that use DocumentReference.DocumentReferenceContentProfileComponent
-
Uses of DocumentReference.DocumentReferenceContentProfileComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceContentProfileComponent
(com.google.gson.JsonObject json) XmlParser.parseDocumentReferenceContentProfileComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeDocumentReferenceContentProfileComponent
(String name, DocumentReference.DocumentReferenceContentProfileComponent element) protected void
RdfParser.composeDocumentReferenceContentProfileComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DocumentReference.DocumentReferenceContentProfileComponent element, int index) protected void
XmlParser.composeDocumentReferenceContentProfileComponent
(String name, DocumentReference.DocumentReferenceContentProfileComponent element) protected void
XmlParser.composeDocumentReferenceContentProfileComponentElements
(DocumentReference.DocumentReferenceContentProfileComponent element) protected void
JsonParser.composeDocumentReferenceContentProfileComponentProperties
(DocumentReference.DocumentReferenceContentProfileComponent element) protected boolean
XmlParser.parseDocumentReferenceContentProfileComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference.DocumentReferenceContentProfileComponent res) protected void
JsonParser.parseDocumentReferenceContentProfileComponentProperties
(com.google.gson.JsonObject json, DocumentReference.DocumentReferenceContentProfileComponent res) -
Uses of DocumentReference.DocumentReferenceContentProfileComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeFieldDescriptionDocumentReference.DocumentReferenceContentComponent.profile
An identifier of the document constraints, encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType.Methods in org.hl7.fhir.r5.model that return DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContentComponent.addProfile()
DocumentReference.DocumentReferenceContentProfileComponent.copy()
DocumentReference.DocumentReferenceContentComponent.getProfileFirstRep()
Methods in org.hl7.fhir.r5.model that return types with arguments of type DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContentComponent.getProfile()
Methods in org.hl7.fhir.r5.model with parameters of type DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContentComponent.addProfile
(DocumentReference.DocumentReferenceContentProfileComponent t) void
DocumentReference.DocumentReferenceContentProfileComponent.copyValues
(DocumentReference.DocumentReferenceContentProfileComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContentComponent.setProfile
(List<DocumentReference.DocumentReferenceContentProfileComponent> theProfile)