Uses of Class
org.hl7.fhir.r5.model.DocumentReference.DocumentReferenceContentProfileComponent
-
Uses of DocumentReference.DocumentReferenceContentProfileComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceContentProfileComponent
(com.google.gson.JsonObject json) XmlParser.parseDocumentReferenceContentProfileComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContentComponent.addProfile()
DocumentReference.DocumentReferenceContentProfileComponent.copy()
DocumentReference.DocumentReferenceContentComponent.getProfileFirstRep()
Modifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContentComponent.getProfile()
Modifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContentComponent.addProfile
(DocumentReference.DocumentReferenceContentProfileComponent t) void
DocumentReference.DocumentReferenceContentProfileComponent.copyValues
(DocumentReference.DocumentReferenceContentProfileComponent dst) Modifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContentComponent.setProfile
(List<DocumentReference.DocumentReferenceContentProfileComponent> theProfile)